/* 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 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0; }

body, input, textarea, select {
  font-family: Lato, Arial, sans-serif;
  font-size: 14px;
  color: #222;
  line-height: 140%; }

body {
  background: white;
  margin: 0; }

h1 {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 140%;
  padding-bottom: 10px;
  border-bottom: 2px #EFF1F3 solid; }

h2 {
  font-weight: 600;
  font-size: 1.3em; }

h3 {
  font-weight: 600;
  font-size: 1.2em; }

h4 {
  font-weight: 600;
  font-size: 1.1em; }

h1:first-child {
  margin-top: 0; }

#ckeditorcontents {
  margin: 12px; }

a {
  color: #5B7A9F;
  font-weight: 600;
  text-decoration: none; }

img, a img {
  border: none; }

p.meta, strong.meta {
  color: #E6000B;
  font-weight: 400; }

strong {
  font-weight: 600; }

.clear {
  clear: both; }

.flushtop {
  margin-top: 0; }

.hideonmobile {
  display: none; }

.loading {
  opacity: 0.4; }

.red {
  color: #E6000B; }

.padleft {
  padding-left: 20px; }

.hide {
  display: none !important; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

#topbar {
  background: #E6000B;
  padding: 0;
  height: 38px;
  position: fixed;
  width: 100%;
  z-index: 101;
  color: #FFF;
  width: 100%; }
  #topbar #topbar-home, #topbar #topbar-menu, #topbar #topbar-search {
    display: block;
    height: 28px;
    padding: 0 10px;
    position: absolute;
    top: 9px; }
  #topbar #topbar-menu {
    left: 50%;
    margin-left: -34px; }
  #topbar #topbar-home {
    left: 0; }
    #topbar #topbar-home i {
      font-size: 1.35em; }
  #topbar #topbar-search {
    right: 0; }
  #topbar i {
    font-size: 1.2em;
    padding-right: 4px; }
  #topbar a {
    color: #FFF; }

#nav {
  z-index: 100;
  position: fixed;
  width: 100%;
  top: -250px;
  visibility: hidden;
  left: 0;
  background: rgba(230, 0, 11, 0.9);
  color: white;
  transition: top 0.4s;
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s; }
  #nav div.inner {
    padding: 5px 0 5px 0; }
  #nav h3 {
    padding: 0 10px;
    color: white;
    margin: 0; }
  #nav ul {
    padding: 0;
    margin: 0; }
  #nav li {
    margin: 0;
    padding: 0; }
    #nav li.selected {
      font-weight: 600; }
    #nav li:last-child {
      border-bottom: none; }
  #nav a {
    color: white;
    display: block;
    padding: 5px 20px 5px 35px; }

body.navopen #nav {
  visibility: visible;
  top: 38px; }

body.navopen #universalmask {
  visibility: visible;
  opacity: 1; }

#universalmask {
  visibility: hidden;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s; }

#header {
  padding-top: 40px; }

#logo {
  display: block;
  margin: 30px auto 10px auto;
  width: 200px; }
  #logo img {
    width: 200px;
    height: 24px; }

#menu, #websites, #actions, #safesystem, #knowledgecentres {
  display: none; }

#main {
  padding-top: 20px;
  padding-bottom: 30px; }

#main div.inner {
  margin: 0 10px; }

#main img {
  max-width: 100% !important; }

#quicklinks {
  padding: 0 0 25px 0;
  margin: 0 -10px; }
  #quicklinks ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #quicklinks li {
    background: #EFF1F3;
    margin-bottom: 5px;
    display: block; }
  #quicklinks a {
    padding: 8px 10px 8px 5px;
    color: #222;
    display: block;
    font-size: 1.1em; }
    #quicklinks a i.icon {
      color: #E6000B;
      font-size: 1.2em;
      display: inline-block;
      width: 1.5em;
      text-align: center;
      padding-right: 4px; }
    #quicklinks a i.fa-chevron-right {
      display: inline-block;
      padding-top: 3px;
      color: #666;
      float: right; }

div.homebox {
  margin: 0 -10px 20px -10px; }
  div.homebox h2 {
    padding: 10px;
    color: #FFF;
    background: #6C7A8B;
    margin: 0; }
  div.homebox div.content {
    padding: 10px; }
    div.homebox div.content h3 {
      margin: 15px 0 0 0; }
    div.homebox div.content p {
      margin: 5px 0 0 0; }
    div.homebox div.content h3:first-child {
      margin-top: 10px; }
  div.homebox span.date {
    display: block;
    clear: both;
    float: right;
    margin: 0 0 10px 15px;
    padding: 3px 5px;
    background: #6C7A8B;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    width: 54px;
    text-align: center; }

#about {
  font-size: 1.2em;
  font-style: italic;
  padding-top: 10px;
  border-top: 3px #EFF1F3 solid; }
  #about a {
    font-weight: 400;
    color: #E6000B; }
  #about #charter {
    font-size: 13px;
    font-style: normal; }
    #about #charter p {
      margin: 0; }

#footer {
  background: #6C7A8B;
  padding: 10px 0 30px 0;
  color: #FFF; }
  #footer div.group {
    padding: 20px 10px 0 10px; }
  #footer a {
    color: #FFF;
    font-weight: 400; }
  #footer ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
  #footer li {
    padding-bottom: 4px; }
  #footer h3 {
    font-size: 1.1em;
    font-weight: 600;
    color: #FFF;
    margin: 0 0 10px 0; }
    #footer h3 a {
      color: #FFF; }

div.form {
  padding: 0 10px 20px 10px;
  background: #EFF1F3; }
  div.form label {
    display: block;
    font-weight: 600;
    padding: 10px 0 3px 0; }
  div.form input[type=submit], div.form input[type=button] {
    font-weight: 600;
    background-color: #5B7A9F;
    color: #FFF;
    padding: 5px 20px !important;
    border: none;
    border-radius: 5px;
    -webkit-appearance: none;
    cursor: pointer; }

/* Tables and in-page layout */
table.gridlines {
  border-top: 1px #EFF1F3 solid; }
  table.gridlines td, table.gridlines th {
    border-bottom: 1px #EFF1F3 solid;
    padding: 4px 10px 4px 0; }

h2.lineabove {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px #EFF1F3 solid; }

div.document h3 {
  margin-bottom: 0; }

div.sidebar {
  background: #EFF1F3;
  padding: 12px 10px 6px 10px;
  margin: 0 -10px 20px -10px; }
  div.sidebar h2 {
    color: #E6000B;
    font-size: 16px;
    margin-bottom: 10px; }
  div.sidebar h2:first-child {
    margin-top: 10px; }
  div.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  div.sidebar li {
    display: block;
    float: left;
    padding-right: 20px;
    padding-bottom: 6px; }
    div.sidebar li.selected a {
      color: #E6000B; }

div.resource {
  padding: 10px 0 10px 0; }
  div.resource h3 {
    margin: 0; }
  div.resource p {
    margin: 10px 0 0 0; }

#searchourguidance {
  background-color: #EFF1F3;
  padding: 10px;
  margin: 20px -10px 10px -10px; }
  #searchourguidance span {
    display: none; }
  #searchourguidance input {
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
    border: 1px #999 solid;
    border-radius: 4px;
    font-size: 20px !important;
    font-weight: 400;
    padding: 4px 8px; }

