html {
  font-size: 70%;
  background: #fff;
}

body {
  background: #b4c769;
}

h2,
.xlarge {
  font-size: 1.9rem;
  line-height: 1.3;
}

h3,
.large {
  font-size: 1.8rem;
  line-height: 1.2;
}

h4,
.medium {
  line-height: 1.3;
}

.desktop-only {
  display: none;
}

.container {
	position: relative;
}

.content-container {
  padding: 25px 15px 20px;
  background: #fff;
}

.main-header {
  height: 175px;
  background: #fff;
  border-top: 2px solid #091c54;
}

/* Home link within the header should be across whole of header */
.home-link {
  top: 6px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
   /* Remove the border - Only present for visability */
  margin: 0 auto;
}

/* Slideshow */

.fullwidth-slide {
  width: 100%; /* Remove this if the slideshow is full width */
  height: 244px;
}

.ps-slideshow {
  margin: 0 auto;
}

.breadcrumbs {
  padding: 10px 0;
}

.page-title {
  width: 100%;
  padding: 2px 15px;
  margin-left: -15px;
}

/* School Address */

.school-address {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 15px;
  color: #084a86;
  background: #add9fe;
  list-style: none;
  text-align: center;
}

/* Hit Counter */

.hit-counter {
  display: block;
  padding: 16px 15px;
  text-align: center;
}

footer {
  height: 187px;
  background: #091c54;
  padding-bottom: 60px;
}

/* Scrolling Banner */

.scrolling-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 101;
}

/* Responsive Navigation
======================== */

.responsive-bar {
  background: #fff;
}

.main-nav {
  background: #091c54;
}

.main-nav h2 {
  border-color: #c8c8c8;
  color: #fff!important;
}

.responsive-bar,
.website-navbar-toggle::before,
.main-nav,
.main-nav h2 {
  color: #091c54;
}

.website-navbar-toggle::before {
  background: #091c54;
  color: #fff;
}

.main-nav a {
  color: #fff;
}

.main-nav a:focus,
.main-nav a:hover {
  background: #fff;
  color: #091c54;
}

/* Back Arrow and Closing Navigation */

.main-nav .close-mobile-nav,
.main-nav .ps_activate-main-nav {
  color: #fff;
}

.main-nav .close-mobile-nav:focus,
.main-nav .close-mobile-nav:hover,
.main-nav .ps_activate-main-nav:focus,
.main-nav .ps_activate-main-nav:hover {
  color: #ccc;
}

/* Footer Links
=============== */

.footer-links {
  width: 100%;
  text-align: center;
}

.footer-links ul {
  float: none;
  text-align: center;
}

.footer-left {
  margin-bottom: 10px;
}

.footer-links li {
  margin: 0;
}

.google-search-widget {
  padding: 0.5rem;
  right: 0;
  top: 0px;
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  transform: translateY(-100%);
  transition: transform 0.2s;
  z-index: 1;
  height:auto;
  border:none;
  border-radius: 0;
  background: #113191;
}

.google-search-widget.is-open {
  transform: translateY(0%);
}

.cp-google-content {
  z-index: 0;
}



/* Additional Media Queries (Images etc.)
========================================= */

@media (max-width: 640px) {

  .main-header {
  }

  footer {
  padding-bottom: 80px;
  }

}