/* 
	Standard layout definitions 
*/
/* darker blue */
/* website text blue */
/* gray */
/* orange */
/* darker gray */
/* gray */
/* light gray */
/* small device width */
/* website styles */
/* orange text background (used for BETA) */
/* text styles */
.text-style-small {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-standard {
  font-size: 1.6em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
}
.text-style-large {
  font-size: 2.8em;
  line-height: 1.18em;
}
.vhr-scope .table-striped > tbody > tr:nth-of-type(even) {
  background: #deebf2;
}
.vhr-scope div.table-striped > div:nth-child(even) .highlight-icon-text-container {
  background: #deebf2;
}
.vhr-scope .label-beta {
  background-color: #fec005;
  color: #444;
  padding: 1px 3px;
  border-radius: 2px;
  font-size: 9px;
  line-height: 14px;
  vertical-align: middle;
}
.disclaimer {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.03125em;
  color: #888;
  margin-top: 1.5em;
}
br.cb {
  clear: both;
}
.checklist-group-header span {
  vertical-align: middle;
}
.glossary-entry {
  max-width: 720px;
}
@media print {
  .non-print-display {
  display: none;
}

}
@media screen {
  .non-screen-display {
  display: none;
}

}
@media print {
  .mobile-only {
  display: none;
}

}
@media not (max-width: 740px) {
  .mobile-only {
  display: none;
}

}
@media screen and (max-width: 740px) {
  .desktop-and-print-only {
  display: none;
}

}
