.text-formatted h4.field__label {
  font-family: "Work Sans", sans-serif;
  font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300))); }

.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.faculty-body {
  display: none; }
  .faculty-body-active {
    display: block; }
  .faculty-body-widgets {
    display: none; }
    .faculty-body-widgets-active {
      display: block; }
  .faculty-body-news .card .card-asset .entity-overlay-link {
    z-index: 1; }

.text-formatted .field__label {
  margin: 60px 0 0; }

.text-formatted h4.field__label {
  margin: 0; }
  .text-formatted h4.field__label:after {
    display: none; }
