/* SITE CORE STYLES
=================== */
html {
  font-size: 70%;
  background: #92F22E;
}

body {
  background: #0c71d9;
}


/* Typography
 ============ */
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;
}


/* Website Struture
=================== */
.main-header {
  height: 271px;
  background: url(header-640px.jpg) center top no-repeat, url(header-tile-640px.jpg) center top repeat-x;
}

/* Home link within the header should be across whole of header */
.home-link {
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  top: 6px;
  margin: 0 auto;/* Remove the border - Only present for visability */
}

.content-container {
  padding: 0 15px 20px;
  background: url(content-bg-640px.jpg) center top repeat-x #92F22E;
}


/* Breadcrumbs
============== */
.breadcrumbs {
  padding: 10px 0;
}


/* Page Title
============= */
.page-title {
  width: 100%;
  padding: 2px 15px;
  margin-left: -15px;
}


/* Footer
========= */
footer {
  height: 187px;
  background: url(footer-640px.jpg) center top no-repeat, url(footer-tile-640px.jpg) center top repeaT-X;
}


/* Responsive Navigation
======================== */
.responsive-bar {
  background: #1d80cb;
}

.website-navbar-toggle:before {
	color: #fff;
	background: #0464ad;
}


.main-nav {
  background: #1d80cb;
  font-family: comic sans ms;
}

.main-nav h2 {
  border-color: #C8C8C8;
}

.responsive-bar,
.website-navbar-toggle:before,
.main-nav,
.main-nav h2 {
  color: #fff;
}

.navigation-bar-title {
  font-family: comic sans ms;
}

.main-nav a {
  color: #fff;
}

.main-nav a:focus,
.main-nav a:hover {
  color: #fff;
  background: #0464ad;
}


/* 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: #0464ad;
}


/* Log in Link (Responsive Menu)
================================ */
.login-responsive a {
  color: #E6E6E6;
  background: #747474;
}

.login-responsive a:focus,
.login-responsive a:hover {
  color: #fff;
}


/* Policy & PrimarySite Link
============================ */
.footer-links {
  width: 100%;
  color: #091269;
  text-align: center;
  padding-top: 60px;
}

.footer-links ul {
  text-align: center;
  float: none;
}

.footer-left {
  margin-bottom: 10px;
}

.footer-links li {
  margin: 0;
}




/* Additional Media Queries (Images etc.)
========================================= */
@media (max-width: 640px) {

  .main-header {
    height: 144px;
    background: url(header-320px.jpg) center top no-repeat, url(header-tile-320px.jpg) center top repeat-x;
  }

  footer {
    height: 232px;
    background: url(footer-320px.jpg) left bottom no-repeat, url(footer-tile-320px.jpg) center top repeaT-X;
  }

}
