/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
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;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
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 {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
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-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
.static--page-container hr {
  border-top: none;
  border-left: none;
  border-right: none;
}
.resource--with-markdown hr {
  margin-top: 2rem;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  top: 0 !important;
}
body a {
  text-decoration: none;
}
.content {
  width: 100%;
}
.content > div {
  min-width: 88px;
}
a {
  color: #5073b3;
}
a:hover {
  color: #2d4a80;
}
.center-align {
  vertical-align: middle;
  display: inline-block !important;
}
.pull-right {
  text-align: right;
}
.position-relative {
  position: relative;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
[data-placement='top'] .badge-tooltipTop {
  top: 15px;
  position: relative;
}
[data-placement='bottom'] .badge-tooltipTop {
  top: -10px;
  position: relative;
}
.nav-bottom-selectedLabel {
  color: #f26f6f;
}
input[class*='inputSingleline'] {
  height: 1.2em;
}
@media screen and (max-width: 400px) {
  .nav-bottom-label {
    font-size: 10px !important;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.sticky.sticky-fixed.is-sticky {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sticky.sticky-fixed.is-sticky:not([style*='margin-top']) {
  margin-top: 0 !important;
}
.sticky.sticky-fixed.is-sticky:not([style*='margin-bottom']) {
  margin-bottom: 0 !important;
}
.sticky.sticky-fixed.is-absolute {
  position: absolute;
}
strong {
  font-weight: 600;
}
@media screen {
  .hide--on-screen {
    display: none !important;
  }
}
@media print {
  .hide--on-print {
    display: none !important;
  }
  .page-break-after--avoid {
    page-break-after: avoid;
  }
  .page-break-after--force {
    page-break-after: always;
  }
  .page-break-inside--avoid {
    page-break-inside: avoid;
  }
  .no-background {
    background: none !important;
  }
}
