html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html {
  font: 112.5%/1.45em georgia, serif;
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}
*:before {
  box-sizing: inherit;
}
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #1b1b1b;
  color: #fff;
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  word-wrap: break-word;
  font-kerning: normal;
  -moz-font-feature-settings: "kern", "liga", "clig", "calt";
  -ms-font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt";
}
img {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
h1 {
  padding: 1rem 0;
  margin: 1.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: inherit;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 2.25rem;
  line-height: 1.1;
}
h2 {
  padding: 1rem 0;
  margin: 1.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: inherit;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 1.62671rem;
  line-height: 1.1;
}
h3 {
  padding: 1rem 0;
  margin: 1.2rem 0;
  border-bottom: 1px solid  rgba(255, 255, 255, 0.2);
  color: inherit;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 1.38316rem;
  line-height: 1.1;
}
h4 {
  padding: 1rem 0 0;
  margin: 1.45rem 0;
  color: inherit;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.1;
}
h5 {
  padding: 1rem 0 0;
  margin: 1.45rem 0;
  color: inherit;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 0.85028rem;
  line-height: 1.1;
}
h6 {
  padding: 1rem 0 0;
  margin: 1.45rem 0;
  color: inherit;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 0.78405rem;
  line-height: 1.1;
}
hgroup {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
ul {
  margin-left: 1.45rem;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  list-style-position: outside;
  list-style-image: none;
}
ol {
  margin-left: 1.45rem;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  list-style-position: outside;
  list-style-image: none;
}
dl {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
dd {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
p {
  padding: 0;
  margin: 0 0 1.45rem;
}
figure {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
pre {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.45rem;
  font-size: 0.85rem;
  line-height: 1.42;
  background: hsla(0, 0%, 0%, 0.04);
  border-radius: 3px;
  overflow: auto;
  word-wrap: normal;
  padding: 1.45rem;
}
table {
  padding: 0;
  margin: 0 0 1.45rem;
  font-size: 1rem;
  line-height: 1.45rem;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #1b1b1b;
  border-radius: 10px;
  overflow-x: auto;
  background-color: #1b1b1b;
}
fieldset {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
blockquote {
  margin-left: 1.45rem;
  margin-right: 1.45rem;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
form {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
noscript {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
iframe {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
hr {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: calc(1.45rem - 1px);
  background: hsla(0, 0%, 0%, 0.2);
  border: none;
  height: 1px;
}
address {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
b {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
dt {
  font-weight: bold;
}
th {
  font-weight: bold;
}
li {
  margin-bottom: calc(1.45rem / 2);
}
ol li {
  padding-left: 0;
}
ul li {
  padding-left: 0;
}
li > ol {
  margin-left: 1.45rem;
  margin-bottom: calc(1.45rem / 2);
  margin-top: calc(1.45rem / 2);
}
li > ul {
  margin-left: 1.45rem;
  margin-bottom: calc(1.45rem / 2);
  margin-top: calc(1.45rem / 2);
}
blockquote *:last-child {
  margin-bottom: 0;
}
li *:last-child {
  margin-bottom: 0;
}
p *:last-child {
  margin-bottom: 0;
}
li > p {
  margin-bottom: calc(1.45rem / 2);
}
code {
  font-size: 0.85rem;
  line-height: 1.45rem;
}
kbd {
  font-size: 0.85rem;
  line-height: 1.45rem;
}
samp {
  font-size: 0.85rem;
  line-height: 1.45rem;
}
abbr {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
}
acronym {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
}
abbr[title] {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
  text-decoration: none;
}
thead {
  text-align: left;
  background-color: #333;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

tbody {
  background-color: #444;
}
td,
th {
  text-align: left;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.12);
  border-right: 1px solid hsla(0, 0%, 0%, 0.12);
  font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
  -ms-font-feature-settings: "tnum";
  -webkit-font-feature-settings: "tnum";
  padding-left: 0.96667rem;
  padding-right: 0.96667rem;
  padding-top: 0.725rem;
  padding-bottom: calc(0.725rem - 1px);
}
td:last-child,
th:last-child {
  border-right: none;
}
tr:last-child td,
tr:last-child th {
  border-bottom: none;
}
tt,
code {
  background-color: hsla(0, 0%, 0%, 0.04);
  border-radius: 3px;
  font-family: "SFMono-Regular", Consolas, "Roboto Mono", "Droid Sans Mono",
    "Liberation Mono", Menlo, Courier, monospace;
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
pre code {
  background: none;
  line-height: 1.42;
}
code:before,
code:after,
tt:before,
tt:after {
  letter-spacing: -0.2em;
  content: " ";
}
pre code:before,
pre code:after,
pre tt:before,
pre tt:after {
  content: "";
}

#container {
  display: grid;
  grid-template-areas:
    "header header"
    "table-of-contents content";
  grid-template-columns: minmax(250px, 20%) minmax(450px, auto);
  grid-auto-rows: 120px auto;
  grid-gap: 5px;

  height: 100vh;
  overflow: hidden;
}

#container > header {
  grid-area: header;
  background-image: linear-gradient(to right, #912114, #330403);
  padding: 10px 3%;
}

#container > header .gatsby-image-wrapper {
  width: 100%;
  max-width: 500px;
}

#container > nav {
  grid-area: table-of-contents;
  overflow-y: auto;
  background-color: #202020;
  border-width: 0;
  border-style: solid;
  border-color: #101010;
}

#container > main {
  position: relative;
  grid-area: content;
  padding: 30px;
  background-color: #242424;
  border-width: 0;
  border-style: solid;
  border-color: #101010;
  overflow-y: auto;
}

#top {
  position: absolute;
  top: 0;
  left: 0;
}

a#return-to-top {
  display:block;
  position:fixed;
  right:40px;
  bottom:20px;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color:#8c101c;
  text-indent:-9999px;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px;
  box-shadow: 0px 0px 3px 2px #222;
}

a#return-to-top:hover {
  background-color:#ebb445;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}

a#return-to-top span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-13px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}

#container > main h1 {
  color: #fff;
  background-color: #76190f;
  border-bottom: none;
  text-align: center;
  padding: 1rem;
}

#container > main h2,
#container > main h3,
#container > main h4,
#container > main h5,
#container > main h6 {
  color: #c3c39c;
}

#container > main p {
  line-height: 1.5rem;
}

#container a {
  color: #f1b824;
  text-decoration: none;
}

#container a.anchor.after {
  padding: 0 20px;
  visibility: hidden;
}

#container :hover > a.anchor.after {
  visibility: visible;
}

#container a.anchor.after svg {
  fill: #f1b824;
  vertical-align: middle;
}

