/*
  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: 06 August 2020 19:41:16
*/


/* Global CSS */

/* 1. CSS reset */
* {
  margin: 0;
  padding: 0;
}

.print-version {
  display: none;
}

body {
/*font-size: 76%;*/
  font-size: 1em;
  font-family: arial,sans-serif;
  background: #4F4F4F;
  border-top: 4px solid #1b416f;
  margin: 0;
  padding: 0;
}

body.development {
  border-top: none;
}

h1,h2,h3,h4,h5,h6 {
  margin: 1em 0;
}

p,ul,ol {
  margin: .5em 0 1em;
  color: #57585a;
}

ul,ol {
  margin-left: 1em;
}

li p {
  padding: 0 0 5px;
  margin: 0;
}

h1 {
  font-size: 1.6em;
  font-weight: 400;
}

h2 {
  font-size: 1.5em;
  font-weight: 400;
  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.tooltip {
  text-decoration: none;
  cursor: pointer;
}

.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 !important;
}

.error,.error li,.error p {
  color: red;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,.clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/*WCQ button styles */
.inside #mid_col p.wsbutton{margin-bottom:2em;}
.inside #mid_col a.wsbutton{font-size:1.1em;color:#fff;padding:5px 10px;text-decoration:none;}
.inside #mid_col a.wcqnavy{background:#2e4f80;}
.inside #mid_col a.wcqnavy:hover{background:#42608c;}
.inside #mid_col a.wcqorange{background:#dc6f23;}
.inside #mid_col a.wcqorange:hover{background:#df7d39;}
.inside #mid_col a.wcqblue{background:#4294d2;}
.inside #mid_col a.wcqblue:hover{background:#559ed6;}

/* Hide visually from browsers, but not screen readers */
.visuallyhidden,body.landing #mid_col #page_title {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

body.wide-column-layout #mid_col {
}

body.wide-column-layout #right_col {
  display: none;
}

body.full-wide-column-layout #content {
  width: 100%;
}

body.full-wide-column-layout #mid_col {
  width: 99.8%;
}

body.full-wide-column-layout #content-container #right_col,body.full-wide-column-layout #content-container #left_col {
  display: none;
}

/* Hide from both screen readers and browsers */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* Inside coloured background styles - defaults */
.content-colour {
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  z-index: 0;
  background: #2E4F80;
}

/* Section specific colours */
body.rehab_and_claims .content-colour {
  background: #2E4F80;
}

body.insurance .content-colour {
  background: #2E4F80;
}

body.service_providers .content-colour {
  background: #2E4F80;
}

body.my_industry .content-colour {
  background: #2E4F80;
}

body.forms_and_resources .content-colour {
  background: #2E4F80;
}

/* disable for homepage */
body.home .content-colour {
  background: none;
  display: none;
}

/* re-enable for search page */
body.home.search-fb .content-colour {
  background: #2E4F80;
  display: block;
}

body.global.inside.home .content-colour {
  background: #2E4F80;
  display: block;
}

/* 3. Layout */
#container {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  background: #fff;
}

#access {
  padding: 0;
  margin: 0;
  background: #000;
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
}

#access h2 {
  color: #fff;
}

#access ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#access li {
  display: block;
  float: left;
  padding: 0;
}

#access li a {
  color: #fff;
  padding: 1em;
  display: block;
}

/* QLD Gov header branding */
#header_qld {
  width: 100%;
  display: block;
  background: #f6f6f6;
  position: relative;
}

#header_qld .inner {
  position: relative;
  display: block;
  max-width: 80em;
  margin: 0 auto;
}

#header_qld .inner {
  width: 98%;
  padding: 0 1%;
}

#header_qld .inner:after {
  content: "";
  display: table;
  clear: both;
}

#header_qld #tools,#header_qld #nav-site-qld-gov {
  display: none;
}

#header .search-toggle {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  right: 6.5em;
/* changed from 5.3em */
  top: .25em;
/*background: url('https://www.worksafe.qld.gov.au/__data/assets/image/0006/57570/search-button-orange.png') no-repeat 2px 4px;*/
  background: url(https://www.worksafe.qld.gov.au/__data/assets/file/0003/99525/search-orange.svg?v=0.3.1) no-repeat 0 0;
  background-size: 33px 33px;
/* changed from 28px 28px */
}

#header .search-toggle.active {
  background: url(https://www.worksafe.qld.gov.au/__data/assets/file/0020/111287/cross-orange.svg?v=0.2.1) no-repeat 0 0;
  background-size: 33px 33px;
}

#header_qld .qld-toggle {
  display: none;
  width: 2em;
  height: 2em;
  position: absolute;
  right: 1em;
  top: .5em;
}

#header_qld .qld-toggle[data-show="nav-site-qld-gov"] {
  top: .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: .5em 0;
}

#header_qld #tools,#header_qld #tools_qld {
  margin-left: .5em;
  margin-right: .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: 0;
  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 {
  width: 100%;
  display: block;
  min-height: 95px;
}

#header .inner,#navigation .inner,#content-container,#footer .inner {
  position: relative;
  display: block;
/* width: 100%; */
  max-width: 80em;
  margin: 0 auto;
}

#footer h2.visuallyhidden {
  color: #fff;
}

body.inside .content-wrapper {
  position: relative;
}

body.inside .inside-wrapper {
  background: #dfdcdc;
  padding: .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%;
}

#footer .inner {
  width: 100%;
  padding: 0;
}

#header .inner:after,#navigation .inner:after,#content-container > .inner:after {
  content: "";
  display: table;
  clear: both;
}

/* 6. Breadcrumbs */
#breadcrumbs {
  display: block;
  margin: 0 0 0 1%;
  overflow: hidden;
  padding: 1.6em 1% .3em 0;
  width: 100%;
  font-size: .8em;
  border-bottom: 1px solid #fff;
}

#breadcrumbs h2 {
  color: #fff;
}

#breadcrumbs ol {
  display: block;
  width: auto;
  margin: 0;
  padding: 0 0 0 3px;
  list-style: none;
}

#breadcrumbs ol li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 .5em;
  list-style: none;
  color: #fff;
  white-space: nowrap;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0009/99531/breadcrumb.png?v=0.3.1) no-repeat left center;
}

#breadcrumbs ol li:first-child {
  background: none;
  padding-left: 0;
}

/*#breadcrumbs ol li:last-child {
padding: 0 1em 0 1.3em;
}*/
#breadcrumbs ol li span.current-breadcrumb {
  padding: 0 1em 0 .8em;
}

#breadcrumbs ol li a {
  white-space: nowrap;
  padding: .2em .8em .3em;
  color: #fff;
  font-weight: 700;
}

#breadcrumbs ol li:first-child a {
  padding-left: 0;
}

/* 7. Content */
#content-container {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#content-container .inner {
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
/* z-index: auto; */
}

body.home #content-container .inner {
  padding: 0 2%;
}

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%;
}

body #right_col {
  width: 100%;
  margin-top: 10px;
}

#content,#left_col,#footer .inner > *,#banner {
  font-size: .75em;
}

.home-services {
  height: auto;
  margin: 1em 0 0;
  width: 100%;
  z-index: 20;
}

body .home-services .box_inner {
  overflow: visible;
  padding: 0 0 0 1em;
}

body.home .home-services {
  font-size: 1em !important;
}

body.home #banner {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  padding: 0;
}

body.no-js #banner {
  overflow: visible;
}

body.home .flex-direction-nav .flex-next {
  right: ;
}

body.home #banner .slide-content {
  width: 80%;
  padding: 5px 10% 0;
  min-height: 60px;
  position: relative;
}

body.home #banner ul.slides li img {
  max-height: 380px;
  width: auto;
  margin: 0 auto;
  display: none;
}

body.home #banner ul.slides li {
  padding: 1em 0 0;
}

#content-container .read_more_link {
  font-size: .9em;
  float: right;
}

#content-container .date {
  color: #1D1D1D;
  font-size: .9em;
}

#content-container h3 span.date {
  font-weight: 400;
  font-size: 11px;
}

#full_col {
  width: 100%;
  display: block;
  overflow: hidden;
}

body #full_col .inner,body #wide_col .inner {
  padding: 40px 60px;
  background: #f7f7f7;
  width: auto;
}

.home #left_col #inside_navigation {
  display: none;
}

#mid_col {
  width: 460px;
  margin: 0;
  position: relative;
  top: -7px;
}

#wide_col {
  width: 700px;
}

#right_col {
  width: 240px;
  margin-top: 11px;
}

#right_col.alert-active {
  top: -380px;
}

#left_col,#mid_col,#wide_col,#right_col {
  display: block;
  overflow: hidden;
  float: left;
}

.box_inner h2 {
  padding-bottom: .2em;
}

#bg-fade {
/*
display: block;
position: absolute;
width: 960px;
height: 340px;
z-index: 2;
background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0008/99539/bg-fade.png?v=0.3.1) repeat-x 0 0;
top: 380px;
*/
  display: none;
  z-index: auto;
}

.inside #bg-fade {
  display: block;
  position: absolute;
  width: 960px;
  height: 340px;
  z-index: auto;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0008/99539/bg-fade.png?v=0.3.1) repeat-x 0 0;
/*top: 380px;*/
  top: 250px;
}

#content-container .btm-cnrs {
  display: none;
}

#content-container .btm-cnrs span {
  display: block;
  width: 95%;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0008/99557/bg-btm-cnr-content.jpg?v=0.3.1) no-repeat left bottom;
  height: 10px;
  margin: 0;
  padding: 0 0 0 15px;
}

#mid_col {
  position: relative;
  top: 0;
}

#mid_col h3 {
/*font-size: 1.2em;*/
  font-weight: 700;
}

#mid_col h3 a {
  color: #004b89;
}

#mid_col .centre_item {
  margin: 0 3px;
  padding: 0;
}

#mid_col .centre_item > * {
  padding: 0 0 0 10px;
}

#mid_col .centre_item h3 {
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0004/99553/bullet-sprite.png?v=0.3.1) no-repeat 0 -2px;
}

#mid_col .centre_btm_cnrs {
  display: block;
  width: 460px;
  height: 9px;
  background: transparent url(https://www.worksafe.qld.gov.au/__data/assets/image/0007/99538/cnrs-centre-grey.png?v=0.3.1) no-repeat 0 0;
}

#mid_col.wide_col .centre_btm_cnrs {
  width: 700px;
  background: transparent url(https://www.worksafe.qld.gov.au/__data/assets/image/0010/99559/cnrs-centre-grey-wide.png?v=0.3.1) no-repeat 0 0;
}

#pagination {
  display: block;
  width: 100%;
  clear: both;
}

#pagination span {
  color: #000;
}

/* 8. Footer */
#footer {
  background: #4f4f4f;
  display: block;
  width: 100%;
  overflow: hidden;
}

#footer .inner {
  background: #4f4f4f;
  color: #fff;
  padding: 0 0 20px;
}

#footer #fat-footer {
  background: #3c3c3c;
  float: left;
  width: 100%;
  padding: 1em 0;
  margin: 0 0 1em;
}

#footer #fat-footer .fat-footer-links {
  width: auto;
  display: block;
  padding: 0 1em;
}

#footer #fat-footer h2 {
  color: #fff;
  margin: 0 0 1.5em;
  padding: 0 0 .3em;
  display: block;
  border-bottom: 2px solid #fff;
}

#fat-footer .columns {
  display: block;
  width: 100%;
  margin-bottom: 1.8em;
}

#fat-footer .columns-1 {
}

#fat-footer .columns-2 {
}

#fat-footer .columns-3 {
}

#footer #fat-footer ul {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer #fat-footer ul li {
  padding: .3em 0;
}

#footer a {
  color: #fff;
}

#footer p {
  margin: 15px 0 0;
  color: #FFF;
}

#footer #footer_nav {
  background: none;
  height: auto;
  margin: 0;
  padding: 0 1em;
  width: auto;
  clear: both;
  display: block;
  overflow: hidden;
}

#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: 14px;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  float: left;
  display: block;
}

#footer #footer_nav ul li a {
}

#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;
}

/* 9. Box styles */
.box {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0 0 15px;
  background: #fff;
}

.box .box_inner {
  background: #fff;
  overflow: hidden;
  width: auto;
  padding: 0 15px;
/* changed from 0 12px */
}

.box .box_controls {
  position: relative;
  top: 0;
  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/0011/99542/gen-sprite.png?v=0.3.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/0011/99542/gen-sprite.png?v=0.3.1) no-repeat -98px -33px;
  float: right;
}

.box .box_btm_cnrs {
  display: none;
}

.box h2 {
  margin: 0;
  color: #1b416f;
  font-weight: 700;
  width: auto;
  font-size: 1.25em;
}

.box h2 a {
  color: #1b416f;
}

.box h3 {
  color: #004b89;
  font-weight: 700;
  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 0 0;
}

/* in original global.css */
#campaign_box .campaign-item {
  margin-bottom: 1.2em;
}