h1.searchbox {
  background-color: #EFF1F3;
  padding: 10px;
  margin: 20px -10px 10px -10px;
  font-size: 22px; }
  h1.searchbox #query {
    font-size: 20px !important;
    width: 85%; }

#results {
  border-bottom: 2px #EFEFEF solid;
  padding-bottom: 20px; }
  #results em {
    background-color: #FEFFD5;
    font-style: normal;
    padding: 0 3px; }
  #results p.pleasewait {
    text-align: left;
    padding-left: 0; }

div.searchresult h3, div.guidanceitem h3, div.document h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 4px 0; }

div.searchresult p, div.guidanceitem p {
  margin: 6px 0 0 0; }

div.searchresult p.resoucemetadata label, div.guidanceitem p.resoucemetadata label {
  font-weight: 600; }

#facets {
  display: none; }

div.browseblock {
  border-top: 2px #EFEFEF solid;
  margin-top: 20px; }

div.tagsblocklistitem a.icon.tagicon {
  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) {
    div.tagsblocklistitem a.icon.tagicon {
      background-image: url("tag@2x.png");
      background-size: 19px 11px; } }

div.fb-share-button {
  position: relative;
  top: -4px;
  margin-left: 15px; }

hr {
  height: 8px;
  margin: 20px 0;
  border: 0;
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2); }

/* Events */
p.location {
  font-weight: 600;
  font-size: 110%; }
  p.location i {
    color: #E6000B; }
  p.location.pastevent {
    font-weight: normal;
    padding-bottom: 12px;
    margin-top: -4px; }

div.event {
  clear: both;
  border-bottom: 1px solid #96a1ad;
  padding-top: 30px; }
  div.event h2 {
    margin: 0; }
    div.event h2 a {
      font-size: 24px;
      font-weight: normal; }
  div.event div.eventdate {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 110%;
    float: right;
    margin-top: 15px; }
    div.event div.eventdate i {
      color: #E6000B; }

/* Messages */
#message {
  display: none;
  margin: 20px 0 0 0;
  padding: 7px 10px 8px 38px;
  border-radius: 9px; }
  #message a {
    color: #333;
    font-weight: 600; }
  #message.confirmation {
    background: #D5F2EC url(/content/messages/confirmation.png) 10px center 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) {
      #message.confirmation {
        background-image: url("/content/messages/confirmation@2x.png");
        background-size: 22px 22px; } }
  #message.warning {
    background: #FDEED3 url(/content/messages/warning.png) 10px center 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) {
      #message.warning {
        background-image: url("/content/messages/warning@2x.png");
        background-size: 22px 22px; } }
  #message.fail {
    background: #F7D3D7 url(/content/messages/fail.png) 10px center 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) {
      #message.fail {
        background-image: url("/content/messages/fail@2x.png");
        background-size: 22px 22px; } }
  #message.withsidebar {
    width: 63%; }

/* Cookie consent */
.cc-window {
  font-family: Lato !important;
  border-top: 1px solid #DDD !important; }

.cc-message {
  font-size: 14px !important;
  line-height: 1.3em !important; }

.cc-dismiss {
  font-weight: 600 !important; }

.cc-revoke {
  display: none !important; }
