/*** Base CSS Used on all pages - Organisation ****/
/** CSS does not get applied from this file see web_ui/pages/css/oqpc_boot_org.css**/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: rgba(0,22,59,0.9);
    padding-bottom: 0px !important;
  }
  
  #img-responsive {
      margin-left: 0.28px;
  }
  
  .dropdown-custom:hover .dropdown-menu {
      display: block;
  }
  
  .dropdown-custom ul.dropdown-menu {
      margin-top: -1px;
  }
  
  .brand-pills > li {
      height: 68.0667px;
      margin-bottom: 4px;
      font-size: 20px;
  }
  .brand-pills > li > a {
      padding: 20px;
      background-color: rgba(0,22,59,0.9);
      border-radius: 0px;
      color: #FFF;
      outline: 0;
  }
  
  .brand-pills > li > a:hover {
      color: #efc364;
      background-color: rgba(0,22,59,0.9);
  }
  
  .brand-pills > li.active > a,
  .brand-pills > li.active > a:hover,
  .brand-pills > li.active > a:focus {
      background-color: #FFF;
      border-radius: 0px;
      color: #00163b;
  }
  
  li.brand-nav.active a:after{
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      position: absolute;
      top: 50%;
      right: 100%;
      z-index: 2;
  }
  
  @media (min-width: 768px) {
  
  .brand-pills > li {
      height: 68.0667px;
      margin-bottom: 4px;
      font-size: 20px;
  }
  .brand-pills > li > a {
      padding: 20px;
          background-color: rgba(0,22,59,0.9);
          border-radius: 0px;
          color: #FFF;
          outline: 0;
      }
  
      .brand-pills > li > a:hover {
          color: #ee8323;
          background-color: rgba(0,22,59,0.9);
      }
  
      .brand-pills > li.active > a,
      .brand-pills > li.active > a:hover,
      .brand-pills > li.active > a:focus {
          background-color: #FFF;
          border-radius: 0px;
          color: #00163b;
      }
      
      li.brand-nav.active a:after{
          content: " ";
          display: block;
          width: 0;
          height: 0;
          border-top: 20px solid transparent;
          border-bottom: 20px solid transparent;
          position: absolute;
          top: 50%;
          right: 100%;
          z-index: 2;
      }
  
      .block-bottom {
          height: 150px;
          margin: 0 0px 0 0px;
      }
  }
  
  .block-bottom {
      background-color: rgba(0,22,59,0.9);
      color: #FFF;
      padding: 0 20px 15px 20px;
      margin: 0;
      box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
      height: 190px;
  }
  
  @media screen and (min-width: 1200px) {
      .block-bottom {
          background-color: rgba(0,22,59,0.9);
          color: #FFF;
          padding: 0 20px;
          box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
          margin: 0 19px 0 19px;
          height: 190px;
      }
  }
  
  .panel-col-bottom {
      clear: both;
  }
  
  .panel-separator {
      height: 0;
  }
  
  .block-bottom.pane-block-5 {
      border-top: 10px solid #ff6b07; /*#ee8323-Orange*/
  }
  
  .block-bottom.pane-block-6 {
      border-top: 10px solid #72bb12; /*#b5df00-Green*/
  }
  
  .block-bottom.pane-block-7 {
      border-top: 10px solid #d078ce; /*#8b3b96-Purple*/
  }
  
  .block-bottom.pane-block-8 {
      border-top: 10px solid #23a0ce; /*#b0d1ed-Blue*/
  }
  
  .block-bottom.pane-block-13 {
      border-top: 10px solid #efc364; /*#eeac00-Yellow*/
  }
  
  /*ch*/
  
  .navbar-inverse {
      border-radius: 0 !important;
  }
  
  ul#top-nav.nav.navbar-nav > li:hover,
  ul#top-nav.nav.navbar-nav > li:focus {
      background-color: #4567be;
      color: black !important;
  }
  
  ul#top-nav.nav.navbar-nav > li:hover > a,
  ul#top-nav.nav.navbar-nav > li:focus > a {
      text-decoration: none;
      /* color: inherit; */
      background-color: #4567be;
  }
  
  #nav-site > .navbar-nav.navbar-right:last-child {
      margin-right: 0 !important;
      margin-top: 20px;
  }
  
  div#search-form-btn.input-group {
      margin-top: 10px;
  }
  
  .form-control {
      height: 33px !important;
  }
  
  .navbar-brand{
      padding: 0 !important;
      padding-left: 25px !important;
      padding-right: 15px !important;
  }
  
  .navbar-inverse .navbar-toggle:hover, 
  .navbar-inverse .navbar-toggle:focus {
      background-color: rgba(0,22,59,0.9);
  }
  
  h1{
    margin-bottom: 0.28cm;
    margin-top: 1px;
    font-size: 16pt;
  }
  
  #main_follow .tab-content a:link,
  #main_follow .tab-content a:visited {
    color: #06c;
  }
  
  #main_follow .tab-content a:link:hover,
  #main_follow .tab-content a:link:focus,
  #main_follow .tab-content a:link:active,
  #main_follow .tab-content a:visited:hover,
  #main_follow .tab-content a:visited:focus,
  #main_follow .tab-content a:visited:active {
    text-decoration: underline;
  }
  
  #main_follow .tab-content a,
  #main_follow .tab-content a:hover,
  #main_follow .tab-content a:focus,
  #main_follow .tab-content a:active {
      color: #004e9c;
      text-decoration: none;
  }
  
  a:link,
  a:visited {
    color: #ffffff;
    text-decoration: underline;
  }
  
  a:link:hover,
  a:link:focus,
  a:link:active,
  a:visited:hover,
  a:visited:focus,
  a:visited:active {
    text-decoration: underline;
  }
  
  a,
  a:hover,
  a:focus,
  a:active {
      color: #ee8323;
      text-decoration: underline;
  }
  
  .column {
      float: left;
      width: 50%;
      padding: 10px 10px 0px 30px;
  }
  
  @media screen and (max-width:600px) {
      .column {
          width: 100%;
      }
  }
  
  .row:after {
      content: "";
      display: table;
      clear: both;
  }
  
  /*ch*/
  
  body {
      color: #000; /*black*/
  }
  
  @-ms-viewport{ width: auto !important; }
  
  #wrap #main {
      padding-bottom: 20px;
      margin-bottom: 20px;
  }
  
  #wrap #main_bottom {
      margin-bottom: 20px;
  }
  
  #main {
      background-color: rgba(0,22,59,0.9); /*transparent navy*/
      box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.9);
      color: #FFF;
  }
  
  #main .p .img {
      margin: 0;
  }
  
  #wrap #main_follow {
      margin-bottom: 20px;
  }
  
  #main_follow {
      color: #000;
  }
  
  #main_follow div[role=tabpanel] {
      height: 100%;
  }
  
  #main_follow .col-sm-9 {
      height: 100%;
      background-color: #FFF; /*white*/
      padding-top: 20px;
      overflow: hidden;
      height: 284px;
  }
  
  #main_follow .col-sm-3 {
      padding: 0;
  }
  
  #welcome-block
  
  #navbar-main .col-sm-12 {
      padding-bottom: 0 !important;
  }
  .center {
       float: none;
       margin-left: auto;
       margin-right: auto;
  }
  
  .breadcrumb > li + li:before {
      content: "\3E" /* Hex code for > */
  }
  
  .breadcrumb {
      background-color: transparent;
      margin-left: -15px;
      margin-bottom: 0px;
  }
  
  .page-header {
      margin: 0px 0 18px;
  }
  
  .borderless td {
      border: none;
  }
  
  #search-form {
      padding: 10px 5px;
      margin-right: 60px;
  }


  /**
  #quicksearch-button {
      padding: 1px 10px;
  }
  
  #quicksearch-button:hover {
      background-color: #006336; /*teal green*/
  /*}*/
  
  .list-inline {
      margin-bottom: 10px;
  }
  
  /* Temp Styles */
  
  .inline {
      display: inline;
  }
  
  .block {
      display: block;
  }
  
  .float-none {
      float: none;
  }
  
  #access-toolbar.float-right,
  .float-right {
      float: right;
  }
  
  .margin-top-10 {
      margin-top: 10px;
  }
  
  .margin-top-45 {
      margin-top: 45px;
  }
  
  .margin-bottom-25 {
      margin-bottom: 25px;
  }
  
  .margin-0 {
      margin: 0;
  }
  
  .display-none {
      display: none;
  }
  
  .display-inline-block {
      display: inline-block;
  }
  
  .padding-top-40 {
      padding-top: 40px;
  }
  
  .padding-left-20 {
      padding-left: 20px;
  }
  
  .margin-bottom-0 {
      margin-bottom: 0;
  }
  
  .epub-search-input {
      width: 154px;
      margin-bottom: 10px;
      display: inline;
  }
  
  .epub-submit {
      vertical-align: baseline;
  }
  
  .ebook,
  .feed,
  .rtf,
  .basket {
      float:none;
      text-decoration:none;
  }
  
  .font-size-7pt {
      font-size: 7pt;
  }
  
  .font-weight-bold {
      font-weight: bold;
  }
  
  .fragview-crest {
      text-align:center;
      margin:20px;
  }
  
  .color-red {
      color: #FF0000;
  }
  
  .color-white {
      color: white;
  }
  
  .clear-both {
      clear:both;
  }
  
  .width-100-percent {
      width: 100%;
  }
  
  .top-negative-4 {
      top: -4px;
  }
  
  .iframe-cms {
      width:0;
      height:0;
      border:0 solid #fff;
  }
  
  .border-top {
      border-top: 1px solid black;
  }
  
  .border-bottom {
      border-bottom: 1px solid black;
  }
  
  .border-bottom-double {
      border-bottom: 2px double black;
  }
  
  .border-left {
      border-left: 1px solid black;
  }
  
  .border-right {
      border-right: 1px solid black;
  }
  
  .border-none {
      border: 0;
  }
  
  .table-cell {
      padding-left:1em;
      padding-right:1em;
      text-indent:0;
  }
  
  .jquery-datatables-browser-detect {
      position:absolute;
      top:0;
      left:0;
      height:1px;
      width:1px;
      overflow:hidden;
  }
  
  .jquery-datatables-browser-detect-2 {
      position:absolute;
      top:1px;
      left:1px;
      width:100px;
      overflow:scroll;
  }
  
  .jquery-datatables-browser-detect-3 {
      width:100%;
      height:10px;
  }
  
  .cursor-default {
      cursor: default;
  }
  
  .cursor-pointer {
      cursor: pointer;
  }
  
  .status-information-template {
      font-size: 10.5pt;
      line-height: 107%;
      font-family: Arial, sans-serif;
  }
  
  .align-left {
      text-align: left;
  }
  
  .align-center {
      text-align: center;
  }
  
  .align-right {
      text-align: right;
  }
  
  .align-justify {
      text-align: justify;
  }
  
  /* End Temp Styles */
  
  .navbar-custom {
    background-color: #347e0a; /*green*/
    border-color: #ccc; /*gray*/
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#47ad0e), to(#347e0a)); /*green*/
    background-image: -webkit-linear-gradient(top, #47ad0e, 0%, #347e0a, 100%); /*green*/
    background-image: -moz-linear-gradient(top, #47ad0e 0%, #347e0a 100%); /*green*/
    background-image: linear-gradient(to bottom, #47ad0e 0%, #347e0a 100%); /*green*/
    background-repeat: repeat-x;
    /* Buggy
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff47ad0e', endColorstr='#ff347e0a', GradientType=0);
    */
    font-weight: bold;
  }
  .navbar-custom .navbar-brand {
    color: #ffffff;
  }
  
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: #e6e6e6; /*light gray*/
    background-color: transparent;
  }
  .navbar-custom .navbar-text {
    color: #ffffff;
    font-weight:bold;
  }
  .navbar-custom .navbar-nav > li:last-child > a {
    border-right: 1px solid #FFF;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .navbar-custom .navbar-nav > li > a {
    color: #ffffff;
    border-left: 1px solid #FFF;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  
  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:focus {
    background-color: transparent;
    text-decoration: underline;
  }
  
  .navbar-custom .navbar-nav > .active > a,
  .navbar-custom .navbar-nav > .active > a:hover,
  .navbar-custom .navbar-nav > .active > a:focus {
    color: #88C249; /*light green*/
    background-color: #88C249; /*light green*/
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#275f08), to(#3b8f0b)); /*dark green*/
    background-image: -webkit-linear-gradient(top, #275f08, 0%, #3b8f0b, 100%);
    background-image: -moz-linear-gradient(top, #275f08 0%, #3b8f0b 100%);
    background-image: linear-gradient(to bottom, #275f08 0%, #3b8f0b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff275f08', endColorstr='#ff3b8f0b', GradientType=0); /*red pink*/
  }
  .navbar-custom .navbar-nav > .disabled > a,
  .navbar-custom .navbar-nav > .disabled > a:hover,
  .navbar-custom .navbar-nav > .disabled > a:focus {
    color: #cccccc; /*gray*/
    background-color: transparent;
  }
  .navbar-custom .navbar-toggle {
    border-color: #dddddd; /*gray*/
    background-color: #014580 !important;
  }
  .navbar-custom .navbar-toggle:hover,
  .navbar-custom .navbar-toggle:focus {
    background-color: #dddddd; /*gray*/
  }
  .navbar-custom .navbar-toggle .icon-bar {
    background-color: #cccccc; /*gray*/
  }
  .navbar-custom .navbar-collapse,
  .navbar-custom .navbar-form {
    border-color: #ccc; /*gray*/
  }
  .navbar-custom .navbar-nav > .dropdown > a:hover .caret,
  .navbar-custom .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #c0c0c0; /*gray*/
    border-bottom-color: #c0c0c0; /*gray*/
  }
  .navbar-custom .navbar-nav > .open > a,
  .navbar-custom .navbar-nav > .open > a:hover,
  .navbar-custom .navbar-nav > .open > a:focus {
    background-color: #275f08; /*green*/
    color: #c0c0c0; /*gray*/
  }
  .navbar-custom .navbar-nav > .open > a .caret,
  .navbar-custom .navbar-nav > .open > a:hover .caret,
  .navbar-custom .navbar-nav > .open > a:focus .caret {
    border-top-color: #c0c0c0; /*gray*/
    border-bottom-color: #c0c0c0; /*gray*/
  }
  .navbar-custom .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  @media (max-width: 767px) {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
      color: #ffffff;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #c0c0c0; /*gray*/
      background-color: transparent;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #c0c0c0;
      background-color: #275f08; /*dark green*/
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc; /*gray*/
      background-color: transparent;
    }
  }
  .navbar-custom .navbar-link {
    color: #ffffff;
  }
  .navbar-custom .navbar-link:hover {
    color: #c0c0c0; /*gray*/
  }
  
  #navbar-main {
      margin-left: 0;
      width: inherit;
      padding: 0;
      background-color: rgba(0,22,59,0.9); /*transparent navy*/
  }
  
  .navbar-inverse {
      /*background-image: url(/images/header-bg-green.jpg);
      background-repeat: no-repeat;
      background-color: #2f7100;
      background-size: 1014px 100%;
      background-position: left top;
  
      background: url("/images/header-bg-green.jpg") no-repeat scroll left top #347e09;*/
      background-color: #013665; /*navy*/
          border-radius: 4px;
  }
  
  #landmark-label-1,
  #landmark-label-2,
  #landmark-label-3,
  #landmark-label-4 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  #footer {
      /* display:none; */
      /* background-color: rgba(0,22,59,0.9); transparent navy */
      font-size: 90%;
  }
  
  #footer #languages a {
      height: auto;
      width: 26em;
  }
  
  #footer .nav > li a {
      padding: 20px 40px;
  }
  
  #footer a:hover,
  #footer a:focus {
      text-decoration: none;
  }
  
  .fullbackground{
      position:relative;
  }
  img.fullbackground{
      position:absolute;
      z-index:-1;
      top:0;
      left:0;
      right:0;
      height:100%; /* alternative: bottom:0; */
      width: 1014px;
  }
  @media (max-width: 1050px) {
      img.fullbackground
      {
          width: 100%;
      }
  }
  
  .feedback {
      float: right !important;
  }
  
  .parent-feed-icon {
      vertical-align: baseline;
      position: relative;
      top: 1px;
      width: 20px;
      height: 20px;
  }
  
  .feed-icon {
      vertical-align: baseline;
      position: relative;
      top: 1px;
      width: 12px;
      height: 12px;
  }
  
  .indicative-reprints-list {
      padding-left: 1.15em;
      margin-left: 0;
  }
  
  #nav-site > .navbar-nav {
          display: inline-block;
          outline: 0;
          font-size: 100%;
          vertical-align: baseline;
  }
  
  .col-sm-12 {
      padding-bottom: 0px !important;
  }
  
  
  #nav-site > .navbar-nav {
    margin: 0;
  }
  #nav-site > .navbar-nav > li {
    padding: 32px 20px;
  }

  @media (max-width: 767px) {
    #nav-site > .navbar-nav > li {
      padding: 4px 4px;
    }
    #nav-site > .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, 
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: black;
    }
    #nav-site > .navbar-nav .open .dropdown-menu > li > a.dropdown-subitem {
      padding: 5px 15px 5px 45px;
    }
    #nav-site > .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
    }
    #nav-site > .navbar-nav .open .dropdown-menu > li > a:hover,
    #nav-site > .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
    }
    #nav-site > .navbar-nav {
      margin: 0;
      margin-top: 40px;
      width: 100%;
      padding-right: 15px;
    }
  }
  @media (min-width: 768px) {
    #nav-site .navbar-nav {
      float: left;
      margin: 0;
    }
    #nav-site > .navbar-nav > li {
      float: left;
    }
    #nav-site > .navbar-nav > li > a {
      padding-top: 4px;
      padding-bottom: 4px;
      text-decoration: none;
    }
    #nav-site > .navbar-nav.navbar-right:last-child {
      margin-right: -15px;
    }
  }
  
  #_ba__link {
      color: white;
      padding-right: 10px;
  }
  
  .navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { }
  .navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { background-color: #0a2863}
  .dropdown-menu {background-color: #fcfcfc;margin-left: -1px;}
  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #163666; color: #FFFFFF}
  .navbar-inverse { border-color: #ccc} /*gray*/
  .navbar-inverse .navbar-brand { color: #FFFFFF}
  .navbar-inverse .navbar-brand:hover { color: #FFFFFF}
  .navbar-inverse .navbar-nav>li>a { color: #FFFFFF}
  .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #FFFFFF}
  .navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { color: #FFFFFF}
  .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { color: #FFFFFF}
  .dropdown-menu>li>a {color: #000000;background-color: #ffff;padding: 16px;text-decoration: none;}
  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #FFFFFF}
  .navbar-inverse .navbar-nav>.dropdown>a .caret { 
      border-top-color: #FFFFFF;
      border-bottom-color: #FFFFFF;
  }
  .dropdown-menu>li>a.dropdown-subitem{
      padding: 8px 16px 8px 30px;
      font-size: 0.8em;
  }
  .navbar-inverse .navbar-nav>.dropdown:hover>a .caret {
      border-top-color: #000000;
      border-bottom-color: #000000;
  }
  /*
  .navbar-inverse .navbar-nav>.dropdown>a:hover {
      cursor: pointer;
  }
  .navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
      border-top-color: #8888aa;
      border-bottom-color: #8888aa;
  }
   .navbar-inverse ul#top-nav.nav.navbar-nav>.dropdown>a.dropdown-link:hover {
      text-decoration: underline;
  }
  .navbar-inverse .navbar-nav>.dropdown>.dropdown-link,
  .navbar-inverse .navbar-nav>.dropdown>.dropdown-toggle {
      display: inline-block;
  } */
  
  .navbar-inverse .navbar-text {
    color: #ffffff;
    font-weight:bold;
  }
  
  .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
  }
  
  .navbar {
      border: 0;
  }
  
  .footer-list > li > a:hover,
  .footer-list > li > a:focus,
  .footer-list > li > .currentPage,
  .navbar-inverse .navbar-nav > li > .currentPage,
  .navbar-nav > li > .currentPage,
  #languages a:hover,
  #languages a:focus,
  #languages .currentpage {
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus,
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  @media (max-width: 400px) {
      .popover.left {
          max-width: 150px;
      }
  }
  
  .hover-highlight {
      padding: 20px;
  }
  
  .hover-highlight > [class^='col-md-']:hover {
      background-color: #163666;
  }
  
  .hover-highlight > [class^='col-md-'] {
      text-align: center;
  }
  
  .hover-highlight > [class^='col-md-'] > .hover-content {
      padding-top: 20px;
      display: inline-block;
      text-align: left;
  }
  
  .hover-content > .hover-link-content:not(h1):not(h2):not(h3) a:link,
  .hover-content > .hover-link-content:not(h1):not(h2):not(h3) a:visited {
    text-decoration: none;
  }

  .hover-content > .hover-link-content a:link,
  .hover-content > .hover-link-content a:visited {
      color: #FFFFFF;
  }
  
  .hover-content > .hover-link-content:hover a:link,
  .hover-content > .hover-link-content:hover a:visited {
      color: #ee8323;
  }
  
  #tools .currentPage {
      text-decoration: underline;
  }
  
  .lowerFooter {
      padding-top: 4px;
  }
  #innerfooter {
      background-color: #007b00; /*green*/
  }
  
  .footer-list > li > a {
      padding-bottom: 7px;
      padding-top: 7px;
  }
  
  .banner-link > a {
    padding-right: 10px;
    margin-top: 12px;
    color: #FFF;
  }
  
  .banner-last-link > a {
      padding-right: 10px;
      color: #FFF;
  }
  
  #qldLink {
      display: block;
      padding-top: 4px;
      padding-bottom: 7px;
  }
  
  #languages a {
      height: 26px;
      padding: 4px;
      display: block;
      width: 22em;
      margin-left: 10px;
  }
  /**
  .banner {
      overflow-x: hidden;
  }**/
  
  .banner2 {
      background: #3b8700; /* Old browsers */
      background: -moz-linear-gradient(left,  #206f14 0%, #3b8700 40%, #3b8700 60%, #206f14 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,#206f14), color-stop(40%,#3b8700), color-stop(60%,#3b8700), color-stop(100%,#206f14)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left,  #206f14 0%,#3b8700 40%,#3b8700 60%,#206f14 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left,  #206f14 0%,#3b8700 40%,#3b8700 60%,#206f14 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(left,  #206f14 0%,#3b8700 40%,#3b8700 60%,#206f14 100%); /* IE10+ */
      background: linear-gradient(to right,  #206f14 0%,#3b8700 40%,#3b8700 60%,#206f14 100%); /* W3C */
  }
  
  .logo {
      margin-top: 6px;
      margin-bottom: 10px;
      padding-left: 5%;
  }
  
  .searchbar-div {
      text-align: right;
      margin-top: 10px;
  }
  
  #search-query {
      padding: 0 10px;
  }
  
  @media (min-width: 1368px) {
      #agency-logo {
          margin-top: 7px;
      }
  }
  
  @media (min-width: 768px) and (max-width: 1367px) {
  
      #agency-logo {
          margin-top: 7px;
      }
      #search-query {
          width: 370px;
          margin-top: 5px;
      }
      #quicksearch-button {
          margin-top: 5px;
      }
      .list-inline {
          top: 0px;
          left: 20px;
      }
  
  }
  
  .upperFooter {
      display: table;
      margin: auto;
  }
  
  #footer .container .rowBottom {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 0;
      text-align: center;
      display: table;
  }
  
  #footer-menu
  {
      width: 100%;
  }
  
  #footer a
  {
      color: #FFF;
  }
  
  #footer-copyright {
      color: #FFF;
  }
  
  .footer-list {
      padding: 7px 15px;
      margin-bottom: 0px;
  }
  
  .navbar-toggle {
      margin-top: -45px;
      margin-bottom: 4.5px;
      margin-right: 0 !important;
  }
  
  .dataTables_filter {
      float: left;
  }
  
  i.notification-popover {
      font-size: 14px;
      vertical-align: super;
      margin-left: -4px;
  }
  
  .btn-div > .btn {
      margin: 2px 0 2px 0;
  }
  
  .btn-group-vertical {
      width: 100%
  }
  
  .btn-default:focus
  {
      color: #333; /*black gray*/
      background-color: #FFF;
      border-color: #ccc;
  }
  
  .btn-default:active,
  .btn-default.active,
  .open
  .dropdown-toggle.btn-default
  {
      color: #FFF;
      background-color: #014580; /*blue*/
  }
  
  .btn-default:hover
  {
      color: #FFF;
      background-color: #014580; /*blue*/
  }
  
  .btn-bs-active-default:hover,
  .btn-bs-active-default:focus,
  .btn-bs-active-default:active,
  .btn-bs-active-default.active
  {
      color: #333333;
      background-color: #ebebeb;
      border-color: #adadad;
  }
  
  .btn-element-link {
      padding: 0 12px;
      display: inline;
  }
  
  .div-element-link {
      float: right;
  }
  
  .textarea-copy {
      width: 100%;
      resize: none;
      color: white;
      background-color: white;
  }
  
  #saved-search-tab
  {
      padding-bottom: 10px;
      padding-top: 10px;
  }
  
  a.indent
  {
      padding-left: 30px;
  }
  
  /*** Underline links within content ***/
  /*
  #page-wrapper a,
  #welcome-block a,
  #news a {
      text-decoration: underline;
  }*/
  
  /*** Styles for bottom slogan ***/
  #qg-branding {
      width: 327px;
      margin: auto;
      padding-top: 8px;
      padding-bottom: 5px;
      display: block;
  }
  
  .tagline {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      padding-top: 10px;
  }
  
  li.mobileMenu {
      display: none;
  }
  
  li.logout {
      display: none;
  }
  
  #results-div {
      padding-left: 15px;
      padding-right: 15px;
  }
  
  #document-properties {
      border-top: 1px solid #eee;
      padding-top: 10px;
  }
  
  .btnScroll {
      width: 100%;
  }
  
  .removeSaved {
      text-align: center;
  }
  
  .checkbox input[type=checkbox] {
      top: 4px;
      height: 18px;
  }
  
  #page-change-urls,
  #template-change-urls {
      top: -5px;
  }
  
  .searchLabel {
      padding: 0px 10px;
      padding-right: 10px;
      font-weight: bold;
      position: relative;
      top: 2px;
  }
  
  .labelError {
      color: #a94442;
  }
  
  .error {
    border-color: #a94442 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, .6) !important;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, .6) !important;
  }
  
  .view-history-note {
      color: #ccc; /*gray*/
      display: none;
      margin-top: 6pt;
      margin-bottom: 6pt;
  }
  
  .nav-search-text,
  #fragToolbar {
      margin-bottom: 10px;
  }
  
  #fragToolbar {
      z-index: 100;
  }
  
  .datatable-search {
      margin-right: 5px;
      height: 31px;
  }
  
  #toc {
      padding-right: 15px;
      font-family: Arial, Helvetica, Verdana, sans-serif
  }
  
  /* Sticky footer styles
        -------------------------------------------------- */
  
  html,
  body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
  }
  
  /* Wrapper for page content to push down footer */
  #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -77px;
    background-image: url('/file/OQPC-background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  /* Set the fixed height of the footer here */
  #push,
  #footer {
    min-height: 77px;
  }
  
  
  /* Large desktop */
  @media (min-width: 1200px)
  {
      .searchbar-div {
          display:block;
      }
  
      #view-row {
  
      }
  
      #navbar,
      #footer {
          z-index: 1000;
      }
  }
  
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 979px)
  {
      .nav-collapse.collapse {
         display: none !important;
         }
  }
  
  /* Landscape phones and down */
  @media (max-width: 767px)
  {
      .collection-div
      {
          padding-left: 30px;
      }
  
      #adv-operator-mid
      {
          width: 100%;
          margin-bottom: 15px;
      }
  
      #adv-operator-last
      {
          width: 100%;
          margin-bottom: 15px;
      }
  
      .advsearch-last-row select[name="searchusing"]
      {
          margin-bottom: 15px;
      }
  
      .collection-div
      {
          padding-left: 30px;
      }
  
      #less, #more, #lessSL, #moreSL {
          width: 100%;
      }
  
      .line-container {
          margin-top:20px;
          margin-bottom: 20px;
          padding-left:20px;
          padding-right:20px;
      }
  
      .line {
          border-top: 2px solid #eee;
          width:100%;
      }
  
      .label-heading {
          padding-top: 11px;
      }
  
      #basic-search-form .form-group,
      #adv-search-form .form-group,
      #menuassisted-search-form .form-group {
          margin-bottom: 0;
      }
  
      .control-label {
          margin-top: 5px;
      }
  
      .control-description {
          margin-top: 5px;
      }
  
      .searchbar-div {
          display:none;
      }
  
      #qg-branding {
          max-width: 80%;
      }
  
      .upperFooter {
          margin-left: -15px;
          padding-right: 0;
          display: block;
      }
  
      li.mobileMenu {
          display: block;
      }
  
      .btn-help {
          margin-top: -34px;
          text-align: right;
          position: relative;
          top: -208px;
      }
  
      .btn-form {
          margin-top: 16px;
          margin-bottom: 10px;
      }
  
      .advsearch-mid-row-label, .advsearch-last-row-label {
          display: none;
      }
  
      .control-div {
          width: 100%;
          padding-left: 50px;
          margin-left: -56px;
          margin-top: 16px;
      }
  
      .label-div {
          width: 50px;
      }
  }
  
  .control-div {
      display: inline-block;
  }
  
  .label-div {
      display: inline-block;
  }
  
  
  /** DAL Table specific **/
  .daltable-loading-span
  {
      padding-left: 10px;
  }
  
  
  /*** main page (main.html) ***/
  
  #browse-aloud {
      text-align: center;
  }
  
  /*****************************/
  
  /** View specific **/
  #overlay {
      display:none;
      position:absolute;
      background:#fff;
  }
  #img-load {
      position:absolute;
  }
  #lit-confirm-modal input[type=checkbox] {
      top: -4px;
  }
  /****/
  
  /********** Search page specific *****************/
  
  /******* Contact Specific *******/
  #address td {
    vertical-align: top;
    padding: 0px 30px 0px 0px;
  }
  
  /* Large desktop */
  @media (min-width: 1200px)
  {
      #adv-searchfor
      {
          width: 324px;
      }
  
      #adv-searchfor-mid,
      #adv-searchfor-last
      {
          width: 204px;
      }
      #adv-searchin,
      #adv-searchin-mid,
      #adv-searchin-last,
      #adv-searchusing,
      #adv-searchusing-mid,
      #adv-searchusing-last
      {
          width: 177px;
      }
  }
  
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 992px) and (max-width: 1199px)
  {
      #adv-searchfor
      {
          width: 324px;
      }
      #adv-searchfor-mid,
      #adv-searchfor-last
      {
          width: 204px;
      }
      #adv-searchusing,
      #adv-searchusing-mid,
      #adv-searchusing-last {
          width: 160px;
      }
      #adv-searchin,
      #adv-searchin-mid,
      #adv-searchin-last {
          width: 132px;
      }
  }
  
  /* Portrait tablet to landscape and desktop */
  @media (min-width: 768px) and (max-width: 991px)
  {
      #adv-searchfor
      {
          width: 470px;
          margin-bottom: 15px;
      }
      #adv-searchfor-mid,
      #adv-searchfor-last
      {
          width: 350px;
          margin-bottom: 15px;
      }
  
      #adv-searchin,
      #adv-searchin-mid,
      #adv-searchin-last
      {
          width:177px
      }
  
      #adv-searchusing,
      #adv-searchusing-mid,
      #adv-searchusing-last
      {
          width:244px
      }
  
      #adv-operator-mid,
      #adv-operator-last
      {
          margin-bottom: 15px;
      }
  
      #year,
      #basic-no
      {
          width: 191px
      }
  
      #less, #more, #lessSL, #moreSL {
          width: 100%;
      }
  }
  
  /* Landscape phones and down */
  @media (max-width: 767px)
  {
      .collection-div
      {
          padding-left: 30px;
      }
  
      #adv-operator-mid
      {
          width: 100%;
          margin-bottom: 15px;
      }
  
      #adv-operator-last
      {
          width: 100%;
          margin-bottom: 15px;
      }
  
      .advsearch-last-row select[name="searchusing"]
      {
          margin-bottom: 15px;
      }
  
      .collection-div
      {
          padding-left: 30px;
      }
  
      #less, #more, #lessSL, #moreSL {
          width: 100%;
      }
  }
  
  .dq-highlight
  {
      color: #C03A00;
      font-style: italic;
  }
  
  .dq-type
  {
      color: black;
  }
  
  .recent-search-link
  {
      color: #000;
  }
  
  .advsearch-mid-row button
  {
      display: none;
  }
  
  .advsearch-first-row select[name="operator"]
  {
      display: none;
  }
  
  .adv-operator
  {
      width: 85px;
  }
  
  #result-div .highlight
  {
      font-weight: bold;
  }
  
  ul.inner-list
  {
      display: none;
  }
  
  .hit-count-badge
  {
      margin-left: 10px;
  }
  
  .font-as-icon
  {
      font-weight: bold;
  }
  
  #result-div .list-group-item:hover
  {
      background-color: #F0FFDB; /*lime green*/
  }
  
  .form-group .red
  {
      color: #F00000;
  }
  
  .tree {
      margin-left: -35px;
      padding: 0px;
  }
  
  .tree li {
      list-style-type:none;
      margin:0;
      padding:10px 0 0 0;
      position:relative
  }
  
  .tree li::before, .tree li::after {
      content:'';
      left:-20px;
      position:absolute;
      right:auto
  }
  
  .tree li::before {
      border-left:1px solid #999;
      bottom:50px;
      height:100%;
      top:0;
      width:1px;
      margin-left:10px;
  }
  
  .tree li::after {
      border-top:1px solid #999;
      height:20px;
      top:20px;
      width:11px;
      margin-left:10px;
  }
  /*
  .tree li span {
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      border:1px solid #999;
      border-radius:5px;
      display:inline-block;
      padding:3px 8px;
      text-decoration:none
  }
  */
  
  .tree li.parent_li>span {
      cursor:pointer
  }
  
  .tree > ul {
      padding-left:35px;
  }
  
  .tree>ul>li::before, .tree>ul>li::after {
      border:0
  }
  
  .tree li:last-child::before {
      height:20px
  }
  
  .tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
      background:#eee;
      border:1px solid #94a0b4; /*blue gray*/
      color:#000
  }
  
  /** Facets  ***/
  #facet-btn-group
  {
      padding-bottom: 5px;
  }
  
  .facet-btn-title {
      white-space: normal;
      width: 90%;
  }
  
  .facet-btn
  {
      width: 231px;
  }
  
  .facet-text
  {
      white-space: normal;
      word-wrap: break-word;
  }
  
  .facet-blk > .btn-group > .dropdown-menu {
      width:100%;
  }
  
  #facets .dropdown-toggle {
      position: absolute;
      left: 95%;
      height: 100%;
  }
  
  .facet-btn-group
  {
      width: 100%;
  }
  
  .facet-btn-child
  {
      width: 94%;
      text-align: left;
      margin-right: 6%;
  }
  
  .facet-ul > li > div > button.btn.facet-btn-checkbox, .panel-body > ul > li > div > button.btn.facet-btn-checkbox
  {
      width: 30px;
      position: absolute;
      left: 100%;
      height: 100%;
      margin-left: -31px;
      z-index: 5;
  }
  
  .facet-ul > li > div > button.btn.facet-btn-count, .panel-body > ul > li > div > button.btn.facet-btn-count
  {
      width: 45px;
      margin-left: -75px;
  }
  
  .facet-ul
  {
      padding-left: 15px;
  }
  
  
  .facet-item-is-leaf
  {
      padding: 10px 0 0 0 !important;
  }
  
  .panel-body {
      padding: 10px 10px 5px 10px;
  }
  
  @media (min-width: 1200px)
  {
      button.btn.facet-btn-child
      {
          width: 76%;
          margin-right: 24%;
          padding-right: 5%
      }
      .facet-btn
      {
          width: 88%;
      }
      #facets .dropdown-toggle {
          width: 12%;
          left: 88%;
      }
  }
  
  @media (min-width: 768px) and (max-width: 1199px)
  {
      .facet-ul
      {
          margin-left: 30px;
      }
      .tree li::before
      {
          margin-left:0px;
      }
  
      .tree li::after
      {
          width:20px;
          margin-left:0px;
      }
      .facet-btn
      {
          width: 95%;
      }
      #facets .dropdown-toggle {
          width: 5%;
      }
  }
  
  @media (max-width: 767px)
  {
      button.btn.facet-btn-child
      {
          width: 92%;
          margin-right: 8%;
          padding-right: 5%
      }
      .facet-btn
      {
          width: 90%;
      }
      #facets .dropdown-toggle
      {
          width: 10%;
          left: 90%;
      }
      .facet-btn-group
      {
          /* width: auto; */
      }
      #navbar-main {
          background-color: rgba(0,22,59,0.9); /*transparent navy*/
      }
      .feedback {
          float: none !important;
      }
      .navbar-header {
          margin-right: 0 !important;
      }
      #nav-site {
          padding-right: 0;
          margin-right: 0;
      }
      #languages a {
          padding-top: 10px;
          padding-bottom: 10px;
          height: auto;
      }
      #footer-menu > .row > .col-md-12
      {
          padding-left: 0;
          padding-right: 0;
      }
      img.fullbackground
      {
          height: 140px;
      }
  }
  
  @media (max-width: 400px)
  {
      button.btn.facet-btn-child
      {
          width: 82%;
          margin-right: 18%;
          padding-right: 5%
      }
  }
  
  .facet-blk .facet-item-static
  {
      padding-bottom: 5px;
  }
  
  /*** CMS ****/
  .cms-table
  {
      padding-top: 5px;
  }
  
  .cms-tab-content
  {
      padding-top: 10px;
  }
  
  /******************************/
  
  .browse-panel
  {
      padding-bottom: 20px;
  }
  
  .browse-bar
  {
      padding-bottom: 10px;
      margin-top: -4px;
  }
  
  .browse-bar a
  {
      padding-left: 0;
      padding-right: 0;
      width: 34px;
      margin-top: 4px;
  }
  
  .browse-bar #less,
  .browse-bar #more,
  .browse-bar #lessSL,
  .browse-bar #moreSL
  {
      margin-top: 4px;
  }
  
  .browse-bar div[id="years"] a,
  .browse-bar div[id="SLyears"] a
  {
      width: 56px;
  }
  
  /** Browse bills **/
  
  .bills-parliament-heading,
  .bills-title-heading
  {
      padding-top: 10px;
  }
  
  .bills-drafts-heading
  {
      padding-top: 20px;
  }
  
  .browse-table.table td {
     text-align: center;
     vertical-align: middle;
  }
  
  .odd td {
      background-color: #f9f9f9; /*white*/
  }
  
  /** Info tables **/
  .info-table th
  {
      text-align: left;
  }
  
  /******************************/
  
  /** Top of Page Links **/
  #top-link-block {
      position: fixed;
      bottom: 85px;
      right: 10px;
      opacity: 0.6;
      display: none;
      z-index: 1000;
  }
  
  .progress-bar.animate {
     width: 100%;
  }
  
  .modal-center {
      top: 40%;
  }
  
  /** Diff styles **/
  .diff-source-col {
      border-right: 2px solid black;
  }
  
  .diff-shade.diff-insert {
      background-color: lime;
  }
  
  .diff-shade.diff-delete {
      background-color: red;
  }
  
  .diff-shade.diff-move {
      background-color: cyan;
  }
  
  .diff-decorate.diff-insert {
      text-decoration: underline;
  }
  
  .diff-decorate.diff-delete {
      text-decoration: line-through;
  }
  
  .diff-decorate.diff-move {
      text-decoration: underline;
  }
  
  /******************************/
  
  @media print
  {
      #facets,
      .letter-grouping,
      .browse-bar,
      .browse-panel,
      .btn,
      .checkbox,
      fieldset,
      form,
      .form-control,
      .form-control-static,
      .control-description,
      .searchLabel,
      .pagination,
      .nav,
      #navbar,
      .btn-toolbar,
      #lit-confirm-modal,
      #footer,
      #skipStart,
      #breadcrumbs,
      #access-toolbar,
      #fragToolbar,
      #toc-col,
      #top-link-block,
      #browse-aloud,
      .navigation-block,
      .tooltip,
      .modal,
      .div-element-link
      {
          display:none !important;
      }
      #frag-col
      {
          float: none !important;
      }
      #view-row 
      {
          padding: 0 !important;
      }
      .pdf_page 
      {
          width: 100% !important;
          margin: 0px !important;
      }
      a[href]:after 
      {
            content: "";
      }
      abbr[title]:after 
      {
          content: "";
      }
  }
  