.breadcrumbs {
  display: none;
}

/* Hide the home link - Not required on the homepage */
.home-link {
  pointer-events: none;
}

.page-title {
  display: none;
  background: none; /* Prevents the background image from being pointlessly loaded on an element which is `display: none;` */
}

.welcome-wrap h2,
.welcome-wrap h1,
.welcome-wrap h3 {
  color: #fff;
}

.welcome-wrap h3 {
  font-family: 'Muli', sans-serif;
  font-style: italic;
  font-weight: 300;
}


.cp-icon-wrap {
  position: relative;
  display: inline-block;
  text-align: center;
}

.cp-icon-wrap span {
  display: block;
}

.cp-font-icon {
  font-size: 4.4rem;
  color: #fff;
  transition: ease 0.2s color;
}

.cp-screen-reader {
  color: #fff;
  text-transform: uppercase;
}

.cp-content-triggers {
  font-size: 0;
}

.cp-content-trigger {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: ease 0.2s background;
  display: block;
}

.cp-trigger-active.cp-content-trigger {
  background: #fff;
}

.cp-trigger-active .cp-font-icon,
.cp-trigger-active .cp-screen-reader {
  color: #091c54!important;
}

.cp-content-wrap .cp-content-block {
  background: #fff;
  display: none;
}

.cp-content-trigger:focus,
.cp-content-trigger:hover {
  background: #fff;
}

.cp-content-trigger:focus .cp-font-icon,
.cp-content-trigger:hover .cp-font-icon {
  color: #091c54;
}

.cp-content-trigger:focus .cp-screen-reader,
.cp-content-trigger:hover .cp-screen-reader {
  color: #091c54;
}


/* Noticeboard / Calendar Dates
=============================== */

.updates-area h2 {
  padding-bottom: 5px;
}

.updates-area h2 a {
  display: block;
  text-align: center;
}

.updates-area ul {
  list-style: none;
  list-style-position: outside;
}

.updates-area li {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 210px;
}

.updates-area a {
  display: block;
  line-height: 1.2;
}

.updates-area li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.8rem;
}

.ps_activity_compact-author {
  display: none;
}

.ps_activity_compact-date,
.ps_date {
  display: block;
  padding-bottom: 8px;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
  color: #091c54;
}

.ps_event {
  position: relative;
  min-height: 1px;
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
}

.read-more a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #091c54;
}

.read-more a:focus,
.read-more a:hover {
  color: #e28200;
}

/* House Points
=============== */

.house-points-list,
.attendance-list {
  list-style: none;
}

.housename,
.attendancename {
  display: block;
  line-height: 1.2;
}

.housenumber,
.attendancenumber {
  font-size: 2.4rem;
  display: block;
  margin: 0 auto;
  width: 65px;
  height: 33px;
  overflow: hidden;
}

.house-points-list li,
.attendance-list li {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
}

.house-1 {
  color: #9e0616;
}

.house-2 {
  color: #30328c;
}

.house-3 {
  color: #027104;
}

.house-4 {
  color: #ffc401;
}

/* Attendance
==============*/

.attendancename { 
  color: #004d0d;
}

.attendancenumber {
  color: #e28200;
  width: 92px;
}

/* Content Links
==================*/

.content-link .cp-font-icon {
  font-size: 5rem;
}

.content-link:focus .cp-font-icon,
.content-link:hover .cp-font-icon {
  color: #b3c77c;
}

.content-link .cp-screen-reader {
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
}