.course-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-summary ul:not(.nav-tabs):not(.nav) > li:not(.download-files__item) {
  border-bottom: 1px solid #782985;
  padding: 0.5rem 0 0.5rem 1.333rem;
  line-height: 1.333;
  font-weight: 300;
  position: relative;
}

.course-summary ul:not(.nav-tabs):not(.nav) > li:not(.download-files__item):last-child {
  border-bottom: none;
}

.course-summary ul:not(.nav-tabs):not(.nav) > li:not(.download-files__item):before {
  font: normal normal normal 16px FontAwesome;
  display: block;
  position: absolute;
  color: #782985;
  left: 0;
  height: 100%;
  line-height: 1.5rem;
  content: "\f05d";
  transition: transform 0.3s ease-in-out;
}

/*# sourceMappingURL=course-summary.css.map */
