html {
  font-size: 14px;  /* defines 1rem size */
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

.main-content {
  color: #444;
  margin: 6rem 7.5rem 2rem 7.5rem;  /* account for fixed header at top */
}

.agilent-logo {
  height: 2.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
}

.page-header {
  height: 4.5rem;
  background-color: #2185D0;
  position: fixed;
  width: 100%;
  margin: 0;
  top: 0;
  z-index: 1000;
}

.page-footer {
  background-color: #EEE;
  padding: 0.1rem 2rem 2rem 2rem;
}

.effective-date {
  font-style: italic;
}

.legal-emphasized {
  font-weight: bold;
  font-style: italic;
}

.legal-section-header {
  font-weight: bold;
}

.size-2 {  /* title in docx */
  font-size: 2rem;
}

.size-3 {  /* h1 in docx */
  font-size: 1.65rem;
}

.size-4 {  /* h2 in docx */
  font-size: 1.32rem;
  font-weight: bold;
}

.size-5 {  /* h3 in docx */
  font-size: 1.1428571rem;
  font-weight: bold;
}

.title-section {  /* h4 in docx */
  font-weight: bold;
}

ul.level2 {
  list-style-type: circle;
}

.copyright {
  font-size: 0.85rem;
}


