header.top-header {
  background: #fff;
  border-bottom: none;
  padding-bottom: 0;
}
header.top-header > section.header-inner {
  padding-bottom: 0;
}
header.top-header > section.header-inner .pure-g {
  padding-bottom: 13px !important;
}
header.top-header > section.header-inner > h1 {
  padding-left: 1rem;
}
header.top-header > section.header-inner > nav.top-header-nav-single > ul:last-child, header.top-header > section.header-inner > nav.top-header-nav-single > ul {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
header.top-header > section.header-inner > nav.top-header-nav-single > ul:last-child > li a, header.top-header > section.header-inner > nav.top-header-nav-single > ul:last-child > li span, header.top-header > section.header-inner > nav.top-header-nav-single > ul > li a, header.top-header > section.header-inner > nav.top-header-nav-single > ul > li span {
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}
header.top-header > section.header-inner > nav.top-header-nav-single > ul:last-child > li:last-child a, header.top-header > section.header-inner > nav.top-header-nav-single > ul:last-child > li:last-child span, header.top-header > section.header-inner > nav.top-header-nav-single > ul > li:last-child a, header.top-header > section.header-inner > nav.top-header-nav-single > ul > li:last-child span {
  border-bottom: none;
}

html, body {
  height: 100%;
}

nav.vl-nav {
  width: 100%;
  margin: 0.5rem auto;
  max-width: 45rem;
}
nav.vl-nav.open {
  margin-top: 0;
}
nav.vl-nav.open > ul > li:first-child {
  display: block;
}
nav.vl-nav > ul {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
nav.vl-nav > ul > li {
  display: block;
}
nav.vl-nav > ul > li:first-child {
  display: none;
}
@media screen and (min-width: 64em) {
  nav.vl-nav > ul > li:first-child {
    display: inline-block;
  }
  nav.vl-nav > ul > li:first-child i {
    display: none;
  }
}
nav.vl-nav > ul > li > a {
  color: #000;
  padding: 0.3rem;
  background: #f9f9f9;
  display: block;
  border-bottom: 1px solid #eee;
  text-align: center;
}
nav.vl-nav > ul > li > a i.fas {
  margin-right: 0.2rem;
}
nav.vl-nav > ul > li > a i.fa-fw {
  width: auto;
}
nav.vl-nav > ul > li > a.biology {
  background: rgba(36, 86, 42, 0.1);
  color: #24562a;
  border-bottom: 1px solid rgba(36, 86, 42, 0.1);
}
nav.vl-nav > ul > li > a.biology:hover {
  background: rgba(36, 86, 42, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a.physics {
  background: rgba(111, 19, 11, 0.1);
  color: #6f130b;
  border-bottom: 1px solid rgba(111, 19, 11, 0.1);
}
nav.vl-nav > ul > li > a.physics:hover {
  background: rgba(111, 19, 11, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a.chemistry {
  background: rgba(45, 52, 141, 0.1);
  color: #2d348d;
  border-bottom: 1px solid rgba(45, 52, 141, 0.1);
}
nav.vl-nav > ul > li > a.chemistry:hover {
  background: rgba(45, 52, 141, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a.mathematics {
  background: rgba(58, 98, 142, 0.1);
  color: #3a628e;
  border-bottom: 1px solid rgba(58, 98, 142, 0.1);
}
nav.vl-nav > ul > li > a.mathematics:hover {
  background: rgba(58, 98, 142, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a.english-language {
  background: rgba(144, 28, 58, 0.1);
  color: #901c3a;
  border-bottom: 1px solid rgba(144, 28, 58, 0.1);
}
nav.vl-nav > ul > li > a.english-language:hover {
  background: rgba(144, 28, 58, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a.english-literature {
  background: rgba(140, 46, 106, 0.1);
  color: #8c2e6a;
  border-bottom: 1px solid rgba(140, 46, 106, 0.1);
}
nav.vl-nav > ul > li > a.english-literature:hover {
  background: rgba(140, 46, 106, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a.history {
  background: rgba(80, 45, 11, 0.1);
  color: #502d0b;
  border-bottom: 1px solid rgba(80, 45, 11, 0.1);
}
nav.vl-nav > ul > li > a.history:hover {
  background: rgba(80, 45, 11, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a.geography {
  background: rgba(36, 90, 124, 0.1);
  color: #245a7c;
  border-bottom: 1px solid rgba(36, 90, 124, 0.1);
}
nav.vl-nav > ul > li > a.geography:hover {
  background: rgba(36, 90, 124, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a.french {
  background: rgba(63, 61, 109, 0.1);
  color: #3f3d6d;
  border-bottom: 1px solid rgba(63, 61, 109, 0.1);
}
nav.vl-nav > ul > li > a.french:hover {
  background: rgba(63, 61, 109, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a.spanish {
  background: rgba(180, 43, 38, 0.1);
  color: #b42b26;
  border-bottom: 1px solid rgba(180, 43, 38, 0.1);
}
nav.vl-nav > ul > li > a.spanish:hover {
  background: rgba(180, 43, 38, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a.cs {
  background: rgba(20, 59, 85, 0.1);
  color: #143b55;
  border-bottom: 1px solid rgba(20, 59, 85, 0.1);
}
nav.vl-nav > ul > li > a.cs:hover {
  background: rgba(20, 59, 85, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a.re {
  background: rgba(99, 99, 102, 0.1);
  color: #636366;
  border-bottom: 1px solid rgba(99, 99, 102, 0.1);
}
nav.vl-nav > ul > li > a.re:hover {
  background: rgba(99, 99, 102, 0.15);
  text-decoration: none;
}
nav.vl-nav > ul > li > a span {
  font-size: 0.8rem;
  background: #f03030;
  padding: 0.25rem;
  color: #fff;
  margin-left: 0.25rem;
  width: 1.5rem;
  display: inline-block;
  line-height: 1rem;
  text-align: center;
  border-radius: 3rem;
  box-sizing: border-box;
}
nav.vl-nav > ul > li > a span.info {
  background: #3b7fe5;
}
nav.vl-nav > ul > li > span {
  display: none;
}

@media screen and (min-width: 64em) {
  html {
    font-size: 110%;
  }

  header.top-header > section.header-inner {
    padding-bottom: 13px;
  }
  header.top-header > section.header-inner > h1 {
    padding-left: 0;
  }
  header.top-header > section.header-inner > h1 img {
    height: 66px;
  }
  header.top-header > section.header-inner > nav.top-header-nav-single > ul, header.top-header > section.header-inner > nav.top-header-nav-single > ul:last-child {
    border-top: none;
    border-bottom: none !important;
  }
  header.top-header > section.header-inner > nav.top-header-nav-single > ul > li, header.top-header > section.header-inner > nav.top-header-nav-single > ul:last-child > li {
    line-height: 62px;
  }
  header.top-header > section.header-inner > nav.top-header-nav-single > ul > li a, header.top-header > section.header-inner > nav.top-header-nav-single > ul > li span, header.top-header > section.header-inner > nav.top-header-nav-single > ul:last-child > li a, header.top-header > section.header-inner > nav.top-header-nav-single > ul:last-child > li span {
    background: transparent !important;
    border-bottom: none !important;
  }

  nav.vl-nav {
    width: 56.5rem;
    max-width: 56.5rem;
    margin: 0.5rem auto 1.5rem auto;
  }
  nav.vl-nav > ul {
    margin: 0.5rem 0;
  }
  nav.vl-nav > ul > li {
    display: inline-block;
  }
  nav.vl-nav > ul > li > a {
    padding: 0.5rem 0.75rem;
    background: #eee;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 2.5rem;
    border-bottom: none !important;
  }
  nav.vl-nav > ul > li > a:hover {
    background: #d4d4d4;
    text-decoration: none;
  }
  nav.vl-nav > ul > li > a i.fa-fw {
    width: 1.28571429em;
    text-align: center;
  }
  nav.vl-nav > ul > li > a.tier-2 {
    font-size: 1rem;
    line-height: 2.5rem;
    vertical-align: middle;
    margin-right: 0.5rem;
  }
  nav.vl-nav > ul > li > span {
    padding: 0 0.5rem;
    font-size: 1.5rem;
    display: inline-block;
  }

  section.vl-subjects {
    width: 55rem !important;
    max-width: 55rem !important;
    padding: 0 !important;
  }
}
a#resources-show-folders {
  margin: 0 1rem;
  text-align: center;
  float: none !important;
  background: #e0e0e0 !important;
}

body.inner-center {
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  body.inner-center {
    display: flex;
  }
}

body > footer {
  flex-shrink: 0;
  background: transparent;
  border-top: none;
  margin-top: auto;
}

section.vl-front, section.vl-login {
  flex: 1 0 auto;
  margin: 2rem auto;
  max-width: 60rem;
  /* text-align: center; */
  align-items: center;
  display: flex;
  /* flex-direction: column; */
}

section.vl-front a.info-button, section.vl-login a.info-button {
  background: #eee;
  color: #333;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 1rem;
  margin: 1rem auto;
  display: block;
  max-width: 7.5rem;
  text-align: center;
}
section.vl-front a.info-button:hover, section.vl-login a.info-button:hover {
  text-decoration: none;
  background: #d4d4d4;
}

section.vl-front h2 {
  max-width: 35rem;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
}
section.vl-front a.login-button {
  background: #3b7fe5;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 1.25rem;
  margin: 1rem auto 0.5rem auto;
  display: block;
  max-width: 15rem;
  text-align: center;
}
section.vl-front a.login-button:hover {
  text-decoration: none;
  background: #3571cc;
}
section.vl-front .vl-front-inner {
  padding: 1rem;
}

section.vl-login {
  max-width: 25rem;
}
section.vl-login h2 {
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
section.vl-login h2 i {
  margin-right: 0.25rem;
}
section.vl-login .vl-login-inner {
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
}
section.vl-login .vl-login-inner section.vl-login-error {
  background: #eee;
  text-align: center;
  padding: 0.25rem;
  font-weight: bold;
}
section.vl-login .vl-login-inner > p {
  text-align: center;
  font-size: 1rem;
}
section.vl-login .vl-login-inner form {
  width: 14.4rem;
  margin: 0 auto;
}
section.vl-login .vl-login-inner form input.submit, section.vl-login .vl-login-inner form button.submit {
  margin: 1.5rem auto 0rem auto;
  background: #3b7fe5;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 1rem;
  display: block;
  max-width: 15rem;
  text-align: center;
  border: none;
}
section.vl-login .vl-login-inner form input.submit:hover, section.vl-login .vl-login-inner form button.submit:hover {
  background: #3571cc;
}
section.vl-login .vl-login-inner form p:last-child {
  margin-bottom: 0;
}
section.vl-login .vl-login-inner a.info-button {
  max-width: none;
  margin: 2rem auto 0 auto;
  display: block;
  width: 10rem;
  font-size: 1rem;
}

section.vl-subjects {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  margin: 0 auto;
  max-width: 45rem;
}
section.vl-subjects > h3 {
  margin: 0 0 1rem 0;
}
section.vl-subjects > h3:not(:first-of-type) {
  margin-top: 2.5rem;
}
section.vl-subjects > h3 span {
  font-size: 0.75rem;
  background: #f03030;
  font-weight: normal;
  border-radius: 5px;
  padding: 0.1rem 0.25rem;
  color: #fff;
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: middle;
}
@media screen and (min-width: 64em) {
  section.vl-subjects > h3 span {
    display: none;
  }
}
section.vl-subjects > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
section.vl-subjects > ul > li {
  margin-bottom: 1rem;
  flex-basis: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 64em) {
  section.vl-subjects > ul > li {
    flex-basis: 30%;
    margin-top: 2.5rem;
    margin-bottom: 0;
  }
  section.vl-subjects > ul > li:nth-child(1), section.vl-subjects > ul > li:nth-child(2), section.vl-subjects > ul > li:nth-child(3) {
    margin-top: 0;
  }
}
section.vl-subjects > ul > li > section {
  width: 100%;
  margin: 0 auto;
}
section.vl-subjects > ul > li > section h3, section.vl-subjects > ul > li > section h4 {
  margin: 0;
  padding: 0;
}
section.vl-subjects > ul > li > section h3 a {
  font-weight: normal;
  padding: 0.5rem;
  font-size: 1.17rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  display: block;
  color: #000;
  border-radius: 5px;
}
section.vl-subjects > ul > li > section h3 a i {
  margin-right: 0.2rem;
}
section.vl-subjects > ul > li > section h4 a {
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  cursor: pointer;
  display: block;
  color: #000;
  border-radius: 5px;
}
section.vl-subjects > ul > li > section h4 a span {
  font-size: 0.75rem;
  background: #f03030;
  float: right;
  border-radius: 5px;
  padding: 0.1rem 0.25rem;
  color: #fff;
  display: inline-block;
  margin-top: 0.2rem;
}
section.vl-subjects > ul > li > section h4 a span.info {
  background: #3b7fe5;
  margin-left: 0.2rem;
}
section.vl-subjects > ul > li > section.biology h3 a {
  background: rgba(36, 86, 42, 0.1);
  color: #24562a;
}
section.vl-subjects > ul > li > section.biology h3 a:hover {
  text-decoration: none;
  background: rgba(36, 86, 42, 0.15);
}
section.vl-subjects > ul > li > section.biology h4 a:hover {
  background: rgba(36, 86, 42, 0.15);
  color: #24562a;
  text-decoration: none;
}
section.vl-subjects > ul > li > section.physics h3 a {
  background: rgba(111, 19, 11, 0.1);
  color: #6f130b;
}
section.vl-subjects > ul > li > section.physics h3 a:hover {
  text-decoration: none;
  background: rgba(111, 19, 11, 0.15);
}
section.vl-subjects > ul > li > section.physics h4 a:hover {
  background: rgba(111, 19, 11, 0.15);
  color: #6f130b;
  text-decoration: none;
}
section.vl-subjects > ul > li > section.chemistry h3 a {
  background: rgba(45, 52, 141, 0.1);
  color: #2d348d;
}
section.vl-subjects > ul > li > section.chemistry h3 a:hover {
  text-decoration: none;
  background: rgba(45, 52, 141, 0.15);
}
section.vl-subjects > ul > li > section.chemistry h4 a:hover {
  background: rgba(45, 52, 141, 0.15);
  color: #2d348d;
  text-decoration: none;
}
section.vl-subjects > ul > li > section.mathematics h3 a {
  background: rgba(58, 98, 142, 0.1);
  color: #3a628e;
}
section.vl-subjects > ul > li > section.mathematics h3 a:hover {
  text-decoration: none;
  background: rgba(58, 98, 142, 0.15);
}
section.vl-subjects > ul > li > section.mathematics h4 a:hover {
  background: rgba(58, 98, 142, 0.15);
  color: #3a628e;
  text-decoration: none;
}
section.vl-subjects > ul > li > section.english-language h3 a {
  background: rgba(144, 28, 58, 0.1);
  color: #901c3a;
}
section.vl-subjects > ul > li > section.english-language h3 a:hover {
  text-decoration: none;
  background: rgba(144, 28, 58, 0.15);
}
section.vl-subjects > ul > li > section.english-language h4 a:hover {
  background: rgba(144, 28, 58, 0.15);
  color: #901c3a;
  text-decoration: none;
}
section.vl-subjects > ul > li > section.english-literature h3 a {
  background: rgba(140, 46, 106, 0.1);
  color: #8c2e6a;
}
section.vl-subjects > ul > li > section.english-literature h3 a:hover {
  text-decoration: none;
  background: rgba(140, 46, 106, 0.15);
}
section.vl-subjects > ul > li > section.english-literature h4 a:hover {
  background: rgba(140, 46, 106, 0.15);
  color: #8c2e6a;
  text-decoration: none;
}
section.vl-subjects > ul > li > section.history h3 a {
  background: rgba(80, 45, 11, 0.1);
  color: #502d0b;
}
section.vl-subjects > ul > li > section.history h3 a:hover {
  text-decoration: none;
  background: rgba(80, 45, 11, 0.15);
}
section.vl-subjects > ul > li > section.history h4 a:hover {
  background: rgba(80, 45, 11, 0.15);
  color: #502d0b;
  text-decoration: none;
}
section.vl-subjects > ul > li > section.geography h3 a {
  background: rgba(36, 90, 124, 0.1);
  color: #245a7c;
}
section.vl-subjects > ul > li > section.geography h3 a:hover {
  text-decoration: none;
  background: rgba(36, 90, 124, 0.15);
}
section.vl-subjects > ul > li > section.geography h4 a:hover {
  background: rgba(36, 90, 124, 0.15);
  color: #245a7c;
  text-decoration: none;
}
section.vl-subjects > ul > li > section.french h3 a {
  background: rgba(63, 61, 109, 0.1);
  color: #3f3d6d;
}
section.vl-subjects > ul > li > section.french h3 a:hover {
  text-decoration: none;
  background: rgba(63, 61, 109, 0.15);
}
section.vl-subjects > ul > li > section.french h4 a:hover {
  background: rgba(63, 61, 109, 0.15);
  color: #3f3d6d;
  text-decoration: none;
}
section.vl-subjects > ul > li > section.spanish h3 a {
  background: rgba(180, 43, 38, 0.1);
  color: #b42b26;
}
section.vl-subjects > ul > li > section.spanish h3 a:hover {
  text-decoration: none;
  background: rgba(180, 43, 38, 0.15);
}
section.vl-subjects > ul > li > section.spanish h4 a:hover {
  background: rgba(180, 43, 38, 0.15);
  color: #b42b26;
  text-decoration: none;
}
section.vl-subjects > ul > li > section.cs h3 a {
  background: rgba(20, 59, 85, 0.1);
  color: #143b55;
}
section.vl-subjects > ul > li > section.cs h3 a:hover {
  text-decoration: none;
  background: rgba(20, 59, 85, 0.15);
}
section.vl-subjects > ul > li > section.cs h4 a:hover {
  background: rgba(20, 59, 85, 0.15);
  color: #143b55;
  text-decoration: none;
}
section.vl-subjects > ul > li > section.re h3 a {
  background: rgba(99, 99, 102, 0.1);
  color: #636366;
}
section.vl-subjects > ul > li > section.re h3 a:hover {
  text-decoration: none;
  background: rgba(99, 99, 102, 0.15);
}
section.vl-subjects > ul > li > section.re h4 a:hover {
  background: rgba(99, 99, 102, 0.15);
  color: #636366;
  text-decoration: none;
}

@media screen and (min-width: 64em) {
  section#resources-browse-view {
    width: 55rem;
  }
}

ul#resources-tree {
  border-top: 1px solid #ddd;
}

section.vl-announcements {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  max-width: 45rem;
}
@media screen and (min-width: 64em) {
  section.vl-announcements {
    width: 55rem;
    max-width: 55rem;
    padding: 0;
  }
}
section.vl-announcements > h3 {
  margin: 0;
  font-weight: normal;
}
section.vl-announcements > h3:not(:first-of-type) {
  margin-top: 1.5rem;
}
section.vl-announcements a.archived-button {
  display: inline-block;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin: 0.66rem 0.25rem;
  text-decoration: none;
  background: #eee;
}
section.vl-announcements a.archived-button:hover {
  background: #d4d4d4;
}
section.vl-announcements a.archived-button i {
  margin-right: 0.25rem;
}
section.vl-announcements section.post {
  margin: 1rem 0;
}
section.vl-announcements section.post > header {
  background: #f0f0f0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 1rem;
}
section.vl-announcements section.post > header a.delete-button, section.vl-announcements section.post > header a.edit-button {
  display: inline-block;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  margin: 0.25rem;
}
@media screen and (min-width: 64em) {
  section.vl-announcements section.post > header a.delete-button, section.vl-announcements section.post > header a.edit-button {
    display: block;
    margin: 0.66rem 0.25rem;
    float: right;
  }
}
section.vl-announcements section.post > header a.delete-button i, section.vl-announcements section.post > header a.edit-button i {
  margin-right: 0.25rem;
}
section.vl-announcements section.post > header a.delete-button {
  background: #e63c3c;
}
@media screen and (min-width: 64em) {
  section.vl-announcements section.post > header a.delete-button {
    margin-right: 0;
  }
}
section.vl-announcements section.post > header a.delete-button:hover {
  background: #cc3535;
}
section.vl-announcements section.post > header a.edit-button {
  background: #3b7fe5;
}
section.vl-announcements section.post > header a.edit-button:hover {
  background: #3571cc;
}
section.vl-announcements section.post > header h4, section.vl-announcements section.post > header h5, section.vl-announcements section.post > header h6 {
  margin: 0;
}
section.vl-announcements section.post > header h4 {
  font-size: 1.16rem;
}
section.vl-announcements section.post > header h5, section.vl-announcements section.post > header h6 {
  font-weight: normal;
}
section.vl-announcements section.post > article {
  border: 1px solid #f0f0f0;
  padding: 1rem;
}
section.vl-announcements section.post > article p {
  margin: 0;
}
section.vl-announcements section.post > footer {
  background: #f0f0f0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 1rem;
  border: none;
  margin: 0;
  font-size: 0.9rem;
}
section.vl-announcements section.post > footer > h4 {
  margin: 0 0 0.25rem 0;
}
section.vl-announcements section.post > footer > ul {
  margin: 0;
  overflow: auto;
  list-style: none;
  padding: 0;
}
section.vl-announcements section.post > footer > ul li {
  display: inline-block;
  float: left;
}
section.vl-announcements section.post > footer > ul li a {
  display: inline-block;
  float: left;
  background: #999;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin-right: 0.5rem;
  text-decoration: none;
}
section.vl-announcements section.post > footer > ul li a:hover {
  background: #808080;
}
section.vl-announcements section.post > footer > ul li a i {
  margin-right: 0.2rem;
}
section.vl-announcements > ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}
section.vl-announcements > ul > li a {
  padding: 1rem;
  display: block;
  background: #f9f9f9;
  color: #000;
  overflow: auto;
  border-bottom: 1px solid #e9e9e9;
}
section.vl-announcements > ul > li a h4, section.vl-announcements > ul > li a h5, section.vl-announcements > ul > li a h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
section.vl-announcements > ul > li a aside {
  display: block;
  float: left;
  width: 10%;
}
section.vl-announcements > ul > li a:before {
  content: " ";
  display: block;
  float: left;
  width: 1.5rem;
  white-space: pre;
}
section.vl-announcements > ul > li a section {
  display: block;
  float: left;
}
section.vl-announcements > ul > li a section.homework-statistic {
  display: none;
  float: right;
  text-align: center;
  margin-top: 0.91rem;
  margin-right: 1.5rem;
  width: 4.25rem;
}
@media screen and (min-width: 64em) {
  section.vl-announcements > ul > li a section.homework-statistic {
    display: block;
  }
}
section.vl-announcements > ul > li a section.homework-statistic i.fa-exclamation-triangle {
  color: #ebbd34;
}
section.vl-announcements > ul > li a section.homework-statistic span {
  font-size: 0.85rem;
}
section.vl-announcements > ul > li a:hover {
  background: #e9e9e9;
}
section.vl-announcements > ul > li.unread a:before {
  background: #f03030;
  border-radius: 1.5rem;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.375rem;
}
section.vl-announcements > ul > li.unread a h4 {
  font-weight: bold;
}
section.vl-announcements > ul > li.unread.unread-info a:before {
  background: #3b7fe5;
}
section.vl-announcements > ul > li:last-child a {
  border-bottom: none;
}
section.vl-announcements section.classes h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
}
section.vl-announcements section.classes h5 {
  margin: 0;
  font-size: 1rem;
}
section.vl-announcements section.classes ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid #e0e0e0;
  max-width: 30rem;
  border-radius: 5px;
}
section.vl-announcements section.classes ul li {
  overflow: auto;
  border-bottom: 1px solid #e0e0e0;
}
section.vl-announcements section.classes ul li:last-child {
  border-bottom: none;
}
section.vl-announcements section.classes ul li:hover {
  background: #f0f0f0;
}
section.vl-announcements section.classes ul li h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  float: left;
  width: 66.666%;
  padding: 0.5rem;
  box-sizing: border-box;
}
section.vl-announcements section.classes ul li p {
  margin: 0;
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  padding: 0.5rem;
}
section.vl-announcements section.classes ul li p i {
  margin-right: 0.2rem;
}
section.vl-announcements section.classes ul li p.unread i {
  color: #e63c3c;
}
section.vl-announcements section.classes ul li p.read i {
  color: #3b7fe5;
}
section.vl-announcements section.classes.classes-homework ul {
  max-width: 45rem;
}
section.vl-announcements section.classes.classes-homework ul li h6, section.vl-announcements section.classes.classes-homework ul li p {
  line-height: 2rem;
}
section.vl-announcements section.classes.classes-homework ul li h6 {
  width: 40%;
}
section.vl-announcements section.classes.classes-homework ul li p {
  width: 35%;
}
section.vl-announcements section.classes.classes-homework ul li a {
  display: block;
  float: right;
  background: #eee;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  margin: 0.2rem;
  text-decoration: none;
}
section.vl-announcements section.classes.classes-homework ul li a:hover {
  background: #d4d4d4;
}

section.vl-engagement {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  max-width: 45rem;
}
@media screen and (min-width: 64em) {
  section.vl-engagement {
    width: 55rem;
    max-width: 55rem;
    padding: 0;
  }
}
section.vl-engagement > h3 {
  margin: 0 0 0.5rem 0;
  font-weight: normal;
}
section.vl-engagement > h3 a.time-button {
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  background: #f0f0f0;
  color: #000;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin: 0;
}
section.vl-engagement > h3 a.time-button:first-of-type {
  margin-left: 0;
}
section.vl-engagement > h3 span {
  font-size: 1rem;
}
section.vl-engagement > h4 {
  margin: 1rem 0 0.25rem 0;
  padding: 0;
  font-size: 1.1rem;
}
section.vl-engagement .vl-engagement-search {
  position: relative;
}
section.vl-engagement .vl-engagement-search input[type=text] {
  display: block;
  width: 100%;
  padding: 0.25rem 0.25rem 0.25rem 2rem;
  border: 1px solid #ddd;
  font-size: 1rem;
  box-sizing: border-box;
}
section.vl-engagement .vl-engagement-search i {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
section.vl-engagement section.vl-engagement-table {
  border: 1px solid #e0e0e0;
}
section.vl-engagement section.vl-engagement-table > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.vl-engagement section.vl-engagement-table > ul ul {
  border-bottom: 1px solid #e0e0e0;
}
section.vl-engagement section.vl-engagement-table > ul ul:last-child {
  border-bottom: none;
}
section.vl-engagement section.vl-engagement-table > ul ul h5 {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 64em) {
  section.vl-engagement section.vl-engagement-table > ul ul h5 {
    display: none;
  }
}
section.vl-engagement section.vl-engagement-table > ul ul p {
  margin: 0;
  padding: 0;
}
section.vl-engagement section.vl-engagement-table > ul ul li a {
  font-size: 0.9rem;
  font-weight: normal;
  display: inline-block;
  background: #e0e0e0;
  color: #000;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin: 0;
  line-height: 1.5rem;
}
section.vl-engagement section.vl-engagement-table > ul ul:hover li {
  background: #f0f0f0;
}
section.vl-engagement section.vl-engagement-table li {
  box-sizing: border-box;
  background: #f9f9f9;
  vertical-align: middle;
  padding: 0.5rem 0.5rem 0 0.5rem;
  width: 100%;
}
section.vl-engagement section.vl-engagement-table li:last-child {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 64em) {
  section.vl-engagement section.vl-engagement-table li {
    line-height: 3rem;
    padding: 0 0.5rem;
  }
  section.vl-engagement section.vl-engagement-table li:last-child {
    padding-bottom: 0;
  }
}
section.vl-engagement section.vl-engagement-table.recordings > ul ul.folder li {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 64em) {
  section.vl-engagement section.vl-engagement-table > ul ul li:nth-child(1), section.vl-engagement section.vl-engagement-table .vl-engagement-table-header li:nth-child(1) {
    width: 30%;
  }
  section.vl-engagement section.vl-engagement-table > ul ul li:nth-child(2), section.vl-engagement section.vl-engagement-table .vl-engagement-table-header li:nth-child(2) {
    width: 30%;
  }
  section.vl-engagement section.vl-engagement-table > ul ul li:nth-child(3), section.vl-engagement section.vl-engagement-table .vl-engagement-table-header li:nth-child(3) {
    width: 15%;
  }
  section.vl-engagement section.vl-engagement-table > ul ul li:nth-child(4) {
    width: 14%;
  }
  section.vl-engagement section.vl-engagement-table .vl-engagement-table-header li:nth-child(4) {
    width: 25%;
  }
  section.vl-engagement section.vl-engagement-table > ul ul li:nth-child(5) {
    width: 11%;
  }
  section.vl-engagement section.vl-engagement-table.recordings > ul ul li:nth-child(1), section.vl-engagement section.vl-engagement-table.recordings .vl-engagement-table-header li:nth-child(1) {
    width: 50%;
  }
  section.vl-engagement section.vl-engagement-table.recordings > ul ul li:nth-child(2), section.vl-engagement section.vl-engagement-table.recordings .vl-engagement-table-header li:nth-child(2) {
    width: 20%;
  }
  section.vl-engagement section.vl-engagement-table.recordings > ul ul li:nth-child(3), section.vl-engagement section.vl-engagement-table.recordings .vl-engagement-table-header li:nth-child(3) {
    width: 30%;
  }
  section.vl-engagement section.vl-engagement-table.recordings > ul ul.folder li {
    width: 100%;
    background: #e9e9e9;
    text-align: left;
    font-weight: normal;
  }
  section.vl-engagement section.vl-engagement-table.recordings > ul ul.recording li:first-child p {
    padding-left: 1rem;
  }
  section.vl-engagement section.vl-engagement-table.announcements > ul ul li:nth-child(1), section.vl-engagement section.vl-engagement-table.announcements .vl-engagement-table-header li:nth-child(1) {
    width: 50%;
  }
  section.vl-engagement section.vl-engagement-table.announcements > ul ul li:nth-child(2), section.vl-engagement section.vl-engagement-table.announcements .vl-engagement-table-header li:nth-child(2) {
    width: 30%;
  }
  section.vl-engagement section.vl-engagement-table.announcements > ul ul li:nth-child(3), section.vl-engagement section.vl-engagement-table.announcements .vl-engagement-table-header li:nth-child(3) {
    width: 20%;
  }
}
section.vl-engagement section.vl-engagement-table section.vl-engagement-table-header ul, section.vl-engagement section.vl-engagement-table > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  section.vl-engagement section.vl-engagement-table section.vl-engagement-table-header ul, section.vl-engagement section.vl-engagement-table > ul ul {
    flex-direction: row;
  }
}
section.vl-engagement section.vl-engagement-table section.vl-engagement-table-header {
  border-bottom: 2px solid #e9e9e9;
  display: none;
}
@media screen and (min-width: 64em) {
  section.vl-engagement section.vl-engagement-table section.vl-engagement-table-header {
    display: block;
  }
}
section.vl-engagement section.vl-engagement-table section.vl-engagement-table-header h5 {
  margin: 0;
}
section.vl-engagement section.vl-engagement-table section.vl-engagement-table-header li {
  background: #e9e9e9;
}
section.vl-engagement section.vl-engagement-table i.fas.fa-exclamation-circle.fa-fw, section.vl-engagement section.vl-engagement-table i.fas.fa-times-circle.fa-fw {
  color: #f03030;
}
section.vl-engagement section.vl-engagement-table i.fas.fa-exclamation-triangle.fa-fw {
  color: #ebbd34;
}
section.vl-engagement section.vl-engagement-table i.fas.fa-check-circle.fa-fw {
  color: #3b7fe5;
}

div.information {
  padding: 1rem;
  background: #f0f0f0;
  margin: 1rem 0;
}
div.information p {
  margin: 0;
}

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