/* Stabilize the legacy table layout across pages. */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  min-width: 783px;
}

table[width="783"] {
  width: 783px !important;
  max-width: 783px !important;
}

td[height="483"] img,
td[height="483"] video,
td[height="483"] object,
td[height="483"] embed {
  max-width: 576px !important;
  height: auto !important;
}

.white,
.navcell a {
  font-size: 12px !important;
  line-height: 18px !important;
  white-space: nowrap;
}

.navcell,
.navcell td,
.navcell a,
td[bgcolor="#6DAAAB"],
td[bgcolor="#6DAAAB"] a,
td[bgcolor="#6DAAAB"] table,
td[bgcolor="#6DAAAB"] td,
td[bgcolor="#6DAAAB"] span,
.bg1,
.bg1 a,
.bg1 table,
.bg1 td {
  font-family: Tahoma, Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

td[height="483"],
td[height="483"] p,
td[height="483"] span,
td[height="483"] font,
td[height="483"] strong,
td[height="483"] td,
.copy,
.smallcopy,
.contact-table td,
.spec-table td,
.media-box {
  font-family: Tahoma, Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  line-height: 20px !important;
}

.page-title {
  font-size: 18px !important;
  line-height: 24px !important;
}

.sub-title,
.raf-panel h2 {
  font-size: 15px !important;
  line-height: 21px !important;
}

.label,
.contact-table .label,
.spec-table .head td,
.raf-field label,
.raf-button,
.raf-status {
  font-size: 12px !important;
  line-height: 18px !important;
}

.navcell {
  position: relative;
  overflow: visible;
}

.navcell .nav-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 20;
  min-width: 150px;
  background: #6DAAAB;
  border: 1px solid #cccccc;
}

.navcell:hover .nav-dropdown,
.navcell:focus-within .nav-dropdown {
  display: block;
}

.navcell .nav-dropdown a {
  display: block;
  color: #ffffff !important;
  background: #6DAAAB;
  padding: 2px 8px;
  font-size: 12px !important;
  line-height: 20px !important;
  white-space: nowrap;
}

.navcell .nav-dropdown a:hover,
.navcell .nav-dropdown a:focus {
  color: #ffff00 !important;
  background: #669966;
}

.pmc-sticky-nav-wrap.is-fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.pmc-sticky-nav-wrap.is-fixed table {
  width: 100% !important;
}

.pmc-sticky-nav-placeholder {
  display: none;
}

[id],
a[name] {
  scroll-margin-top: 48px;
}
