/* Taken from http://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.12.0/build/styles/github.min.css
   We shall not risk a supply chain vulnerability here!
*/
.hljs{display:block;overflow-x:auto;padding:0.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:#008080}.hljs-string,.hljs-doctag{color:#d14}.hljs-title,.hljs-section,.hljs-selector-id{color:#900;font-weight:bold}.hljs-subst{font-weight:normal}.hljs-type,.hljs-class .hljs-title{color:#458;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:#000080;font-weight:normal}.hljs-regexp,.hljs-link{color:#009926}.hljs-symbol,.hljs-bullet{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #fff;
}
::-webkit-scrollbar-thumb,
*:hover ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0px;
  background-color: #b3b3b3;
  cursor: pointer;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("https://xxllnc.nl/fonts/SuisseIntl-Regular.otf")
    format("woff-variations");
  font-weight: normal;
  unicode-range: U+0020-7F;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("https://xxllnc.nl/fonts/SuisseIntl-Medium.otf")
    format("woff-variations");
  font-weight: 500;
  unicode-range: U+0020-7F;
}
:root {
  color: #565f63;
  --code-on-light-bg-fg: #e15b32;
  --code-fg: var(--code-on-light-bg-fg);
  --pre-code-bg: #f2f2f2;
  --tag-bg: #d8e6f3;
  --tag-fg: inherit;
  --page-bg: #fff;
  --heading-fg: #28282c;
  --breadcrumb-bg: #fff;
  /* --nav-current-bg: rgba(255,255,255,0.3); */
  /* --nav-link-hover: #161618; */
  --tabs-bg: #ececec;
  --nav-bg: #28282c;
  --nav-fg: #f2f2f2;
  --nav-current-bg: #161618;
  --nav-link-hover: #fff;
  --search-bg--hover: #F9F9F9;
  --search-border: #dddde0;
  --search-border--active: #28282C;
  --dark-svg-icon-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(196deg) brightness(104%) contrast(100%);
  --blockquote-border-clr: #eee;
}
.nav__main {
  --fill: #fff;
  --heading-fg: #f2f2f2;
  --name-bg: var(--nav-bg);
}
article {
  --name-bg: var(--page-bg);
}
@media (prefers-color-scheme: dark) {
  :root {
    /* Just a little bit lighter to get AAA contrast */
    --code-fg: #ff6c40;
    --code-fg: #fd8b53;
    --pre-code-bg: #282828;
    --fill: #f2f2f2;
    --tag-bg: #28282c;
    --tag-fg: inherit;
    --page-bg: #161618;
    --heading-fg: #f2f2f2;
    --breadcrumb-bg: #28282c;
    --svg-icon-filter: var(--dark-svg-icon-filter);
    --search-bg--hover: #28282c;
    --search-border: #b3b4b5;
    --search-border--active: #f2f2f2;
    --tabs-bg: #282828;
    --blockquote-border-clr: #8f8888;
    background: var(--page-bg);
    color: #f2f2f2;
    /* color: #334; */
    /* outline: 5px dotted #161618; */
  }
  .hljs-tag,
  .hljs-name,
  .hljs-attribute {
      color: #c5c5ff;
  }
  .hljs-keyword, .hljs-selector-tag, .hljs-subst {
      color: #f2f2f2 !important;
  }
  .hljs-title, .hljs-section, .hljs-selector-id {
      color: #f70000 !important;
  }
  .hljs-symbol, .hljs-bullet {
      color: #ff55d5 !important;
  }
  .hljs-string, .hljs-doctag {
	color: #ff1c55 !important;
}
  
}
.nav__main {
  --svg-icon-filter: var(--dark-svg-icon-filter);
}
strong {
  font-weight: 600;
}
strong[role="alert"] {
  font-size: 2.1875rem;
}
article img[src$=".svg"] {
  filter: var(--svg-icon-filter);
}

