/* HOME PAGE STYLES
=================== */
html {}
body {}

/* Breadcrumbs
============== */
.breadcrumbs {
  display: none;
}

/* Home Link
============ */
/* Hide the home link - Not required on the homepage */
.home-link {
  display: none;
}

/* Page Title
============= */
.page-title {
  display: none;
  background: none; /* Prevents the background image from being pointlessly loaded on an element which is `display: none;` */
}

.home-text-motto {
  color: #4e7724;
  font-style: italic;
}

.scrolling-banner {
  color: #4e7724;
  font-size: 2rem;
  font-weight: bold;
  font-family: sans-serif;
}
/* Noticeboard / Calendar Dates
=============================== */
.updates-area {
  color: #598529;
}

.twitter h2,
.updates-area h2 {
  padding-bottom: 5px;
}

.updates-area h2 a {
  display: block;
  text-align: center;
  color: #000;
}

.updates-area ul {
  list-style-position: outside;
  list-style: none;
}

.updates-area li {
  position: relative;
  font-size: 1.4rem;
}

.updates-area li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.updates-area a {
  display: block;
  line-height: 1.7;
}

.ps_activity_compact-author {
  display: none;
}

.ps_activity_compact-date,
.ps_date {
  display: block;
  line-height: 1.3;
  padding-bottom: 8px;
}

.ps_event {
  position: relative;
  min-height: 1px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  border: none;
}

.updates-area a {
  color: #000;
}

.updates-area a:focus,
.updates-area a:hover {
 color: #4e7724;
}

.read-more a {
  font-size: 1.4rem;
}

/* Twitter
========== */
.twitter {
  line-height: 1.5;
}

.twitter h2 {
    color: #000;
    padding-top: 4px;
}

.tweet ul {
  list-style-type: none;
}

.tweet-avatar {
  list-style-position: outside;
  padding-right: 4px;
  float: left;
}

.tweet-avatar img {
  border-radius: 17%;
  display: none;
}

.tweet-all {
}

.twitter a {
  color: #000;
  font-size: 1.4rem;
}

.twitter a:focus,
.twitter a:hover {
  color: #4e7724;
}

.tweet-join {
  font-size: 1.4rem;
}

.tweet-text {
  font-size: 1.4rem;
}