* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Rubik", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #000;
  hyphens: auto;
  overflow-x: hidden;
}

ul {
  list-style-position: outside;
  margin-left: 2rem;
}

ol {
  list-style-position: outside;
  margin-left: 2rem;
}

li > ul {
  margin-left: 3rem;
}

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #236b8e;
}

dd {
  margin-bottom: 1rem;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
}

.nav-list {
  list-style: none;
  display: flex;
  justify-items: center;
}

.check-button {
  display: none;
}

.heading-primary {
  color: #354d4c;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.2;
  letter-spacing: -1px;
  padding-bottom: 0rem;
}

.heading-secondary {
  color: #354d4c;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -1px;
  padding: 2.8rem 0;
}

.heading-tertiary {
  color: #000;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: -1px;
  padding: 1.2rem 0 2.4rem;
}

.initially-hidden {
  display: none;
}

.no-bullets {
  list-style: none;
}

.space-below {
  margin-bottom: 2rem;
}

.bump-right {
  margin-left: 2rem;
}

/*# sourceMappingURL=general.css.map */