#campaign_box ul,#campaign_box ul li,#campaign_box ol li {
  list-style: inherit;
}

/* 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: 0;
  margin: 0;
  overflow: visible;
  display: block;
}

#right_col .box ul li a {
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0007/99529/bullet-sprite-new.png?v=0.3.1) no-repeat -9px 1px;
  padding: 4px 0 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/0007/99529/bullet-sprite-new.png?v=0.3.1) no-repeat -9px -599px;
}

#left_col #inside_navigation ul li a {
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0007/99529/bullet-sprite-new.png?v=0.3.1) no-repeat -9px 1px;
  padding: 4px 0 4px 12px;
  display: block;
}

#left_col #inside_navigation ul li a:hover,#left_col #inside_navigation ul li a:focus {
  background-position: -9px -599px;
}

.facebook_box {
  display: block;
  width: 220px;
  height: 27px;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0009/99558/left-box-facebook.png?v=0.3.1) no-repeat 0 0;
  margin: 0 0 15px;
}

/* 11. Online Services */
.online_services_quick {
  display: block;
  width: 100%;
  background: #4a4a4a;
  height: 65px;
  position: relative;
  right: auto;
  top: auto;
  padding: 5px 0 0;
  border: none;
  z-index: 1;
  clear: both;
}

#right_col .online_services_quick {
  width: 100%;
  top: 0;
  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 .top-cnr,.online_services_quick .btm-cnr {
  display: none;
}

.online_services_quick label {
  display: block;
  color: #fff;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 6px 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/0011/99542/gen-sprite.png?v=0.3.1) no-repeat 100% -344px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  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: .25em;
  margin-left: .5em;
  font-size: .75em;
}

.online-services-container > h2 {
  color: #fff;
  margin: 0;
  font-size: 1.25em;
  font-weight: 700;
}

.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;
  width: 100%;
  z-index: 5;
  cursor: pointer;
}

.online-services-dropdown {
  margin-top: .25em;
  width: 92%;
}

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: .5em 1em 1em;
  padding: 0;
  display: none;
}

.box .ul-dropdown ul {
  list-style: none outside none;
  margin: .5em .7em .7em;
  padding: 0;
  display: none;
}

.ul-dropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ul-dropdown a {
  display: block;
  padding: .35em .25em;
}

.ul-dropdown a:hover {
  background: #ebebeb;
}

.os-closed {
  background: #fff url(https://www.worksafe.qld.gov.au/__data/assets/image/0010/99550/arrowdown.jpg?v=0.3.1) top right no-repeat;
}

.os-opened {
  z-index: 6;
/* Increase index when opened in case of other nearby lists */
  background: #fff url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/99551/arrowup.jpg?v=0.3.1) top right no-repeat;
}

body.no-js .os-closed,body.no-js .os-opened {
  background: #fff;
}

.home-services-container,.safety-topics-container,.workplace-hazards-container {
  position: relative;
/*z-index: 10;*/
  height: 35px;
  margin-bottom: 1em;
  margin-top: .25em;
  width: 94%;
}

body.no-js .ul-dropdown span {
  display: none;
}

body.no-js .box .ul-dropdown ul {
  display: block;
}

/* 12. Events 2013 */
/* 12.1 Event Map */
#event-qld-map {
  width: 100%;
  float: left;
  overflow: hidden;
}

#event-qld-map h2 {
  font-size: 1.8em;
  margin: 0;
  padding: 0 0 .3em;
}

.event-qld-map-wrapper {
/* overflow: hidden; */
  height: 480px;
  margin-top: 10px;
  position: relative;
  background: transparent url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/99536/map-background.png?v=0.3.1) 0 0 no-repeat;
}

.event-qld-map-wrapper .tooltip {
  position: absolute;
  display: none;
  width: 210px;
  background: #efefef;
  color: #363636;
  text-align: left;
  padding: 5px;
  z-index: 10;
/*
-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.6);
-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.6);
box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.6);   
*/
}

.event-qld-map-wrapper .tooltip.qld {
  left: 205px;
  top: 75px;
}

.event-qld-map-wrapper .tooltip.north {
/*
left: 190px;
top: 20px;
*/
  left: 205px;
  top: 75px;
}

.event-qld-map-wrapper .tooltip.central {
  left: 205px;
  top: 85px;
/*
left: 290px;
top: 170px;
*/
}

.event-qld-map-wrapper .tooltip.south-west {
  left: 205px;
  top: 175px;
/*
left: 350px;
top: 260px; 
*/
}

.event-qld-map-wrapper .tooltip.brisbane-north {
  left: 205px;
  top: 245px;
/*
left: 365px;
top: 300px;
*/
}

.event-qld-map-wrapper .tooltip.brisbane-south {
  left: 205px;
  top: 245px;
/*
left: 365px;
top: 345px;
*/
}

#mid_col .event-qld-map-wrapper .tooltip h3,#mid_col .event-qld-map-wrapper .tooltip p {
  color: #FFF;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

#mid_col .event-qld-map-wrapper .tooltip h3 {
  font-size: 1.1em;
  font-weight: 700;
}

.event-qld-map-wrapper.north .tooltip.north,.event-qld-map-wrapper.central .tooltip.central,.event-qld-map-wrapper.south-west .tooltip.south-west,.event-qld-map-wrapper.brisbane-north .tooltip.brisbane-north,.event-qld-map-wrapper.brisbane-south .tooltip.brisbane-south {
/*
opacity: 1;
z-index: 2;
*/
}

.event-qld-map-wrapper .tooltip.qld.current,.event-qld-map-wrapper .tooltip.north.current,.event-qld-map-wrapper .tooltip.central.current,.event-qld-map-wrapper .tooltip.south-west.current,.event-qld-map-wrapper .tooltip.brisbane-north.current,.event-qld-map-wrapper .tooltip.brisbane-south.current {
  display: block;
  background: #363636;
  color: #FFF;
}

.event-qld-map-wrapper .hover-map {
  position: absolute;
  text-indent: -9999px;
  -moz-transition: all .4s ease-out;
/* FF4+ */
  -o-transition: all .4s ease-out;
/* Opera 10.5+ */
  -webkit-transition: all .4s ease-out;
/* Saf3.2+, Chrome */
  -ms-transition: all .4s ease-out;
/* IE10? */
  transition: all .4s ease-out;
  opacity: 0;
  display: block;
  cursor: pointer;
/*background: transparent url(https://www.worksafe.qld.gov.au/__data/assets/image/0010/99532/map-sprite-grey.png?v=0.3.1) 0px 0px no-repeat;*/
}

body.lt-ie9 .event-qld-map-wrapper .hover-map {
  display: none;
}

body.lt-ie9 .event-qld-map-wrapper .hover-map.current {
  display: block;
}

.event-qld-map-wrapper .hover-map.north {
  top: 0;
  left: 0;
  background-position: 0 0;
  width: 245px;
  height: 336px;
}

.event-qld-map-wrapper .hover-map.central {
  width: 356px;
  height: 172px;
  background-position: -285px 0;
  top: 240px;
  left: 0;
}

.event-qld-map-wrapper .hover-map.south-west {
  width: 291px;
  height: 121px;
  background-position: -285px -216px;
  top: 358px;
  left: 69px;
}

.event-qld-map-wrapper .hover-map.brisbane-north {
  background-position: -700px 0;
  height: 45px;
  left: 319px;
  top: 394px;
  width: 34px;
}

.event-qld-map-wrapper .hover-map.brisbane-south {
  background-position: -705px -131px;
  height: 37px;
  left: 337px;
  top: 422px;
  width: 22px;
}

.event-qld-map-wrapper.north .hover-map.north,.event-qld-map-wrapper.central .hover-map.central,.event-qld-map-wrapper.south-west .hover-map.south-west,.event-qld-map-wrapper.brisbane-north .hover-map.brisbane-north,.event-qld-map-wrapper.brisbane-south .hover-map.brisbane-south {
  background-image: url(https://www.worksafe.qld.gov.au/__data/assets/image/0010/99532/map-sprite-grey.png?v=0.3.1);
  -moz-transition: all .4s ease-out;
/* FF4+ */
  -o-transition: all .4s ease-out;
/* Opera 10.5+ */
  -webkit-transition: all .4s ease-out;
/* Saf3.2+, Chrome */
  -ms-transition: all .4s ease-out;
/* IE10? */
  transition: all .4s ease-out;
  opacity: 1;
}

body.lt-ie9 .event-qld-map-wrapper.north .hover-map.north,body.lt-ie9 .event-qld-map-wrapper.central .hover-map.central,body.lt-ie9 .event-qld-map-wrapper.south-west .hover-map.south-west,body.lt-ie9 .event-qld-map-wrapper.brisbane-north .hover-map.brisbane-north,body.lt-ie9 .event-qld-map-wrapper.brisbane-south .hover-map.brisbane-south {
  display: block;
}

.event-qld-map-wrapper .hover-map.north.current,.event-qld-map-wrapper .hover-map.central.current,.event-qld-map-wrapper .hover-map.south-west.current,.event-qld-map-wrapper .hover-map.brisbane-north.current,.event-qld-map-wrapper .hover-map.brisbane-south.current {
/* background-image: url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/99533/map-sprite-active.png?v=0.3.1); */
  background-image: url(https://www.worksafe.qld.gov.au/__data/assets/image/0010/99532/map-sprite-grey.png?v=0.3.1);
  -moz-transition: all .4s ease-out;
/* FF4+ */
  -o-transition: all .4s ease-out;
/* Opera 10.5+ */
  -webkit-transition: all .4s ease-out;
/* Saf3.2+, Chrome */
  -ms-transition: all .4s ease-out;
/* IE10? */
  transition: all .4s ease-out;
  opacity: 1;
}

.event-region-map {
  z-index: 5;
  position: relative;
  outline: 0;
  border: none;
}

/* 12.2 Featured Event */
/* this is in global.css
#featured-event-container {
width: 100%;
overflow: hidden;
float: right;
}
#featured-event-container h2 {
font-size: 1.8em;
margin: 0;
padding: 0 0 0.3em 0;
}
.featured-event {
background: #f6f6f6;
}
#mid_col .featured-event h3 {
margin: 10px 0px 10px 0px;
padding: 0px;
font-size: 1.6em;
font-weight: normal;
}
#content-container .featured-event .inner {
padding: 0.8em;
}
.featured-event .description {
}
.featured-event .description p {
color: #363636;
line-height: 1.6;
}*/
/* this is in global.css
.featured-event .thumbnail {
margin: 10px 10px 10px 0px;
text-align: center;
}
.featured-event .thumbnail img {
max-width: 299px;
max-height: 210px;
background: #FFF;
}*/
.featured-event.single-calendar-event .description.page-asset,.featured-event.standard-page .description.event-asset {
  display: none;
}

/* 12.3 Search Events + Search Common Form */
.search-events,.search-news {
  width: 100%;
}

.search-events.event-landing,.search-news.news-landing {
  padding-top: 15px;
  clear: both;
}

#content-container .search-events form,#content-container .search-news form {
  padding: 0;
  margin: 0;
  overflow: visible;
}

/* in global.css */
.search-events .search-events-form,.search-news .search-news-form {
  width: auto;
  overflow: hidden;
  font-size: 1.2em;
  padding: 10px 0;
}

.search-events.event-landing .search-events-form {
}

.search-common-form {
  padding: 0 0 15px;
}

.search-events .search-events-form h2,.search-news .search-news-form h2, .search-common-form h2 {
  margin: 0 0 6px;
}

.search-events .search-events-form .col-1, .search-news .search-news-form .col-1 {
  width: 64%;
  float: left;
}

.search-events .search-events-form .col-2,.search-news .search-news-form .col-2 {
  width: 36%;
  float: right;
}

.search-events .search-events-form .text.form-field,.search-news .search-news-form .text.form-field,.search-common-form .text.form-field {
  padding-bottom: 10px;
}

.search-events .search-events-form .text.form-field label,.search-news .search-news-form .text.form-field label,.search-common-form .text.form-field label {
  margin-bottom: 10px;
  display: block;
}

.search-events .search-events-form .text.form-field input,.search-news .search-news-form .text.form-field input,.search-common-form .text.form-field input {
  width: 98%;
  padding: 3px;
}

.search-events .search-events-form .checkbox.form-field,.search-news .search-news-form .checkbox.form-field {
  padding-bottom: 10px;
}

.search-events .search-events-form .checkbox.form-field input,.search-news .search-news-form .checkbox.form-field input {
  position: relative;
  top: 2px;
}

.search-events .search-events-form fieldset,.search-news .search-news-form fieldset,.search-common-form fieldset {
  border: none;
  padding: 0 0 10px;
  margin: 0;
}

.search-common-form.news-search fieldset.n1 {
  padding-bottom: 1.5em;
}

.search-events .search-events-form fieldset legend,.search-news .search-news-form fieldset legend,.search-common-form fieldset legend {
  padding: 0;
  margin: 0 0 5px;
  color: #57585A;
}

#mid_col .search-events .search-events-form fieldset.event-topics td,#mid_col .search-news .search-news-form fieldset.news-topics td {
  padding: .1em 0;
}

