.wpm_tocgrid {
    height: 100%;
}

.wpm_tocgrid__row, .wpm_tocgrid__column {
    height: inherit;
}

@media screen and (max-width: 999px) {
    .wpm_tocgrid__row, .wpm_tocgrid__column {
        height: auto;
    }
}

p.uva-font-body-alt, .uva-font-body-alt p {
    font-family: utopia-std, serif !important;
}

.font-utopia-std-400 {
  font-family: "utopia-std", serif !important;
  font-weight: 400 !important;
}

.font-utopia-std-700 {
  font-family: "utopia-std", serif !important;
  font-weight: 700 !important;
}

.font-effra-400 {
  font-family: "Effra", sans-serif !important;
  font-weight: 400 !important;
}

/* Schedule checkbox */
.uva-schedule-checkbox {
  padding-left: 1em;
  font-size: 16px;
  position: relative;
}

.uva-schedule-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
}

.uva-schedule-checkbox:before {
  margin-left: -1em;
  content: '';
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  border: 1px solid #000;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

.uva-schedule-checkbox input[type="checkbox"] + label {
  font-size: 1em !important;
  margin-left: -1.25em;
}

.uva-schedule-checkbox input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 1ch;
  margin-right: 1.25em;
}

.uva-schedule-checkbox input[type="checkbox"]:checked + label:before {
  content: '\2714';
}