/* HOME PAGE STYLES
=================== */
html {}
body {}


/* Structure
 =========== */
.container {
  background: none;
}

.inner-container {
  background: none;
}

.content-container {
  padding: 0;
  border: none;
  background: none;
}

.scrolling-banner {
  padding-top: 10px
}

/* Home Text
============ */
.home-text {
  color: #05325E;
  line-height: 1.3;
  padding: 5px 15px;
  background-color: #add9fe;
}


/* Slideshow
-============ */
.home-slideshow {
  width: 100%; /* Remove this if the slideshow is full width */
  height: 244px;
}

.ps-slideshow {
  margin: 0 auto;
}

.slideshow-mask {
  background: none;
}


/* Noticeboard / Calendar Dates
=============================== */
.updates-area {
  color: #00305F;
  padding: 5px 15px;
  background: #fff;
  border-bottom: 1px solid #6d1818;
}

.updates-area ul li:nth-child(n+6){
  display: none;
}

/* Additional Media Queries (Images etc.)
====================================== */
@media (max-width: 640px) {}