.search-events .search-events-form fieldset.event-topics label,.search-news .search-news-form fieldset.news-topics label {
  font-size: .9em;
}

.search-events .search-events-form fieldset.event-topics input,.search-news .search-news-form fieldset.news-topics input {
  margin-right: 1em;
}

.search-events .search-events-form fieldset.event-dates,.search-news .search-news-form fieldset.news-dates {
  font-size: .9em;
  width: 100%;
  float: left;
}

.event-landing .search-events-form fieldset.event-dates,.news-landing .search-news-form fieldset.news-dates {
  font-size: .9em;
  width: 45%;
  float: left;
}

/*
        .search-events.search-results .search-events-form fieldset.event-dates {
            width: 45%;
            float: left;
        }
        */
.search-events .search-events-form fieldset.event-dates td,.search-news .search-news-form fieldset.news-dates td,.search-common-form fieldset.event-dates td {
  padding-bottom: 10px;
}

.search-events .search-events-form fieldset.event-dates legend,.search-news .search-news-form fieldset.news-dates legend {
  font-size: 1.1em;
  margin: 0 0 10px;
  left: 0;
}

.search-events .search-events-form fieldset.event-dates input,.search-events .search-events-form fieldset.event-dates select,.search-news .search-news-form fieldset.news-dates input,.search-news .search-news-form fieldset.news-dates select,.search-common-form fieldset.event-dates input,.search-common-form fieldset.event-dates select {
  padding: 2px;
  font-size: 1.1em;
  margin-left: 5px;
}

.search-events .search-events-form fieldset.event-region label,.search-news .search-news-form fieldset.news-region label {
  display: block;
  margin: 0 0 .3em;
}

/* this is in global.css
    .search-events .search-events-form fieldset.event-region select {
        border: 1px solid #CCC;
        min-height: 10em;
        width: 85%;
    }
    .search-events .search-events-form fieldset.event-region select option {
        padding: 0.3em;
    }
*/
.fb-search-form .submit button,.search-common-form .submit input {
  background: #2e4f80;
  border: none;
  color: #FFF;
  font-weight: 400;
  margin: 0;
  padding: 5px 7px;
  cursor: pointer;
  display: inline-block;
  clear: both;
  font-size: 1em;
}

.fb-search-form .submit input:hover,.search-common-form .submit input:hover {
  background: #355e9b;
}

#customise-start-date-range {
  margin: 0;
  padding: 0 0 10px;
}

/* 12.4 Results / Upcoming Events Listing */
.events-listing-container {
  width: 100%;
  clear: none;
  float: left;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #CCC;
}

.events-listing-container h2 {
  font-size: 1.8em;
  margin: 0 0 10px;
  padding: 0;
}

#mid_col .events-listing-container h3.result-header {
  color: #6a6a6a;
  font-weight: 400;
  font-size: 1.5em;
  margin: 0 0 15px;
  padding: 0;
}

#mid_col .events-listing-container h3.result-header span {
  font-weight: 700;
}

.events-listing-container.search-results {
  width: 100%;
}

.events-listing-container .events-listing {
  width: 100%;
  float: left;
}

.events-listing .event-listing {
  overflow: hidden;
}

.events-listing .event-listing .event-date {
  display: block;
  float: left;
  background: #2e4f80;
  color: #FFF;
  overflow: hidden;
  padding: 5px;
}

/* More events-listing-container - previously hardcoded on ws search events - TNT */
.events-listing-container .sortingButton {
  color: #5a5c5f;
  background: #e0e1e4;
  text-decoration: none !important;
  padding: .5em 1.5em .5em .5em;
  cursor: pointer;
  display: block;
  float: right;
  margin: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.events-listing-container #search_sort_by_date {
  margin-right: .3em;
}

.events-listing-container .sortingButton:hover {
  color: #e0e1e4 !important;
  background-color: #5a5c5f;
}

.events-listing-container .sortingButton.ascending:after {
  content: "\f0de";
  font-family: 'FontAwesome';
  margin-left: .5em;
  position: absolute;
  padding-top: .3em;
}

.events-listing-container .sortingButton.descending:after {
  content: "\f0dd";
  font-family: 'FontAwesome';
  margin-left: .5em;
  position: absolute;
  margin-top: -.1em;
}

/* added from global.css */
.events-listing.related-events .event-listing .event-date:after {
  position: absolute;
  margin-left: 1.5em;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 12px #2e4f80;
  border-left: solid 10px transparent;
  border-right: solid 1px transparent;
}

.events-listing .event-listing .event-date .month {
  border-bottom: 2px solid #abb9cc;
  clear: both;
  display: block;
  width: 48px;
  text-align: center;
  padding: 3px 0;
  font-size: 1.1em;
}

.events-listing .event-listing .event-date .day {
  clear: both;
  display: block;
  width: 48px;
  text-align: center;
  font-size: 1.5em;
  padding: 3px 0 0;
}

.events-listing.related-events .event-listing .event-date .day,.events-listing.related-events .event-listing .event-date .month {
  width: 24px;
  font-size: .9em;
  border-bottom: none;
  padding: 0;
}

.related-events .event-listing {
  margin-bottom: 1em;
}

.related-events .result-header {
  background: #2e4f80;
  color: #FFF;
  padding: .5em;
}

.events-listing .event-listing .event-date-full {
  font-weight: 700;
}

.events-listing .event-listing .event-content {
  margin: 0 0 0 75px;
}

.events-listing.related-events .event-listing .event-content {
  margin: .3em 0 0 45px;
}

.events-listing .event-listing .event-content h3 {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.events-listing .event-listing .event-content h3 a {
  color: #03365e;
}

.events-listing-container .events-listing-options {
  width: 28%;
  float: right;
  overflow: hidden;
}

.events-listing-options .filter-field {
  font-size: 1.2em;
  padding-bottom: 10px;
}

.events-listing-options .filter-field.select-field label {
  display: block;
  margin: 0 0 10px;
}

.events-listing-options .filter-field select {
  padding: 3px;
}

#content-container #mid_col .upcoming-events-message ul {
  padding: 5px 0 10px;
}

/* Events Landing Pages added from global.css */
.related-events.box,.box.more-information,.box.related-map {
  padding: 0 0 1em;
}

.related-events .event-listing {
  margin: 0 0 1em;
}

.related-events .result-header {
  background: #2e4f80;
  padding: .5em 1em;
  margin-bottom: 1em;
}

.related-events .more-link {
  float: right;
  padding-right: 1em;
}

.box.related-events h2,.box.more-information h2,.box.related-map h2 {
  color: #fff;
  padding: .5em 1em;
  margin-bottom: .5em;
  background: #2E4F80;
}

#right_col .related-map .map {
  height: 17.5em;
  margin-bottom: .8em;
}

#right_col .related-map .register {
  text-align: center;
}

#right_col .related-map .register-button a {
  display: inline-block;
  padding: .5em .8em;
  font-weight: 700;
  font-size: 1.2em;
  color: #fff;
  text-shadow: 2px 2px 5px #666;
}

/* 12.5 Event View */
.event-view {
  overflow: hidden;
}

.event-view .col-1 {
  float: left;
  width: 65%;
}

.event-view .col-2 {
  float: right;
  width: 32%;
}

.event-view .col-2 img.thumbnail {
  width: 100%;
}

#content-container #mid_col .event-view ul.event-details {
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
  background: none;
}

#content-container #mid_col .event-view ul.event-details li {
  color: #636363;
  margin: 0;
  padding: 0 0 10px;
  line-height: 1.3;
  background: none;
  font-size: 1.3em;
  font-weight: 700;
}

#content-container #mid_col .event-view .event-description h2,#content-container #mid_col .event-view .event-description h3,#content-container #mid_col .event-view .event-description h4,#content-container #mid_col .event-view .event-description h5,#content-container #mid_col .event-view .event-description h6 {
  font-weight: 400;
}

/* Events & Key Dates */
#events_dates_box.box .date_item,#news_dates_box.box .date_item {
  padding: 7px 0 0;
}

#events_dates_box.box h3,#news_dates_box.box h3 {
  margin: 0;
  padding: 0;
}

#events_dates_box.box .date_icon,#news_dates_box.box .date_icon {
  display: block;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/99542/gen-sprite.png?v=0.3.1) no-repeat -1px 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: .8em;
  padding: 2px 0 10px;
  margin: 2px 8px 0 0;
  width: 30px;
  float: left;
  text-align: center;
  line-height: 1em;
}

#events_dates_box.box .date_icon div.contrast,#news_dates_box.box .date_icon div.contrast {
  background: #1b416f;
}

#events_dates_box.box .date_icon span.day,#news_dates_box.box .date_icon span.day {
  font-weight: 700;
  font-size: 1.6em;
  display: block;
  line-height: 1em;
}

#events_dates_box.box .date_icon span.contrast, #news_dates_box.box .date_icon span.contrast, {
  background: #1b416f;
}

#events_dates_box.box .date_icon br,#news_dates_box.box .date_icon br {
  display: none;
}

/**
*  jCarousel styles
*/
.jcarousel-container-vertical,.jcarousel-clip-vertical {
  height: 230px;
}

/*
.jcarousel-item {
width: 190px;
height: auto;
}
*/
.jcarousel-list li,.jcarousel-item {
  width: 190px;
  height: 120px;
}

/*  Vertical Buttons  */
.jcarousel-next-vertical {
  position: absolute;
  top: -27px;
  left: auto;
  right: 16px;
  width: 18px;
  height: 21px;
  cursor: pointer;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/99542/gen-sprite.png?v=0.3.1) no-repeat -100px -4px;
}

.jcarousel-next-vertical:hover,.jcarousel-next-vertical:active {
  background-position: -100px -63px;
}

.jcarousel-next-disabled-vertical,.jcarousel-next-disabled-vertical:hover,.jcarousel-next-disabled-vertical:active {
  cursor: default;
  background-position: -100px -120px;
}

.jcarousel-prev-vertical {
  position: absolute;
  top: -27px;
  left: auto;
  right: 0;
  width: 18px;
  height: 21px;
  cursor: pointer;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/99542/gen-sprite.png?v=0.3.1) no-repeat -98px -33px;
}

.jcarousel-prev-vertical:hover,.jcarousel-prev-vertical:active {
  background-position: -98px -92px;
}

.jcarousel-prev-disabled-vertical,.jcarousel-prev-disabled-vertical:hover,.jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: -98px -149px;
}

#events_dates_box .jcarousel-prev-vertical {
/*top: -42px;*/
}

#events_dates_box .jcarousel-next-vertical {
/*top: -42px;*/
}

/* Carousel Fixes - 092013 */
.jcarousel-clip-vertical {
  width: 100%;
}

.jcarousel-prev-vertical,.jcarousel-next-vertical {
  top: -28px;
}

#whats_new_box .box_inner,#events_dates_box .box_inner {
  padding: 0 2%;
  width: 96%;
}

#whats_new_box .jcarousel-item {
/*height: 3.4em;*/
  height: 2.8em;
  padding: .6em 2% .4em;
  display: block;
/*padding: 2px 2% 3px 2%;*/
  width: 96%;
  overflow: hidden;
}

#whats_new_box .jcarousel-item h3 {
  font-weight: 400;
}

#whats_new_box .jcarousel-item.item-odd {
  background: #e9e9e9;
}

#whats_new_box .jcarousel-container-vertical {
  width: 100%;
  margin-top: 10px;
}

#whats_new_box .jcarousel-clip-vertical,#whats_new_box .jcarousel-container-vertical {
  height: 225px;
}

#events_dates_box.box .date_item,#news_dates_box.box .date_item {
  padding-top: 0;
  overflow: hidden;
}

#events_dates_box .jcarousel-container-vertical,#news_dates_box .jcarousel-container-vertical {
  margin-top: 10px;
}

#events_dates_box .jcarousel-clip-vertical,#events_dates_box .jcarousel-container-vertical,#news_dates_box .jcarousel-clip-vertical,#news_dates_box .jcarousel-container-vertical {
  height: 220px;
}

#events_dates_box .jcarousel-item,#news_dates_box .jcarousel-item {
  height: 45px;
  display: block;
  width: 100%;
}

/*
*  What's new landing page
*/
.rss,.rss:visited {
  text-decoration: none;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0006/99537/rss.png?v=0.3.1) no-repeat 0 0;
  padding: 0 0 0 20px;
  line-height: 16px;
  color: #676767;
  display: block;
/*width: auto !important;*/
  width: 35% !important;
  position: relative;
  top: -30px;
}

.rss:hover {
  text-decoration: underline;
}

.rss.home {
  display: block;
  float: right;
  width: 19px;
  height: 17px;
  position: relative;
  right: 35px;
  top: 3px;
}

.rss.home span {
  display: none;
}

#content-container #landing_pages .landing_page.item {
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0004/99553/bullet-sprite.png?v=0.3.1) no-repeat 0 8px transparent;
  padding-left: 12px;
  width: 600px;
}

