/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.term-list {
  grid-template-columns: repeat(3, max-content);
  gap: 2em;
}
.term-list a {
  color: #283FAF;
}

.course-item {
  color: #252525;
}

.course-details-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 2em;
}
.course-details-list dt {
  color: #565656;
  font-size: 0.8125em;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0 0 0.6153846em;
  opacity: 0.8;
}
.course-details-list dd {
  font-size: 0.9375em;
  line-height: 1.3333;
}

.table-wrapper {
  overflow: auto;
}

.courses-table caption {
  font-size: 1.5em;
  font-weight: 700;
}
.courses-table td {
  border-color: transparent;
}
.courses-table .course-data {
  line-height: 1.2;
  background: #ffffff;
}
.courses-table .course-data:hover {
  background: #E7E7E7;
}

.sorted {
  background: #E7E7E7;
  font-weight: 700;
}

.course-data.canceled td {
  text-decoration: line-through;
}
.course-data.canceled:hover {
  background: #ffffff;
}

.course-desc {
  border-bottom: 1px solid #C0C0C0;
  display: none;
}

th[data-sort] {
  cursor: pointer;
}
th[data-sort] i {
  display: inline-flex;
  justify-content: center;
  margin: 0 0.25em 0 -1em;
  width: 1em;
}
th[data-sort]:hover, th[data-sort].sorted-asc, th[data-sort].sorted-dsc {
  background: #E7E7E7;
}

.course-list table {
  table-layout: auto;
}

.course-list table th {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.course-list table .columns {
  float: left;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .courses-table caption {
    font-size: 2em;
    line-height: 1.1;
  }
  .course-desc td {
    padding: 0.5em 1.5em;
  }
  tr.course .columns:first-child {
    padding-left: 0;
  }
  tr.course .columns:last-child {
    padding-right: 0;
  }
}
