.v-label {
  color: #FF5B00;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  font-size: 20px;
  font-weight: bold;
  background: #EDEDED;
  margin-bottom: 90px;
}

.v-pdflist__title {
  background: #464646;
  padding: 5px 23px;
}
.v-pdflist__title > h2 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.v-pdflist__title > h2 a {
  color: #fff;
  text-decoration: none;
}
.v-pdflist__list {
  padding: 0 0 0 70px;
  margin-top: 90px;
  margin-bottom: 118px;
}
.v-pdflist__list__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.v-pdflist__list__inner > ul {
  width: 515px;
  list-style: none;
}
.v-pdflist__list__inner > ul.is-smaller {
  width: 400px;
}
.v-pdflist__list__inner > ul > li > a {
  text-decoration: none;
  color: #484848;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.v-pdflist__list__inner > ul > li > a:hover {
  color: #FF6100;
  text-decoration: underline;
}
.v-pdflist__list__inner > ul > li > a:visited {
  color: #660099;
}

.c-subheading__secondary a {
  color: #000;
  text-decoration: none;
}
.c-subheading__secondary a:hover {
  color: #FF5B00;
}
.c-subheading__secondary:hover {
  color: #000;
}

@media screen and (max-width: 750px) {
  .v-label {
    height: 5rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .v-pdflist__title {
    background: #464646;
    padding: 1rem;
  }
  .v-pdflist__title > h2 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
  }
  .v-pdflist__list {
    padding: 0;
    margin-top: 3rem;
    margin-bottom: 10rem;
  }
  .v-pdflist__list__inner {
    flex-wrap: wrap;
    padding: 0;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .v-pdflist__list__inner > ul {
    width: 100%;
    list-style: none;
  }
  .v-pdflist__list__inner > ul.is-smaller {
    width: 100%;
  }
  .v-pdflist__list__inner > ul > li > a {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=index.css.map */