/*
* Funnelback Search Page and Results
*
*/
#content-container .funnelback-rest form {
  padding-left: 0;
}

.funnelback-rest #items {
  width: 100%;
  float: left;
  margin: 0;
}

#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-item: decimal;
}

.funnelback-rest #items li.list-item.funnelback {
  margin-bottom: 0;
  padding-bottom: 0 0 10px 0;
  border: none;
}

.funnelback-rest #items li.list-item.funnelback h4 {
  margin-bottom: 5px;
  font-weight: 400;
}

.funnelback-rest #items li.list-item.funnelback h4 small {
  color: #1D1D1D;
  font-size: 1em;
}

.funnelback-rest #items li.list-item.funnelback p {
  margin-bottom: .5em;
}

.funnelback-rest #items li.list-item.funnelback .date {
  font-size: 1em;
  color: #000;
}

.funnelback-rest #items li.list-item.funnelback .search-summary {
  color: #363636;
}

.funnelback-rest #items li.list-item .fb-rank {
  font-weight: 700;
}

.funnelback-rest #items li.list-item .fb-rank-container {
  font-weight: 700;
}

#mid_col .funnelback-rest h3#search-spelling {
  font-size: 1em;
}

.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;
  margin: 0;
  padding: 0;
}

.fb-search-form .search_box {
  display: block;
  float: left;
  width: 350px;
}

.fb-search-form .search_date {
  display: block;
  float: left;
  width: 240px;
}

.fb-search-form .search_box label {
  margin-bottom: 10px;
}

.fb-search-form .search_box input {
  border: 1px solid #D3D3D3;
  color: #686A69;
  margin: 0;
  padding: 5px 8px 3px;
}

.fb-search-form .submit button {
  display: inline;
}

.fb-search-form .search_box select {
  margin: 10px 0 0;
  border: 1px solid #D3D3D3;
  padding: 5px;
  width: 180px;
}

.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: 0;
  float: none;
}

#content-container .funnelback-rest .asides {
  float: left;
  width: 100%;
}

#content-container #mid_col .asides h3 {
  margin-bottom: .5em;
  font-weight: 400;
  font-size: 1.3em;
  color: #363636;
}

#content-container #mid_col .asides ul li {
  background: none;
  width: 100%;
  padding: 0 0 .5em;
  margin: 0;
}

/* Query Completion */
.ui-helper-hidden-accessible,.ui-help-hidden {
  display: none;
}

.ui-menu {
  background-color: #FFF;
}

.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: 700;
}

.ui-state-focus {
  background-color: #428BCA;
  color: #FFF;
}

/* 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 #page_title,body.full-width #content-container #page_title.wide_col_title {
  margin-left: 0;
/*width: 920px;*/
  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: 1em 0 0;
  display: block;
  clear: both;
}

#document-properties dl {
}

#document-properties dt,#document-properties dd {
  font-weight: 400;
  margin: 0 .5em 0 0;
  padding: 0;
}

#document-properties dt {
  clear: left;
  float: left;
}

#document-properties dd {
}

.page-banner {
  position: relative;
  background: #fff;
}

.page-banner img {
  width: 100%;
  vertical-align: top;
}

/* added from global.css */
.page-banner img.event-banner {
  margin-top: -1.5em;
}

.banner-caption {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0003/99552/slide-content-bg.png?v=0.3.1) 0 0;
  height: 4em;
}

.banner-caption span {
  font-size: 1.5em;
  line-height: 2.6666em;
  padding-left: 1em;
}

.related-links {
  padding-top: 0;
}

/* Default Colour*/
body.inside .related-links h2 {
  background: #2E4F80;
}

body.rehab_and_claims .related-links h2 {
  background: #2E4F80;
}

body.insurance .related-links h2 {
}

body.service_providers .related-links h2 {
}

body.my_industry .related-links h2 {
}

body.forms_and_resources .related-links h2 {
}

.related-links h2 {
  color: #fff;
  padding: .5em 1em;
  margin-bottom: .5em;
}

.item .item_thumb {
  width: 22%;
}

.item .item_content {
  width: 78%;
}

.full-width,.item .item_content.full-width {
  width: 100%;
}

/**
* Global CSS full header css
*/
#print-logo {
  display: none;
}

#nav-site h2 {
  color: #FFF;
}

#header {
  width: 100%;
  display: block;
  min-height: 95px;
  background-color: #fff;
}

#header .inner {
  width: 98%;
  padding: 0 1%;
}

#header .inner:after,#navigation .inner:after,#content-container > .inner:after {
  content: "";
  display: table;
  clear: both;
}

#header #site_logo {
  padding: 11px 0 0;
  display: block;
}

#site_logo {
  width: 50%;
}

#header #site_logo img {
  width: 130px;
}

#header .site_title {
  margin-top: 0;
  display: block;
  font-size: .75em;
  font-weight: 700;
}

#qg-coa {
  width: auto;
/* changed from 40% */
}

#qg-coa img {
  width: auto;
/* changed from 100% */
  height: 60px;
/* changed from 42px */
  margin: .3em 0;
}

.preview #header .inner {
  padding-top: .5em;
}

.preview #header.ws-header div.site_title {
  padding-top: 1em;
  padding-bottom: .5em;
}

.preview #qg-coa {
  padding-left: .4em;
  position: initial;
  top: 0;
  overflow: hidden;
  width: auto;
/* changed from 40% */
  float: left;
}

.preview .wide-header-hide {
  display: none;
}

.preview #header.ws-header h2#site-name {
  float: left;
  position: initial;
  left: 6.7em;
  top: 0;
  width: 45%;
  padding: .5em 0 0 2%;
}

.preview #header .search-toggle {
  top: 1.25em;
}

.preview #header_right #phone-icon {
  top: 1em;
}

.preview #header.ws-header .nav-toggle {
  top: 1.2em;
}

.preview #header #site_logo {
  padding: 0;
}

.preview #header #site_logo img {
  width: 100px;
/* changed from 120px */
}

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: .75em;
/* added from global.css */
  right: 1em;
  top: 0;
  position: absolute;
/* added from global.css */
}

#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: .5em 0;
}

#header_right .site-search-list {
  display: none;
}

#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: 700;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/99542/gen-sprite.png?v=0.3.1) no-repeat -147px 0;
  float: right;
  position: absolute;
  bottom: 0;
  padding: .2em 0 0 1em;
  margin: 0 0 .3em;
  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/0011/99542/gen-sprite.png?v=0.3.1) no-repeat -139px 5px;*/
  background: url(https://www.worksafe.qld.gov.au/__data/assets/file/0010/99523/phone-icon.svg?v=0.3.1) no-repeat 0 0;
  background-size: 31px 31px;
  float: right;
  position: absolute;
  right: 3em;
  height: 35px;
  width: 35px;
  padding: 0;
  margin: 0;
  top: .25em;
}

#header_right #global_links #phone a {
  color: #dc6f23;
}

#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: .5em;
  right: 8.5em;
}

#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: 0;
}

#header_right #input_contain #global_login input.submit {
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/99542/gen-sprite.png?v=0.3.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/0011/99542/gen-sprite.png?v=0.3.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: right;
  position: relative;
}

/*#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/0011/99524/search-white.svg?v=0.3.1) no-repeat 4px 2px;
background-size: 80%;
pointer-events: none;
}*/
#header_right #input_contain #search input.submit {
  border: none;
  width: 30px;
  height: 22px;
  cursor: pointer;
  font-size: 0;
  margin: 0;
  text-transform: capitalize;
  border-top: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  position: absolute;
  padding-top: 1px;
  padding-bottom: 1px;
}

#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: .75em;
}

.lt-ie8 #navigation {
  z-index: 3;
}

#navigation .inner {
}

ul#nav li a {
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 1.7em;
  padding: 0 15px;
}

ul#nav > li > a {
  min-height: 2.7em;
  line-height: 2.7em;
}

ul#nav li.active a {
  background: none;
}

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: none;
}

ul#nav li ul {
  position: absolute;
  width: 230px;
  left: -99999em;
  list-style: none;
  margin: 0;
  padding: 0 0 5px;
  background: #333;
/*background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0006/99555/bg_nav_trans.png?v=0.3.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: 400;
  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;
}

#navigation ul#nav {
  transition: all .5s ease-out 0;
  margin: 0;
  padding: 4em 0 2em;
  list-style: none;
  top: 0;
  z-index: 2;
  width: 100%;
  right: -100%;
  opacity: 0;
  height: 100%;
  overflow: scroll;
  position: fixed;
  box-sizing: border-box;
}

.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: .9;
  z-index: -1;
}

#navigation ul#nav.active {
  right: 0;
  opacity: 1;
  background-color: #000;
}

ul#nav li {
  transition: all 1s ease-out 0;
  color: #fff;
  float: none;
  list-style: none;
  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/0011/99542/gen-sprite.png?v=0.3.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/0011/99542/gen-sprite.png?v=0.3.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: -5.8em;
  right: 1em;
/*background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/99542/gen-sprite.png?v=0.3.1) no-repeat 0 -340px;*/
  background: url(https://www.worksafe.qld.gov.au/__data/assets/file/0009/99522/burger-bar.svg?v=0.3.1) no-repeat 0 0;
  background-size: 35px 35px;
}

.mobile-only {
  display: block;
}

.mobile-menu-close {
  position: absolute;
  top: 1em;
  right: 1em;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/99542/gen-sprite.png?v=0.3.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/0011/99542/gen-sprite.png?v=0.3.1) no-repeat;
  display: block;
  background-position: 0 -460px;
  margin: .75em 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/0011/99542/gen-sprite.png?v=0.3.1) no-repeat;
  display: block;
  background-position: 0 -485px;
  margin: .75em 0 0 .2em;
}

/* added from global.css */
#qg-coa > a {
  float: left;
}

.qg-coa-text {
  font-size: 10px;
  margin: 1.7em 0 0 .5em;
  font-weight: 700;
  width: 17em;
  display: block;
  float: left;
  border-right: #004b89 solid 1px;
  border-right: solid 1px rgba(0,75,137,0.5);
  padding-right: .5em;
}

@media all and (max-width: 28em) {
  /* added from global.css */
  .preview #header.ws-header {
    padding-bottom: 1em;
  }

  /* added from global.css */
  #header .search-toggle {
    top: 4.4em;
    right: 3em;
  }

  /* added from global.css */
  .preview #header.ws-header #input_contain {
    width: 55%;
    padding-top: .3em;
  }

  /* added from global.css */
  span.qg-coa-text {
    font-size: 8px;
    margin: 1.2em 0 0 .5em;
  }

  #qg-coa {
    width: initial;
  /* changed from 60% */
  }

  #qg-coa img {
    width: auto;
  /* added from global.css */
    height: 50px;
    float: left;
  /* added from global.css */
  }

  #header #site_logo {
    padding: .1em 0 0;
  }

  h2#site-name {
    padding-left: 0;
  /* changed from 0.4em */
  }

  #header #site_logo img {
    width: 75px;
  /* changed from 130px */
    margin-top: 0;
  /* added from global.css */
  }

  #industry_heading {
    font-size: .7em;
    margin-left: 0;
    position: absolute;
    right: 1em;
    top: .5em;
    left: auto;
    width: 35%;
    text-align: right;
  }

  .nav-toggle {
    top: -5.8em;
  }

  #nav .nav-toggle {
    top: 1em;
  }

  #header_right #input_contain #search input.text {
    width: 60%;
  }

  #header_right #input_contain {
    width: 48%;
    right: 4em;
  }

  #header_right #phone,#header_right #phone-icon {
    bottom: 0;
    height: 2em;
    margin: 0;
    padding: 0;
    width: 2em;
    background-position: -134px 10px;
    top: 0;
  }

  #phone a,#phone-icon a {
    display: block;
    width: 2em;
    height: 2em;
  }

  /* added from global.css */
  #header_right #phone-icon {
    top: 4em;
    right: -2.4em;
  }

  #phone a span,#phone-icon a span {
    display: block;
    width: 0;
    overflow: hidden;
  }

  .preview #qg-coa {
    padding-left: .4em;
    overflow: hidden;
    width: auto;
  /* changed from 25% */
    float: left;
  }

  /* this is not in global.css
  .preview #qg-coa img {
  width: 100%;
  height: auto;
  }
  */
  .preview .mobile-header-hide {
    display: none;
  }

  .preview .wide-header-hide {
    display: block;
  }

  .preview #header.ws-header h2#site-name {
    float: left;
    width: 4.5em;
    padding: .2em 0 0 2%;
  }

  .preview #header #site_logo {
    width: 100%;
  }

  .preview #header #site_logo img {
    width: 100%;
  }

  .preview #header .search-toggle {
    top: 4.5em;
    right: 6em;
  }

  .preview #header_right #phone-icon {
    top: 4.25em;
    right: -.2em;
  }

  .preview #header.ws-header .nav-toggle {
    top: 4.3em;
  }
}

