@charset "UTF-8";
/*! 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: #5f6368;
        white-space: nowrap;
        font-weight: 400;
        font-size: 1em;
        line-height: 1em; }
        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: black; }
      header nav ul li a.active {
        color: black;
        font-weight: 600; }

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; } }

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

h1 {
  font-size: 2.75rem; }

h2 {
  font-size: 2rem; }

h3 {
  margin-top: 2em;
  font-size: 1rem; }

h4 {
  font-size: 18px;
  font-weight: 500; }

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

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

@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; } }

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: #1a73e8;
  border: 1px solid #dadce0; }
  button.secondary:hover,
  .button.secondary:hover {
    color: #1a73e8;
    background-color: #e1f3fc; }

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

/*

styles for UI widgets such as popovers, modals, tabs

*/
.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.6);
  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;
      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;
  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; }

section.hasSidebar {
  display: grid;
  grid-template-columns: 1fr 20%;
  gap: 1em; }
  section.hasSidebar sidebar {
    min-width: 200px; }
    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 sidebar section .snipe {
        border: 1px solid #dadce0;
        border-radius: 0.5em;
        padding: 0.5em 1em;
        font-weight: 500;
        transition: all 0.25s; }
        section.hasSidebar sidebar section .snipe:hover {
          box-shadow: 3px 3px 3px 0px #999999; }
  section.hasSidebar .double-wide {
    grid-column: span 2; }
  @media (max-width: 800px) {
    section.hasSidebar {
      grid-template-columns: 1fr; }
      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; } }
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; }

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;
  letter-spacing: 0.35px; }
  body main {
    flex-grow: 1;
    max-width: 1040px;
    padding: 1.5rem 4rem 0.5rem 4rem;
    margin: auto; }
    @media (max-width: 800px) {
      body main {
        padding: .75em; } }
    @media (max-width: 480px) {
      body main {
        padding: .5em; } }
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;
    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; }
  .google-material-icons.divider-before {
    border-left: 1px solid #dadce0; }

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