@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Google+Sans:wght@100;200;300;400;500;600;700;800;900);
@import url(//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
:root {
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue); }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small, .small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

header nav {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  margin-right: 16px;
  font-size: 0.9em; }
  header nav ul {
    display: flex;
    margin: 0; }
    header nav ul li {
      list-style-type: none;
      padding: 0 1em; }
      header nav ul li a {
        text-decoration: none;
        color: #6d7378;
        white-space: nowrap;
        font-weight: 500;
        font-size: 1em;
        line-height: 1em;
        transition: all .3s ease;
        text-decoration: underline solid white; }
        header nav ul li a span.google-material-icons {
          font-size: 1em;
          line-height: 1em;
          vertical-align: middle; }
      header nav ul li a:hover {
        color: #3d4043;
        text-decoration: underline solid #c9cccf;
        text-underline-offset: 0.5em; }
      header nav ul li a.active {
        color: black;
        text-decoration: underline solid #798086;
        text-underline-offset: 0.5em; }
    header nav ul li#searchLinkMobile {
      display: none; }

header > nav > label > input[type="checkbox"] {
  display: none; }

@media (max-width: 960px) {
  header nav label ul {
    position: absolute;
    top: 64px;
    right: 0px;
    background-color: white;
    visibility: hidden;
    opacity: 0;
    width: 180px;
    height: calc(100% - 64px);
    display: block;
    opacity: 0;
    padding: 0;
    z-index: 300; }
    header nav label ul li {
      padding: 24px 4px 24px 24px;
      border-bottom: 1px solid #dadce0; }
  label .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    transition: 0.5s ease-in-out;
    cursor: pointer; }
  label .hamburger {
    position: absolute;
    top: 32px;
    left: 16px;
    width: 32px;
    height: 2px;
    background: #5f6368;
    display: block;
    transform-origin: center;
    transition: 0.5s ease-in-out; }
  label .hamburger:after,
  label .hamburger:before {
    transition: 0.35s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #5f6368; }
  label .hamburger:before {
    top: -10px; }
  label .hamburger:after {
    bottom: -10px; }
  label input:checked + .menu .hamburger {
    transform: rotate(45deg); }
  label input:checked + .menu .hamburger:after {
    transform: rotate(90deg);
    bottom: 0; }
  label input:checked + .menu .hamburger:before {
    transform: rotate(90deg);
    top: 0; }
  label input:checked + .menu + ul {
    opacity: 1;
    transition: 0.25s ease;
    visibility: visible; }
  .page-overlay {
    transition: 0.35s ease;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 100;
    visibility: hidden; }
  label input:checked + .menu + ul + .page-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    visibility: visible; }
  #searchLinkMobile {
    display: block !important; }
  #searchLinkDesktop {
    display: none; } }

.site-banner {
  background-color: var(--dora-highlight);
  padding: 2pt;
  text-align: center; }
  .site-banner a {
    display: inline-block;
    border-radius: 0.2em;
    padding: 2pt 6pt;
    color: var(--dora-primary-dark);
    font-weight: 500; }

#searchInputPopover {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  height: 64px;
  background-color: transparent;
  width: 100%; }
  #searchInputPopover:popover-open {
    display: flex; }
  #searchInputPopover #searchInputPopoverFields {
    display: grid;
    justify-items: right;
    align-items: center;
    height: 100%;
    animation: popoverAppear 0.2s ease-in;
    width: 100%; }
    #searchInputPopover #searchInputPopoverFields #searchForm {
      width: 50em; }

@keyframes popoverAppear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

:root {
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
  padding: 0;
  line-height: 120%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 2.75rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0; }

h5 {
  font-size: 11px;
  letter-spacing: 1.25px;
  color: #777;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0; }

hr {
  border: none;
  border-top: 1px solid #aeb0b7;
  margin: 2em 0; }

a.author {
  display: inline-block;
  font-weight: 200;
  border: 1px solid #dadce0;
  padding: 0 0.4rem;
  text-decoration: none;
  border-radius: 0.4rem;
  margin-right: 0.5em; }

@media (max-width: 800px) {
  h1 {
    font-size: 24px; }
  h2 {
    font-size: 20.4px; }
  h3 {
    font-size: 16.8px; }
  h4 {
    font-size: 15.6px; }
  h5 {
    font-size: 10.08px; } }

:root {
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue); }

