
/* RESET / UNSET / OVERRIDE existing css from wlu.min.css  */

dl, ol, ul, p {
  line-height: unset;
}

.row .row:after, .row .row:before {
  content: unset;
  display: unset;
}

.row .row {
  margin: 0;
}

button {
  border: none;
}

.mainContent.container * {
  float: none !important;
}

.rowBody {
  z-index: 4;
  position: relative;
}

.row.featured.sub_header .block p {
  font-size: unset;
}

p:empty {
  display: none;
}