.page-header {
  height: auto;
}

.lists-header {
  margin: 0;
  width: 25%;
  align-self: stretch;
  min-height: 100vh;
  box-shadow: 0px 15px 6px 3px #efefef;
}
@media screen and (max-width: 1024px) {
  .lists-header {
    margin: 20px auto 40px auto;
    width: 100%;
    box-shadow: none;
    min-height: auto;
  }
}
.lists-header .sticky-position {
  position: sticky;
  top: 0;
}
.lists-header h3 {
  display: none;
}
.lists-header h3.show {
  display: block;
}
.lists-header .branding {
  border-bottom: 1px solid #efefef;
  display: inline-block;
  width: 100%;
  margin: 20px auto 0;
  padding-bottom: 20px;
}
.lists-header .branding img {
  width: 35%;
  display: block;
  margin: 0 auto;
}
.lists-header .branding h3 {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #808284;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .lists-header .branding {
    display: none;
  }
}
.lists-header ul {
  margin: 0 auto 20px;
}
.lists-header ul li {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #efefef;
  font-size: 18px;
  color: #808284;
  list-style: none;
}
.lists-header ul li.active {
  font-size: 30px;
  color: #404041;
}
.lists-header ul li:nth-of-type(1) {
  border-top: none;
}
.lists-header ul li.hide {
  display: none;
}

.page-title {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-title {
    display: block;
  }
}

.page-header ul {
  height: 36px;
}
.page-header .courses button {
  display: none;
}

/*# sourceMappingURL=list-header.css.map */