ul#nav li {
  list-style: none;
}

fieldset.ws-fieldset {
  border: none;
  position: relative;
  padding: 0;
}

fieldset.ws-fieldset legend {
  font-size: 1.5em;
  font-weight: 400;
  color: #004b89;
  margin-bottom: .5em;
}

fieldset.ws-fieldset #queries_keyword_query,fieldset.ws-fieldset #court-query {
  width: 80%;
  padding: 4px 1%;
}

fieldset.ws-fieldset.n1 #queries_keyword_query {
  width: 60%;
}

fieldset.ws-fieldset .submit {
  position: absolute;
  top: 2.45em;
  right: 0;
}

fieldset.ws-fieldset.n1 .submit {
  top: 0;
}

.form-meta-filter {
  display: block;
  width: 100%;
  float: none;
}

body .search-common-form .form-meta-filter input[type="text"] {
  width: 3em;
}

.form-meta-filter select {
  margin: 0 1em 1em 0;
  width: 100%;
}

.ws-alphalist {
  margin-bottom: 1em;
}

.results {
  margin-bottom: 1em;
}

.results .result-item {
  margin-bottom: 2em;
}

.results .result-item h4 {
  margin-bottom: 5px;
  font-weight: 400;
}

.results .result-meta {
  margin-top: 1em;
}

.results .result-href {
  color: #BC682F;
}

.home #connect-with-us {
  padding-bottom: 10px;
}

.home #connect-with-us h2 {
  margin-top: 4px;
}

#right_col #connect-with-us.box {
  position: relative;
  padding-bottom: 12px;
}

#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;
}

/* I am a - aside */
#i_am_a {
  background: none;
}

#i_am_a .box_inner {
  padding: 0;
  position: relative;
  background: none;
  overflow: visible;
}

#i_am_a .box_deep_inner {
  display: block;
  background: #fff;
  position: relative;
  padding: 0 0 1em;
}

#i_am_a h2 {
  position: relative;
  padding: .5em 0;
  cursor: pointer;
}

#i_am_a h2:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  top: .3em;
  left: 4em;
  position: absolute;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/99527/i_am_a_sprite.png?v=0.3.1) no-repeat 0 0;
}

#i_am_a .tooltip {
  display: none;
  color: #fff;
  background: #1b416f;
  padding: .8em;
  font-weight: 400;
  font-size: .85em;
  position: absolute;
  width: 50%;
  z-index: 9;
  top: 1.5em;
  line-height: 1.4em;
  right: 5.5em;
}

#i_am_a h2:hover .tooltip {
  display: block;
}

#i_am_a #user-type-options {
  display: none;
}

#i_am_a #user-type-options.active {
  display: block;
  position: absolute;
  display: block;
  width: 100%;
  z-index: 4;
  top: 7.65em;
  left: auto;
  right: 0;
  background: #d44503;
}

#i_am_a #user-type-options li span {
  color: #fff;
  display: block;
  border-bottom: 1px solid #fff;
  padding: .3em 1em;
  cursor: pointer;
}

#i_am_a .title {
  display: block;
  background: #4a4a4a;
  color: #fff;
  padding: .6em 0 .5em 1em;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0 0 2em;
  position: relative;
}

#i_am_a .title .thumb img {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
}

#i_am_a .change-user-type {
  display: block;
  position: absolute;
  top: 5.9em;
  right: 0;
  background: #d44503;
  color: #fff;
  padding: .3em 3em .2em 1em;
  z-index: 2;
}

#i_am_a .change-user-type:after {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  top: 0;
  position: absolute;
  right: .5em;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/99527/i_am_a_sprite.png?v=0.3.1) no-repeat -5px -56px;
}

#i_am_a .box_deep_inner ul {
  padding: 0 1em;
}

#i_am_a .box_deep_inner h4 {
  padding: 0 .9em;
  margin-bottom: .5em;
}

#right_col #i_am_a li a {
  padding: .5em 0;
}

/* Events section additional styles */
.search-events-form fieldset.event-topics,.search-events-form fieldset.event-industry,.search-events-form fieldset.event-region {
  display: block;
  float: none;
  width: 100%;
}

.search-events-form fieldset.event-industry select {
  width: 100%;
}

.search-events-form select {
  background: #fff;
}

/* Quiz styling */
#content-container #mid_col .online-quiz ul li {
  width: 100%;
  margin: 0 0 .5em;
}

#content-container #mid_col .online-quiz ul li label {
  margin: 0 0 0 .5em;
}

#mid_col .online-quiz .sq-online-quiz-question-multichoice {
  margin: 0 0 2em;
}

#mid_col .search-common-form fieldset.ws-fieldset td {
  padding-top: 0;
  padding-right: 1em;
  padding-bottom: 1em;
}

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

/* Court Summaries */
.form-courts-text,.form-courts-date {
  margin-bottom: 1em;
}

.search-common-form .text.form-field input.form-courts-text {
  width: 80%;
}

.search-common-form .text.form-field input.form-courts-date {
  width: 6em;
}

/* ws header updates */
#header.ws-header {
}

#header.ws-header h2#site-name {
  float: left;
}

#header.ws-header div.site_title {
  color: #004b89;
  font-size: 1.1em;
  margin: 0 0 .3em .5em;
  display: block;
  clear: both;
}

#header.ws-header #input_contain {
  display: none;
  position: relative;
  width: 96%;
  clear: both;
  margin: .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: .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: 0;
  text-transform: capitalize;
  position: absolute;
  padding: 4px .2em;
  border: none;
  background: #db6f24;
  position: absolute;
  top: 0;
  right: 0;
}

#header.ws-header .nav-toggle {
  top: .2em;
  z-index: 3;
}

#navigation .nav-toggle {
  display: none;
}

#navigation ul#nav.active .nav-toggle {
  display: block;
}

/* end ws header updates */
#mid_col ul li {
  width: auto;
  line-height: 1.5em;
}

#mid_col ul ul li {
  background-position: -9px -4px;
}

/* Court Summaries Search */
.advanced-fieldset {
  display: none;
}

.no-js .advanced-fieldset {
  display: block;
}

h3.advanced-search {
  cursor: pointer;
}

.advanced-toggle {
  font-family: 'courier';
  margin-right: .25em;
}

.advanced-toggle.advanced-collapsed:after {
  content: '+';
}

.advanced-toggle.advanced-expanded:after {
  content: '-';
}

#mid_col .court-summaries-rest #items {
  width: 100%;
}

#left_col #inside_navigation {
  display: block;
}

.summary-details-list dl {
  margin: 2em;
}

.summary-details-list dt {
  float: left;
  clear: left;
  font-weight: 700;
  width: 16em;
}

.summary-details-list dd {
  margin: 1em;
  padding: 0 0 1em;
}

.mobile-hide {
  display: none;
}

a.tooltip {
  display: inline;
  position: relative;
}

a.tooltip:hover:after {
  background: #333;
  background: rgba(0,0,0,.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(data-title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}

a.tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

.alert {
  background: #FFF6CF;
  border: 1px solid #EB9E1C;
  padding: .5em .7em .7em;
  color: #000;
  display: block;
  clear: both;
  margin: 1em 0;
}

/* Responsive Imagery */
#content img {
  max-width: 100%;
  height: auto;
}

#content .map img,.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: .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: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.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: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  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: #333;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: .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: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  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 #fff;
  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: #000;
}

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

.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;
  }

  .preview #header.ws-header h2#site-name {
    padding-top: .5em;
  }
}

@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;
}

/*!
*  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/99521/fontawesome-webfont.eot?v=0.3.1?v=4.2.0);
  src: url(https://www.worksafe.qld.gov.au/__data/assets/file/0008/99521/fontawesome-webfont.eot?v=0.3.1?#iefix&v=4.2.0) format("embedded-opentype"),url(https://www.worksafe.qld.gov.au/__data/assets/file/0005/99518/fontawesome-webfont.woff?v=0.3.1?v=4.2.0) format("woff"),url(https://www.worksafe.qld.gov.au/__data/assets/file/0006/99519/fontawesome-webfont.ttf?v=0.3.1?v=4.2.0) format("truetype"),url(https://www.worksafe.qld.gov.au/__data/assets/file/0007/99520/fontawesome-webfont.svg?v=0.3.1?v=4.2.0#fontawesomeregular) format("svg");
  font-weight: 400;
  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 .5em;
}

.fa-external-link:before {
  font-size: 80%;
  color: #06F;
}

body #share_buttons i.fa {
  display: none;
  content: "";
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,.video-container object,.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mid_col .court-summaries-landing .court-summary-year-header {
  cursor: pointer;
  margin: 0;
}

#mid_col .court-summaries-landing .page-list {
  display: none;
}

#mid_col ul#social-tabs li {
  width: 20%;
}

#content-container #mid_col ul.alert-listing h2 {
  margin-bottom: 0;
}

#content-container #mid_col .alert-listing-item {
  background: none;
  margin-bottom: 1em;
  padding: 0 0 2px 12px;
  position: relative;
}

#content-container #mid_col .alert-listing-title {
  cursor: pointer;
}

#content-container #mid_col .alert-listing-title:before {
  font-family: courier;
  left: -.5em;
  letter-spacing: -2px;
  position: absolute;
  top: -.1em;
}

#content-container #mid_col .alert-listing-title.alert-open:before {
  content: '[-]';
}

#content-container #mid_col .alert-listing-title.alert-closed:before {
  content: '[+]';
}

#content-container #mid_col .alert-listing-summary {
  display: none;
}

#content-container #mid_col .alert-listing-title {
  margin-bottom: .5em;
}

#content-container #mid_col ul.alert-listing ul li {
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0003/84387/bullet-sprite.png) -1249px -3px no-repeat;
  background-position: -3836px -3px;
  padding-left: 10px;
}

.product-recalls-search-results .product-recalls-search-intro {
  display: none;
  visibility: hidden;
}

/*global styles*/
body.home #banner .slide-content {
  padding: 10px 10%;
}

body.home #left_col {
  display: none;
}

body.home #content {
  position: relative;
}

body.home div .home-services {
  overflow: visible;
}

body.home .campaign_box_content a img {
  width: 100%;
  height: 100%;
}

body.home #content,body.home #content-container .inner {
  padding: 0;
  margin: 0;
}

body.home #banner {
  font-size: 1em;
}

body.home .home-container {
  margin: 2em 2% 0;
}

body.home .box {
  margin-bottom: 1em;
  overflow: auto;
}

body.home #mid_col .box_inner .home-services .box_inner {
  overflow: visible;
  padding: 2em;
}

body.home .home-services-container {
  margin: 0;
  width: 100%;
}

body.home div.home-services {
  height: auto;
}

body.home div.home-services .box_inner {
  background: #fff;
  padding: 2em 1em;
  margin: 0 0 1em;
  height: auto;
  padding-top: 1em;
}

.home-services .os-closed {
  background-image: url(https://www.worksafe.qld.gov.au/__data/assets/image/0018/94230/arrow-down-black.jpg);
}

.home-services .os-opened {
  background-image: url(https://www.worksafe.qld.gov.au/__data/assets/image/0019/94231/arrow-up-black.jpg);
}

/* 'I am a' additions */
#right_col #i_am_a li.addition_customer_content {
  margin: 2em 0 1em;
  font-size: 1.1em;
  line-height: 1.4em;
}

#right_col #i_am_a li.addition_customer_content a {
  display: inline;
  padding: 0;
  margin: 0;
  background: none;
}

#i_am_a .box_deep_inner > ul > li > a {
  display: block;
  padding: 1em 0;
}

#i_am_a #user-type-options li span {
  padding: 1em;
}

.home #mid_col .box_inner .videos .box_inner {
  padding: 0;
}

.videos > .box_inner > h2 {
  padding: 0 2%;
  margin: 0 0 1em;
}

.video-content {
  display: block;
  float: left;
  width: 92%;
  margin: 0 4%;
  padding: 0;
  height: 25em;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
  position: relative;
}

[data-layouttype="list"] .video-content {
  height: auto;
}

.video-page__content .video-content {
  margin: 0 4% 3em;
}

.video-content__thumb {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 12.8em;
}

.video-content__thumb > img {
  width: 100%;
  height: 100%;
}

.video-content__thumb:hover .video-content__options {
  display: block;
}

span.video-content__duration {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #3c3c3c;
  color: #fff;
  padding: .1em .3em;
}

.video-content__options {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
}

.video-content__options_title {
  display: block;
  padding: 1em;
  position: relative;
}

#mid_col .video-content__options a,#mid_col .video-content__options a:hover,#mid_col .video-content__options a:focus {
  color: #fff;
}

.video-content__more_button,.video-content__play_button {
  display: block;
  width: 40%;
  float: left;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 4em;
  padding: 60px 0 0;
}

.video-content__more_button {
  left: auto;
  right: 0;
  margin-right: 10%;
}

.video-content__play_button {
  margin-left: 10%;
}