#container a:hover  {
  text-decoration: underline;
  color: white;
}

#container > footer {
  display:none;
  grid-area: footer;
}

#container th[align='center'],
#container td[align='center'] {
  text-align: center;
}

#command-staff-logo {
  position: sticky;
  top: 0;
  width: 340px;
  height: 0;
  margin: 0 auto;
  opacity: .4;
}

#policies {
    position: relative;
}

.heading-no-underline h1,
.heading-no-underline h2,
.heading-no-underline h3,
.heading-no-underline h4,
.heading-no-underline h5,
.heading-no-underline h6 {
  border-bottom: none;
}

.heading-white h1,
.heading-white h2,
.heading-white h3,
.heading-white h4,
.heading-white h5,
.heading-white h6 {
  color: #fff !important;
  background-color: inherit !important;

}

tbody th {
  background: #333;
  border-bottom: 1px solid #222;
}

td,
td img {
  vertical-align: middle;
}

td > img {
  margin: 0.5rem 0;
}

thead th {
  position: sticky;
  top: -31px; /* 30px for `main` padding and 1px for `table` top border */
  background: #333;
}

@media only screen and (min-width: 850px) {
  #container > nav {
    border-right-width: 1px;
  }

  #container > nav ul {
    list-style-type: none;
    margin: 0;
  }

  #container > nav a {
    display: block;
    padding: 13px 20px;
    color: #f1b824;
    text-decoration: none;
  }

  #container > nav > ul > li a {
    font-weight: bolder;
    font-size: 1.1em;
  }

  #container > nav > ul > ul a {
    padding-left: 40px;
    color: #c3c39c;
  }

  #container > nav a:hover {
    background-color: #303030;
  }

  #container > nav li {
    margin-bottom: 0;
  }

  #container > main {
    border-left-width: 1px;
    border-top-left-radius: 10px;
    border-top-width: 1px;
  }
}

@media only screen and (max-width: 850px) {
  body {
    font-size: 15px;
  }

  h1 {
    padding: 0.5rem 0 0;
    margin: 1rem 0;
    font-size: 1.6rem;
  }
  h2 {
    padding: 0.5rem 0 0;
    margin: 1rem 0;
    font-size: 1.4rem;
  }
  h3 {
    padding: 0.5rem 0 0;
    margin: 1rem 0;
    font-size: 1.2rem;
  }
  h4 {
    padding: 0.5rem 0 0;
    margin: 1rem 0;
    font-size: 1rem;
  }
  h5 {
    padding: 0.5rem 0 0;
    margin: 1rem 0;
    font-size: 0.85028rem;
  }
  h6 {
    padding: 0.5rem 0 0;
    margin: 1rem 0;
    font-size: 0.78405rem;
  }

  table {
    font-size: 0.8em;
  }

  #container {
    display: grid;
    grid-template-areas:
    "header"
    "table-of-contents"
    "content";
    grid-template-columns: auto;
    grid-template-rows: 120px 75px auto;
  }

  #container > nav {
    border-width: 1px 0;
  }

  #container > nav ul {
    margin: 0;
  }

  #container > nav li {
    vertical-align: text-top;
    display: inline-block;
    margin: 0;
    width: 50%;
  }

  #container > nav a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
  }

  #container > nav > ul > ul {
    display: none;
  }

  #container > main {
    border-top-width: 1px;
  }
}

@media only screen and (max-width: 500px) {
  html {
    font-size: 100%;
  }

  #container > nav li {
    width: 100%;
  }
}

/*
 * Cover page presentation.
 */
.section--intro-01-cover-page {
  text-align: center;
}

.section--intro-01-cover-page :is(h1, h2, h3, h4, h5, h6) {
  border-bottom: none;
  color: #fff !important;
  background-color: inherit !important;
}

/*
 * Mermaid tooltip styling for consistency
 */
body > .mermaidTooltip {
  /* We initialize this position because it causes a site-wide scrollbar without */
  top: 0;
  left: 0;

  background: #1d2418 !important;
  color: #aaa !important;
  border: none !important;
  padding: 0 5px !important;
  margin-top: 1px !important;
  font-size: 0.7em !important;
  font-style: italic !important;
}
