/* HOME PAGE STYLES
=================== */
html {}
body {}


/* Breadcrumbs
============== */
.breadcrumbs {
  display: none;
}

/* Home Link
============ */
/* Hide the home link - Not required on the homepage */
.home-link {
  cursor: default;
}

/* Page Title
============= */
.page-title {
  display: none;
  background: none; /* Prevents the background image from being pointlessly loaded on an element which is `display: none;` */
}

/* Slideshow
============ */
.home-slideshow-text {
  text-indent: -9999px;
}

/* Noticeboard / Calendar Dates
=============================== */
.updates-area h2 {
  padding-bottom: 5px;
  font-size: 2.4rem;
}

.menu h2 a {
  padding-bottom: 5px;
  font-size: 2.4rem;  
}

.updates-area h2 a {
  display: block;
  text-align: center;
}

.updates-area ul {
  list-style-position: outside;
  list-style: none;
  font-size: 1.4rem;
  color: #6d1818;
  font-weight: 600;
}

.updates-area li {
  position: relative;
  text-align: center;
}

.updates-area a {
  display: block;
  line-height: 1.7;
}

.updates-area li a {
  white-space: nowrap;
  font-weight: bold;
}

.news.updates-area li a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.clubs.updates-area li a {
  white-space: normal;
}

.ps_activity_compact-author {
  display: none;
}

.ps_activity_compact-date,
.ps_date {
  display: block;
  line-height: 1.3;
  padding-bottom: 8px;
}

.news .ps_activity_compact-date,
.news .ps_date,
.clubs .ps_activity_compact-date,
.clubs .ps_date {
  display: none;
}

.ps_event {
  position: relative;
  min-height: 1px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
}

.read-more a {
  font-size: 1.8rem;
  font-weight: 600;
}
.hideMe {
 	display: none; 
}


.school-menu ul li ul li ul li ul li:nth-child(2) a {
  color: #00f;
}

.school-menu ul li ul li ul li ul li:nth-child(3) a {
  color: #07a607;
}

.school-menu ul li ul li ul li ul li:first-child a {
  color: #f00;
}