.video-content__play_button:after,.video-content__more_button:after {
  content: "";
  position: absolute;
  width: 53px;
  height: 50px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -26px;
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0003/94233/video-control-buttons.png) no-repeat 0 -50px;
}

.video-content__more_button:after {
  background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0003/94233/video-control-buttons.png) no-repeat 0 0;
}

.video-content__options > * {
  z-index: 1;
}

.video-content__options:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .8;
  background: #004b89;
  z-index: 0;
}

.video-content__info {
  padding: .5em 1em 0;
/*min-height: 5em;*/
}

.video-content__info .video-content__title {
  font-weight: 700;
}

[data-layouttype="list"] .video-content__desc_short.list-hide {
  display: none;
}

.video-content__data a {
  float: right;
}

.video-content__data span {
  float: left;
  padding: .5em 0 0;
  display: block;
  margin: 0 .2em .5em 0;
}

.grid .video-content__desc {
  display: none;
}

.videos .more-link {
  display: block;
  float: left;
  padding: .5em;
  color: #fff;
  margin: 2em 1em 1em;
  background: #3c3c3c;
  clear: both;
}

.videos .more-link:hover,.videos .more-link:focus,#mid_col .videos .more-link:hover,#mid_col .videos .more-link:focus {
  color: #fff;
}

.videos .video-content .more-link {
  display: block;
  float: right;
  padding: .5em;
  color: #fff;
  margin: 0;
  background: #3c3c3c;
  clear: none;
}

/* Video landing page additions */
/* List view - go full wide col width */
[data-layouttype="list"] > .span-4 {
  width: 100%;
}

.video-page__content .span-4:nth-child(3n+1) {
  clear: left;
}

/* Hide the main video descriptions for grid view */
[data-layouttype="grid"] .video-content__desc {
  display: none;
}

[data-layouttype="grid"] .video-content [class*="span-"] {
  width: auto;
  float: none;
}

.video-content__data {
  position: absolute;
  bottom: 0;
  width: 92%;
}

[data-layouttype="list"] .video-content__data {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sorting__select {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 2em;
}

.sorting__select select {
}

.sorting__select-title {
}

#mid_col .sorting__select-title a {
  display: block;
  width: auto;
  padding: .7em 2em .7em .7em;
  font-weight: 700;
  text-align: center;
  background: #e8e7e7;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  float: left;
  margin: 0 .8em 0 0;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
}

#mid_col .sorting__select-title a:after {
  content: "\25bc";
  font-size: .6em;
  position: absolute;
  right: .6em;
  top: 1.1em;
}

#mid_col .sorting__select-title a span {
  display: block;
  overflow: hidden;
  max-width: 8em;
  white-space: nowrap;
}

#mid_col a.sorting__reset-button {
  display: block;
  width: auto;
  padding: .7em 1em;
  font-weight: 700;
  text-align: center;
  background: #2E4F80;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #e8e7e7;
  text-decoration: none;
  float: left;
  margin: 0;
  position: relative;
}

#mid_col a.sorting__reset-button:hover,#mid_col a.sorting__reset-button:focus {
  color: #fff;
}

#mid_col .sorting__select-title a:hover {
  text-decoration: none;
  background: #004b89;
  color: #fff;
}

#mid_col .sorting__select .selector {
  display: none;
  position: absolute;
  width: 20em;
  z-index: 8;
  top: 100%;
  left: 0;
  margin: .5em 0 0;
  padding: .3em 0;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e8e7e7;
}

#mid_col .sorting__select .selector.active {
  display: block;
}

#mid_col .sorting__title-remove li:first-child {
  display: none;
}

#mid_col .sorting__select .selector li a {
  display: block;
  padding: 1em 2em;
}

#mid_col .sorting__select .selector li a:hover,#mid_col .sorting__select .selector li a:focus {
  background: #004b89;
  color: #fff;
}

.sorting__select .selector li.selected {
}

.sorting__select .selector li.selected a {
}

.video-content[data-url=""] .video-content__play_button {
  display: none;
}

.video-content[data-url=""] .video-content__more_button {
  width: 100%;
  margin: 0;
}

.video-content__iframe {
  width: 100%;
  height: 400px;
}

.sorting__select input[name="queries_text_search_query"] {
  display: block;
  width: auto;
  padding: 0 1em;
  line-height: 2.3em;
  height: 2.3em;
  border-radius: 3px;
  border: 1px solid #e8e7e7;
  color: #000;
  margin: 0 1em 0 0;
  position: relative;
}

/* tablet */
@media (min-device-width: 43.001em) and (max-device-width: 68em),(min-width: 43.001em) and (max-width: 68em) {
  .videos .video-content__more_button,.videos .video-content__play_button {
    top: 1em;
  }

  body.home #content #right_col {
    top: 6em;
  }
}

/* Forms and Resources Grid Layout */
.fb-search-forms-resources .fb-search-form {
  width: auto;
}

.fb-search-forms-resources .fb-search-form input {
  border: 1px solid #fff;
  padding: 5px 1%;
  width: 95%;
}

.wrap-fb-input {
  border: 1px solid #DFDCDC;
  display: inline-block;
  margin-bottom: .5em;
  position: relative;
  width: 97%;
}

.wrap-fb-select {
  border: 1px solid #DFDCDC;
  display: inline-block;
  margin-bottom: .5em;
  position: relative;
  width: 97%;
}

.wrap-fb-select:before {
  background: #fff;
  content: "";
  width: 22px;
  height: 23px;
  position: absolute;
  right: 0;
  top: 0;
}

.wrap-fb-select:after {
  content: "\25BC";
  position: absolute;
  right: 1%;
  top: 6px;
}

.fb-search-forms-resources .fb-search-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 5px 1%;
  width: 100%;
}

.fb-search-forms-resources .fb-search-form .submit {
  display: inline-block;
}

.fb-search-forms-resources.funnelback-rest #items {
  margin-top: 1em;
  min-height: 25em;
  width: 100%;
}

.forms-resources__grid-container-item {
  border: 1px solid #dfdcdc;
  margin-bottom: 1em;
  margin-right: 0;
  position: relative;
  width: 100%;
}

.forms-resources__grid-container-item.item--linked {
  padding-bottom: 3.25em;
}

.forms-resources__grid-container-item h2 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.forms-resources__grid-container-item--title {
  background: #3c3c3c;
  padding: .25em 0 .15em .25em;
}

.item--linked .forms-resources__grid-container-item--title {
  background: #2E4F80;
}

.inside #mid_col .forms-resources__grid-container-item--title {
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: .3em 2%;
  text-decoration: none;
  width: 96%;
}

.inside #mid_col a.forms-resources__grid-container-item--title {
  text-decoration: none;
}

.inside #mid_col a.forms-resources__grid-container-item--title:hover {
  color: #fff;
  text-decoration: underline;
}

.forms-resources__grid-sublisting {
  margin: .75em .5em;
}

#mid_col .forms-resources__grid-sublisting li {
  margin-bottom: .5em;
}

.inside #mid_col .forms-resources__grid-container-item--more a {
  background: #3c3c3c;
  bottom: 1em;
  color: #fff;
  left: 1em;
  padding: .5em .75em;
  position: absolute;
  text-decoration: none;
}

.inside #mid_col .forms-resources__grid-container-item--more a:hover {
  text-decoration: underline;
}

/*------------------ Whats on updates -------------------*/
.display-none {
  display: none;
}

.search-events.event-landing {
  margin-top: -4em;
  clear: both;
}

/*------------------ MAP -------------------*/
#event-qld-map {
  display: none;
}

.map-location-selection input[type='checkbox'] {
  margin-bottom: .5em;
}

.map-location-selection fieldset {
  border: none;
}

.map-location-selection span {
  padding-left: .5em;
}

.map-location-selection {
  position: absolute;
  right: 2%;
  z-index: 100;
}

.event-qld-map-wrapper {
  background: transparent url(https://www.worksafe.qld.gov.au/__data/assets/image/0006/99564/map-background-new.png) 0 0 no-repeat;
  padding-right: 5px;
}

.event-qld-map-wrapper .hover-map.north.current,.event-qld-map-wrapper .hover-map.central.current,.event-qld-map-wrapper .hover-map.south-west.current,.event-qld-map-wrapper .hover-map.brisbane-north.current,.event-qld-map-wrapper .hover-map.brisbane-south.current {
  background-image: url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/99563/map-sprite-new.png);
}

.event-qld-map-wrapper.north .hover-map.north,.event-qld-map-wrapper.central .hover-map.central,.event-qld-map-wrapper.south-west .hover-map.south-west,.event-qld-map-wrapper.brisbane-north .hover-map.brisbane-north,.event-qld-map-wrapper.brisbane-south .hover-map.brisbane-south {
  background-image: url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/99563/map-sprite-new.png);
}

#event-qld-map {
  border: 1px solid #f0f0f0;
  width: auto;
}

#event-qld-map .map-header {
  color: #fff;
  background: #2f4f80;
  margin: 0;
  padding: .5em 1em;
  font-size: 1.25em;
  font-weight: 600;
}

.map-location-selection input[type='button'] {
  float: right;
  margin-top: 1em;
  display: block;
  width: auto;
  padding: .7em 1em;
  font-weight: 700;
  text-align: center;
  background: #2E4F80;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #e8e7e7;
  text-decoration: none;
  pointer: cursor;
}

#mid_col .events-listing-container h3.result-header {
  margin: 0 0 1em;
}

/* --------------- Pagination -----------------*/
#upcoming-events-results,#news-results {
  margin-top: 1em;
  text-align: center;
}

.upcoming-events-results-display,.news-results-display {
  padding: .2em .5em;
}

.upcoming-events-results-pagelist {
}

.upcoming-events-results-pagelist > a {
}

.events-page-list,.news-page-list {
  text-align: center;
  padding: 0;
}

.events-page-list b,.news-page-list b {
  margin-left: .4em;
}

.events-page-list a,.news-page-list a {
  margin-left: .4em;
  cursor: pointer;
}

.next-page-link,.previous-page-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none !important;
  color: #000;
}

.next-page-link.enabled,.previous-page-link.enabled {
  cursor: pointer;
  pointer-events: auto;
  text-decoration: underline !important;
}

#upcoming_results_filter_select {
  margin-bottom: 2em;
  width: 100%;
  box-shadow: #ccc 1px 1px 3px;
  border: 1px solid #CCC;
  background: #fff;
}

/*------------------ FEATURED EVENTS -----------------*/
#featured-event-container {
  width: 100%;
  border-bottom: #f1f1f1 2px solid;
  padding-bottom: 20px;
  margin-bottom: 10px;
  float: left;
}

#featured-event-container:after {
  clear: both;
}

#featured-event-container .featured-event {
  box-sizing: border-box;
  width: 100%;
  float: none;
  height: auto;
}

#featured-event-container .featured-event .inner {
  height: 100%;
  background: #f0f0f0;
}

#featured-event-container .featured-event a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}

#featured-event-container .featured-event a:hover,#featured-event-container .featured-event a:focus {
  text-decoration: none;
}

#featured-event-container .featured-event p {
  margin: 0;
  padding: .1em .5em 0;
  font-size: 1.2em;
  line-height: 1.4em;
}

#featured-event-container .featured-event:first-of-type p {
  margin: 0;
  padding: .2em 1em 0;
  font-size: 1.4em;
}

#featured-event-container .featured-event:nth-child(1n+2) {
  padding-top: .5em;
}

#featured-event-container .featured-event:nth-child(3n+3) {
  padding-right: .2em;
  padding-left: .2em;
}

#featured-event-container .featured-event:nth-child(3n+2) {
  padding-right: .4em;
}

#featured-event-container .featured-event:nth-child(3n+4) {
  padding-left: .4em;
}

#featured-event-container .featured-event:nth-child(1n+5) {
/*padding: .5em .5em 0 .5em;*/
}

#featured-event-container .featured-event:first-of-type {
  width: 100%;
  height: 200px;
  margin: 0;
  height: 100%;
  float: none;
}

#featured-event-container .featured-event:first-of-type .thumbnail {
/*  padding: 1.2em 1.2em 0 1.2em;*/
  padding: 1%;
  height: 80%;
}

#featured-event-container .featured-event:first-of-type .info {
  padding: 1%;
  height: 15.5%;
}

.featured-event .info {
  padding: 1%;
  display: block;
  width: 98%;
}

.featured-event .thumbnail {
/*padding: 2% 0.3em;*/
  display: block;
  padding: 1%;
  width: 98%;
}

.featured-event .thumbnail img {
  width: 100%;
}

.find-out-more {
  position: absolute;
  background: rgba(47,79,128,0.90);
  color: #fff;
  width: 98%;
  bottom: 0;
  height: 100%;
  text-align: center;
  padding: 0;
  line-height: 3.8em;
  margin: 0;
  font-size: 1.5em;
  display: none;
}

/*--------------Search ---------------*/
.search-events .search-events-form,.search-news .search-news-form {
  width: auto;
  overflow: hidden;
  font-size: 1.2em;
/*padding: 0 0 0 10px;*/
  float: none;
}