a[name="top"] {
  visibility: hidden;
}
.u-keep-scroll {
  scroll-behavior: auto;
}
html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
body {
  font-family: "Suisse Intl", "open sans", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.667;
  font-size: 15px;
  margin: 0;
}
input,
button {
  font: inherit;
}
header {
  padding-top: 0;
  box-sizing: border-box;
}
.logo {
  width: 300px;
  margin-left: 1rem;
  margin-right: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-fg);
  line-height: 116.667;
  margin-bottom: 2.5rem;
}
h4,
h5,
h6 {
  margin-bottom: 1.25rem;
}
h1 {
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 4.357rem;
}
.u-sticky {
  position: sticky;
  top: 0;
}
.site-name {
  position: sticky;
  top: 0;
  background: var(--name-bg);
}
.logo-link {
  display: inline-flex;
  gap: 0.94rem;
  align-items: center;
  /* H6 - 20 */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 100% */
  text-decoration: none;
  margin-inline-start: 0;
}
h2 {
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 3rem;
}
aside + section h2:first-child {
  /* margin-top: 0; */
}
h3 {
  font-weight: normal;
  font-size: 2.1875rem;
  line-height: 2.5rem;
}
h4 {
  /* H4 - 30 */
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1875rem; /* 116.667% */
  /* font-weight: 600; */
  /*   font-size: 0.9375rem; */
  /*   line-height: 2rem; */
  /*   text-transform: uppercase; */
  /*   margin-bottom: 0.625rem; */
}
h5 {
  /* H5 - 25 */
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 120% */
  /* font-weight: 300; */
  /* font-size: 1.125rem; */
  /* line-height: 1.75rem; */
  /* text-transform: uppercase; */
  /* margin-bottom: 0.625rem; */
}
h6 {
  /* H6 - 20 */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 100% */
  /* font-weight: 600; */
  /* font-size: 1rem; */
  /* line-height: 1.625rem; */
  /* text-transform: uppercase; */
  /* margin-bottom: 0.625rem; */
}
li,
a {
  line-height: 1.5;
}
li {
  padding-top: 0.25em;
  padding-bottom: 0.1em;
  min-height: 1.75rem;
}

.nav__main li {
  list-style: none;
}
.nav__main ol ol li > a,
.nav__main ol ol li > span {
  display: flex;
  align-items: center;
  padding-block: .5rem;
}
.nav__main ol ol li > a:after,
.nav__main ol ol li > span:after {
  order: -1;
  content: " ";
  width: 0.26044rem;
  height: 0.26044rem;
  flex-shrink: 0;
  background: #8b8b90;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1rem;
  margin-right: 0.6rem;
}
li[data-current-article="true"] {
  scroll-margin-block-start: 75px;

}
li[data-current-article="true"] > a,
li[data-current-article="true"] > span {
    background-color: var(--theme-color, "#28282c");
    border-radius: 9999px;
    text-decoration: none;
    padding-inline-start: 1rem;
}
.nav__main ol ol li[data-current-article="true"] > a:after,
.nav__main ol ol li[data-current-article="true"] > span:after {
    content: none;
}

