@charset "utf-8";


.uq-content *,
.uq-content ::before,
.uq-content ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

/* html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
} */

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

.uq-content {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

/* main {
  display: block;
} */

/* Vertical rhythm */
/* ============================================ */

.uq-content p,
.uq-content table,
.uq-content blockquote,
.uq-content address,
.uq-content pre,
.uq-content iframe,
.uq-content form,
.uq-content figure,
.uq-content dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

.uq-content h1,
.uq-content h2,
.uq-content h3,
.uq-content h4,
.uq-content h5,
.uq-content h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

.uq-content ul,
.uq-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

.uq-content dt {
  font-weight: bold;
}

.uq-content dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 .uq-content hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 .uq-content pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

.uq-content address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

 .uq-content a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 .uq-content abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 .uq-content b,
 .uq-content 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.
 */

 .uq-content code,
 .uq-content kbd,
 .uq-content samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

 .uq-content small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

 .uq-content sub,
 .uq-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.uq-content sub {
  bottom: -0.25em;
}

.uq-content sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

 .uq-content svg,
 .uq-content img,
 .uq-content embed,
 .uq-content object,
 .uq-content iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

 .uq-content button,
 .uq-content input,
 .uq-content optgroup,
.uq-content select,
.uq-content textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

 .uq-content button,
 .uq-content [type="button"],
 .uq-content [type="reset"],
 .uq-content [type="submit"] {
  cursor: pointer;
}

.uq-content button:disabled,
.uq-content [type="button"]:disabled,
.uq-content [type="reset"]:disabled,
.uq-content [type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

.uq-content :-moz-focusring {
  outline: auto;
}

.uq-content select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

 .uq-content option {
  padding: 0;
}

/**
 * Reset to invisible
 */

 .uq-content fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.uq-content legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 .uq-content progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

 .uq-content textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

 .uq-content [type="number"]::-webkit-inner-spin-button,
 .uq-content [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

 .uq-content [type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

 .uq-content [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

 .uq-content ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
 .uq-content [type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

 .uq-content label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

 .uq-content details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

 .uq-content summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

 .uq-content [contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

.uq-content table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

.uq-content caption {
  text-align: left;
}

.uq-content td,
.uq-content th {
  vertical-align: top;
  padding: 0;
}

.uq-content th {
  text-align: left;
  font-weight: bold;
}
