/* Most mixins are from https://github.com/matthieua/sass-css3-mixins/blob/master/css3-mixins.sass */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* COLUMNS */
/* RETINA */
h1 {
  font-size: 2.2em;
  padding-bottom: 0;
  text-align: left;
  border-bottom: none; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.2em; }

.hideonmobile {
  display: block; }

.hideondesktop {
  display: none; }

#header, #footer, #menu, #websites, #main {
  padding-left: 0;
  padding-right: 0; }
  #header div.inner, #footer div.inner, #menu div.inner, #websites div.inner, #main div.inner {
    width: 960px;
    margin: 0 auto; }

#main div.inner {
  width: 940px;
  padding-left: 10px;
  padding-right: 10px; }

body.fullwidth #main div.inner {
  width: 960px;
  padding-left: 0;
  padding-right: 0; }

#topbar, #nav, #quicklinks {
  display: none; }

#websites {
  display: block;
  height: 40px;
  background: #6C7A8B url(websitesbackground.png) center top repeat-y; }
  #websites ul {
    margin: 0;
    padding: 0 0 0 175px;
    height: 40px;
    list-style: none;
    background: #6C7A8B url(barlogo.png) 0 0 no-repeat; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #websites ul {
        background-image: url("barlogo@2x.png");
        background-size: 158px 40px; } }
  #websites li {
    display: block;
    float: left;
    padding-left: 0; }
    #websites li a {
      color: white;
      display: block;
      padding: 9px 10px 0 10px;
      height: 31px;
      font-size: 14px;
      font-weight: 400; }
    #websites li.selected {
      background: url(bardot.png) center bottom no-repeat; }

#header {
  height: 70px;
  padding: 50px 0 10px 0; }

#menu {
  display: block;
  clear: both;
  background: #E6000B url(menu.png) 0 0 repeat-x;
  height: 40px; }
  #menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #menu li {
    display: block;
    float: left;
    padding-left: 0; }
    #menu li a {
      color: white;
      display: block;
      padding: 9px 30px 0 10px;
      height: 31px;
      font-size: 16px; }
    #menu li.selected {
      background: url(menudotwhite.png) center bottom no-repeat; }

body.home #menu li.selected {
  background-image: url(menudotgrey.png); }

#main {
  padding-top: 30px; }
  #main img {
    max-width: 940px !important; }

body.home #main {
  background: #EFEFEF; }

#logo {
  float: left;
  margin: 0 0 0 10px;
  display: block; }
  #logo img {
    width: 254px;
    height: 31px; }

#actions {
  display: block;
  float: right;
  margin: 7px 10px 0 0; }
  #actions a {
    float: right;
    display: block;
    margin-left: 25px;
    color: #222;
    text-decoration: none;
    line-height: 1em;
    font-size: 16px;
    font-weight: 400; }
  #actions i {
    color: #E6000B;
    font-size: 20px;
    padding-right: 2px; }

#safesystem {
  display: block;
  float: left;
  width: 620px;
  height: 236px;
  margin-left: 10px;
  background: #6C7A8B;
  position: relative; }
  #safesystem h3, #safesystem p, #safesystem a {
    color: #FFF; }
  #safesystem div.content {
    display: none; }
  #safesystem h3 {
    margin: 0;
    z-index: 2;
    position: relative; }
    #safesystem h3 a {
      display: block;
      padding: 5px 0 0 20px;
      height: 28px;
      font-size: 15px; }
    #safesystem h3.selected {
      background: url(safesystem/highlight.png) 0 0 no-repeat; }
    #safesystem h3.large {
      margin-bottom: 6px;
      margin-top: 20px; }
    #safesystem h3.large a {
      font-size: 18px; }
  #safesystem #info {
    z-index: 1;
    width: 260px;
    height: 196px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 20px 20px 40px;
    color: #FFF;
    background: #666; }
    #safesystem #info p:first-child {
      margin-top: 0; }
    #safesystem #info:before {
      content: "";
      width: 20px;
      height: 236px;
      position: absolute;
      left: 0;
      top: 0;
      background: url(safesystem/shade.png); }

