/* line 36, themes/homepage/less/_less.less */
.small-square {
  font-family: Arial;
  color: #5f574f;
  position: absolute;
  top: 0;
  margin: 0 0 0 -15px;
  content: '\25AA';
}
/* line 4, themes/homepage/less/listpage.less */
h1 {
  margin-bottom: 20px;
}
/* line 7, themes/homepage/less/listpage.less */
h2 {
  font-size: 1.6em;
}
/* line 11, themes/homepage/less/listpage.less */
.ie7-clear {
  font-size: 0;
  height: 1px;
  clear: both;
}
/* line 17, themes/homepage/less/listpage.less */
#mainmenu {
  margin-bottom: 30px;
}
/* line 21, themes/homepage/less/listpage.less */
#main-content > hr {
  margin-top: 0;
}
/* line 26, themes/homepage/less/listpage.less */
#main-content a {
  text-decoration: none;
}
/* line 29, themes/homepage/less/listpage.less */
#main-content a:hover,
#main-content a:active {
  text-decoration: underline;
}
/* line 34, themes/homepage/less/listpage.less */
#main-content .nav {
  background-color: #fbfbf9;
}
/* line 40, themes/homepage/less/listpage.less */
.nav-pills > li {
  margin: 0 .3em 1em 0;
}
/* line 43, themes/homepage/less/listpage.less */
.nav-pills > li > a {
  text-decoration: none;
  border: 1px solid #e3dfd5;
  background-color: #f2f1eb;
  padding: .4em .9em;
  text-transform: uppercase;
}
/* line 50, themes/homepage/less/listpage.less */
.nav-pills > li > a.active {
  border: 1px solid #8c1515;
  background-color: #8c1515;
  color: white;
}
/* line 55, themes/homepage/less/listpage.less */
.nav-pills > li > a:hover {
  border: 1px solid #9d9573;
}
/* line 59, themes/homepage/less/listpage.less */
#sort-options {
  margin-top: 1em;
}
/* line 62, themes/homepage/less/listpage.less */
#sort-options .active {
  font-weight: 600;
  color: #820000;
}
/* line 66, themes/homepage/less/listpage.less */
#sort-options a {
  cursor: pointer;
}
/* line 70, themes/homepage/less/listpage.less */
#sidebar-second .btn {
  margin-bottom: 15px;
}
/* line 74, themes/homepage/less/listpage.less */
.list-content {
  list-style: none;
  padding-left: 40px;
}
/* line 78, themes/homepage/less/listpage.less */
.list-content li {
  margin-bottom: 1em;
  font-size: 1.3em;
}
/* line 83, themes/homepage/less/listpage.less */
.list-content li[data-school=""],
.list-content li[data-subject=""] {
  background-color: #FFDDBB;
}
/* line 88, themes/homepage/less/listpage.less */
#list-alpha > div {
  display: table;
  margin-bottom: 10px;
}
/* line 92, themes/homepage/less/listpage.less */
.list-pull-heading,
.list-content {
  display: table-cell;
}
/* line 96, themes/homepage/less/listpage.less */
.list-pull-heading h6 {
  font-size: 2em;
  color: #820000;
  min-width: 1em;
}
/* line 102, themes/homepage/less/listpage.less */
#list-school {
  display: none;
}
/* line 105, themes/homepage/less/listpage.less */
#list-school h3 {
  margin: 1.5em 0 0.75em;
}
/* line 108, themes/homepage/less/listpage.less */
#list-school h3:first-of-type {
  margin-top: 0;
}
/* line 111, themes/homepage/less/listpage.less */
#list-school h3 a {
  color: #820000;
}
/* line 114, themes/homepage/less/listpage.less */
#list-school ul {
  padding-left: 20px;
}
