html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-family: Roboto, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: var(--black-text);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
}

body, body * {
    font-family: "Roboto", arial, sans-serif;
}

a {
  color: var(--blue-button-background);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

header {
    background: #54688A;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 110%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.2rem;
  margin: 2.8rem 0 1.68rem 0;
}

h2 {
  font-size: 3.56rem;
  margin: 2.3733333333rem 0 1.424rem 0;
}

h3 {
  font-size: 2.92rem;
  margin: 1.9466666667rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6 {
  font-size: 1.15rem;
  margin: 0.7666666667rem 0 0.46rem 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b, strong {
  font-weight: 500;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

small, sup {
  font-size: 75%;
}

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

progress {
  vertical-align: baseline;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

details summary {
    display: list-item;
    list-style: none;
}

details summary::-webkit-details-marker {
    display: none;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="submit"] {
  -webkit-appearance: button;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

ul > li {
  list-style-type: none;
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

i {
  line-height: inherit;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

th {
    font-weight: 500;
}