/* SITE CORE STYLES
=================== */

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

body {
  background: #fff;
}

.header-box {
  display:none;
  }


/* 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
=================== */

.responsive-header {
  display: block;
  position:relative;
  top:-50px;
  margin-bottom:-50px;
  height: 150px;
  background: url(https://primarysite-prod.s3.amazonaws.com/theme/Rosetta/header-640px.jpg) center top no-repeat;
}

.main-header {
  display: none;
}


/* Home link within the header should be across whole of header */

.home-link {
  width: 100px;
  height: 115px;
  top: 20px;
  left:-177px;
  margin: 0 auto;
}

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


/* Breadcrumbs
============== */

.breadcrumbs {
  padding: 15px;
  margin-top:0;
  background:#ff0000;
}


/* Page Title
============= */

.page-title {
  padding: 15px 15px 0;
  background:#ff0000;
}


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

footer {
  border-top: 6px solid #e82c2e;
}


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

.website-navbar-toggle:before {
    position: absolute;
    height: 33px;
    width:65px;
    content: '';
    padding: 6px 2px;
  background: #e82c2f url(https://primarysite-prod.s3.amazonaws.com/theme/Rosetta/nav-menu.png) center top no-repeat;
  height:133px;
  border-right:3px solid #fff;
}



.main-nav {
  background: #021d78;
}

.main-nav h2 {
  border-color: #C8C8C8;
}

.navigation-bar-title {display:none;}
.main-nav,
.main-nav h2 {
  color: #fff;
}


.website-navbar-toggle {position:absolute; left:0; top:0; ;}



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

.main-nav a:focus,
.main-nav a:hover {
  background: #e82c2f;
}


/* 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: #ff0000;
}


/* Log in Link (Responsive Menu)
================================ */

.login-responsive a {
  background: #0301f8;
}




/* Policy & PrimarySite Link
============================ */
.awards {
  display:block; 
  height:200px;
  background: url(awards-640px.jpg) center top 20px no-repeat;
  }

.footer-links {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 1.4rem;
}

.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) {
  .responsive-header {
    height: 84px;
    background: url(https://primarysite-prod.s3.amazonaws.com/theme/Rosetta/header-320px.jpg) center top no-repeat;
  }

  .home-link {
    width: 55px;
    height: 65px;
    top: 12px;
    left:-79px;
    margin: 0 auto;
  }

  .website-navbar-toggle:before {
    height:67px;
    width:35px;
    border-right:3px solid #fff;
  }

  .awards {
  display:block; 
  height:320px;
  background: url(https://primarysite-prod.s3.amazonaws.com/theme/Rosetta/awards-320px.jpg) center top 20px no-repeat;
  }
}