.intro-course-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.intro-course-card {
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  height: auto;
  margin: 1em;
  padding: 1em;
  width: 23rem;
}
.intro-course-card .fa-check {
  color: green;
}
.intro-course-card .fa-times {
  color: red;
}

.intro-course-img {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.intro-course-img img {
  height: 2rem;
  width: auto;
}
.intro-course-img p {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.intro-course-link {
  text-align: center;
  margin-left: auto;
}
.intro-course-link .fa-play-circle {
  font-size: 3rem;
}
.intro-course-link p {
  font-size: 0.7rem;
  margin: 0.25em 0 0;
}

.intro-course-meta {
  font-size: 0.8rem;
}

.course-header-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  padding: 0 !important;
}

.course-header,
.course-supporter {
  padding: 1em;
  width: 50%;
}

.course-header h6 {
  font-weight: 700;
  margin-top: 1em;
}

.course-supporter img {
  max-height: 20rem;
  max-width: 20rem;
}

.course-people {
  padding: 1em;
  width: 100%;
}

.course-editors {
  display: flex;
  flex-wrap: wrap;
}

.course-editor {
  text-align: center;
  margin: 0 1em;
  width: 10rem;
}
.course-editor img {
  height: 8.59375em;
  width: 6.875em;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-body-wrapper {
  border-top: 1px solid #ccc;
}

.course-body-header {
  background-color: #fff;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3);
  margin-bottom: 1em;
  padding: 0.5em 0;
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
}
.course-body-header h3 {
  margin-bottom: 0;
  margin-right: 1em;
}
.course-body-header p {
  margin: 0.5em 1em 1em;
}

.course-body-header-title {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 2em;
}

.course-column-header {
  display: flex;
  flex-wrap: nowrap;
}
.course-column-header h4 {
  flex: 1 1 30%;
  font-size: 1.3rem;
  margin-bottom: 0;
  text-align: center;
}
.course-column-header h4:nth-child(2) {
  flex: 1 1 40%;
}

.course-accordion h5 .fas {
  margin: 0 1.5em 0 0.75em;
}

.course-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.society-learning-goal,
.course-articles {
  max-height: 20rem;
  overflow: scroll;
  padding: 1em;
}

.society-learning-goal {
  border-bottom: 1px solid #cac4ce;
  border-left: 1px solid #cac4ce;
  border-right: 1px solid #cac4ce;
}

.course-articles {
  border-bottom: 1px solid #cac4ce;
  border-right: 1px solid #cac4ce;
}

.learning-objectives {
  display: none;
  padding: 1em 2em;
}

.society-learning-goal {
  flex: 1 1 30%;
}

.course-articles {
  flex: 1 1 70%;
}

.objectives-btn {
  font-size: 0.8rem;
}
.objectives-btn .fas {
  margin-right: 0.5em;
}

.ui-accordion-header {
  border-left: 1px solid #cac4ce;
  border-right: 1px solid #cac4ce;
  border-top: 1px solid #cac4ce;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 2px;
  padding: 0.75em 0.5em;
}
.ui-accordion-header:last-of-type {
  border-bottom: 1px solid #cac4ce;
}

.ui-accordion-header-active {
  background-color: #cac4ce;
}/*# sourceMappingURL=courses.css.map */