li p {
  margin: 0;
}
li p + p,
li p + div,
li div + p {
  margin-top: 1rem;
}
.nav__paging {
  display: flex;
  justify-content: space-between;
  margin-block: 5rem 1rem;
}
.nav__paging .btn-primary {
  margin-inline-start: auto;
}
.context {
  opacity: 0.8;
}
header h1 {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  line-height: 1;
}
article {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  contain: content;
  container-type: inline-size;

}
article > * {
    max-width: 60rem;
}
.table__wrapper {
  max-width: 100%;
  overflow: auto;
}
table {
  border-collapse: collapse;
}
th,
td {
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
th {
  border-bottom: 1px solid currentColor;
}
nav {
  font-size: 0.875rem;
}
.nav__main {
  background-color: var(--nav-bg);
  color: var(--nav-fg);
  display: flow-root;
  contain: content;
}
.nav__main > h1 {
  margin-block-start: 0;
}
.nav__main a {
  color: inherit;
  transition: color 100ms;
}
.nav__main a:hover {
  color: var(--nav-link-hover);
}
.nav__main > ol {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.nav__main > ol > li {
  padding-inline: 0.94rem;
}
.nav__main > ol > li[aria-current="true"] {
  background-color: var(--nav-current-bg);
  /* box-shadow: #ddd 0px 1px 10px inset; */
}
.nav__main > ol > li[aria-current="true"] > .top-item {
  text-indent: 0.25rem;
}
.nav__main > ol > li > ol {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.nav__main > ol > li[aria-current="false"] > ol {
  display: none;
}
.nav__main > ol > li[aria-current="false"] input:checked ~ ol {
  display: block;
}
:focus,
:focus + label {
  outline: 1px solid #a6d030;
}
.nav__main > ol > li:first-child {
  display: none; /* The Home link */
}
.top-item {
  font-size: 0.9375rem;
  line-height: 3.125rem;
  display: block;
  padding-left: 1rem;
  user-select: none;
}
label .top-item {
  cursor: pointer;
  transition: color 100ms;
}
label .top-item:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.25em;
  margin-bottom: 0.1em;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSIjMTcyYTY0IiB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiPjxwYXRoIGQ9Ik03LjgxIDIuNTU0IDcuNDI1IDIuMTY5Yy0uMTM0LS4xMjctLjI4OS0uMTktLjQ2Ny0uMTktLjE4Mi4wLS4zMzYuMDYzLS40NjMuMTlMNCA0LjY2NCAxLjUwNCAyLjE2OWMtLjEyNi0uMTI3LS4yOC0uMTktLjQ2Mi0uMTktLjE3OC4wLS4zMzQuMDYzLS40NjcuMTlsLS4zOC4zODVDLjA2NCAyLjY4NC4wIDIuODQuMCAzLjAyMS4wIDMuMjA2LjA2NCAzLjM2LjE5NSAzLjQ4M2wzLjM0MyAzLjM0M0MzLjY2MSA2Ljk1NiAzLjgxNCA3LjAyMSA0IDcuMDIxYy4xODIuMC4zMzctLjA2NS40NjctLjE5NUw3LjgxIDMuNDgzQzcuOTM3IDMuMzU2IDggMy4yMDIgOCAzLjAyMSA4IDIuODQzIDcuOTM3IDIuNjg4IDcuODEgMi41NTR6Ii8+PC9zdmc+);
  opacity: 0.7;
  transform: rotate(-90deg);
  transition: transform 100ms;
}
:checked + label .top-item:before {
  transform: rotate(0deg);
}
label:hover .top-item {
  color: var(--nav-link-hover);
  background: var(--nav-current-bg);
  border-radius: 3.125rem;
}
label:hover .top-item:before {
  opacity: 1;
}
figure {
  text-align: center;
  margin-bottom: 1.5rem;
}

.tut,
iframe,
picture img,
figure img {
  box-shadow: 0 0 4px #aaa;
}

figcaption {
  font-weight: 500;
  margin-top: 1rem;
}

a {
  color: inherit;
  text-decoration-avoid: ink;
}
nav a[href=""],
a.current {
  text-decoration: none;
}
img {
  min-width: 1em;
  max-width: 100%;
}
a img {
  border: none;
}
blockquote {
  border-inline-start: 5px solid var(--blockquote-border-clr);
  padding: 0.625rem 1.25rem;
  margin-inline: 0 5px;
}
blockquote:has(p:only-child) {
  padding-block: 0;
}
pre {
  max-width: 100%; /* causes trouble in grid item if simply setting this to 100% - I do
   not pretend to understand this */
  overflow-x: auto;
  overflow-y: hidden;
  line-height: 1.15;
  background-color: var(--pre-code-bg);
  padding: 0.5rem;
}
.tabs-tabs-container pre {
  background-color: var(--page-bg);
}
pre code {
    color: var(--code-fg);
}
code {
  padding: 0 0.125rem;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
  font-size: 110%;
  font-family: Consolas, "Ubuntu Mono", monospace;
  color: var(--code-fg);
  /* background-color: rgba(0, 154, 226, 0.02); */
  border-radius: 4px;
  text-transform: none; /* do not inherit */
}
.btn,
.pad-as-btn {
  padding: 0.75rem 2rem;
  border: none;
}
.btn {
  border-radius: 12.5rem;
  text-decoration: none;

  color: #f2f2f2;

  text-align: right;
  /* Overline */
  font-size: 0.935rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9375rem; /* 125% */
  /* line-height: 166.67%; */
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.btn-icon {
  border: none;
  background: none;
}
.btn-close {
  display: block;
}
.btn-primary {
  color: #fff;
  background: #28282c;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #6e6e74;
}
.btn-small {
  background-color: var(--tag-bg);
  color: var(--tag-fg);
  display: inline-block;
  margin-bottom: 0.25rem; /* Roughly inter-word spacing */
  padding: 0.375rem 0.675rem;
  font-size: 80%;
  font-weight: 500;
  white-space: nowrap;
}
.l-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.search {
  scroll-margin-block-start: 75rem;
}
.search__box {
  margin-block: 0.5em;
}

.search__box__input {
  display: flex;
  gap: 0.12rem;
  border: 1px solid var(--search-border);
  border-radius: .3125rem;
  padding: 0.6rem;
  height:  3.4375rem;
  box-sizing: border-box;
  align-items: center;
  background-color: var(--page-bg);
}
.search__box__input:hover {
    background-color: var(--search-bg--hover);
}
.search__box__input:focus-within {
  width: 40ch;
  border-color: var(--search-border--active);
}
.search__box img {
    width: 0.8rem;
    height: 0.8rem;
}
.search__box button {
    flex-shrink: 0;
}
input[type="search"] {
    border: none;
  background: transparent;
  color: inherit;
  line-height: 1.875;
  box-sizing: content-box;
  height: 1.875em; /* Same as line-height */
  margin-right: 0.25em;
  max-width: calc(100vw - 4rem);
  width: 25ch;
  transition: all ease 350ms;
}
input[type="search"]:focus {
  outline: none;                /*done in box__input */
  width: 40ch;
}
.search__box__input button {
  order: -1;
}
.search__results {
  margin-block-end: 2rem;
}
.search__results__list {
  margin-block-end: 18rem;
}
.breadcrumb {
  padding: 2.25rem 0 0;
  list-style: none;
  margin-block: 0;
}
.breadcrumb > li {
  display: inline-block;
  line-height: 0;
  min-height: auto;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
dt {
  font-weight: 500;
}
@supports (display: grid) {
  .dl-table {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-row-gap: 0.5rem;
  }
  .dt-table,
  .dd-table {
    padding-top: 0.5rem;
  }
  .dd-table {
    margin-left: 0;
    padding-left: 1ch;
    grid-column: 2;
  }
  .dt-table:not(:first-of-type),
  .dd-table {
    border-top: 1px solid #ccc;
  }
  .dd-table + .dd-table,
  .dd-table:first-of-type {
    border-top: none;
  }
}
.a-offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.topics-header {
  display: flex;
}
.topics-list-inline,
.topics-list {
  list-style: none;
  text-align: right;
}
.topics-list-inline {
  font-size: 11pt;
  display: inline-block;
  margin: 0 0 0 auto;
  text-align: end;
}
.topics-list {
  text-align: right;
}
.topics-topic {
  display: inline-block;
}
.meta-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  min-height: 1.5rem;
}
.meta-box dl,
.meta-box ul {
  margin: 0;
}
.meta {
  display: inline-block;
}
.meta:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-right: 0.25em;
  background-repeat: no-repeat;
}
.meta-model:before {
  background-image: url(/_assets/img/Icon_CallGraph.svg);
  filter: var(--svg-icon-filter);
}
.meta-video:before {
  background-image: url(/_assets/img/Icon_Video.svg);
  filter: var(--svg-icon-filter);
}
.quicknav {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
}
.quicknav-arr {
  display: block;
  width: 44px;
  height: 44px;
  content: "";
  border-radius: 2.5rem;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDQgNDQiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS4xMjEgMTkuNTVsLTYuMjktNi4xOTZjLS4wMjUtLjAyNS0uMDUzLS4wNDktLjA4Mi0uMDcxLS4wMTItLjAxMS0uMDI0LS4wMi0uMDM4LS4wMy0uMDE2LS4wMTEtLjAzMS0uMDI0LS4wNDgtLjAzNC0uMDE3LS4wMTEtLjAzMi0uMDItLjA0OC0uMDMtLjAxNS0uMDA5LS4wMjktLjAxOC0uMDQ0LS4wMjUtLjAxNy0uMDA5LS4wMzQtLjAxNy0uMDUxLS4wMjQtLjAxNi0uMDA4LS4wMzEtLjAxNS0uMDQ3LS4wMjItLjAxNi0uMDA2LS4wMzMtLjAxMi0uMDQ5LS4wMTgtLjAxOC0uMDA1LS4wMzUtLjAxNC0uMDUzLS4wMTktLjAxNy0uMDA1LS4wMzQtLjAwOC0uMDUtLjAxMy0uMDE4LS4wMDUtLjAzNi0uMDA5LS4wNTQtLjAxMy0uMDItLjAwMy0uMDM5LS4wMDYtLjA1OS0uMDA4LS4wMTYtLjAwMy0uMDMyLS4wMDUtLjA0OS0uMDA3LS4wNzMtLjAwNy0uMTQ2LS4wMDctLjIxOC4wLS4wMTcuMDAyLS4wMzMuMDA1LS4wNS4wMDgtLjAyLjAwMi0uMDM4LjAwNS0uMDU4LjAwOS0uMDE5LjAwMy0uMDM3LjAwOS0uMDU1LjAxMy0uMDE2LjAwNS0uMDMzLjAwOC0uMDUuMDEzLS4wMTcuMDA1LS4wMzUuMDEyLS4wNTIuMDE4LS4wMTcuMDA2LS4wMzMuMDEyLS4wNDkuMDE5LS4wMTcuMDA2LS4wMzIuMDE0LS4wNDguMDIxLS4wMTcuMDA4LS4wMzQuMDE2LS4wNTEuMDI0LS4wMTUuMDA4LS4wMjkuMDE4LS4wNDQuMDI2LS4wMTUuMDA4LS4wMzEuMDE4LS4wNDguMDI5LS4wMTYuMDEtLjAzMS4wMjItLjA0Ny4wMzQtLjAxNC4wMS0uMDI3LjAxOS0uMDQuMDI4LS4wNDIuMDM1LS4wOC4wNzMtLjExNy4xMTMtLjAxMy4wMTEtLjAyNi4wMjEtLjAzNy4wMzNsLTYuMzEzIDYuMjE5Yy0uNDMzLjQyOC0uNDM0IDEuMTItLjAwMyAxLjU0NC40MzIuNDI2IDEuMTMxLjQyNCAxLjU2NC0uMDAybDQuNDk1LTQuNDI2LS4wMjMgMTQuMTFjLS4wMDEuNjAzLjQ5MyAxLjA5MiAxLjEwNCAxLjA5czEuMTA3LS40OSAxLjEwOS0xLjA5NWwuMDIzLTE0LjEwOCA0LjQwMyA0LjMzNGMuNDMyLjQyNiAxLjEzMy40MjQgMS41NjUtLjAwM1MyOS41NTMgMTkuOTc1IDI5LjEyMSAxOS41NSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.4s ease;
}
.quicknav-arr:focus,
.quicknav-arr:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.quicknav-arr-rev {
  transform: rotate(180deg);
  margin-top: 0.25rem;
}

@media print {
  html {
    font-size: 10pt;
    line-height: 1.65;
  }
  .topics,
  .meta,
  .search__box,
  nav {
    display: none !important;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  p,
  ol,
  ul,
  dl,
  figure,
  table {
    margin: 0.5em 0;
  }
  a {
    text-decoration: none;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  figure a:after,
  .logo-link:after {
    content: none;
  }
}
.nav__main .site-name {
  display: none;
  /* Have to give this header a positive z-index, or the svgs with filter will seep through it */
  z-index: 1;
}
article .site-name {
  margin-block: 0;
}
@media screen and (max-width: 767px) {
  .nav__main {
    border-top: 1px solid #fff;
  }
  .breadcrumb {
    padding-block: 0 1rem;
  }
}
@container (max-width: 767px) {
  .breadcrumb {
    padding-block-end: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .logo-link {
    margin-inline-start: 1.88rem;
  }
  .nav__main .site-name {
    display: block;
  }
  article .site-name {
    display: none;
  }
  main {
    display: flex;
  }
  .nav__main,
  .article__main {
    height: 100vh;
    overflow-y: auto;
  }
  .nav__main {
    order: 0;
    flex: 0 1 33%;
  }
  .article__main {
    order: 1;
    flex: 1 0 66%;
  }
  @supports (display: grid) {
    main {
      display: grid;
      grid-template-columns: 24rem 1fr;
    }
    .article__main {
      grid-column: 2;
    }
    .nav__main {
      grid-column: 1;
      grid-row: 1;
    }
  }
  header {
    position: sticky;
    background-color: var(--page-bg);
    display: flow-root;
    /* Would've been for smaller screens, if zoom didn't cause issues */
    /* top: -80px; */
    z-index: 2;
    top: 0;
  }
  .header-section {
    display: flex;
    gap: 1rem;
    align-items: baseline;
    justify-content: space-between;
  }
  .hasResults header {
    position: relative;
  }
  .quicknav-arr-rev {
    display: none;
  }
  /* .search__results { */
  /*   position: fixed; */
  /* } */
  /* .search__results__list { */
  /*   max-height: 50vh; */
  /*   overflow: auto; */
  /* } */
}

@media screen and (min-width: 1200px) {
  article {
    padding-left: 6rem;
    padding-right: 5.5rem;
  }
}

/* Fix for sticky header */
:target:not(.tabs-tab-content :target) {
  padding-top: 140px;
  margin-top: -140px;
}


/* Embedded iframes */
.scalable {
  overflow: hidden;
  margin-top: 1rem;
  max-width: 854px;
}

.scalable iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.scalable .scalable-content {
  height: 0;
  position: relative;
}

.scalable-16-9 .scalable-content {
  /* Percentage from 9 divided by 16 for ratio of 16:9. */
  padding-bottom: 56.25%;
}
[hidden]:target {
  display: block;
}
.yt-video-link {
  text-decoration: none;
}
.tut-container {
  margin: 1em 0;
}
.tut {
  font-family: Arial;
  font-size: 2rem;
  background: url(/_assets/img/Icon_Video_alt.svg) no-repeat;
  filter: var(--svg-icon-filter);
  background-size: 1em;
  line-height: 0.8;
  padding: 1em 1em;
  background-color: #f5f5f5;
  background-position: 0 -0.1em;
}
.tut-number:before {
  content: "#";
  color: #a6d030;
  font-size: 0.4em;
  vertical-align: top;
}
.tut-number:empty:before {
  content: "";
}
.tut-number:after {
  content: ":";
}
.tut-number {
  color: #a6d030;
  font-size: 1.25em;
}
.tut-series {
  color: #172a64;
}
.tut-title {
  color: #009ae2;
}
@supports (display: grid) {
  .tut {
    display: inline-grid;
    font-size: 3rem;
    grid-template-areas: "number series" "number title";
  }
  .tut-number {
    grid-area: number;
  }
  .tut-number:after {
    content: none;
  }
  .tut-series {
    align-self: center;
    font-size: 0.33em;
    grid-area: series;
  }
  .tut-title {
    align-self: center;
    font-size: 0.66em;
    grid-area: title;
  }
}
.tabs-tabs-wrapper {
    margin-block: 1rem;
}
.tabs-tab-button {
    all: unset;
    cursor: pointer;
    background-color: var(--page-bg);
    color: currentColor;
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: bold;
}
.tabs-tab-button:focus-visible {
    outline: 1px solid currentColor;
}
.tabs-tabs-container,
.tabs-tab-button[aria-selected="true"] {
    background-color: var(--tabs-bg);
}
.tabs-tabs-container {
    display: flow-root;
    padding-inline: 1.5rem;
}
.tabs-tab-button {
   scroll-margin-block-start: 5rem;
}

@view-transition {
    navigation: auto;
}