fieldset {
  padding: 0;
  border: none; }
  fieldset ul {
    padding: 0; }
    fieldset ul li {
      list-style-type: none;
      margin-bottom: 6px; }

input[type="radio"] {
  transform: scale(1.25);
  margin-right: 0.5em; }

select {
  padding: 2px 4px;
  border-color: #aeb0b7;
  border-radius: 4px; }

button,
input[type="submit"],
.button {
  display: inline-block;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  vertical-align: middle;
  margin: 8px 4px;
  padding: 15px 24px;
  transition: color 0.15s linear, background-color 0.15s linear;
  color: white;
  background-color: #1a73e8;
  cursor: pointer;
  text-decoration: none; }
  button:disabled,
  input[type="submit"]:disabled,
  .button:disabled {
    background-color: #dadce0;
    cursor: default; }
  button:hover:not(:disabled),
  input[type="submit"]:hover:not(:disabled),
  .button:hover:not(:disabled) {
    background-color: #174ea6;
    color: white; }

button.secondary,
.button.secondary {
  background-color: white;
  color: #174EA6;
  border: 1px solid #dadce0; }
  button.secondary:hover,
  .button.secondary:hover {
    color: #174EA6;
    background-color: #e1f3fc; }

::placeholder {
  font-weight: 200;
  color: #9aa0a6; }

:root {
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue); }

grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
  place-items: stretch; }
  grid item {
    padding: 0;
    border: 1px solid #dadce0;
    border-radius: 8px; }
    grid item h2 {
      background-color: #f8f9fa;
      margin: 0;
      padding: 1rem 1rem .5rem 1rem;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
      grid item h2 a {
        color: #202124;
        text-decoration: none; }
    grid item content {
      display: flex;
      flex-direction: row;
      align-items: stretch; }
      grid item content p {
        padding: .5rem; }
      grid item content img {
        margin: .5rem; }
        grid item content img.stroke {
          border: 1px solid #dadce0; }
  grid.border_none item {
    border: none; }

@media (max-width: 800px) {
  grid {
    grid-template-columns: 1fr; } }

/*

styles for UI widgets such as popovers, modals, tabs

*/
:root {
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue); }

.popover {
  position: absolute;
  padding: 32px 64px 32px 32px;
  border: 1px solid #dadce0;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.05), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
  z-index: 9999;
  background-color: #f8f9fa;
  top: auto;
  display: block;
  width: 30%;
  min-width: 200px;
  max-width: 400px; }

.modal-container {
  position: fixed;
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding-top: 10vh; }
  .modal-container .modal {
    position: relative;
    margin: 1em;
    background-color: #fff;
    max-width: 960px;
    border-radius: 0.5em;
    height: fit-content;
    display: flex;
    flex-direction: column;
    max-height: 80vh; }
    .modal-container .modal .modal-header {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 0.5em;
      border-bottom: 1px solid #dadce0;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0; }
      .modal-container .modal .modal-header h2 {
        padding: .25em; }
      .modal-container .modal .modal-header .modal-close-x {
        border: none;
        cursor: pointer;
        border-radius: 0.25em;
        filter: invert(40%) sepia(3%) saturate(18%) hue-rotate(327deg) brightness(95%) contrast(85%); }
        @media (max-width: 480px) {
          .modal-container .modal .modal-header .modal-close-x {
            width: 1.75em;
            height: 1.75em; } }
        .modal-container .modal .modal-header .modal-close-x:hover {
          filter: none;
          background-color: #e1f3fc; }
    .modal-container .modal .capability-content {
      overflow-y: auto;
      padding: 1em; }

.popover-more {
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  vertical-align: top;
  background: url(https://www.google.com/images/icons/material/system/svg/help_24px.svg) no-repeat center center;
  background-size: contain;
  filter: invert(53%) sepia(12%) saturate(175%) hue-rotate(165deg) brightness(97%) contrast(91%);
  border-bottom: 0; }

ul.tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dadce0;
  padding: 0; }
  ul.tabs li {
    list-style-type: none;
    text-align: center; }
    ul.tabs li a {
      display: inline-block;
      padding: 4px 18px;
      margin: 0 12px;
      cursor: pointer;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 300;
      font-size: 0.85rem;
      text-decoration: none;
      color: #9aa0a6;
      text-transform: uppercase;
      border-bottom: 2px solid white;
      transition: border-bottom 400ms ease-out; }
      ul.tabs li a:hover {
        color: #202124; }
      ul.tabs li a.selected {
        color: #202124;
        font-weight: 500;
        border-bottom: 2px solid #1a73e8; }
  @media (max-width: 480px) {
    ul.tabs {
      flex-direction: column; }
      ul.tabs li a {
        font-size: 1.25rem; }
        ul.tabs li a.selected {
          border: none; }
          ul.tabs li a.selected::before {
            content: "• ";
            color: #1a73e8; } }
.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

img.icon.arrow-right {
  height: 0.9em;
  vertical-align: middle; }

blockquote {
  display: block;
  width: fit-content;
  margin: 0 auto .5rem auto;
  color: #174EA6;
  background-color: #e8f0fe;
  padding: 0.5em 1.5em;
  border-radius: 0.25em; }
  blockquote p {
    font-family: "Google Sans", "Roboto", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center; }

:root {
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue); }

section.hasSidebar {
  display: flex;
  flex-direction: row; }
  section.hasSidebar article {
    flex-grow: 1; }
  section.hasSidebar sidebar {
    width: 12em;
    min-width: 12em; }
    section.hasSidebar sidebar a {
      text-decoration: none; }
    section.hasSidebar sidebar section {
      padding: 0.5em 0.1em 0.5em 1em;
      margin-left: 1em;
      border-left: 1px solid #dadce0; }
  section.hasSidebar .double-wide {
    grid-column: span 2; }
  @media (max-width: 800px) {
    section.hasSidebar {
      flex-direction: column; }
      section.hasSidebar article {
        width: 100%; }
      section.hasSidebar sidebar {
        order: 1;
        width: 100%;
        margin-left: 0.5em;
        margin-right: 0.5em; }
        section.hasSidebar sidebar section {
          padding: 1em 0;
          margin-left: 0;
          border-left: none;
          border-bottom: 1px solid #dadce0; }
          section.hasSidebar sidebar section:last-child {
            border-bottom: none; }
      section.hasSidebar .double-wide {
        grid-column: span 1; } }
:root {
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue); }

footer {
  background-color: #f8f9fa;
  padding: 24px 24px 16px 24px;
  margin-top: 4rem;
  align-items: center; }
  footer a {
    color: #5b5e66;
    text-decoration: none; }
  footer .logo {
    display: flex;
    align-items: center; }
    footer .logo img {
      display: block; }

.linkContainer {
  display: flex;
  justify-content: space-between; }
  .linkContainer .logo {
    vertical-align: middle;
    font-size: 14px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300;
    display: flex; }
  .linkContainer .links a {
    display: inline-block;
    padding: .5em;
    line-height: 1;
    vertical-align: middle; }
  @media (max-width: 480px) {
    .linkContainer {
      flex-direction: column; }
      .linkContainer .linkGroup {
        display: block; }
      .linkContainer .logo, .linkContainer .linkGroup {
        text-align: center;
        margin: auto; } }
.content-license {
  padding-top: 1em;
  text-align: center;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5b5e66; }

/* This file wraps 'syntax.scss' which is generated via `hugogen chromastyles` */
/* Background */
.bg {
  background-color: #f0f0f0; }

/* PreWrapper */
.chroma {
  background-color: #f0f0f0; }

/* Other */
/* Error */
/* CodeLine */
/* LineLink */
.chroma .lnlinks {
  outline: none;
  text-decoration: none;
  color: inherit; }

/* LineTableTD */
.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0; }

/* LineTable */
.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* LineHighlight */
.chroma .hl {
  background-color: #ffffcc; }

/* LineNumbersTable */
.chroma .lnt {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f; }

/* LineNumbers */
.chroma .ln {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f; }

/* Line */
.chroma .line {
  display: flex; }

/* Keyword */
.chroma .k {
  color: #007020;
  font-weight: bold; }

/* KeywordConstant */
.chroma .kc {
  color: #007020;
  font-weight: bold; }

/* KeywordDeclaration */
.chroma .kd {
  color: #007020;
  font-weight: bold; }

/* KeywordNamespace */
.chroma .kn {
  color: #007020;
  font-weight: bold; }

/* KeywordPseudo */
.chroma .kp {
  color: #007020; }

/* KeywordReserved */
.chroma .kr {
  color: #007020;
  font-weight: bold; }

/* KeywordType */
.chroma .kt {
  color: #902000; }

/* Name */
/* NameAttribute */
.chroma .na {
  color: #4070a0; }

/* NameBuiltin */
.chroma .nb {
  color: #007020; }

/* NameBuiltinPseudo */
/* NameClass */
.chroma .nc {
  color: #0e84b5;
  font-weight: bold; }

/* NameConstant */
.chroma .no {
  color: #60add5; }

/* NameDecorator */
.chroma .nd {
  color: #555555;
  font-weight: bold; }

/* NameEntity */
.chroma .ni {
  color: #d55537;
  font-weight: bold; }

/* NameException */
.chroma .ne {
  color: #007020; }

/* NameFunction */
.chroma .nf {
  color: #06287e; }

/* NameFunctionMagic */
/* NameLabel */
.chroma .nl {
  color: #002070;
  font-weight: bold; }

/* NameNamespace */
.chroma .nn {
  color: #0e84b5;
  font-weight: bold; }

/* NameOther */
/* NameProperty */
/* NameTag */
.chroma .nt {
  color: #062873;
  font-weight: bold; }

/* NameVariable */
.chroma .nv {
  color: #bb60d5; }

/* NameVariableClass */
/* NameVariableGlobal */
/* NameVariableInstance */
/* NameVariableMagic */
/* Literal */
/* LiteralDate */
/* LiteralString */
.chroma .s {
  color: #4070a0; }

/* LiteralStringAffix */
.chroma .sa {
  color: #4070a0; }

/* LiteralStringBacktick */
.chroma .sb {
  color: #4070a0; }

/* LiteralStringChar */
.chroma .sc {
  color: #4070a0; }

/* LiteralStringDelimiter */
.chroma .dl {
  color: #4070a0; }

/* LiteralStringDoc */
.chroma .sd {
  color: #4070a0;
  font-style: italic; }

/* LiteralStringDouble */
.chroma .s2 {
  color: #4070a0; }

/* LiteralStringEscape */
.chroma .se {
  color: #4070a0;
  font-weight: bold; }

/* LiteralStringHeredoc */
.chroma .sh {
  color: #4070a0; }

/* LiteralStringInterpol */
.chroma .si {
  color: #70a0d0; }

/* LiteralStringOther */
.chroma .sx {
  color: #c65d09; }

/* LiteralStringRegex */
.chroma .sr {
  color: #235388; }

/* LiteralStringSingle */
.chroma .s1 {
  color: #4070a0; }

/* LiteralStringSymbol */
.chroma .ss {
  color: #517918; }

/* LiteralNumber */
.chroma .m {
  color: #40a070; }

/* LiteralNumberBin */
.chroma .mb {
  color: #40a070; }

/* LiteralNumberFloat */
.chroma .mf {
  color: #40a070; }

/* LiteralNumberHex */
.chroma .mh {
  color: #40a070; }

/* LiteralNumberInteger */
.chroma .mi {
  color: #40a070; }

/* LiteralNumberIntegerLong */
.chroma .il {
  color: #40a070; }

/* LiteralNumberOct */
.chroma .mo {
  color: #40a070; }

/* Operator */
.chroma .o {
  color: #666666; }

/* OperatorWord */
.chroma .ow {
  color: #007020;
  font-weight: bold; }

/* Punctuation */
/* Comment */
.chroma .c {
  color: #60a0b0;
  font-style: italic; }

/* CommentHashbang */
.chroma .ch {
  color: #60a0b0;
  font-style: italic; }

/* CommentMultiline */
.chroma .cm {
  color: #60a0b0;
  font-style: italic; }

/* CommentSingle */
.chroma .c1 {
  color: #60a0b0;
  font-style: italic; }

/* CommentSpecial */
.chroma .cs {
  color: #60a0b0;
  background-color: #fff0f0; }

/* CommentPreproc */
.chroma .cp {
  color: #007020; }

/* CommentPreprocFile */
.chroma .cpf {
  color: #007020; }

/* Generic */
/* GenericDeleted */
.chroma .gd {
  color: #a00000; }

/* GenericEmph */
.chroma .ge {
  font-style: italic; }

/* GenericError */
.chroma .gr {
  color: #ff0000; }

/* GenericHeading */
.chroma .gh {
  color: #000080;
  font-weight: bold; }

/* GenericInserted */
.chroma .gi {
  color: #00a000; }

/* GenericOutput */
.chroma .go {
  color: #888888; }

/* GenericPrompt */
.chroma .gp {
  color: #c65d09;
  font-weight: bold; }

/* GenericStrong */
.chroma .gs {
  font-weight: bold; }

/* GenericSubheading */
.chroma .gu {
  color: #800080;
  font-weight: bold; }

/* GenericTraceback */
.chroma .gt {
  color: #0044dd; }

/* GenericUnderline */
.chroma .gl {
  text-decoration: underline; }

/* TextWhitespace */
.chroma .w {
  color: #bbbbbb; }

pre:has(code) {
  border-radius: 1em;
  padding: 1.5em; }

.searchInputContainer {
  display: flex;
  margin: 0 1em; }

.searchQuery {
  display: block;
  flex-grow: 1;
  margin: 0;
  padding-inline: 1rem;
  border: 1px solid #999;
  border-radius: 10vmin 0 0 10vmin; }

.searchButton {
  display: block !important;
  margin: 0  !important;
  border-radius: 0 10vmin 10vmin 0  !important;
  font-size: 1rem  !important; }

:root {
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scrollbar-gutter: stable; }

body {
  font-family: "Google Sans", "Roboto", Arial, Helvetica, sans-serif;
  color: #202124;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  body main {
    flex-grow: 1;
    max-width: 1040px;
    padding: 1.5rem 4rem 0.5rem 4rem;
    margin: auto; }
    body main li {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 300; }
      body main li strong, body main li b, body main li a {
        font-family: "Google Sans", "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 500; }
    @media (max-width: 800px) {
      body main {
        padding: 0.75em;
        width: auto; } }
    @media (max-width: 480px) {
      body main {
        padding: 0.5em;
        width: auto; } }
p,
.paragraph,
select {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1em; }
  @media (max-width: 800px) {
    p,
    .paragraph,
    select {
      line-height: 1.35; } }
p > strong {
  font-weight: 500; }

a {
  color: #1a73e8; }
  a:hover {
    color: #174ea6; }
  a:focus {
    color: #174ea6; }

header {
  display: flex;
  align-items: center;
  height: 64px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0;
  z-index: 100; }
  header .dora-logo {
    margin: 2px 8px; }

.capitalize {
  text-transform: capitalize; }

section.banner {
  background-color: #f8f9fa; }
  section.banner .content {
    display: flex;
    max-width: 1040px;
    padding: 2rem 4rem 0.5rem 2rem;
    margin: auto;
    line-height: 1.75; }
    section.banner .content p {
      font-family: "Google Sans", "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 300; }
    @media (max-width: 800px) {
      section.banner .content {
        padding: 1rem; } }
    section.banner .content img.highlight {
      width: 40%;
      max-width: 400px;
      margin-left: 1.5em; }
      @media (max-width: 800px) {
        section.banner .content img.highlight {
          display: none; } }
.pagefooter {
  display: flex;
  flex-direction: row;
  margin-top: 3em;
  border-top: 1px solid #dadce0; }
  @media (max-width: 800px) {
    .pagefooter {
      flex-direction: column; } }
  .pagefooter div {
    margin: 2rem; }
    @media (max-width: 800px) {
      .pagefooter div {
        margin: 0.5rem 1rem; } }
    .pagefooter div:has(h2) {
      min-width: 25%;
      flex-grow: 1; }

.google-material-icons {
  font-family: "Google Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  cursor: pointer; }
  .google-material-icons.divider-before {
    border-left: 1px solid #dadce0; }

.source-available-repo {
  text-decoration: none;
  color: #5b5e66; }

.source-available-project a {
  text-decoration: none;
  color: #202124; }

.source-available-project .google-material-icons {
  font-size: 14px;
  text-decoration: none; }

[x-cloak] {
  display: none !important; }

.updated {
  font-size: 12px;
  color: #9aa0a6;
  font-weight: 200; }