.search-events .search-events-form > div,.search-news .search-news-form > div {
  padding-bottom: 1.5em;
}

.search-events-form fieldset.event-industry,.search-events-form fieldset.event-industry select {
/*width: auto;*/
}

.search-events-form fieldset.event-topics {
  display: none;
}

.search-events-form .submit,.search-news-form .submit {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
  padding: 0;
}

.search-events .search-events-form .submit input[type="submit"],.search-news .search-news-form .submit input[type="submit"],#advanced_search_button {
  padding: 4px 7px;
  margin: 0 .5em 0 0;
  float: left;
  clear: none;
  margin: 0 1em 1em 0;
  background: #2e4f80;
  border: none;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  display: block;
  font-size: 1em;
}

.search-events .search-events-form .submit input[type="submit"]:hover,.search-news .search-news-form .submit input[type="submit"]:hover,#advanced_search_button:hover,#whats_on_back_to_events a:hover,#back_to_latest_news a:hover {
  opacity: .85;
}

#advanced_search_button {
  background: #efefef;
  color: #000;
  float: left;
}

.search-events .search-events-form fieldset.event-dates input,.search-events .search-events-form fieldset.event-dates select,.search-news .search-news-form fieldset.news-dates input,.search-news .search-news-form fieldset.news-dates select,.search-common-form fieldset.event-dates input,.search-common-form fieldset.event-dates select {
  padding: 0;
  font-size: 1.1em;
  margin-left: 0;
  border: none;
  background: none;
  float: left;
}

.search-events .search-events-form fieldset.event-dates,.search-news .search-news-form fieldset.news-dates {
  font-size: .9em;
  width: auto;
  float: left;
  margin-top: 1em;
}

.search-events .search-events-form fieldset.event-region select,.search-news .search-news-form fieldset.news-region select {
  border: 1px solid #CCC;
  height: 2.2em;
}

body.lt-ie10 #search_events_form_advanced_search select,body.lt-ie10 .search-events .search-events-form fieldset.event-region select,body.lt-ie10 #search_news_form_advanced_search select,body.lt-ie10 .search-news .search-news-form fieldset.news-region select {
  height: 2em;
}

#search_events_form_advanced_search select,.search-events-form select,#search_news_form_advanced_search select,.search-news-form select {
  box-shadow: #ccc 1px 1px 3px;
  border: 1px solid #CCC;
  height: 2.2em;
  margin-right: 1.5em;
  width: 100%;
  background-color: #fff;
}

#queries_keywords_query,#event_region_new,.events_picker-popup .picker__input {
  box-shadow: #ccc 1px 1px 3px;
  border: 1px solid #CCC;
}

#queries_keywords_query {
  margin-right: 1.5em;
}

#event_region_new {
/*width: 10em ;*/
  margin-right: 1.5em;
}

.search-events .search-events-form .text.form-field,.search-common-form .text.form-field,.search-news .search-news-form .text.form-field,.search-common-form .text.form-field {
  padding-bottom: 0;
  float: none;
}

.search-common-form .text.form-field input {
  width: auto;
  padding: 5px 7px;
}

.search-common-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.search-events .search-events-form fieldset,.search-news .search-news-form fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1em;
}

.search-events .search-events-form fieldset.event-dates-visual,.search-news .search-news-form fieldset.news-dates-visual {
  clear: both;
}

.search-events.search-results,.search-news.search-results {
  padding-top: 1.3em;
}

.search-events.event-landing .search-events-form,.search-news.news-landing .search-news-form {
  width: 100%;
}

.event-dates.start-date-range table {
  background: none !important;
}

.event-dates.start-date-range tr {
/*float: left;
width: 10em;
margin-right: 1em;
margin-bottom: 1em;*/
}

.event-dates.start-date-range td {
/*display: none;
padding: .2em 0 0 0 !important;*/
}

.event-dates.start-date-range td img {
/*margin-left: -.3em;
padding: .05em 0;*/
}

.event-dates.start-date-range td:last-of-type {
/*display: block;
box-shadow: #ccc 1px 1px 3px;
border: 1px solid #CCC !important;
background: #fff;*/
}

.event-dates.start-date-range tbody tr:first-of-type td:last-of-type::after {
/*content:'Date From';
vertical-align:top;*/
}

.event-dates.start-date-range tbody tr:last-of-type td:last-of-type::after {
/*content:'Date To';
vertical-align:top;*/
}

.event-content p:last-of-type {
  margin-bottom: 0;
}

#document-properties {
  padding-top: 2em;
}

#search_events_form_initial_search,#search_news_form_initial_search {
  padding: .8em .8em 0;
  background: #dfdcdc;
}

#search_events_form_initial_search legend.title,#search_news_form_initial_search legend.title {
  display: block;
  font-size: 1.2em;
  background-color: #dfdcdc;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 0 0 .8em;
  padding: 0 0 .2em;
}

#search_events_form_advanced_search,#search_news_form_advanced_search {
  padding: 0;
}

#search_events_form_advanced_search .row,#search_news_form_advanced_search .row {
  overflow: hidden;
  clear: both;
  padding: 0;
}

#whats_on_back_to_events,#back_to_latest_news {
  float: none;
  display: none;
  clear: none;
  margin: 0 0 1em;
  padding: 0;
}

.search-results #whats_on_back_to_events,
.search-results #back_to_latest_news {
  display: inline-block;
}

#whats_on_back_to_events a,#back_to_latest_news a {
  background-color: #2e2e2e;
  color: #fff;
  padding: .3em .8em;
  display: block;
  font-size: 1em;
  text-decoration: none !important;
}

form[id*="search_page"] #whats_on_back_to_events a:hover,form[id*="search_page"] #whats_on_back_to_events a:focus,form[id*="search_page"] #back_to_latest_news a:hover,form[id*="search_page"] #back_to_latest_news a:focus {
  color: #fff;
}

#whats_on_search_sorting {
  display: block;
  clear: both;
  margin: 0 0 2em;
  float: none;
  overflow: hidden;
  position: relative;
}

#whats_on_search_sorting:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dfdcdc;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  overflow: hidden;
  bottom: 0;
}

.search-events .search-events-form .text.form-field,.search-news .search-news-form .text.form-field {
  margin: 0 0 .9em;
}

/*------------------ End Whats on updates -------------------*/
/* ==========================================================================
$BASE-PICKER
========================================================================== */
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
* The picker input element.
*/
.picker__input {
  cursor: default;
}

/**
* When the picker is opened, the input element is “activated”.
*/
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
* The holder is the only “scrollable” top-level container element.
*/
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
/**
* Note: the root picker element should *NOT* be styled more than what’s here.
*/
/**
* Make the holder and frame fullscreen.
*/
.picker__holder,.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/**
* The holder should overlay the entire screen.
*/
.picker__holder {
  position: fixed;
  transition: background .15s ease-out,-webkit-transform 0 .15s;
  transition: background .15s ease-out,transform 0 .15s;
  -webkit-backface-visibility: hidden;
}

/**
* The frame that bounds the box contents of the picker.
*/
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all .15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
* The wrapper sets the stage to vertically align the box contents.
*/
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}

/**
* The box contains all the picker contents.
*/
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0,0,0,0.24);
  }
}

@media (min-height: 40.125em) {
  .picker__box {
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}

/**
* When the picker opens...
*/
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000);
  zoom: 1;
  background: rgba(0,0,0,0.32);
  transition: background .15s ease-out;
}

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
$BASE-DATE-PICKER
========================================================================== */
/**
* The picker box.
*/
.picker__box {
  padding: 0 1em;
}

/**
* The header containing the month and year stuff.
*/
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
* The month and year labels.
*/
.picker__month,.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}

/**
* The month and year selectors.
*/
.picker__select--month,.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,.picker__select--year {
    margin-top: -.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,.picker__select--year:focus {
  border-color: #0089ec;
}

/**
* The month navigation buttons.
*/
.picker__nav--prev,.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,.picker__nav--next {
    top: -.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid #000;
}

.picker__nav--prev:hover,.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
* The calendar table of dates
*/
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

.events_picker-popup label,.news_picker-popup label {
  cursor: pointer;
}

.events_picker-popup,.news_picker-popup {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 1em;
}

.events_picker-popup .datepicker,.events_picker-popup .datepicker1,.news_picker-popup .datepicker,.news_picker-popup .datepicker1 {
  padding: .4em;
}

#mid_col form table.picker__table td,#mid_col form table.picker__table th {
  text-align: center;
  padding: inherit;
  color: inherit;
  background: none;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
* The weekday labels
*/
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
/* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
* The days on the calendar
*/
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: .5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
}

.picker__day--infocus:hover,.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}

.picker__day--disabled,.picker__day--disabled:hover,.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/**
* The footer containing the "today", "clear", and "close" buttons.
*/
.picker__footer {
  text-align: center;
}

.picker__button--today,.picker__button--clear,.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,.picker__button--clear:hover,.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,.picker__button--clear:focus,.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,.picker__button--clear:before,.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20;
}

.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}

.picker__button--today[disabled],.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
$DEFAULT-DATE-PICKER
========================================================================== */
#right_col .related-map .register-button {
  display: block;
  clear: both;
  overflow: hidden;
}

#right_col .related-map .register-button a {
  float: left;
  margin-top: 1em;
  display: block;
  width: auto;
  padding: .7em 1em;
  font-weight: 700;
  text-align: center;
  background: #2E4F80;
  color: #fff;
  border: none;
  text-decoration: none;
}

.related-events.box,.box.more-information,.box.related-map {
  padding: 0 0 1em;
}

.box.related-events h2,.box.more-information h2,.box.related-map h2 {
  color: #fff;
  padding: .5em 1em;
  margin-bottom: .5em;
  background: #2E4F80;
}

#right_col .related-map .map {
  height: 17.5em;
  margin-bottom: .8em;
}

.events-listing.related-events .event-listing .event-date:after {
  position: absolute;
  margin-left: 1.5em;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 12px #2e4f80;
  border-left: solid 10px transparent;
  border-right: solid 1px transparent;
}

.related-events .event-listing {
  margin: 0 0 1em;
}

.table-responsive {
  width: 100%;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  min-height: .01%;
  overflow-x: auto;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

#mid_col .collapsify__title {
  font-weight: 400;
}

.collapsify__title {
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0 0 1em;
  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;
}

/* Search form 2016 */
.details__item {
  margin: 10px 0;
}

.details__item .bold {
  margin-right: 2px;
}

.bold {
  font-weight: 700;
}

.aside__header {
  padding: 12px;
  margin: 0;
  background-color: #2e4f80;
  color: #fff;
  font-size: 1rem;
}

.warning-box {
  font-size: .8rem;
  margin-top: 15px;
  padding: 14px 10px;
  border: 1px solid #eb9e1c;
  background-color: #fff6cf;
}

.btn {
  border: none;
  font-weight: 400;
  margin: 0 10px 0 0;
  padding: 5px 7px;
  cursor: pointer;
  display: inline-block;
  clear: both;
  font-size: .8em;
}

.btn--gray {
  background-color: #efefef;
  color: #00005d;
}

.btn--gray:hover {
  background-color: #fcfafa;
}

.btn--blue {
  background: #2e4f80;
  color: #fff;
}

.btn--blue:hover {
  background: #355e9b;
}

.search__wrapper {
  padding: 15px 13px;
  background-color: #dfdcdc;
}

.search__header {
  margin-bottom: 14px;
  margin-top: 0;
  color: #57585a;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  font-size: 1.125rem;
}

.search__input {
  height: 23px;
  width: 25%;
  margin-right: 12px;
  padding-left: 5px;
}

.search__advanced {
  padding-top: 10px;
}

.search__select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border-radius: 0;
  margin-right: 22px;
  width: 20%;
  height: 28px;
  padding: 0 10px;
  background: #fff url(https://www.worksafe.qld.gov.au/__data/assets/image/0005/120947/select.jpg?v=0.1.1) no-repeat center right;
  border: none;
}

.search__date-range {
  width: 120px;
}

.search__date-range {
  margin-right: 38px;
}

.search__buttons {
  margin-top: 18px;
}

@media (max-width: 767px) {
  .search__input {
    width: 60%;
    margin: 10px;
  }

  .search__select {
    width: 60%;
    margin: 10px;
  }
}

@media (min-width: 568px) {
  .col-1-2\@sm {
    width: 50%;
    float: left;
  }

  .news__article {
    height: 450px;
  }
}

@media (min-width: 940px) {
  .col-1-3\@md {
    width: 32.333%;
    float: left;
  }
}

@media (min-width: 1120px) {
  .col-1-4\@lg {
    width: 25%;
    float: left;
  }
}

.content--full {
  padding: 15px;
  background-color: #fff;
}

/* News */
.news__wrapper {
  margin-top: 20px;
}

#mid_col .news__wrapper a {
  text-decoration: none;
}

#mid_col .news__wrapper a:hover {
  text-decoration: underline;
}

.news__article {
  position: relative;
  border: 1px solid #dfdcdc;
  min-height: 250px;
  margin: 10px;
}

