:root {
  --md-primary-fg-color: #458BB1;
  --md-primary-fg-color--light: #6aa4c2;
  --md-primary-fg-color--dark: #2f6f93;
  --md-accent-fg-color: #A6B636;
  --md-typeset-a-color: #458BB1;
}

body {
  color: #20272b;
}

.md-header {
  background: #ffffff;
  color: #20272b;
  box-shadow: none;
}

.md-header[data-md-state="shadow"] {
  box-shadow: none;
}

.md-header__title {
  color: #458BB1;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.md-header__inner {
  min-height: 4.8rem;
}

.md-header__button.md-logo {
  margin: 0.2rem 0.7rem 0.2rem 0.2rem;
  padding: 0;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 4rem;
  width: auto;
}

.md-tabs {
  background: #ffffff;
  color: #20272b;
  border: 0;
  box-shadow: none;
}

.md-nav__title,
.md-sidebar .md-nav__link--active,
.md-typeset h1,
.md-typeset h2 {
  color: #458BB1;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-weight: 700;
  letter-spacing: 0;
}

.md-typeset h1 {
  text-transform: uppercase;
}

.md-typeset a {
  color: #458BB1;
}

.md-typeset code {
  background: #f8f8f8;
}

.md-footer {
  background: #ffffff;
  color: #808080;
  border-top: 0;
}

.md-footer-meta {
  background: #ffffff;
  color: #808080;
}

.md-footer-meta,
.md-footer-meta__inner,
.md-copyright,
.md-copyright__highlight {
  color: #808080 !important;
}

.md-copyright {
  font-size: 0.68rem;
  text-align: center;
  width: 100%;
}

.alescent-pdf-link {
  margin: 0 0 1rem;
}

.alescent-pdf-link a {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
  text-decoration: none;
}

.alescent-pdf-icon {
  border: 1px solid #DD5430;
  border-radius: 2px;
  display: inline-block;
  height: 0.9rem;
  position: relative;
  width: 0.72rem;
}

.alescent-pdf-icon::before {
  background: #DD5430;
  bottom: 0.12rem;
  content: "";
  display: block;
  height: 0.12rem;
  left: 0.12rem;
  position: absolute;
  right: 0.12rem;
}

.alescent-pdf-icon::after {
  background: #DD5430;
  content: "";
  display: block;
  height: 0.12rem;
  left: 0.12rem;
  position: absolute;
  right: 0.2rem;
  top: 0.22rem;
}

.alescent-pdf-icon + span {
  font-size: 0.72rem;
  font-weight: 600;
}
