* {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
strong {
  font-weight: 700;
}
i {
  font-weight: 100;
  font-style: normal;
}
html,
body {
  background: #000;
}
.header {
  position: fixed;
  top: 0;
  z-index: 88;
  float: left;
  width: 100%;
  border-bottom: 2px solid #fff;
  background: #000;
}
.header > h1 {
  line-height: 60px;
  font-size: 24px;
  padding: 0 36px;
}
.header > a {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.wrapper {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 62px;
}
.wrapper > ul {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 36px;
  list-style: none;
}
.wrapper > ul > li {
  position: relative;
  float: left;
  width: 100%;
}
.wrapper > ul > li > a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 48px;
  text-decoration: none;
  font-weight: bold;
  padding: 0 36px;
}
.wrapper > ul > li > a > i {
  position: absolute;
  left: 12px;
  top: 14px;
}
.wrapper > ul > li > a > i.fa-caret-down {
  display: none;
}
.wrapper > ul > li > a > span {
  position: absolute;
  top: 0;
  right: 36px;
  font-weight: normal;
  font-size: 12px;
  opacity: 0.5;
}
.wrapper > ul > li > a > span.finished {
  display: none;
  opacity: 1;
}
.wrapper > ul > li > a > span.finished > i {
  color: #0f0;
}
.wrapper > ul > li > ul {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  display: none;
}
.wrapper > ul > li > ul > li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.wrapper > ul > li > ul > li > a {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 48px;
  padding: 0 12px;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.wrapper > ul > li > ul > li > a > i {
  opacity: 0;
  width: 24px;
  color: #0f0;
  --fa-animation-duration: 0.5s;
}
.wrapper > ul > li > ul > li > a.checked {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: line-through;
}
.wrapper > ul > li > ul > li > a.checked > i {
  opacity: 1;
}
.wrapper > ul > li.active > a > i.fa-caret-down {
  display: inline-block;
}
.wrapper > ul > li.active > a > i.fa-caret-right {
  display: none;
}
.wrapper > ul > li.active > ul {
  display: block;
}
.overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  padding: 0 36px;
  display: none;
}
.overlay > .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.overlay > h2 {
  line-height: 60px;
  font-size: 24px;
}
.overlay > form {
  position: relative;
  float: left;
  width: 100%;
  padding: 36px 0;
}
.overlay > form > label {
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #ddd;
  margin-bottom: 24px;
}
.overlay > form > label > input,
.overlay > form > label > select {
  position: relative;
  float: left;
  width: 100%;
  background: #666;
  border-bottom: 2px solid #fff;
  height: 60px;
  font-size: 18px;
  padding: 0 12px;
  margin: 6px 0;
}
.overlay > form > input[type="submit"] {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */