/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 01 March 2020 21:23:56
*/


/**
   * Global CSS
   */
  
  
  /* 1. CSS reset */
  
  .print-version {
    display: none;
  }
  
  body {
      font-size: 1em;
      font-family: arial, sans-serif;
      background: #4F4F4F;
      /*border-top: 4px solid #1b416f;*/
      margin:0; 
      padding: 0;
  }
  
  h1,h2,h3,h4,h5,h6 {
    margin: 1em 0;
  }
  p,ul,ol {
      color: #57585a;
      }
  
  li p {
      padding: 0px 0px 5px 0px;
      margin: 0px;
  }
  
  h1 {font-size: 2em;font-weight: normal;}
  h2 {font-size: 1.5em; font-weight: normal; color: #004b89;}
  h3 {/*font-size: 1.3em;*/ color: #1b416f;}
  h4 {font-size: 1.2em; color: #666;}
  h5 {font-size: 1.1em; color: #333;}
  h6 {font-size: 1em; color: #333;}
  
  a img {border: none;}
  
  a {
      color: #004b89;
      text-decoration: none;
  }
  a:hover,
  a:focus {
      text-decoration: underline;
      color: #363636;
  }
  
  .inside #mid_col a {
      text-decoration: underline;
  }
  .inside #mid_col a:hover,
  .inside #mid_col a:focus {
      text-decoration: underline;
      color: #363636;
  }
  
  table, th, td, tr {
      text-align: left;
      color: #57585a;
  }
  
  td, th {
      padding: 3px;
  }
  
  th {
      color: #333;
  }
  #print-logo {
      display: none;
  }
  /* 2. Functional clsses */
  .clear {
      clear: both;
  }
  
  .float_left {
      float: left;
  }
  
  .float_right {
      float: right;
  }
  .hide {
      position: absolute;
      left: -999em;
  }
  
  .error, .error li, .error p {
      color: #FF0000;
  }
  
  .clearfix {
    *zoom: 1;
  }
  .clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }
  
  /* Hide visually from browsers, but not screen readers */
  .visuallyhidden {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  /* Hide from both screen readers and browsers */
  .hidden {
    display: none !important;
    visibility: hidden !important;
  }
  
  
  /* 3. Layout */
  #container {
      width: 100%;
      margin: 0px;
      display: block;
      position: relative;
      /*background: #fff;*/
  }
  
  #access {
    padding: 0;
    margin: 0;
    background: #000;
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  #access ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #access li {
    display: block;
    float: left;
    padding: 0;
  }
  #access li a {
    color: #fff;
    padding: 1em 1em;
    display: block;
  }
  
  #access h2{
      color: #FFF;
  }
  
  #footer_nav h2{
      color: #FFF;
  }
  
  #nav-site h2{
      color: #FFF;
  }
  
  
  #header {
      width: 100%
      display: block;
      min-height: 95px;
      background-color: #fff;
  }
  #header .inner,
  #navigation .inner,
  #content-container,
  #footer .inner {
      position: relative;
      display: block;
      /* width: 100%; */
      max-width: 80em;
      margin: 0px auto;
  }
  
  body.inside .content-wrapper {
    position: relative;
  }
  
  body.inside .inside-wrapper {
    background: #dfdcdc;
    padding: 0.7em 1% 1.8em;
    margin: 1em 0 0;
    overflow: hidden; /* Squiz - TNT */
  }
  body.inside .inside-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  
  #header .inner {
    width: 98%;
    padding: 0 1% 2.3em;
  }
  #footer .inner {
    width: 100%;
    padding: 0;
  }
  
  #header .inner:after,
  #navigation .inner:after,
  #content-container > .inner:after {
      content: "";
      display: table;
      clear: both;
  }
  
  #header #site_logo {
      padding: 11px 0 0;
      display: block;
      /*float: left;*/
  }
  
  #header #site_logo img {
    width: 175px;
  }
  #industry_heading {
      float: none;
      font-size: 0.8em;
      left: 205px;
      margin-left: 0;
      position: absolute;
      top: 1.5em;
  }
  
  #qg-coa img {
    width: auto;
    height: 60px;
    margin: 0.5em 0 0;
  }
  
  h2#site-name {
    margin: 0;
  padding-left: .5em;
  }
  
  #header_right {
      display: block;
      margin: 0;
      overflow: hidden;
  max-width: 32.75em; /* was auto */
    float: right;
      padding-right: .6em;
  }
  
  /* 4. Header */
  #header_right #global_links {
      display: block;
      width: 100%;
      clear: both;
      overflow: hidden;
      margin: 10px 0 15px;
      font-size: 0.75em;
  }
  #header_right #global_links ul {
      display: block;
      margin: 0;
      float: right;
      list-style: none;
      padding: 0;
  }
  #header_right #global_links ul li {
      display: none;
      float: left;
      margin: 0 0 0 18px;
      padding: 0.5em 0;
  }
  #header_right #global_links ul li.site-search-list {
      padding: 0;
      float: none;
      display: block;
  }
  #header_right #global_links ul li a {
      color: #686a69;
  }
  #header_right #global_links ul li a:hover {
      color: #DC6F23;
  }
  #header_right #global_links ul li.active a {
      color: #DC6F23;
  }
  
  #header_right #phone {
      display: block;
      width: auto;
      clear: both;
      color: #db6f24;
      font-size: 1.2em;
      font-weight: bold;
  
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat -147px 2px;
      float: right;
      position: absolute;
      bottom: 0;
      padding: 0 1em;
      margin: 0 0 0.3em 0;
      right: 0;
  }
  
  
  #header_right #phone a {
      color: rgb(220, 111, 35);
  }
  
  #header_right #phone a:hover {
      text-decoration:none;
  }
  
  #header_right #input_contain {
      display: block;
      clear: both;
      width: 100%;
  float: right;
  padding: 0 0 0 2%;
  position: absolute;
  height: 2em;
  left: 0;
  top: auto;
  bottom: 0.5em;
  width: 48%;
  
  }
  #header_right #input_contain #global_login {
      display: block;
      float: right;
      position: relative;
  }
  #header_right #input_contain #global_login {
      margin: 0 15px 0 0;
  }
  #header_right #input_contain #global_login form, #header_right #input_contain #search form {
      padding: 0px;
  }
  #header_right #input_contain #global_login input.submit {
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat 0 -219px;
      border: none;
      width: 71px;
      height: 26px;
      cursor: pointer;
      text-indent: -99999em;
      font-size: 0;
      text-transform: capitalize;
      float: none;
  margin: 0;
  }
  #header_right #input_contain #global_login .error {
  position: absolute;
  top: -17px;
  color: red;
  }
  
  #logged_in {
  color: green;
  }
  
  #header_right #input_contain #global_login #logged_in input{
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat 0 -288px;
      border: none;
      width: 71px;
      height: 26px;
      cursor: pointer;
      text-indent: -99999em;
      font-size: 0;
      text-transform: capitalize;
      float: none;
  margin: 0;
  }
  
  
  
  
  
  #header_right #input_contain #search {
      display: block;
      /*float: left;*/
      position: relative;
  }
  
  #header_right #input_contain #search input.submit {
      border: none;
      width: 30px;
      height: 24px;
      cursor: pointer;
      font-size: 0;
      margin: 0px;
      text-transform: capitalize;
      border-top: 1px solid #D3D3D3;
      border-right: 1px solid #D3D3D3;
      border-bottom: 1px solid #D3D3D3;
      position: absolute;
  }
  #header_right #input_contain #search label {
  box-sizing: border-box;
  }
  #header_right #input_contain #search input.text {
      border: 1px solid #d3d3d3;
      padding: 5px 8px 3px;
      color: #686a69;
      float: left;
      margin: 0;
      width: 100%;
      padding: 5px 2%;
      height: 26px;
      box-sizing: border-box;
  }
  
  
  
  /* 5. Navigation */
  #navigation {
      display: block;
      width: 100%;
      background: #3c3c3c;
      min-height: 2.45em;
      position: relative;
      margin: 0;
      z-index: 3;
  }
  
  #nav-site {
    font-size: 0.75em;
  }
  .lt-ie8 #navigation {
      z-index: 3;
  }
  #navigation .inner {}
  
  /*
  ul#nav li {
      color: #fff;
      float: left;
      list-style: none;
      border-right: 1px solid #6a6a6a;
      padding: 0;
  }*/
  
  ul#nav li a {
      color: #fff;
      display: block;
      font-weight: bold;
      font-size: 1.7em;
      padding: 0 15px;
  }
  
  ul#nav > li > a {
    min-height: 2.7em;
    line-height: 2.7em;
  /*  background-color: #000;*/
  }
  
  
  
  ul#nav li.active a {
     /* background: #17375E; url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/52804/bg-nav.png?v=0.1.1) no-repeat 0 -160px;
      background: #333;*/
  }
  
  ul#nav > li > a:hover,
  ul#nav > li > a:focus,
  ul#nav > li:hover > a,
  ul#nav > li.active:hover > a
  ul#nav li.open-nav > a,
  ul#nav > li.active > a:hover,
  ul#nav > li.active > a:focus {
    background: #000;
  }
  
  
  
  ul#nav li ul {
      position: absolute;
      width: 230px;
      left: -99999em;
      list-style: none;
      margin: 0;
      padding: 0 0 5px 0;
      background: #333;
      /*background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0020/52805/bg_nav_trans.png?v=0.1.1) repeat 0 0;
      border-bottom: 2px solid #e37125;
      top: 3.2em;*/
      top: auto;
      z-index: 3;
    height: 0;
    overflow: hidden;
  }
  ul#nav li.active ul {
    height: auto;
  overflow: visible;
  }
  
  ul#nav li:hover ul,
  ul#nav li.open-nav ul {
     /* left: auto;*/
  }
  
  ul#nav li ul li {
      float: none;
      width: 100%;
      padding: 0;
      margin: 0;
      border-bottom: none;
      height: auto;
      border-right: none;
      display: block;
  }
  
  #navigation ul#nav li ul li a,
  #navigation ul#nav li.active ul li a {
      background: none;
      line-height: 1.2em;
      height: auto;
      padding: 8px 10px 8px 35px;
      font-weight: normal;
      font-size: 1.5em;
  }
  #navigation ul#nav li ul li:hover a,
  #navigation ul#nav li.active ul li:hover a {
      background: #10243d;
  }
  
  ul#nav li.last {
      border-right: none;
  }
  
  /* PonoStuff */
  
  iframe[id^='twitter-widget-']{ 
  width:100% !important;
  min-width: 120px !important;
  
  }
  
  #navigation ul#nav {
      transition: all 1s ease-out 0s;
      margin: 0;
      padding: 10% 0 0;
      list-style: none;
      overflow: scroll;
      position: fixed;
      top:0;
      z-index: 2;
      width:100%;
      right: -100%;
      opacity: 0;
    height: 90%;
  }
  #navigation ul#nav.active {
    background-color: #000;
  }
  .lt-ie9 #navigation ul#nav {
      overflow: visible;
      position: absolute;
  }
  
  #navigation ul#nav:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    z-index: -1;
  }
  
  #navigation ul#nav.active {    
      right: 0;
      opacity: 1;
  }
  
  ul#nav li {
   transition: all 1s ease-out 0s;
      color: #fff;
      float: none;
      list-style: none;
     /* border-right: 1px solid #6a6a6a;*/
      padding: 0;
      border-bottom: 1px solid #fff;
      position: relative;
  
  }
  
  #navigation ul#nav li ul li.active a:before{
      content: "";
      width: 15px;
      height: 15px;
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat;
      display: block;
      background-position: -75px -35px;
      position: absolute;
      left: .7em;
      top: .6em;
  }
  
  #navigation ul#nav li ul li a:before {
      content: "";
      width: 15px;
      height: 15px;
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat;
      display: block;
      background-position: -47px -35px;
      position: absolute;
      left: .7em;
      top: .6em;
  }
  
  ul#nav li ul li.active {
      text-decoration: underline;
  }
  
  ul#nav li.active ul {
      position: relative;
      left: auto;
      width:100%;
      border-top: 1px solid #fff;
  }
  
  .nav-toggle{
      display:block;
      width: 35px;
      height: 35px;
      position:absolute;
      top:-4.8em;
      right:.5em;
          /*background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat 0 -340px;*/
    background: url(https://www.worksafe.qld.gov.au/__data/assets/file/0007/67192/burger-bar.svg?v=0.2.1) no-repeat 0 0;
    background-size: 30px 30px;
  }
  
  .mobile-only{
      display:block;
  }
  
  .mobile-menu-close{
      
      position:absolute;
      top:1em;
      right:1em;
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat 0 -400px;
  }
  
  .mobile-nav-dropdown-button{
      display: block;
      position:absolute;
      top: 0;
      right:0;
      height: 100%;
      width: 1.5em;
      border-left: 1px solid #fff;
      z-index:2;
      
  }
  
  .mobile-nav-dropdown-button::before{
      content: "";
      width: 25px;
      height: 25px;
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat;
      display: block;
      background-position: 0 -460px;
      margin: 0.75em 0 0 0.2em;
  }
  
  
  ul#nav li.active a.mobile-nav-dropdown-button::before{
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat;
  display: block;
  background-position: 0 -485px;
      margin: 0.75em 0 0 0.2em;
  }
  
  
  /* 6. Breadcrumbs */
  #breadcrumbs {
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 1em 0;
      width: 100%;
      font-size: 0.8em;
      border-bottom: 1px solid #fff;
  }
  #breadcrumbs h2 {
    color: #fff;
  }
  #breadcrumbs ol {
      display: block;
      width: auto;
      margin: 0;
      padding: 0px 0 0 3px;
      list-style: none;
  }
  #breadcrumbs ol li {
      display: block;
      float: left;
      margin: 0 0.8em 0 0;
      padding: 0;
      list-style: none;
      color: #000;
  
  }
  #breadcrumbs ol li:first-child {
    background: none;
    padding-left: 0;
  }
  
  #breadcrumbs ol li:after {
    content: ">";
  }
  #breadcrumbs ol li:last-child::after {
    content: "";
  }
  
  #breadcrumbs ol li span.current-breadcrumb {
    padding: 0 1em 0 0;
  }
  #breadcrumbs ol li a {
      padding: 0.2em 0.8em 0.3em 0;
      color: #004b89;
      font-weight: bold;
  }
  #breadcrumbs ol li:first-child a {
    padding-left: 0;
  }
  
  /* 7. Content */
  #content-container {
      display: block;
      margin: 0px auto;
      overflow: hidden;
      position: relative;
      z-index: 1;
      padding: 0 1em;
      background-color: #fff;
  }
  #content-container .inner {
      overflow: hidden;
      padding: 0;
      margin: 0;
      position: relative;
      /* z-index: auto; */
  }
  
  body.search-fb #left_col {
    visibility: hidden;
  }
  
  body #content-container .inner #left_col {
    width: 100%;
  }
  #content {
      width: 100%;
  }
  body.home #content {
    margin-top: 10px;
  }
  body #mid_col {
    width: 100%;
    padding-bottom: 1em;
  }
  body #mid_col:after {
    
  }
  body #right_col {
    width: 100%;
    margin-top: 10px;
  }
  
  #content,
  #left_col,
  #footer .inner > *,
  #banner {
    font-size: 0.75em;
  }
  
  #full_col {
      width: 100%;
      display: block;
      overflow: hidden;
  }
  body #full_col .inner, body #wide_col .inner {
      padding: 40px 60px;
      background: #f7f7f7;
      width: auto;
  }
      #left_col #inside_navigation {
          display: none;
      }
  #mid_col {
      margin: 0;
      position: relative;
  }
  #wide_col {
  
  }
  #right_col {
      margin-top: 11px;
  }
  
  #left_col,
  #mid_col,
  #wide_col,
  #right_col {
      display:block;
      overflow: hidden;
      float: left;
  }
  
  
  #mid_col {
      position: relative;
      top: 0px;
  }
  
  
  /* 8. Footer */
  #footer a {
    color: #fff;
  }
  #footer p {
    margin: 3em 0 0;
    color: #FFF;
  }
  #footer {
      background: #4f4f4f;
      display: block;
      width: 100%;
      overflow: hidden;  
  }
  #footer .inner {
      background: #4f4f4f;
      color: #fff;
      padding: 0 0 20px 0;
  }
  
  #footer #fat-footer {
    background: #3c3c3c;
    float: left;
    width: 100%;
    padding: 1em 0;
    margin: 0 0 1em 0;
  }
  #footer #fat-footer .fat-footer-links {
    width: auto;
    display: block;
    padding: 0 1em;
  }
  
  #fat-footer .columns {
    display: block;
    width: 100%;
    margin-bottom: 1.8em;
  }
  #fat-footer .columns-1 {
  
  }
  #fat-footer .columns-2 {
  
  }
  #fat-footer .columns-3 {
  
  }
  
  #footer #footer_nav {
    background: none;
    height: auto;
    margin: 0;
    padding: 0 1em;
    width: auto;
    clear: both;
    display: block;
    overflow: hidden;
  }
  
  #footer #fat-footer h2 {
    color: #fff;
    margin: 0 0 1.5em 0;
    padding: 0 0 0.3em 0;
    display: block;
    border-bottom: 2px solid #fff;
  }
  
  #footer #fat-footer ul {
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #footer #fat-footer ul li {
    padding: 0.3em 0;
  }
  
  #footer #footer_nav ul {
    background: none;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    list-style: none;
  }
  #footer #footer_nav ul li {
    height: auto;
    line-height: 1.8em;
    color: #fff;
    margin: 0 0.7em 0 0;
    padding: 0;
    list-style: none;
    float: left;
    display: block;
  }
  
  #footer #footer_nav ul li a:after {
    content: "|";
    padding: 0 0 0 1em;
  }
  
  #footer #footer_nav ul li:last-child a:after {
    content: "";
    padding: 0;
  }
  
  /* 10. Right column */
  #right_col .box,
  #right_col .box .inner {
    width: auto;
  }
  
  
  /* Full column width styles */
  body.full-width #content-container #left_col {
    display: none;
  }
  
  body.full-width #content-container #content {
    width: 100%;
  }
  
  body.full-width #content-container #mid_col,
  body.full-width #content-container #mid_col.wide_col {
    width: auto;
    width: 100%;
  }
  
  
  #document-properties {
    display: block;
    margin: 0;
    /*clear: both;*/
  }
  #document-properties dl {
  
  }
  #document-properties dt, 
  #document-properties dd {
      font-weight: normal;
      margin: 0 0.5em 0 0;
      padding: 0;
  }
  #document-properties dt {
    clear: left;
    float: left;
  }
  #document-properties dd {
    float: left;
  }
  
  .full-width,
  .item .item_content.full-width {
    width: 100%;
  }
  
  
  
  /*
  **
  **
      Page elements
  **
  **
  */
  
  
  
  
  
  
  
  /* 9. Box styles */
  .box {
      display: block;
      width: 100%;
      padding: 10px 0 10px 0;
      margin: 0 0 15px 0;
      background: #fff;
  }
  .box .box_inner {
      background: #fff;
      overflow: hidden;
      width: auto;
      padding: 0 15px;
  }
  
      .box .box_controls {
          position: relative;
          top: 0px;
          float: right;
          width: 50px;
      }
      
      .box .box_controls span {
          display: block;
          width: 20px;
          height: 21px;
          cursor: pointer;
      }
      .box .box_controls span.scroll_down {
          background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat -100px -4px;
          float: left;
          margin-left: 5px;
      }
      .box .box_controls span.scroll_up {
          background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat -98px -33px;
          float: right;
      }
  
  .box .box_btm_cnrs {
      display: none;
  }
  
  .box h2 {
      margin: 0;
      color: #1b416f;
      font-weight: bold;
      width: auto;
    font-size: 1.25em;
  }
  .box h2 a {
    color: #1b416f;
  }
  
  .box h3 {
      color: #004b89;
      font-weight: bold;
      margin: 0;
      font-size: 1em;
  }
  
  .box p.date {
      margin: 0;
  padding: 10px 0;
  }
  
  .box p.teaser {
  display: block;
  height: 100px;
  overflow: hidden;
  }
  .box ul, .box li {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  .box ul {
      margin: 5px 0px 0px 0px;
  }
  
  /* 10. Right column */
  #right_col .box,
  #right_col .box .inner {
    width: auto;
  }
  #right_col .box h2 {
      width: 100%;
  }
  #right_col .box ul,
  #right_col .box ul li,
  #left_col #inside_navigation ul,
  #left_col #inside_navigation ul li {
  padding: 0px;
  margin: 0px;
  overflow:visible;
  display: block;
  } 
  
  #right_col .box ul li a{
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0004/52798/bullet-sprite-new.png?v=0.1.1) no-repeat -9px 1px;
      padding: 4px 0px 4px 12px;
      display: block;
  }
  #right_col .box ul li a.hover,
  #right_col .box ul li a.focus {
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0004/52798/bullet-sprite-new.png?v=0.1.1) no-repeat -9px -599px;
  }
  
  #right_col .box.related-links {
    padding-top: 0;
  }
  
  #right_col .box.related-links h2 {
    color: #fff;
  }
  
  #content #right_col .box.related-links ul li {
    background: none;
    margin-top: 4px;
  }
  
  #left_col #inside_navigation ul li a {
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0004/52798/bullet-sprite-new.png?v=0.1.1) no-repeat -9px 1px;
      padding: 4px 0px 4px 12px;
      display: block;
  }
  #left_col #inside_navigation ul li a:hover,
  #left_col #inside_navigation ul li a:focus {
      background-position: -9px -599px;
  }
  
  
  /* 11. Online Services */
  .online_services_quick {
      display: block;
      width: 100%;
      background: #4a4a4a;
      height: 65px;
      position: relative;
      right: auto;
      top: auto;
      padding: 5px 0px 0px 0px;
      border: none;
      z-index: 1;
      clear: both;
  }
      #right_col .online_services_quick {
          width: 100%;
          top: 0px;
          position: relative;
          font-size: 1.2em;
          margin-bottom: 10px;
      }
  .online_services_quick .inner,
  #content-container #right_col .online_services_quick .inner {
      display: block;
      width: 97%;
      background: none;  
      padding: 0 0 0 3%;
  }
  
  .online_services_quick label {
      display: block;
      color: #fff;
      font-weight: bold;
      margin: 0 0 5px 0px;
      padding: 6px 0 0 0;
  }
  .online_services_quick label a {
      color: #FFF;
      text-decoration: none;
  }
  .online_services_quick label a:hover {
      color: #FFF;
      text-decoration: underline;
  }
  .online_services_quick select {
      float: left;
      margin: 0 10px 0 0;
  }
  .online_services_quick input.submit {
      border: none;
      /*width: 15%;*/
      height: 26px;
      margin: 0;
      padding: 0;
      cursor: pointer;
      float: none;
      background: #dc6f23;
  }
  form.online_services_form {
  padding: 0;
  background: none;
  overflow: inherit;
  }
  
  .sbHolder{
      background: #fff url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat 100% -344px;
      border: none;
      font-size: 12px;
      font-weight: normal;
      height: 25px;
      position: relative;
      width: 77%;
      float: left;
      margin: 0 3% 0 0;
      border: 1px solid #D2D2D2;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
  }
  .sbSelector{
      display: block;
      height: 24px;
      left: 0;
      line-height: 24px;
      outline: none;
      overflow: hidden;
      position: absolute;
      text-indent: 10px;
      top: 0;
      width: 78%;
  }
  .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
      color: #57585a;
      outline: none;
      text-decoration: none;
  }
  .sbToggle{
      display: block;
      height: 25px;
      outline: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 33px;
      border-left: 1px solid #D2D2D2;
  }
  .sbToggle:hover{
  
  }
  .sbToggleOpen{
  
  }
  .sbToggleOpen:hover{
  
  }
  .sbHolderDisabled{
      background-color: #3C3C3C;
      border: solid 1px #515151;
  }
  .sbHolderDisabled .sbHolder{
      
  }
  .sbHolderDisabled .sbToggle{
      
  }
  .sbOptions{
      background-color: #F7F7F7;
      border: solid 1px #DC6F23;
      border-top: 0;
      list-style: none;
      left: -1px;
      margin: 0 0 0 2px;
      padding: 0;
      position: absolute;
      top: 26px;
      width: 80%;
      z-index: 1;
      overflow: auto;
  }
  .sbOptions li{
      padding: 0 7px;
  }
  .sbOptions a{
      border-bottom: dotted 1px #515151;
      display: block;
      outline: none;
      padding: 7px 0 7px 3px;
  }
  .sbOptions a:link, .sbOptions a:visited{
      color: #363636;
      text-decoration: none;
  }
  .sbOptions a:hover{
      color: #004B89;
  }
  .sbOptions li.last a{
      border-bottom: none;
  }
  
  
    .online-services-container {
      position: relative;
      height: 26px;
      margin-top: 0.25em;
      margin-left: 0.5em;
      font-size: 0.75em;
    }
  
    .online-services-container > h2 {
      color: #fff;
      margin: 0;
      font-size: 1.25em;
      font-weight: bold;
    }
  
    .online-services-container > h2 a {
      color: #fff;
    }
  
    .online-services-container > h2 a:hover {
      color: #fff;
    }
  
    .online-services-container > p {
      color: #fff;
    }
    
    body.no-js .online-services-container > p.js-warning {
      display: block
    }
  
    .online-services-container > p.js-warning {
      display: none;
    }
    .ul-dropdown {
      border: 1px solid #EBEBEB;
      position: absolute;
      line-height: normal;
      padding: 0;
    }
    .home-services-dropdown {
      margin-top: 0.25em;
      width: 94%;
      z-index: 5;
    }
    .online-services-dropdown {    
      margin-top: 0.25em;
      width: 95%;
    }
    body.no-js .online-services-dropdown {
      display: none;
    }
  
    .ul-dropdown span {
      margin-left: 1em;
      line-height: 2.1em;
    }
  
    .online-services-list {
      list-style: none outside none;
      margin: 0.5em 1em 1em 1em;
      padding: 0px;
      display: none;
      line-height:normal;
    }
  
    .box ul.home-services-list {
      list-style: none outside none;
      margin: 0.5em 0.7em 0.7em 0.7em;
      padding: 0px;
      display: none;
    }
  
    .ul-dropdown li {
      margin: 0px;
      padding: 0px;
      list-style: none;
    }
  
    .ul-dropdown a {
      display: block;
      padding: 0.35em 0.25em;
    }
  
    .online-services-list a:hover,
    .home-services-list a:hover {
      background: #ebebeb;
    }
  
    .os-closed {
      background: #fff url('https://www.worksafe.qld.gov.au/__data/assets/image/0015/52800/arrowdown.jpg?v=0.1.1') top right no-repeat;
    }
    .os-opened {
      background: #fff url('https://www.worksafe.qld.gov.au/__data/assets/image/0016/52801/arrowup.jpg?v=0.1.1') top right no-repeat;
    }
    body.no-js .os-closed,
    body.no-js .os-opened {
      background: #fff;
    }
  
    .home-services-container {
      position: relative;
      z-index: 10;
      height: 35px;
    }
    body.no-js .home-services-dropdown span {
      display: none;
    }
    body.no-js .box .home-services-dropdown ul.home-services-list {
      display: block;
    }
  
  
  /*
   * Funnelback Search Page and Results
   *
   */
  #content-container .funnelback-rest {
    padding: 0 0 2em 0;
  }
  #content-container .funnelback-rest form {
      padding-left: 0px;
  }
  .funnelback-rest #items {
      width: 70%;
      float: left;
      margin: 0px;
  }
  #items .list-item a {
    text-decoration: underline;
  }
  #items .list-item a:hover,
  #items .list-item a:focus {
    text-decoration: none;
  }
  
  #search-result-count, .funnelback-rest #items .breadcrumb p {
      font-size: 1.2em;
      color: #363636;
  }
  #content-container #mid_col .funnelback-rest #items ol {
      padding: 0;
      list-style: none;
  }
  .funnelback-rest #items li.list-item.funnelback {
      margin-bottom: 0px;
      padding-bottom: 0px 0px 10px 0px;
      border: none;
  }
  .funnelback-rest #items li.list-item.funnelback h4 {
      margin-bottom: 5px;
      font-weight: normal;
  }
  .funnelback-rest #items li.list-item.funnelback h4 small {
      color: #1D1D1D;
      font-size: 1.0em;
  }
  
  .funnelback-rest #items li.list-item.funnelback p {
      margin-bottom: 0.5em;
  }
  .funnelback-rest #items li.list-item.funnelback .date {
      font-size: 1.0em;
      color: #000;
  }
  .funnelback-rest #items li.list-item.funnelback .search-summary {
      color: #363636;
  }
  .funnelback-rest #items li.list-item .fb-rank {
      font-weight: bold;
  }
  .funnelback-rest #items li.list-item .fb-rank-container {
      font-weight: bold;
  }
  #mid_col .funnelback-rest h3#search-spelling {
      font-size: 1.0em;
  }
  .list-item.funnelback span {
      color: #444;
  }
  .funnelback-rest #items li.list-item.funnelback span.url, .funnelback-rest #items li.list-item.funnelback span.url a {
      color: #BC682F;
  }
  
  /* Funnelback Search Form */
  .fb-search-form {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 1em 1%;
  width: 95%;
  margin: 0;
  background: #fafafa;
    position: relative;
  }
  .fb-search-form:first-child {
    margin: 0 0 2em 0;
  }
  
  .fb-search-form .search_box {
    overflow: hidden;
  }
  .fb-search-form .search_date {
  
  }
  
  .fb-search-form .search_box label {
    padding: 0.75em 0;
    font-size: 1.5em;
    text-transform: capitalize;
  }
  .fb-search-form .search_box .search-left label {
    width: 30%;
  }
  
  .fb-search-form .search_box fieldset label {
    padding: 0.5em;
    font-size: 1em;
  }
  
  .fb-search-form .search_box input[type="text"] {
    border: 1px solid #D3D3D3;
    color: #686A69;
    margin: 0;
    padding: 0.75em 1%;
    font-size: 1.5em;
    width: 69%;
  }
  .fb-search-form .search_box input[type="select"] {
   
  }
  
  .search-left {
    display: block;
    float: none;
    width: 100%;
  }
  
  .search-right {
    display: block;
    float: none;
    width: 100%;
  }
  
  .fb-search-form div.submit {
    display: block;
    position: relative;
    margin: 1em 0 0 0;
    clear: both;
  }
  .fb-search-form div.submit [type="submit"] {
    padding: 1em 2em;
  }
  .fb-search-form .search_box select {
      margin: 1em;
      border: 1px solid #D3D3D3;
  }
  .fb-search-form .search_box input#facetScope {
      width: auto;
      margin-right: 10px;
  }
  .fb-search-form .search_box .checkbox-inline {
      margin-top: 10px;
  }
  .fb-search-form .submit input {
      margin-top: 0px;
      float: none;
  }
  #content-container .funnelback-rest .asides {
      float: right;
      width: 25%;
  }
  #content-container .funnelback-rest i {
    font-style: normal;
  }
  #content-container #mid_col .asides h3 {
      margin-bottom: 0.5em;
      font-weight: normal;
      font-size: 1.3em;
      color: #363636;
  }
  #content-container #mid_col .asides ul li {
      background: none;
      width: 100%;
      padding: 0px 0px 0.5em 0px;
      margin: 0px;
  }
  .funnelback-rest #pagination {
    display: block;
    clear: both;
    padding: 1em;
  }
  
  /* Query Completion */
  .ui-helper-hidden-accessible, .ui-help-hidden {
      display: none;
  }
  .ui-menu {
      background-color: #FFFFFF;
  }
  .ui-menu {
      border: 1px solid #E6E6E6;
      width: 200px;
  }
  .ui-menu, .ui-menu li {
      list-style-type: none;
      margin: 0;
      padding: 0;
  }
  .ui-menu-item a, li.ui-autocomplete-category {
      display: block;
      padding: 5px;
      cursor: pointer;
  }
  .ui-menu-item a:hover {
      background: #efefef;
      color: #363636;
  }
  li.ui-autocomplete-category {
      background-color: #E6E6E6;
      font-weight: bold;
  }
  .ui-state-focus {
      background-color: #428BCA;
      color: #FFFFFF;
  }
  
  
  body.full-width #content-container #page_title,
  body.full-width #content-container #page_title.wide_col_title {
    margin-left: 0px;
    /*width: 920px;*/
    width: 100%;
  }
  
  
  
  .related-links {
    padding-top: 0;
  }
  /* Default Colour*/
  body .related-links h2 {
    background: #2E4F80;
  }
  
  
  .related-links h2 {
    color: #fff;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
  }
  
  .item .item_thumb {
    width: 22%;
  }
  
  .item .item_content { 
    width: 78%;
  
  }
  
  body #mid_col {
    line-height: 1.5em;
  }
  body #mid_col h1 {
    line-height: normal;
  }
  
  
  /**
   * WCQ - Industry Mobile Sites
   *
   */
  
  /*
   * Table of Contents
   *
   *  1. General
   *      1.1 Reset
   *      1.2 General Typography
   *      1.3 Layout
   *      1.4 Forms
   *
   *  2. Page Elements
   *      2.1 Header
   *      2.2 Navigation
   *      2.3 Breadcrumbs
   *      2.4 Commenting
   *      2.5 Star Rating
   *      2.6 Pagination
   *
   *  3. Content Elements
   *      3.1 Content
   *      3.2 Mid Col
   *      3.3 Footer
   *      3.4 Online Services
   *      3.5 Item Thumbs
   *      3.6 Landing List
   *      3.7 Homepage Landing List
   *      3.8 Poll Page
   *      3.9 Search Content
   *
   *  4. Global Elements
   *      4.1 Right Nav
   *      4.2 Twitter Widget
   *      4.3 RSS Widget
   *
   *  5 Fancy box styling
   *
   *
   */
  
  /*
  --------------------
  1. General
  --------------------
  */
  body,html {
      position: relative;
      background: #eee;
  }
  
  body.body-background {
      background-position: center 120px;
      background-repeat: no-repeat;
  }
  
  li p {
      padding: 0px 0px 5px 0px;
      margin: 0px;
  }
  
  .float_left {
      float: left;
  }
  .float_right {
      float: right;
  }
  .padding_bottom {
      padding-bottom: 10px;
  }
  
  .remove,
  .remove * {
      display: none !important;
  }
  
  fieldset {
      border: 0;
      margin: 0px;
      padding: 3px 0px 0px 0px;
  }
  iframe {
      border: 0;
      padding: 0;
      margin: 0;
  }
  hr {
      color: #F8F8F8;
      margin-top: 20px;
  }
  
  
      h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
              text-decoration: none;
      }
      h1, h1 a {
              color: #616161;
      }
      h1#industry_heading a {
              color: #004B89;
      }
      h1#industry_heading a:hover,
      h1#industry_heading a:focus {
          text-decoration: underline;
          color: #363636;
      } 
      h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
      h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
              text-decoration: underline;
      }
  
  
      /*
      --------------------
      1.3 Layout
      --------------------
      */    
     
      .no-rightcol-yes #right_col {
        display: none;
      }
      .no-rightcol-yes #mid_col {
        width: 98%;
        padding: 0 1%;
      }
      
      /*
      --------------------
      1.4 Forms
      --------------------
      */        
      form label.clear {
          clear: both;
          display: block;
          font-size: 1.2em;
          font-weight: bold;
      }
      form label.left {
          display: block;
          float: left;
          margin-right: 2em;
      }
      form div.row {
          padding: 5px 0 30px 0;
      }
      form textarea {
          width: 100%;
          margin: 10px 0 0 0px;
          border: 1px solid #8a8a8a;
      }
      form input.submit {
          cursor: pointer;
          margin: 10px 0 0;
      }
  
  /*
  --------------------
  2. Page Elements
  --------------------
  */
  
     
      /*
      2.4. Commenting
      */
      #commenting {
          padding-bottom: 20px;
      }
      #commenting h3 {
          color: #333;
          font-size: 1.2em;
      }
      #commenting .row {
          padding: 0px 0px 10px 0px;
      }
      #commenting .row label {
          width: 120px;
          display: inline-block;
      }
      #commenting .comment {
          padding: 0px 0px 10px 0px;
      }
      #commenting .comment label {
          width: 120px;
          display: block;
          float: left;
      }
      #commenting .comment textarea {
          margin: 0px;
          border: 1px solid #D3D3D3;
      }
      #commenting #submitted_comments ul {
          margin-left: 0px;
          padding-left: 0px;
      }
  
      /* 
      2.5 Star Rating 
      */
      div.rating-cancel, div.star-rating{
          float:left;
          width:17px;
          height:15px;
          text-indent:-999em;
          cursor:pointer;
          display:block;
          background:transparent;
          overflow:hidden;
      }
      div.rating-cancel,
      div.rating-cancel a{
          background:url(delete.gif) no-repeat 0 -16px;
      }
      div.star-rating,
      div.star-rating a{
          background:url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat -70px -150px;
      }
      div.rating-cancel a,
      div.star-rating a{
          display:block;
          width:16px;
          height:100%;
          background-position: -70px -150px;border:0;
      }
      div.star-rating-on a{
          background-position: -70px -130px!important
      }
      div.star-rating-hover a{
          background-position: -70px -130px
      }
      /* Read Only CSS */
      div.star-rating-readonly a{
          cursor:default !important
      }
      /* Partial Star CSS */
      div.star-rating{
          background:transparent!important;overflow:hidden!important
      }
  
      /* 
      2.6 Pagination 
      */
      .pagination {
          padding-bottom: 20px;
      }
      .pagination.pages-1 {
          display: none;
      }
  /*
  --------------------
  3. Content Elements
  --------------------
  */
  
      /*
      --------------------
      3.1 Content
      --------------------
      */
      #content {
          
          background: #FFF;
         
      }
      #content .inner {
          display: block;
          overflow: hidden;
          padding: 0;
          margin: 0;
          position: relative;
      }
      #content .read_more_link {
          font-size: .9em;
          float: right;
      }
  
      #content .date {
          color: #1D1D1D; 
          font-size: 0.9em;
      }
      #content h3 span.date {
          font-weight: normal;
          font-size: 11px;
      }
      #content #landing_pages .landing_page.item {
          background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/52790/bullet-sprite.png?v=0.1.1) no-repeat 0 8px transparent;
          padding-left: 12px;
      }
      #content .small_date {
          border-bottom: 2px solid #e0e0e0;
          color: #9e9e9e;
          padding-bottom: 8px;
      }
      #content #article_media,
      #content #related_articles {
          float: right;
      }
      #content #article_media {
          margin: 0px 0px 1.2em 1.2em;
      }
      #content #related_articles {
          clear: right;
          width: 100%;
          margin: 1.2em 0;
      }
      #content #related_articles ul, 
      #content #related_articles ul li {
          margin: 0px;
          padding: 0px;
          list-style: none;
          list-style-image: none;
          background: none;
      }
      #content #related_articles h3,
      #content #related_articles a {
          color: #004b89;
          display: block;
          padding: 0px;
          margin: 0px;
      }
      #content #related_articles h3 {
          padding-bottom: 5px;
          color: #1b416f;
      }
      #content #related_articles a {
          padding: 0.5em 0;
      }
      #content #related_articles .last a {
      }
      #content ol {
          margin: 0px 0px 0px 0px;
          padding: 0px 0px 0px 23px;
          width: auto;
          height: 100%;
          display: block;
          list-style-position: outside;
      }
      #content ul, #content ul li {
          list-style: none;
          list-style-image: none;
          margin: 0px;
          padding: 0px;
          width: auto;
          height: 100%;
          display: block;
      }
      #content ul li {
          background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0004/52798/bullet-sprite-new.png?v=0.1.1) no-repeat -9px -4px;
          padding: 0px 0px 2px 12px;
          margin-left: 5px;
      }
      #content ul ul {
          padding-top: 2px;
          margin-left: 12px;
          padding-bottom: 2px;
      }
      #content li li {
      }
      
      /*
      --------------------
      3.2 Mid Col
      --------------------
      */
      #mid_col h3 {   
          /*font-size: 1.2em;*/
          font-weight: bold;
      }
  
      #mid_col h3 a {
          color: #004b89;
      }
  
      #mid_col .centre_item {
          margin: 0 3px;
          padding: 0;
      }
      #mid_col .centre_item > * {
          padding: 0 0 0 20px;
      }
      #mid_col .centre_item h3 {
          background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/52790/bullet-sprite.png?v=0.1.1) no-repeat 0 -2px;
      }
  
      
      
      /*
      --------------------
      3.5 Item Thumbs
      --------------------
      */    
      .item {
          display: block;
          margin: 0 0 15px 0;
          padding: 0 0 10px;
          overflow: hidden;
          width: 100%;
      }
      .item .thumb {
          float: left;
          width: 12%;
          display: block;
          margin: 0;
          overflow: hidden;
      }
      .item .thumb img {
          border: 3px solid #fff;
      }
      .image_file img {
          /*border: 3px solid #fff;*/
      }
      .item .item_content {
          display: block;
          float: left;
          width:500px;
      }
      .item .item_content h2,
      .item .item_content h4  {
          margin: 0;
      }
      #share_buttons {
          /*display: block;
          height: 31px;
          background: transparent url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat 0px -591px;
          border-top: 1px solid #e6e6e6;
          padding: 7px 0 0 7px;
          clear: both;*/
      }
      /*
      --------------------
      3.6 Landing List
      --------------------
      */ 
  
    .landing_list.homepage {
      margin-top: 2em;
    }
  #mid_col .landing_list h1 {
    border-bottom: none;
  }
      .landing_list .item .thumb img {
          border: none;
          box-shadow: none;
      }
      /*
      --------------------
      3.7 Homepage Landing List
      --------------------
      */
      #mid_col .landing_list.homepage #standard_page .linked_content,
      #mid_col .landing_list.homepage #news_item .standard_content,
      #mid_col .landing_list.homepage #redirect_page .linked_content {
          display: none;
      }
      .landing_list.homepage .item h2 {
          margin: 0px 0px 5px 0px;
      }
      .landing_list.homepage .item p {
          margin: 0px 0px 0px 0px;
      }
      .landing_list.homepage .item.feature {
          width: 100%;
          float: none;
          clear: both;
          border-bottom: 1px solid #e6e6e6;
          padding: 0px 0px 20px 0px;
      }
      #mid_col .landing_list.homepage .item.feature.image {
          padding: 30px 0px 20px 0px;
      }
      #mid_col .landing_list.homepage .item.feature h1 {
          margin-bottom: 10px;
      }
      #mid_col .landing_list.homepage .item.feature h1 a {
          color: #004b89
      }
  
      #mid_col .landing_list.homepage .item.feature p {
          color: #57585a;
          font-size: 1.2em;
      }
      .landing_list.homepage .item.feature .item_content {
      }
      .landing_list .item {
          width: 100%;
          display: inline-block;
          padding: 0;
          vertical-align: top;
      }
      .landing_list.homepage .item .thumb {
          width: auto;
          margin: 3px 10px 0px 0px;
      }
      .landing_list.homepage .item .item_content {
          width: auto;
          float: none;    }
      /*
      --------------------
      3.8 Poll Page
      --------------------
      */
      #poll_page {
          overflow: hidden;
          padding-bottom: 20px;
      }
      #poll_page fieldset legend {
          font-size: 1.5em; 
          font-weight: normal; 
          color: #004b89;
      }
      #poll_page fieldset legend span {
          color: #004b89;
      }
      .poll_submit input {
          background: #dc6f23;
          color: #FFF;
          border: none;
          font-weight: bold;
          padding: 1px 3px 1px 3px;
          margin: 10px 0px 10px 0px;
          cursor: pointer;
      }
      #poll_page .previousPolls {
          /* float: right; */
      }
      #poll_page .previousPolls a {
          /* Unsure this breaks standard branding - color: #dc6f23; */
      }
      #poll_page #sq-page-poll-graph {
          border: 1px solid #E6E6E6;
          padding: 20px 20px 10px 0px;
          margin-bottom: 10px;
          width: 260px !important; /* Override generated matrix style */
      }
      #poll_page .poll-result-box {
          padding: 0px 0px 10px 0px;
      }
      #poll_page .poll-result-box span {
          margin-left: 2px;
      }
      #poll_page .poll-result-box strong {
          padding: 0px 0px 0px 20px;
          display: block;
      }
      #poll_page #sq-page-poll-graph-bar {
          float: left;
      }
      #poll_page .poll_choices {
          width: 300px;
      }
      /*
      --------------------
      3.9 Search Content
      --------------------
      */
      #search.funnelback {
          padding-bottom: 20px;
      }
      #search_page .pagination {
          padding-bottom: 0px;
      }
      span.url a {
          color: #BC682F;
      }
      #search_page .submit input {
      color: #57585a;
      cursor: pointer;
      margin: 5px 0 10px;
      padding: 1px 3px;
      }
  
      /* Adapted from inside.css*/
      #search .search_box, #search-events .search_box {
          display: block;
          width: 300px;
          padding-bottom: 10px;
      }
      #search_page #search .search_box label {
          font-size: 14px;
          font-weight: bold;
          padding: 0 0px 0 10px;
          width: 80px;
          display: inline-block;
      }
      #search_page #search .search_box input, #search.funnelback .search_box select {
          color: #686A69;
          margin: 0px 0px 0px 0px;
          padding: 5px 8px 3px;
          width: 180px;
      }
      #search_page #search.funnelback .search_box select {
          margin: 10px 0 0 0px;
      }
      #search_page #search .submit input {
          cursor: pointer;
          margin: 10px 0px 0px 0px;
      }
      #search_page #search legend {
          font-size: 14px;
          font-weight: bold;
          padding: 0 3px 0 3px;
          margin: 0px 0px 0px 1px;
          color: #636363;
      }
      #search_page #search legend span {
          color: #636363;
      }
      #search_page #search fieldset {
          border: 1px solid #D3D3D3;
          padding: 5px 5px 15px 5px;
      }
      #search_page #search fieldset label {
          padding: 0px 5px 0px 5px;
      }
  
  /*
  --------------------
  4. Global Elements
  --------------------
  */
  .box {
      display: block;
      width: 100%;
      padding: 10px 0 0 0;
      margin: 0 0 10px 0;
      background: #f8f8f8;
  }
  .box .box_inner {
      overflow: hidden;
      padding: 0 0px;
  }
  .box .box_btm_cnrs {
      display: none;
  }
  .box h2 {
      margin: 0;
      color: #454545;
      font-weight: bold;
      width: auto;
      font-size: 16px;
  }
  
  .box p.date {
      margin: 0;
  padding: 10px 0;
  }
  
  .box p.teaser {
  display: block;
  height: 100px;
  overflow: hidden;
  }
  .box h2 a {
      color: #1b416f;
  }
  .box h3 {
      color: #004b89;
      font-weight: bold;
      font-size: 1.1em;
      margin: 5px 0 5px;
  }
  .box ul, .box li {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .box ul {
      margin: 5px 0px 0px 0px;
  }
  
      /*
      --------------------
      4.1 Right Nav
      --------------------
      */
      #right_col .box ul,
      #right_col .box ul li {
      padding: 0px;
      margin: 0px;
      overflow:visible;
      display: block;
      } 
  
      #right_col .box ul li a {
          background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/52790/bullet-sprite.png?v=0.1.1) no-repeat -8px 0px;
          padding: 4px 0px 4px 12px;
          display: block;
      }
  
      #right_col .box ul li a.hover,
      #right_col .box ul li a.focus {
          background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/52790/bullet-sprite.png?v=0.1.1) no-repeat -626px 0px;
      }
  
      #right_col a.widget-link {
          margin-bottom: 10px;
          display: block;
      }
      
      /*
      --------------------
      4.1 Poll Widget
      --------------------
      */
      #right_col .box .box_inner {
          padding: 0 10px 10px 10px;
          background: none;
      }
      #right_col .box .box_inner form p,
      #right_col .box .box_inner form label,
      #right_col .box .box_inner form a {
          font-size: 0.9em;
          margin: 0px;
          padding: 0px;
      } 
      #right_col .box.poll .box_inner input.submit {
          background: #dc6f23;
          color: #FFF;
          border: none;
          font-weight: bold;
          padding: 1px 3px 1px 3px;
          margin: 5px 0px 0px 0px;
      }
      #right_col .box.poll .box_inner form a {
          float: right;
          color: #dc6f23;
      }
      #right_col .box.poll iframe {
          width: 200px;
          height: auto;
          overflow: hidden;
          border: none;
      }
  
      /*
      --------------------
      4.2 Twitter Widget
      --------------------
      */
      #right_col .box .twtr-ft,
      #right_col .box .twtr-hd {
          display: none;
      }
      #right_col .box.connect_widget .box_inner_header img {
          float: left;
          margin-top: 2px;
      }
      #right_col .box.connect_widget .box_inner_header h2 {
          padding: 0px 0px 0px 85px;
          margin: 0px;
      }
      #right_col .box.connect_widget .box_inner_header p {
          font-size: 0.8em;
          padding: 0px 0px 0px 86px;
          margin: 0px;
      }
      #right_col .box .twtr-tweet-text p {
          font-size: 0.9em;
      }
  
      /*
      --------------------
      4.3 RSS Widget
      --------------------
      */
      #right_col .box.rss_widget {
      }
      #right_col .box.rss_widget .box_inner_header img {
          float: left;
          margin-top: 2px;
      }
      #right_col .box.rss_widget .box_inner_header h2 {
          padding: 0px 0px 0px 28px;
          margin: 0px;
      }
      #right_col .box.rss_widget .box_inner_header p {
          font-size: 0.8em;
          padding: 0px 0px 0px 29px;
          margin: 0px;
      }
      #right_col .box.rss_widget .widget-link {
          margin: 0px;
      }  
  
      /*
      --------------------
      4.4 Right panel description
      --------------------
      */
  
     .panel-description {
        
     }
     #right_col .panel-description ul,
     #right_col .panel-description ul li {
       margin: inherit;
       padding: inherit;
     }
  
  
  
      /*
      --------------------
      5 Fancy box styling
      --------------------
      */
  
  .duties-link {
    background: #2e4f80;
    border: none;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 1em 2em;
    font-weight: bold;
    display: block;
    clear: both;
    float: left;
    position: relative;
  }
  .duties-link:before {
    content: "";
    display: table;
    clear: both;
  }
  .duties-link:hover,
  .duties-link:focus {
    color: #fff;
    text-decoration: underline;
  }
  
  #micro-image-gallery {
    display: block;
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 4em 0 0;
  }
  
  #micro-image-gallery .gallery-item {
  display: block;
  float: left;
  width: 19%;
  padding: 1em;
  border: 1px solid #efefef;
  height: 22em;
  margin: 0 1% 10px 0;
  box-sizing: border-box;
  }
  #micro-image-gallery .gallery-item .item-image {
    display: block;
    height: 16em;
    overflow: hidden;
  }
  
  #micro-image-gallery .gallery-item .item-caption {
    font-size: 1.1em;
    padding: 0.5em 0 0 0;
  }
  #micro-image-gallery .gallery-item img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  
  
  
  /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
  .fancybox-wrap,
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-image,
  .fancybox-wrap iframe,
  .fancybox-wrap object,
  .fancybox-nav,
  .fancybox-nav span,
  .fancybox-tmp
  {
      padding: 0;
      margin: 0;
      border: 0;
      outline: none;
      vertical-align: top;
  }
  
  .fancybox-wrap {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 8020;
  }
  
  .fancybox-skin {
      position: relative;
      background: #f9f9f9;
      color: #444;
      text-shadow: none;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
  }
  
  .fancybox-opened {
      z-index: 8030;
  }
  
  .fancybox-opened .fancybox-skin {
      -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
         -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
              box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  }
  
  .fancybox-outer, .fancybox-inner {
      position: relative;
  }
  
  .fancybox-inner {
      overflow: hidden;
  }
  
  .fancybox-type-iframe .fancybox-inner {
      -webkit-overflow-scrolling: touch;
  }
  
  .fancybox-error {
      color: #444;
      font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
      margin: 0;
      padding: 15px;
      white-space: nowrap;
  }
  
  .fancybox-image, .fancybox-iframe {
      display: block;
      width: 100%;
      height: 100%;
  }
  
  .fancybox-image {
      max-width: 100%;
      max-height: 100%;
  }
  
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
      background-image: url(https://www.worksafe.qld.gov.au/__data/assets/image/0007/52792/fancybox_sprite.png?v=0.1.1);
  }
  
  #fancybox-loading {
      position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -22px;
      margin-left: -22px;
      background-position: 0 -108px;
      opacity: 0.8;
      cursor: pointer;
      z-index: 8060;
  }
  
  #fancybox-loading div {
      width: 44px;
      height: 44px;
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0010/52795/fancybox_loading.gif?v=0.1.1) center center no-repeat;
  }
  
  .fancybox-close {
      position: absolute;
      top: -18px;
      right: -18px;
      width: 36px;
      height: 36px;
      cursor: pointer;
      z-index: 8040;
  }
  
  .fancybox-nav {
      position: absolute;
      top: 0;
      width: 40%;
      height: 100%;
      cursor: pointer;
      text-decoration: none;
      background: transparent url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/52796/blank.gif?v=0.1.1); /* helps IE */
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      z-index: 8040;
  }
  
  .fancybox-prev {
      left: 0;
  }
  
  .fancybox-next {
      right: 0;
  }
  
  .fancybox-nav span {
      position: absolute;
      top: 50%;
      width: 36px;
      height: 34px;
      margin-top: -18px;
      cursor: pointer;
      z-index: 8040;
      visibility: hidden;
  }
  
  .fancybox-prev span {
      left: 10px;
      background-position: 0 -36px;
  }
  
  .fancybox-next span {
      right: 10px;
      background-position: 0 -72px;
  }
  
  .fancybox-nav:hover span,
  .fancybox-nav:focus span {
      visibility: visible;
  }
  
  .fancybox-tmp {
      position: absolute;
      top: -99999px;
      left: -99999px;
      visibility: hidden;
      max-width: 99999px;
      max-height: 99999px;
      overflow: visible !important;
  }
  
  /* Overlay helper */
  
  .fancybox-lock {
      overflow: hidden !important;
      width: auto;
  }
  
  .fancybox-lock body {
      overflow: hidden !important;
  }
  
  .fancybox-lock-test {
      overflow-y: hidden !important;
  }
  
  .fancybox-overlay {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      display: none;
      z-index: 8010;
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0008/52793/fancybox_overlay.png?v=0.1.1);
  }
  
  .fancybox-overlay-fixed {
      position: fixed;
      bottom: 0;
      right: 0;
  }
  
  .fancybox-lock .fancybox-overlay {
      overflow: auto;
      overflow-y: scroll;
  }
  
  /* Title helper */
  
  .fancybox-title {
      visibility: hidden;
      font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
      position: relative;
      text-shadow: none;
      z-index: 8050;
  }
  
  .fancybox-opened .fancybox-title {
      visibility: visible;
  }
  
  .fancybox-title-float-wrap {
      position: absolute;
      bottom: 0;
      right: 50%;
      margin-bottom: -35px;
      z-index: 8050;
      text-align: center;
  }
  
  .fancybox-title-float-wrap .child {
      display: inline-block;
      margin-right: -100%;
      padding: 2px 20px;
      background: transparent; /* Fallback for web browsers that doesn't support RGBa */
      background: rgba(0, 0, 0, 0.8);
      -webkit-border-radius: 15px;
         -moz-border-radius: 15px;
              border-radius: 15px;
      text-shadow: 0 1px 2px #222;
      color: #FFF;
      font-weight: bold;
      line-height: 24px;
      white-space: nowrap;
  }
  
  .fancybox-title-outside-wrap {
      position: relative;
      margin-top: 10px;
      color: #fff;
  }
  
  .fancybox-title-inside-wrap {
      padding-top: 10px;
  }
  
  .fancybox-title-over-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff;
      padding: 10px;
      background: #000;
      background: rgba(0, 0, 0, .8);
  }
  
  /*Retina graphics!*/
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
         only screen and (min--moz-device-pixel-ratio: 1.5),
         only screen and (min-device-pixel-ratio: 1.5){
  
      #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
          background-image: url('@2x.png');
          background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
      }
  
      #fancybox-loading div {
          background-image: url('@2x.gif');
          background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
      }
  }
  
  /* end Fancybox styles */
  
  
  
  
  #mid_col h1 {
    margin: 0 0 2em 0;
    padding: 4px 0 10px 0px;
    border-bottom: 1px solid #d6d6d6;
  }
  
  #share_buttons {
    display: block;
    margin: -4em 0 0 0;
    padding: 7px 2px 2px 7px;
    background: #e9e9e9;
    position: relative;
    float: right;
    width: 125px;
  }
  
  
  @media all and (max-width: 28em) {

    #header #site_logo {
      padding: 0.1em 0 0 0;
    }
    h2#site-name {
      padding-left: 0.4em;
    }
    #header #site_logo img {
      width: 150px;
    }
  
    #industry_heading {
      font-size: 0.7em;
      margin-left: 0;
      position: absolute;
      right: 1em;
      top: 0.5em;
      left: auto;
      width: 35%;
      text-align: right;
    }
  
    .nav-toggle {
      top: -2.2em;
    }
    #nav .nav-toggle {
      top: 1em;
    }
    #header_right #input_contain {
      left: 0.6em;
    }
  
    #header_right #phone {
      bottom: 0;
      height: 2em;
      margin: 0;
      padding: 0;
      width: 2em;
      right: 3.3em;
      background-position: -134px 10px;
    }
    #phone a {
      display: block;
      width: 2em;
      height: 2em;
    }
    #phone a span {
     display: block;
     width: 0;
     overflow: hidden;
    }
  }
  
  
  
  
  
  
  /* Global */
  
  .box {
    background: #fff;
  }
  
  #footer #fat-footer ul {
    margin-bottom: 2em;
  }
  
  .alert {
    background: #FFF6CF;
    border: 1px solid #EB9E1C;
    padding: 0 .7em;
    color: #000;
  }
  
  /* Homepage */
  
  .homepage .homepage-list-box,
  .homepage .homepage-list-box.item {
    position: relative;
  } 
  
  .homepage .homepage-list-box h2 {
    margin: 0 0 0.5em 0;
  }
  
  .homepage .homepage-list-box ul + h2 {
    margin-top: 1em;
  }

  .homepage .home-events h2 a {
    font-size:0.5em;
    float:right;
  }
  
  .homepage .event-date-panel {
    float: left;
    width: 20%;
    margin-right: 2%;
  }
  
  .homepage .event-content-panel {
    float: left;
    width: 78%;
  }
  
  .homepage .event-date-panel .event-date {
    display: block;
    float: left;
    background: #2e4f80;
    color: #fff;
    overflow: hidden;
    padding: 5px;
  }
  
  .homepage .event-date-panel .event-date .month {
    border-bottom: 2px solid #abb9cc;
    clear: both;
    display: block;
    width: 48px;
    text-align: center;
    padding: 3px 0 3px 0;
    font-size: 1.1em;
  }
  
  .homepage .event-date-panel .event-date .day {
    clear: both;
    display: block;
    width: 48px;
    text-align: center;
    font-size: 1.5em;
    padding: 3px 0 0px 0;
  }
  
  .homepage .event-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  .homepage .event-pagination span {
    display: block;
    float: left;
    background: #cfcfcf;
  }
  
  .homepage .event-pagination span.event-prev {
    padding: 0.5em 1em 0.5em 0.5em;
  }
  
  .homepage .event-pagination span.event-next {
    padding: 0.5em 0.5em 0.5em 1em;
  }
  
  .latest-news-alerts li {
    padding: 0.5em 0;
  }
  
  #connect-with-us {
    padding-bottom: 10px;
  }
  
  #connect-with-us h2 {
    margin-top: 4px;
  }
  
  #right_col #connect-with-us.box {
    position: relative;
    padding-bottom: 0;
  }
  
  #right_col #connect-with-us.box h2 {
    margin-top: 4px;
    width: auto;
    float: left;
  }
  
  #right_col #connect-with-us img {
    position: relative;
    float: right;
    margin: 0;
  }
  
  
  /* QLD Gov header branding */
  
  #qg-coa {
    width: auto;
  }
  #qg-coa img {
    width: auto;
    height: 42px;
    margin: 0.3em 0;
  }
  
  #header_qld {
      width: 100%;
      display: block;
      background: #f6f6f6;
    position: relative;
  }
  #header_qld .inner {
      position: relative;
      display: block;
      max-width: 80em;
      margin: 0px auto;
  }
  
  #header_qld .inner {
    width: 98%;
    padding: 0 1%;
  }
  
  #header_qld .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  
  #header_qld #tools,
  #header_qld #tools_qld,
  #header_qld #nav-site-qld-gov {
    display: none;
  }
  
  
  #header_qld .qld-toggle {
    display: none;
    width: 2em;
    height: 2em;
    position: absolute;
    right: 1em;
    top: 0.5em;
  }
  
  #header_qld .qld-toggle[data-show="nav-site-qld-gov"] {
    top: 0.75em;
  }
  
  #header_qld .qld-toggle[data-show="tools"] {
    right: 3.5em;
    background: url('https://www.worksafe.qld.gov.au/__data/assets/image/0005/57569/search-button-blue.png') no-repeat 2px 4px;
  }
  
  #header_qld .qld-toggle[data-show="tools"]:hover {
    background: url('https://www.worksafe.qld.gov.au/__data/assets/image/0006/57570/search-button-orange.png') no-repeat 2px 4px;
  }
  
  #header_qld .qld-toggle .mobile-hamburger {
    display: block;
    width: 100%;
    height: 5px;
    background: #3575ad;
    margin-bottom: 5px;
  }
  
  #header_qld .qld-toggle[data-show="nav-site-qld-gov"]:hover .mobile-hamburger {
    background: #db6f24;
  }
  
  #header_qld #nav-site-qld-gov ul,
  #header_qld #tools,
  #header_qld #tools_qld {
    list-style: none;
  }
  
  #header_qld #nav-site-qld-gov ul li {
    padding: 0.5em 0;
  }
  
  #header_qld #tools,
  #header_qld #tools_qld {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  
  #header_qld #tools #search-form,
  #header_qld #tools_qld #search-form {
    position: relative;
    overflow: hidden;
  }
  
  
  #header_qld #tools #search-form #search-query,
  #header_qld #tools_qld #search-form #search-query-qld {
    border: none;
    color: #939393;
    display: block;
    width: 90%;
    vertical-align: middle;
    background: #fff;
    padding: 4px 5%;
  }
  #header_qld #tools #search-form fieldset,
  #header_qld #tools_qld #search-form fieldset {
    border: 1px solid #c2c2c2;
    margin: 0;
    padding: 0;
  }
  #header_qld #tools #search-form #search-button,
  #header_qld #tools_qld #search-form #search-button {
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border: none;
    width: 26px;
    height: 21px;
    cursor: pointer;
    margin: 1px 1px 0 0;
    padding: 0;
    border-left: 1px solid #c2c2c2;
  }
  
  body.lt-ie10 #header_qld #tools #search-form #search-button,
  body.lt-ie10 #header_qld #tools_qld #search-form #search-button {
    height: 23px;
  }
  
  #header #site_logo img {
    width: 130px;
  }
  #header_right #phone {
      display: block;
      width: auto;
      clear: both;
      color: #db6f24;
      font-size: 1.2em;
      font-weight: bold;
      background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat -147px 0;
      float: right;
      position: absolute;
      bottom: 0;
      padding: 0.2em 0 0 1em;
      margin: 0 0 0.3em 0;
      right: 0;
    z-index: 99;
  }
  #header_right #phone-icon {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
  }
  #header_right #phone-icon a {
  display: block;
  color: #db6f24;
  font-size: 1.2em;
      /*background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/57025/gen-sprite.png?v=0.2.1) no-repeat -139px 5px;*/
  background: url(https://www.worksafe.qld.gov.au/__data/assets/file/0006/67191/phone-icon.svg?v=0.2.1) no-repeat 0 0;
  background-size: 26px 26px;
  float: right;
  position: absolute;
  right: 2.3em;
  height: 35px;
  width: 35px;
  padding: 0;
  margin: 0;
  top: 0.25em;
  }
  
  #header_right #global_links #phone a {
      color: rgb(220, 111, 35);
  }
  #header_right #phone a:hover,
  #header_right #phone a:focus {
      text-decoration:none;
  }
  #header_right #input_contain {
      clear: both;
      width: 100%;
  float: right;
  padding: 0 0 0 2%;
  position: absolute;
  left: auto;
  top: 0.5em;
  right: 8.5em;
  }
  /*#header #input_contain #search::after {
    content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  background: #db6f24 url(https://www.worksafe.qld.gov.au/__data/assets/file/0010/64576/search-white.svg?v=0.2.1) no-repeat 4px 2px;
  background-size: 80%;
  pointer-events: none;
  }*/
  
  
    /* ws header updates */
    #header.ws-header {
    
    }
    #header .inner {
      width: 98%;
      padding: 0 1% 0;
    }
    #header .search-toggle {
      display: block;
      width: 2em;
      height: 2em;
      position: absolute;
      right: 5.3em;
      top: 0.25em;
      /*background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0008/64574/search-button-orange.png?v=0.1.1) no-repeat 2px 4px;*/
      background: url(https://www.worksafe.qld.gov.au/__data/assets/file/0009/64575/search-orange.svg?v=0.2.1) no-repeat 0 0;
      background-size: 28px 28px;
    }
    
    #header.ws-header h2#site-name {
      padding:.7em 0 0 2%;
      float: left;
    }
    
    #header.ws-header div.site_title {
      color: #004b89;
      font-size: 1.1em;
      margin: 0 0 0.55em 0.5em;
      display: block;
      clear: both;
      font-weight: bold;
    }
    
    #header.ws-header #input_contain {
  display: none;
  position: relative;
  width: 96%;
  clear: both;
  margin: 0.5em 2%;
  overflow: hidden;
    }
  #header.ws-header #input_contain #search {
    position: relative;
  }
  #header.ws-header #input_contain #search input.text {
  border: none;
  color: #686a69;
  float: left;
  margin: 0;
  width: 96%;
  padding: 0.2em 2%;
  font-size: 1em;
  height: 1.6em;
  /* box-sizing: border-box; */
  }
  #header.ws-header #input_contain #search fieldset { 
    border: 1px solid #db6f24;
    margin: 0;
    padding: 0;
  }
  #header.ws-header #input_contain #search input.submit {
  width: 40px;
  height: 26px;
  cursor: pointer;
  font-size: 0;
  margin: 0px;
  text-transform: capitalize;
  position: absolute;
  padding: 4px 0.2em;
  border: none;
  background: #db6f24;
  position: absolute;
  top: 0;
  right: 0;
  }
  
  
  
    #header.ws-header .nav-toggle {
      top: 0.2em;
      z-index: 3;
    }
    #navigation .nav-toggle {
      display: none;
    }
    #navigation ul#nav.active .nav-toggle {
      display: block;
    }
  
    #industry_heading {
      left: 163px;
      top: 2em;
    }
    
    
    /* end ws header updates */
  
  .cols-1-left {
    width: 100%;
  }
  
  .cols-1-right {
    margin-top: 1em;
    width: 100%;
  }
  
  .homepage .cols-1-left + h2,
  .homepage .cols-1-right + h2 {
    margin-top: 1em;
  }
  
  .homepage .rows-1 {
    float: left;
    margin-top: 1em;
    width: 100%;
  }
  
  .mobile-hide {
    display: none;
  }
  
  /* Responsive Imagery */
  #content img {
    max-width: 100%;
  }
  
  .ie-8 #content img {
    max-width: none; /* IE8 Fix */
  }
  
  /* Magnific Popup CSS */
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
  
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #cccccc; }
      .mfp-preloader a:hover {
        color: white; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333333; }
  
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }
  
  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover, .mfp-arrow:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after, .mfp-arrow .mfp-a {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before, .mfp-arrow .mfp-b {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
      border-right: 17px solid white;
      margin-left: 31px; }
    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
      margin-left: 25px;
      border-right: 27px solid #3f3f3f; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
      border-left: 17px solid white;
      margin-left: 39px; }
    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
      border-left: 27px solid #3f3f3f; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: black; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444444; }
    .mfp-figure small {
      color: #bdbdbd;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }
  
  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  
  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
  
  
  
  @media all and (max-width: 28em) {
    #qg-coa {
      width: 60%;
    }
    #header #site_logo img {
      margin-top: 0.2em;
    }
    #industry_heading {
      font-size: 0.6em;
      margin-left: 0;
      position: absolute;
      right: 1em;
      top: 2.9em;
      left: auto;
      width: 35%;
      text-align: right;
    }
    #header.ws-header div.site_title {
      font-size: 1em;
      padding-top: 0.5em;
      margin-right: 20%;
    }
    
  } 
  /* end @media */
  
  
  
  
  
  /*!
   *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */@font-face{font-family:'FontAwesome';src:url('https://www.worksafe.qld.gov.au/__data/assets/file/0008/84698/fontawesome-webfont.eot?v=0.1.1?v=4.2.0');src:url('https://www.worksafe.qld.gov.au/__data/assets/file/0008/84698/fontawesome-webfont.eot?v=0.1.1?#iefix&v=4.2.0') format('embedded-opentype'),url('https://www.worksafe.qld.gov.au/__data/assets/file/0020/84701/fontawesome-webfont.woff?v=0.1.1?v=4.2.0') format('woff'),url('https://www.worksafe.qld.gov.au/__data/assets/file/0019/84700/fontawesome-webfont.ttf?v=0.1.1?v=4.2.0') format('truetype'),url('https://www.worksafe.qld.gov.au/__data/assets/file/0009/84699/fontawesome-webfont.svg?v=0.1.1?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
  
  /* font awesome site specific */
  a .fa-external-link {
    margin: 0 0.5em;
  }
  .fa-external-link:before {
    font-size: 80%;
    colo: #0066FF;
  }
  
  body #share_buttons i.fa {
    display: none;
    content: "";
  }
  
  /* Table Styles */
  
  #mid_col table {
    border-collapse: collapse;
  }
  
  #mid_col table td, #mid_col table th {
    border: 1px solid #dfdcdc;
    padding: 5px;
    text-align: left;
    vertical-align: top;
  }
  
  #mid_col table th {
    background: #4191bd;
    color: #fff;
    text-align: center;
  }
  
  /* 2015 qld gov header*/
  
  .preview #header .inner{
    padding-top: .5em;
  }
  
  .preview #header.ws-header div.site_title {
    padding-top: 0;
    padding-bottom: .5em;
  }
  
  .preview #qg-coa {
    padding-left: .4em;
    position: initial;
    top: 0;
    overflow: hidden;
    width: auto;
    float: left;
  }
  
 
  #qg-coa > a {
     float: left;
  }
  
  span.qg-coa-text {
    font-size:10px;
    font-weight: bold;
    margin: 1.7em 0 0 .5em;    
    width: 17em;
    display: block;
    float: left;
    border-right: #004b89 solid 1px;
    border-right: solid 1px rgba(0,75,137, 0.5);
    padding-right: .5em;
  }
    
  .preview .wide-header-hide{
    display: none;
  }
  
  .preview #header.ws-header h2#site-name{
    float: left;
    position: static;
    left: 6.7em;
    top: 0;
    width: 45%;
    padding-left: 3%;
    padding-top: .2em;
  }
  
  .preview #header .search-toggle{
    top: 1.9em;
  }
  
  .preview #header_right #phone-icon{
    top: 4.6em;
  }
  
  .preview #header.ws-header .nav-toggle {
   top: 1.9em;
  }
  .preview  #header #site_logo {
    padding: 0;
  }
  
  .preview #header #site_logo img{
    width: 100px;
    margin-top: 0;
    }
    
  .preview #industry_heading{
      font-weight: bold;
      font-size: .8em;
      color: #db6f24;
      position: relative;
      top: 0.5em;
      width: auto;
      right: 0;
      left: 0;
      margin: 0;
      text-align: left;
      
    }
  .preview #industry_heading_h2{
      margin: 0;
      position: relative;
      padding: 0 .4em;
    }
  .preview .logo-container:after{
    content:"";
    display: block;
    height: 0;
    clear: both;
  }
  
  @media all and (max-width: 28em) {

  #header.ws-header #input_contain {
    width: 70%;
  }

  #qg-coa {
    width: auto;
  }

  span.qg-coa-text {
    font-size: 8px;
    margin:1.2em 0 0 .5em;
  }

    #qg-coa img {
      height: 50px;
      width: auto;
      float: left;
    }
  
    .preview #qg-coa {
      padding-left: .4em;
      overflow: hidden;
      width: auto;
      float: left;
    }

    .preview .mobile-header-hide{
      display: none;
    }
    
    .preview .wide-header-hide{
      display: block;
    }
  
    .preview #header.ws-header h2#site-name{
      float: left;
      width: 25%;
      padding: .5em 0 0 2%;
    }
  
    .preview #industry_heading{
      padding: 0;
    }
    
    .preview #header #site_logo img{
      margin-top: 0;
      width: 75px;
    }
    
    .preview #header .search-toggle {
      top: 4.9em;
      right: 3.2em;
    }
  
    #header_right #phone-icon {
      top: 4.6em;
      right: -2.5em;
    }
  
    .preview #header.ws-header .nav-toggle {
      top: 1.2em;
    }
  
    .preview #header.ws-header div.site_title{
      margin-right: 0;
    }
    
  }
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  
  .preview #header.ws-header h2#site-name{
      padding-top: 0.5em;}
  
  }


/* FAQ Accordion (show and hide) */

#content #mid_col .faq ul li.clickable{
   cursor: pointer;
   color: #004b89;
    background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/52790/bullet-sprite.png?v=0.1.1) -1249px -3px no-repeat;
}
#content #mid_col .faq ul li.clickable:hover{
   color: #363636;
}

#content #mid_col .faq ul li.clickable.open{
   color: #BC682F;
   background-position: -2037px -3px;
}

#content #mid_col .faq ul li{
   /*background-position: 50px 50px;*/
}

#content #mid_col .faq ul li {
   color: #333;
}
#content #mid_col .faq ul ul li {
   background: none;
}

body #content-container #mid_col .faq ul,
body #content-container #mid_col .faq ul li {
  list-style-type: circle;
  list-style: initial;
  list-style-image: initial;
  display: inherit;

}
body #content-container #mid_col .faq ul li {
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/93227/dash-sprite.png) -32px -24px no-repeat;
}
/* end FAQ Accordion (show and hide) */






  #mid_col .collapsify__title {
    font-weight: normal;
  }
  .collapsify__title {
      cursor: pointer;
      position: relative;
      display: block;
      margin: 0 0 1em 0;
      padding: 0;
      color: #004b89;
  }
  .collapsify__title:before {
    content: "+ ";
    color: #db6f24;
      display: inline-block;
      width: 25px;
      text-align: center;
  }
  .collapsify__title.active:before {
    content: "- ";
  }
  .collapsify__content {
    margin: 0 0 2em 25px;
  }
  .collapsify__content > p {
    margin-top: 0;
  }
  
  
  /* Borderless table styling - .noborder class needs to be applied to the table */

#mid_col table.noborder td, #mid_col table.noborder th {
  border:0;
}