.news__thumb {
  display: block;
  position: relative;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #dfdcdc;
}

.news__type {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 27px;
  padding-top: 10px;
  padding-left: 20px;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  font-size: 1.125rem;
}

.news__title {
  margin: 0 0 16px;
  font-size: 1.125rem;
}

.news__info {
  font-size: .6875rem;
  color: #aaa;
}

.news__inner {
  padding: 20px 20px 40px;
}

.news__desc {
  font-size: .75rem;
}

.news__read-more {
  position: absolute;
  bottom: 24px;
  right: 16px;
  font-size: .75rem;
}

/* Common Forms */
.search-common-form .text.form-field {
  margin-bottom: 1em;
}

.ws-fieldset {
  clear: both;
}

@media (min-device-width: 43.001em) and (min-width: 43.001em) {

  .search-common-form .text.form-field {
    float: none;
  }
  
}
/*****************************/
/*** Onboarding keyframes definition ***/
/***************************/


@keyframes icon1 {
           100% { background-position: -5000%;}
        }

@keyframes icon2 {
           100% { background-position: -5000%; }
        }

@keyframes icon3 {
           100% { background-position: -5000%; }

        }
@keyframes icon4 {
           100% { background-position: -3700%; }

        }

@keyframes icon5 {
           100% { background-position: -4400%; }
        }

@keyframes icon6 {
           100% { background-position: -5100%; }
        }

@keyframes icon7 {
           100% { background-position: -3900%; }

        }

@keyframes icon8 {
           100% { background-position: -3700%; }

        }

@keyframes icon9 {
           100% { background-position: -4700%; }
        }

@keyframes icon10 {
           100% { background-position: -3700%; }
        }

@keyframes icon11 {
           100% { background-position: -4700%; }

        }
@keyframes icon12 {
           100% { background-position: -3400%; }

        }

@keyframes icon13 {
           100% { background-position: -3700%; }
        }

@keyframes icon14 {
           100% { background-position: -5100%; }
        }

@keyframes icon15 {
           100% { background-position: -4200%; }

        }

@keyframes icon16 {
           100% { background-position: -3700%; }

        }

@keyframes icon17 {
           100% { background-position: -3700%; }

        }

@keyframes icon18 {
           100% { background-position: -4200%; }
        }

@keyframes icon19 {
           100% { background-position: -4800%; }
        }

@keyframes icon20 {
           100% { background-position: -4300%; }

        }



/*****************************/
/********** Onboarding layout *************/
/***************************/

.icon-clear{
        clear:left;
        display:flex;
        }
        
.icon-transparent{
        width: 100%;
        height: 100%;
        display: block;
        }
        
.icon-caption{
        text-align:center;
        padding-bottom:2em;
        padding-top:0.5em;
        }
        
.icon-all{
        float:left;
        width:30%;
        max-width:88px;
        height:30%;
        margin:0 auto;
        background-position:0 0;
        display:block;
        }
@media (min-width: 470px) {.icon-all{max-width:124px;}}
@media (min-width: 1300px) {.icon-all{max-width:173px;}}

.icon-hero{
        width:50%;
        max-width:149px;
        height:50%;
        margin:0 auto;
        background-position:0 0;
        display:block;
}
@media (min-width: 470px) {.icon-hero{max-width:207px; float:left; margin-right:3%;}}
@media (min-width: 1300px) {.icon-hero{max-width:280px;}}

.hero-caption{
        font-size:3em;
        font-weight:bold;
        color:#fff;
        padding:5%;
}

.hero-container{
        overflow:auto;
        margin-bottom:5%;
}
.hero-red{
        background:#F05940;
}
.hero-orange{
        background:#F7963B;
}
.hero-sky{
        background:#B5D6ED;
}
.hero-blue{
        background:#42B5D4;
}
.hero-yellow{
        background:#F2D100;
}
.hero-navy{
        background:#304F80;
}
.hero-grey{
        background:#333333;
}
/* CEO */
.icon-1{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0004/144868/icon1.jpg');
        background-size: 5000%;
        }
        .icon-1:hover{
            animation: icon1 2s steps(50) infinite;
        }
.hero-1{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0004/144868/icon1.jpg');
        background-size: 5000%;
        animation: icon1 2s steps(50) infinite;
        }
/* Health and wellness */
.icon-2{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0006/145068/icon2.jpg');
        background-size: 5000%;
        }
        .icon-2:hover{
            animation: icon2 2s steps(50) infinite;
        }
.hero-2{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0006/145068/icon2.jpg');
        background-size: 5000%;
        animation: icon2 2s steps(50) infinite;
        }
/* Celebrations */
.icon-3{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0007/145069/icon3.jpg') ;
        background-size: 5000%;
        }
        .icon-3:hover{
            animation: icon3 2.2s steps(50) infinite; 
        }
.hero-3{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0007/145069/icon3.jpg') ;
        background-size: 5000%;
        animation: icon3 2.2s steps(50) infinite; 
        }
/* What to wear */
.icon-4{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0017/145070/icon4.jpg') ;
        background-size: 3700%;
        }
        .icon-4:hover{
            animation: icon4 2.5s steps(37) infinite;
        }
.hero-4{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0017/145070/icon4.jpg') ;
        background-size: 3700%;
        animation: icon4 2.5s steps(37) infinite;
        }
/* Paperless organisation */
.icon-5{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0018/145071/icon5.jpg') ;
        background-size: 4400%;
        }
        .icon-5:hover{
            animation: icon5 1.8s steps(44) infinite;
        }
.hero-5{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0018/145071/icon5.jpg') ;
        background-size: 4400%;
        animation: icon5 1.8s steps(44) infinite;
        }
/* How we communicate */
.icon-6{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0019/145072/icon6.jpg') ;
        background-size: 5100%;
        }
        .icon-6:hover{
            animation: icon6 3.5s steps(51) infinite;
        }
.hero-6{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0019/145072/icon6.jpg') ;
        background-size: 5100%;
        animation: icon6 3.5s steps(51) infinite;
        }
/* Getting to work */
.icon-7{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0020/145073/icon7.jpg') ;
        background-size: 3900%;
        }
        .icon-7:hover{
            animation: icon7 2s steps(39) infinite;
        }
.hero-7{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0020/145073/icon7.jpg') ;
        background-size: 3900%;
        animation: icon7 2s steps(39) infinite;
        }
/* Technology etiquette */
.icon-8{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0003/145074/icon8.jpg') ;
        background-size: 3700%;
        }
        .icon-8:hover{
            animation: icon8 2.5s steps(37) infinite;
        }
.hero-8{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0003/145074/icon8.jpg') ;
        background-size: 3700%;
        animation: icon8 2.5s steps(37) infinite;
        }
/* Building access */
.icon-9{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0004/145075/icon9.jpg') ;
        background-size: 4700%;
        }
        .icon-9:hover{
            animation: icon9 2s steps(47) infinite;
        }
.hero-9{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0004/145075/icon9.jpg') ;
        background-size: 4700%;
        animation: icon9 2s steps(47) infinite;
        }
/* Donations and charitable causes */
.icon-10{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0005/145076/icon10.jpg') ;
        background-size: 3700%;
        }
        .icon-10:hover{
            animation: icon10 2s steps(37) infinite;
        }
.hero-10{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0005/145076/icon10.jpg') ;
        background-size: 3700%;
        animation: icon10 2s steps(37) infinite;
        }
/* Social clubs */
.icon-11{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0006/145077/icon11.jpg') ;
        background-size: 4700%;
        }
        .icon-11:hover{
            animation: icon11 2s steps(47) infinite;
        }
.hero-11{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0006/145077/icon11.jpg') ;
        background-size: 4700%;
        animation: icon11 2s steps(47) infinite;
        }
/* Hours */
.icon-12{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0007/145078/icon12.jpg') ;
        background-size: 3400%;
        }
        .icon-12:hover{
            animation: icon12 2s steps(34) infinite;
        }
.hero-12{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0007/145078/icon12.jpg') ;
        background-size: 3400%;
        animation: icon12 2s steps(34) infinite;
        }
/* Our team */
.icon-13{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0018/145125/icon13.jpg') ;
        background-size: 3700%;
        }
        .icon-13:hover{
            animation: icon13 2s steps(37) infinite;
        }
.hero-13{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0018/145125/icon13.jpg') ;
        background-size: 3700%;
        animation: icon13 2s steps(37) infinite;
        }
/* Vision */
.icon-14{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0019/145126/icon14.jpg') ;
        background-size: 5100%;
        }
        .icon-14:hover{
            animation: icon14 2.5s steps(51) infinite;
        }
.hero-14{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0019/145126/icon14.jpg') ;
        background-size: 5100%;
        animation: icon14 2.5s steps(51) infinite;
        }
/* Facilities */
.icon-15{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0008/178172/icon15-2.jpg') ;
        background-size: 4200%;
        }
        .icon-15:hover{
            animation: icon15 2.5s steps(42) infinite;
        }
.hero-15{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0008/178172/icon15-2.jpg') ;
        background-size: 4200%;
        animation: icon15 2.5s steps(42) infinite;
        }
/* Gym */
.icon-16{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0003/145128/icon16.jpg') ;
        background-size: 3700%;
        }
        .icon-16:hover{
            animation: icon16 1s steps(37) infinite;
        }
.hero-16{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0003/145128/icon16.jpg') ;
        background-size: 3700%;
        animation: icon16 1s steps(37) infinite;
        }
/* Our story */
.icon-17{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0004/145129/icon17.jpg') ;
        background-size: 3700%;
        }
        .icon-17:hover{
        animation: icon17 2s steps(37) infinite;
        }
.hero-17 {
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0004/145129/icon17.jpg') ;
        background-size: 3700%;
        animation: icon17 2s steps(37) infinite;
        }
/* Lunch */
.icon-18{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0014/145130/icon18.jpg') ;
        background-size: 4200%;
        }
        .icon-18:hover{
            animation: icon18 2s steps(42) infinite;
        }
.hero-18{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0014/145130/icon18.jpg') ;
        background-size: 4200%;
        animation: icon18 2s steps(42) infinite;
        }
/* Day 1 */
.icon-19{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0015/145131/icon19.jpg') ;
        background-size: 4800%;
        }
        .icon-19:hover{
            animation: icon19 2s steps(48) infinite;
        }
.hero-19{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0015/145131/icon19.jpg') ;
        background-size: 4800%;
        animation: icon19 2s steps(48) infinite;
        }
/* Purpose */
.icon-20{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0016/145132/icon20.jpg') ;
        background-size: 4300%;
        }
        .icon-20:hover{
            animation: icon20 2s steps(43) infinite;
        }
.hero-20{
        background-image: url('https://www.worksafe.qld.gov.au/__data/assets/image/0016/145132/icon20.jpg') ;
        background-size: 4300%;
        animation: icon20 2s steps(43) infinite;
        }
        
        
/*jcarousel update SDQLD-1780*/

.jcarousel-wrapper-whats-new-box {
    margin: 0 10px 10px 10px;
    position: relative;
    width: auto;
    height: 250px;
}

/** Carousel **/
.jcarousel-heading {
    padding: 2px;   
}
.jcarousel-wrapper-whats-new-box .jcarousel {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 230px;
}

.jcarousel-wrapper-whats-new-box .jcarousel ul {
    width: 100%;
    height: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-wrapper-whats-new-box .jcarousel li {
    float: none;
    display:block !important;
    padding: 4px 4px !important;
    background-image:none !important;
}

.jcarousel-wrapper-whats-new-box .jcarousel li h3 {
    font-size:1em !important;
    font-weight:normal !important;
    margin: 1px;
}

.jcarousel-wrapper-whats-new-box .jcarousel li a{
    text-decoration:none !important;
}

.jcarousel-wrapper-whats-new-box .jcarousel li a:hover{
    text-decoration:underline !important;
}

.jcarousel-wrapper-whats-new-box .jcarousel li.item-odd{
    background:#E9E8E9 !important;
}

/** Carousel Controls **/

.jcarousel-wrapper-whats-new-box .jcarousel-control-prev,
.jcarousel-wrapper-whats-new-box .jcarousel-control-next {
    position: absolute;
    top: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    font: 16px/18px Arial, sans-serif;
    border: none;
}

.jcarousel-wrapper-whats-new-box .jcarousel-control-prev {
    right: 15px;
    background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/99542/gen-sprite.png?v=0.3.1) no-repeat -100px -4px;
}

.jcarousel-wrapper-whats-new-box .jcarousel-control-next {
    right: 0px;
    background: url(https://www.worksafe.qld.gov.au/__data/assets/image/0011/99542/gen-sprite.png?v=0.3.1) no-repeat -98px -33px;
}

.jcarousel-wrapper-whats-new-box .jcarousel-control-prev:hover span,
.jcarousel-wrapper-whats-new-box .jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-wrapper-whats-new-box .jcarousel-control-prev.inactive,
.jcarousel-wrapper-whats-new-box .jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
