/* Quorum Universal Style Repo bundle - DO NOT EDIT */
html {
  font-family: -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 62.5%;
  color: #333333;
}
body {
  font-size: 1.3em !important;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.8rem 0 0.4rem 0;
  font-weight: 500;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.3rem;
}
h6 {
  font-size: 1.2rem;
}
p, span {
  font-size: 1.3rem;
}
p {
  margin: 0 0 0.6rem 0;
}
p,
span,
h1,
h2,
h3,
h4,
h5 {
  color: #333333;
}
a {
  color: #022cc0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
.disabledlink {
  color: #848484 !important;
}
.disabledlink:hover {
  cursor: default !important;
  text-decoration: none;
}
hr {
  border-color: #bbbbbb;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  border: 0;
  border-top: 1px solid #bbbbbb;
}
.secondary {
  color: #666666;
}
.hint,
.message {
  color: #848484;
}
.error,
.disclaimer,
.q-error,
.color-error {
  color: #fc364e !important;
}
.error label,
.disclaimer label,
.q-error label,
.color-error label {
  color: #fc364e !important;
}
.warning,
.q-warning {
  color: #ff8c42 !important;
}
.warning label,
.q-warning label {
  color: #ff8c42 !important;
}
.q-success {
  color: #4caf50;
}
.info,
.q-info {
  color: #047bc1;
}
.q-bold {
  font-weight: bold !important;
  color: #333333 !important;
}
.q-bolditalic {
  font-weight: bold !important;
  font-style: italic !important;
  color: #333333 !important;
}
.q-italic {
  font-style: italic !important;
  color: #333333 !important;
}
.section-title {
  margin: 0;
  font-size: 100%;
  padding: 0.6rem;
  background: #edf3f6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  margin-top: -2.4rem;
}
abbr {
  color: #022cc0;
}
abbr[title], abbr[data-original-title] {
  cursor: help;
}
kbd {
  background: #203d62;
  color: #ffffff;
  padding: 0.4rem;
}
mark {
  background: #d2e3eb;
}
pre {
  border: 1px solid #bbbbbb;
  padding: 0.8rem;
  color: #333333;
  background: #d2e3eb;
  font-size: 1.2rem;
  margin: 0.8rem 0;
  border-radius: 0.4rem;
}
code {
  color: #ffffff;
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  background-color: #203d62;
  border-radius: 0.4rem;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
pre,
code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
blockquote {
  border-left: 0.5rem solid #047bc1;
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem;
}
address {
  font-style: normal;
  margin-bottom: 1.6rem;
}
.fs-small {
  font-size: 1.1rem;
}
/*# sourceMappingURL=typography.css.map */