#knowledgecentres {
  display: block;
  float: right;
  width: 260px;
  height: 206px;
  background: #6C7A8B;
  padding: 15px 20px;
  margin-right: 10px; }
  #knowledgecentres h3, #knowledgecentres p, #knowledgecentres a {
    color: #FFF; }
  #knowledgecentres h3 {
    margin-top: 8px; }

div.homebox {
  margin: 20px 10px 20px 10px;
  float: left;
  width: 300px; }
  div.homebox h2 {
    font-size: 1.3em;
    background: #E6000B;
    border-top-right-radius: 20px;
    padding-left: 20px; }
  div.homebox div.content {
    background: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    height: 210px;
    overflow-y: hidden; }

#about {
  padding: 10px;
  clear: both; }
  #about #blurb {
    float: left;
    width: 600px;
    font-size: 22px; }
    #about #blurb p {
      line-height: 140%;
      font-weight: 300;
      margin: 0 0 15px 0; }
  #about #charter {
    float: right;
    width: 300px; }

div.pagebody {
  width: 640px;
  float: left; }

div.sidebar {
  float: right;
  width: 210px;
  margin: 20px 0 40px 40px;
  padding: 20px 20px; }
  div.sidebar h2 {
    font-size: 17px;
    margin-top: 25px; }
  div.sidebar h2:first-child {
    margin-top: 0; }
  div.sidebar ul {
    height: auto;
    overflow: visible; }
  div.sidebar li {
    float: none;
    border-bottom: 1px solid #DADDDF;
    padding-bottom: 4px;
    margin-bottom: 4px; }
    div.sidebar li:last-child {
      border-bottom: none; }
  div.sidebar p {
    margin-top: 10px; }

#footer div.group {
  float: left;
  width: 220px; }

div.resource {
  width: 300px; }

#searchourguidance {
  background-color: #EFF1F3;
  border-radius: 6px;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 20px 20px 20px 100px;
  text-align: left; }
  #searchourguidance span {
    display: inline; }
  #searchourguidance input {
    margin-left: 10px;
    width: 500px; }

#guidancehomepage {
  border-top: 2px #EFEFEF solid; }

div.guidanceblock {
  float: left;
  width: 620px; }

div.browseblock {
  float: right;
  width: 256px;
  border-top: none;
  margin-top: 0; }

h1.searchbox #query {
  width: 400px;
  margin-left: 4px; }

#results {
  width: 620px;
  border-bottom: none;
  float: left; }

#facets {
  float: right;
  width: 220px;
  display: block; }
  #facets ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  #facets li {
    margin-left: 0;
    padding-left: 0; }
  #facets ul li {
    padding: 0 0 8px 24px;
    display: block;
    background: url(tag.png) 0 4px no-repeat; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      #facets ul li {
        background-image: url("tag@2x.png");
        background-size: 19px 11px; } }
  #facets a.selected {
    color: #E6000B; }

div.event.first {
  border-top: 1px solid #96a1ad; }

div.event h2 {
  float: right;
  width: 700px; }

div.event div.eventdate {
  float: left;
  margin: 0 0 0 40px;
  font-weight: normal;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  background: #5B7A9F;
  color: #FFF; }
  div.event div.eventdate span.day {
    font-weight: 300;
    font-size: 50px;
    display: block;
    padding-bottom: 10px;
    line-height: 50px; }
  div.event div.eventdate span.month {
    font-weight: 400;
    font-size: 17px;
    display: block;
    line-height: 140%; }
  div.event div.eventdate i {
    display: none; }

div.event div.eventdetails {
  float: right;
  width: 700px;
  padding-bottom: 20px; }

div.form div.form-left {
  width: 460px;
  float: left; }

div.form div.form-right {
  width: 450px;
  float: right; }
