html,
body {
  overflow: visible !important;
  background: var(--ao-white) !important;
}

body {
  color: var(--ao-body-black);
  font-family: var(--font-body);
  font-size: 10pt;
  line-height: 1.4;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
}

.ao-marketing-chrome,
.full-nav,
.nav-trigger,
.nav-scrim,
.doc-rail,
.doc-confidential,
.next-page-link,
.diagram-expand,
.diagram-modal,
[data-print="hide"] {
  display: none !important;
}

.site-content-frame,
.site-shell,
.site-main,
.document-shell,
.doc-main {
  display: block;
  width: auto;
  max-width: none !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ao-heading-black);
  font-family: var(--font-heading);
  break-after: avoid-page;
  page-break-after: avoid;
  text-wrap: balance;
}

h1 {
  font-size: 26pt;
  line-height: 1.1;
}

h2 {
  font-size: 18pt;
  line-height: 1.15;
}

h3 {
  font-size: 14pt;
  line-height: 1.2;
}

h4,
h5,
h6 {
  font-size: 11pt;
  line-height: 1.25;
}

p,
li,
dt,
dd,
blockquote,
figcaption,
td,
th {
  orphans: 3;
  widows: 3;
}

ul,
ol {
  break-inside: auto;
}

li {
  break-inside: avoid-page;
}

a {
  color: var(--ao-darkest-red);
  text-decoration: underline;
  text-decoration-color: currentColor;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 9pt;
}

thead {
  display: table-header-group;
}

tr,
th,
td {
  break-inside: avoid-page;
}

th,
td {
  padding: 0.08in;
  border: 1px solid var(--ao-grey);
  text-align: left;
  vertical-align: top;
}

figure,
.diagram-container,
.diagram-frame,
img {
  max-width: 100%;
  break-inside: avoid-page;
  page-break-inside: avoid;
}

img {
  height: auto;
}

pre,
code,
kbd,
samp {
  font-family: var(--font-mono);
}

pre {
  overflow: visible;
  white-space: pre-wrap;
  word-break: break-word;
  background: var(--ao-light-grey);
  color: var(--ao-heading-black);
  border: 1px solid var(--border);
  break-inside: avoid-page;
}

blockquote,
.callout,
.card-container,
.letter-container {
  box-shadow: none;
  break-inside: avoid-page;
  page-break-inside: avoid;
}
