/**
 * @file
 * LCN - menu blocks (about us, students, et cetera)
 */

.clearfix.menu {
  -webkit-columns: 180px 3;
  -moz-columns: 180px 3;
  columns: 180px 3;
  vertical-align: top;
  list-style-type: disc;
  list-style-position: inside;
}

.sf-accordion-toggle a {
  font-size: x-large;
}
