/*
  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: 23 May 2024 14:21:42
*/


/*
 *** Squiz Vegas Reset CSS v1.0
 *** Base style resets
 */

html, body, div, span, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  /*font: inherit;*/
  /*vertical-align: baseline;*/
}
/* The below elements have been split from the above reset so that default margin and padding is retained */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, th, td {
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
  line-height: 1.4;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

img, input, select {
    vertical-align: middle;
}
a img {
  border: none;
}

table {
  /*border-collapse: collapse;*/
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*****************************************/
/********** General class rules **********/
/*****************************************/

/* Hide from both screen readers and browsers */
body .hidden,
body #container .hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide visually from browsers, but not screen readers */
body .visuallyhidden,
body #container .visuallyhidden {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Default class applied to the body element - remains if no JS present */
.no-js {}

/* If the table has border="0" applied, js adds .no-bdr class - turn borders off */
table.no-bdr,
table.no-bdr th,
table.no-bdr td {
  border: none;
}

/******************************/
/********** Headings **********/
/******************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1.0em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.67em;
}

/******************************************/
/********** Interaction defaults **********/
/******************************************/
a {
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
/* Ensure focusable elements gain trhe outline property */
:focus {
  outline: 1px dotted #000;
}

/*********************************************/
/********* End Squiz Vegas Reset CSS *********/
/*********************************************/
/*
  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: 23 May 2024 14:21:42
*/


/* Global CSS */

/* Body */
body {
    overflow-y: scroll;
    font-size: 16px;
    line-height: 1.4;
    padding: 0;
    margin: 0;
}


* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body.font-size-1 .resize {font-size: 0.6rem;}
body.font-size-2 .resize {font-size: 0.8rem;}
body.font-size-3 .resize {} /* default size - 1rem inherited from body class */
body.font-size-4 .resize {font-size: 1.2rem;}
body.font-size-5 .resize {font-size: 1.4rem;}
body.font-size-6 .resize {font-size: 1.6rem;}
body.font-size-7 .resize {font-size: 1.8rem;}
body.font-size-8 .resize {font-size: 2rem;}


body.font-size-1 .resize-sm {font-size: 0.6rem;}
body.font-size-2 .resize-sm {font-size: 0.7rem;}
body.font-size-3 .resize-sm {font-size: 0.8rem;} /* default size - 0.8rem */
body.font-size-4 .resize-sm {font-size: 0.9rem;}
body.font-size-5 .resize-sm {font-size: 1rem;}
body.font-size-6 .resize-sm {font-size: 1.1rem;}
body.font-size-7 .resize-sm {font-size: 1.2rem;}
body.font-size-8 .resize-sm {font-size: 1.3rem;}



.content-wrap * {
    color: #484848;
}

/* Inside Styles */
p strong {
    font-weight: bold;
}

.clearfix:before,
.clearfix:after { 
    content: "";
    display: table;
}

.clearfix:after { 
    clear: both; 
}

abbr, span.abbr {
    font-weight: normal;
    cursor: help;
}


/* Container styles */
.container {
    display: block;
    width: 100%;
    position: relative;
}

.fluid {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
    height: auto;
    position: relative;
}

.no-js .fluid {
    height: auto;
}

/* Responsive */
@media (min-width: 768px) {
    .fluid {
        padding: 0 30px;
    }

}

@media (min-width: 992px) {
    .fluid {
        max-width: 980px;
    }
}



/* Accessibility Tools */
.accessibility-tools {
    display: none;
}

.accessibility-tools ul,
.accessibility-tools ul li,
.footer ul,
.footer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accessibility-tools ul {
    float: none;
    font-size: 1rem;
}
.accessibility-tools ul li {
    display: block;
    float: none;
    background-image: none;
    border-bottom: 2px solid #E3E0E0;
}

.accessibility-tools .font-small {
    font-size: 0.85rem;
}
.accessibility-tools .font-default {
    font-size: 1rem;
}
.accessibility-tools .font-large {
    font-size: 1.2rem;
}
.accessibility-tools .font-largest {
    font-size: 1.4rem;
}


@media (min-width: 768px) {
    .accessibility-tools {
        display: block;
        border-bottom: 1px solid #eaeaea;
        min-height: 35px;
        padding-top: 3px;
    }
    
    .accessibility-tools ul {
        display: inline-block;
        margin: 0 0 2px;
        font-size: 0.8rem;
    }
    
    .accessibility-tools .site-links {
        margin-top: 5px;
    }
    
    .accessibility-tools ul li {
        display: inline;
        padding: 0 14px 0 12px;
        border: none;
    }
    
    .accessibility-tools ul li.last {
        padding: 0 0 0 12px;
        background: none;
    }
    .accessibility-tools a {
        text-decoration: none;
    }
    .accessibility-tools a:hover {
        text-decoration: underline;   
    }
    
    .accessibility-tools .text-size .font-current {
        background: #000;
        color: #fff;
    }
    
    .accessibility-tools ul li.browsealoud-container {
        padding: 0;
    }
}


/* Header Banner */
.header {
    display: block;
    height: auto;
    min-height: 84px;
    width: 100%;
    background: #fff;
    position: relative;
    border-bottom: 2px solid #eaeaea;
    position: fixed;
    z-index: 10;
    top: 0;
}

.header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*-webkit-box-pack: justify;*/
    /*    -ms-flex-pack: justify;*/
    /*        justify-content: space-between;*/
}

.header #site-logo {
    display: block;
    /*margin-right: auto;*/
    padding: 5px 0;
}
.header #site-logo a {
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
    height: auto;
}
.header #site-logo img {
    width: 180px;
}

.header__button-search,
.header__button-hamburger {
    display: block;
    border: none;
    border-radius: 0;
    background: none;
    margin-top: 10px;
    padding: 5px 8px;
}

.header__button-search:hover,
.header__button-search:focus,
.header__button-hamburger:hover,
.header__button-hamburger:focus{ 
    background: none;
    border: none;
}

.svg-icon-search {
    width: 30px;
    height: 28px;
    fill: #337A9E;
}

.svg-icon-close-large {
    display: none;
}

.header__button-hamburger svg {
    width: 30px;
    height: 28px;
    stroke: #337A9E;
}

.header__button-hamburger svg g {
    fill: #337A9E;
}

.menu__close {
    display: block;
    text-align: right;
}

.navigation__close-button,
.search__close-button {
    height: 68px;
    width: 68px;
    background: transparent;
}

.navigation__close-button svg,
.search__close-button svg {
    height: 23px;
    width: 23px;
}

.site-tel {
    display: none;
    margin-top: 20px;
}

.site-tel svg {
    height: 23px;
    width: 23px;
    stroke: #337A9E;
    fill: #337A9E;
    position: relative;
    top: 5px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.header .site-tel a {
    color: #004270;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
}

.header .search {
    margin: 0;
    visibility: hidden;
    position: fixed;
    z-index: 1;
    background-color: #337A9E;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    -webkit-transition: 300ms left, 300ms visibility;
    transition: 300ms left, 300ms visibility;
}

.header .search.mobile-open {
    visibility: visible;
    display: block;
    left: 0;
}

.header .search form {
    margin: 20px 20px;
    position: relative;
}

.search input.query {
    border: none;
    padding: 15px 60px 15px 15px;
    font-size: 1rem;
    width: 100%;
}

.header .search input.query {
    border: 2px solid #337A9E;
}

#search-content.search input.query {
    border: 2px solid #eaeaea;
}

.search input.query::placeholder {
    color: #337A9E;
}
.search input.query:-ms-input-placeholder {
    color: #337A9E;
}
.search input.query::-ms-input-placeholder {
    color: #337A9E;
}

.search input.query:focus,
.header .search input.query:focus,
#search-content.search input.query:focus {
    outline: none;
    border: 2px solid #337A9E;
}

.search-submit {
    background: none;
    border: none;
    position: absolute;
    top: calc(50% - 16px);
    right: 8px;
    padding: 6px 12px;
}

.search-submit:hover,
.search-submit:focus {
    background: none;
    border: none;
}

.search-submit svg {
    height:22px;
    width:24px;
    stroke: #337A9E;
    fill: #337A9E;
}


@media (min-width: 768px) {
    .header {
        border-bottom: none;
        position: relative;
    }
    
    .header .inner {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .header #site-logo {
        padding: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }
    
    .header #site-logo img {
        width: 280px;
    }

    .site-tel {
        display: block;
        margin-top: 15px;
        margin-left: 50px
    }

    .header .search {
        visibility: visible;
        display: block;
        position: relative;
        left: inherit;
        width: 200px;
        background-color: transparent;
        transition: none;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        margin: 15px 0 0 25px;
    }
    
    .header .search form {
        margin: 0;
    }
    
    .search input.query {
        border: 2px solid #eaeaea;
    }
    
    .header .search input.query {
        border: 2px solid #eaeaea;
    }
    
    .header__button-search,
    .header__button-hamburger {
        display: none;
    }

    .menu__close {
        display: none;
    }
}

@media (min-width: 992px) {
    .header #site-logo img {
        width: 330px;
    }
    
    .site-tel {
        margin-top: 25px;
    }

    .header .search {
        margin: 25px 0 0 25px;
    }
}


/* Banner Images */
.banner {
    display: none;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

@media (min-width: 768px) {
    .banner {
        display: block;
    }
}


/* Search page styles */
#content .search {
    position: relative;
    top: auto;
    float: none;
    right: auto;
    background: none;
    margin-top: 20px;
    margin-bottom: 50px;
    /*max-width: 600px;*/
}



/* Main content styles */
.content-wrap {
    padding: 84px 0 0 0;
    word-wrap: break-word;
    display: block;
    clear: both;
    overflow: hidden;
}
.content-wrap > .inner {
    background: #fff;
}

.content,
.right-column {
    width: 100%;
    margin: 20px 0;
}

.left-column {
    width: 100%;
    margin: 30px 0 50px 0;
}

.landing .content {
    padding-top: 50px;
}

.inside .content {
    padding-top: 0;
}

.inside .left-column {
    padding-top: 50px;
}

/* Responsive */
@media (min-width: 768px) {
    .content-wrap {
        padding-top: 0;
    }
    
    .home .right-column {
        width: 100%;
        margin: 40px 0;
    }
    
    .home .content {
        width: 100%;
        margin-top: 40px;
    }

}

@media (min-width: 992px) {
    .right-column,
    .content,
    .left-column {
        display: block;
        float: left;
        margin: 0 0 30px 0;
    }
    
    .inside .content {
        width: 75%;
        margin-top: 30px;
        padding: 40px 0 0 30px;
        border-left: 1px solid #eaeaea;
    }

    .inside .left-column {
        width: 25%;
        margin-top: 40px;
        padding-top: 0;
    }
    
    .landing .content {
        width: 100%;
    }
    
    .home > .inner.fluid {
        display: flex;
    }
    
    .home .right-column,
    .home .content {
        display: inline-block;
        float: none;
    }
    
    .home .right-column {
        width: 25%;
        padding-left: 12px;
    }
    
    .home .right-column > .inner {
        height: 100%;
    }
    
    .home .content {
        width: 75%;
    }
}


/* Footer styles */
.social-footer {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 40px;
    background: #337A9E;
}

.social-footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.social-footer span,
.social-footer a {
    display: inline-block;
    line-height: 0;
}

.social-footer__label {
    color: white;
    font-size: 11px;
    font-weight: bold;
    margin-right: 20px;
}

.social-footer__icon {
    width: 20px;
    margin: 0 6px;
}
.footer__acknowledgement {
    margin: 15px 0 20px;
}

.footer__acknowledgement p {
    text-align: center;
    margin: 0;
}
.footer {
    display: block;
    width: 100%;
    min-height: 45px;
    overflow: hidden;
    background: #383D40;
    color: #fff;
    font-size: 0.8rem;
}

.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
    text-decoration: underline;
}

.footer ul {
    margin: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer ul li {
    display: inline;
    padding: 0 14px 0 10px;
    background: url(https://www.qhrc.qld.gov.au/__data/assets/image/0007/17989/list-seperator.jpg?v=0.1.1) no-repeat right center;
}
.footer ul li.last {
    padding: 0 0 0 12px;
    background: none;
}

.fat-footer p {
    margin-bottom: 30px;
}
.accessibility-logos a {
    margin: 0 17px;
}



/* Main navigation */
.navigation {
    visibility: hidden;
    position: fixed;
    z-index: 1;
    background-color: #337A9E;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    -webkit-transition: 300ms left, 300ms visibility;
    -o-transition: 300ms left, 300ms visibility;
    transition: 300ms left, 300ms visibility;
}

.navigation.mobile-open {
    visibility: visible;
    display: block;
    left: 0;
}

.navigation__close {
    display: none;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.navigation ul li {
    width: 100%;
    margin: 0;
}

.navigation ul li.last {
    margin: 0;
    border-bottom: none;
}

.navigation ul li a {
    margin: 0;
    padding: 12px;
    color: #fff;
    display: block;
    text-decoration: none;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    -webkit-transition: background-color 0.1s, color 0.1s;
    -o-transition: background-color 0.1s, color 0.1s;
    transition: background-color 0.1s, color 0.1s;
}

.navigation .nav-wrapper > ul > li.active > a {
    background: #28617e;
}

/* Hover states */
.navigation .nav-wrapper > ul > li > a:hover,
.navigation .nav-wrapper > ul > li > a:focus,
.navigation .nav-wrapper > ul > li:hover > a,
.navigation .nav-wrapper > ul > li > a:active {
    background: #eaeaea;
    color: #337A9E;
    text-decoration: underline;
}

.navigation .nav-wrapper > ul > li.active > a:hover,
.navigation .nav-wrapper > ul > li.active > a:focus,
.navigation .nav-wrapper > ul > li.active:hover > a,
.navigation .nav-wrapper > ul > li.active > a:active {
    background: #eaeaea;
    color: #337A9E;
}

.navigation ul li li a:hover,
.navigation ul li li a:focus, 
.navigation ul li li a:active   {
    background: #337A9E;
    text-decoration: underline;
}

/* sub nav */
.navigation ul li:hover ul,
.navigation ul li:focus ul,
.navigation ul li:active ul {
    left: auto;
    left: 0;
}
.navigation ul li.last:hover ul,
.navigation ul li.last:focus ul,
.navigation ul li.last:active ul {
    left: auto;
}
.navigation ul li:hover ul ul,
.navigation ul li:focus ul ul,
.navigation ul li:active ul ul {
    position: absolute;
    left: -9999em;
}

.navigation ul ul li:hover ul,
.navigation ul ul li:focus ul,
.navigation ul ul li:active ul {
    left: 100%;
    top: 0;
}

.font-large #navigation ul li a,
.font-largest #navigation ul li a {
    word-wrap: break-word;
}

@media (max-width: 767px) {
    #navigation ul ul {
        border: 0;
        clip: rect(0,0,0,0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media (min-width: 768px) {
    .navigation {
        visibility: visible;
        display: block;
        position: relative;
        float: left;
        left: inherit;
        min-height: 30px;
        transition: none;
    }
    .navigation ul li {
        list-style: none;
        padding: 0;
        display: block;
        float: left;
        width: auto;
        position: relative;
        text-align: center;
        border-bottom: none;
    }
    .navigation ul li a {
        /*font-size: 0.9rem;*/
        font-weight: normal;
    }
    .navigation ul ul {
        position: absolute;
        width: 202%;
        top: auto;
        padding: 0 0 3px;
        background: #337A9E;
        background: #383D40;
        min-width: auto;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        -webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.4);
        -moz-box-shadow:    0px 3px 3px rgba(50, 50, 50, 0.4);
        box-shadow:         0px 3px 3px rgba(50, 50, 50, 0.4);
    }
    body.font-largest .navigation ul ul {
        z-index: 9;
    }
    .no-js .navigation  ul ul {
        left: -9999em;
    }
    .navigation ul ul ul {
        top: 0;
    }
    .navigation ul li.last ul {
        right: 0;
    }
    
    .navigation ul ul li {
        margin: 0;
        padding: 0;
        display: block;
        float: none;
        width: auto;
        position: relative;
        font-weight: normal;
        text-align: left;
    }

    
    .navigation ul ul a {
        padding: 10px 5%;
        background: transparent;
        color: #fff;
        display: block;
        border-bottom: 1px solid #000;
    }
    
    .navigation ul ul li.last a {
        border: none;
    }
    
    .navigation ul ul ul a {
        color: #000;
        background: transparent;
    }
}


.no-js .navigation .nav-wrapper ul > li {
    margin: 0 0.2% 0 0;
}

.no-js .navigation .nav-wrapper ul ul li a:focus,
.no-js .navigation .nav-wrapper ul ul li a:active {
    position: absolute;
    left: 9999em;
    background: #0055a5;
}



/* Link colouring */
.content-wrap a {
    color: #337A9E;
}
.accessibility-tools a,
.header a {
    color: #333;
}


/* List styles */
.content-wrap ul {
    padding: 0 0 0 16px;
}
.content-wrap #content ul {
    list-style-image: inherit;
}
.content-wrap ul.no-bullets,
#contact ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.content-wrap ul.inline-list {
    margin: 5px 0;
}
.content-wrap ul.inline-list li {
    margin: 0 0.938em 0 0;
    display: inline;
}

.content-wrap ol {
    padding: 0 0 0 16px;
}
.content-wrap ol ol {
    list-style-type: lower-alpha;
}
.content-wrap ol ol ol {
    list-style-type: lower-roman;
}


/* Paragraph styling */
p.highlight {
    background: url(https://www.qhrc.qld.gov.au/__data/assets/image/0009/18000/bullet-arrow-grey.png?v=0.1.1) no-repeat 0 4px;
    margin: 0;
    padding: 0 0 0 10px;
}



/* Feature Tiles */
.feature-tiles__wrapper {
    margin-bottom: 30px;
}

.feature-tiles__item {
    display: block;
    position: relative;
    width: 100%;
    height: 242px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    background-color: #337A9E;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.feature-tiles__item:hover {
    cursor: pointer;
}

.feature-tiles__item--photo::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #23556e;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.feature-tiles__item--photo:hover::after,
.feature-tiles__item--photo:focus::after {
    opacity: 0.5;
}

.feature-tiles__item--blue {
    background-color: #004270;
}
.feature-tiles__item--blue:hover,
.feature-tiles__item--blue:focus {
    background-color: #002e4e;
}

.feature-tiles__item--red {
    background-color: #D93B38;
}
.feature-tiles__item--red:hover,
.feature-tiles__item--red:focus {
    background-color: #972927;
}

.feature-tiles__item--orange {
    background-color: #c94f1c;
}
.feature-tiles__item--orange:hover,
.feature-tiles__item--orange:focus {
    background-color: #a04a27;
}

.feature-tiles__title {
    display: block;
    color: white;
    font-size: 1.25rem;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.feature-tiles__img {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
}

.feature-tiles__title--sub {
    color: white;
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 1rem;
    padding: 8px;
    z-index: 1;
}

@media (min-width: 576px) {
    .feature-tiles__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left: -6px;
        margin-right: -6px;
    }

    .feature-tiles__item {
        height: auto;
        margin-left: 6px;
        margin-right: 6px;
        width: calc(50% - 12px);
    }

    .feature-tiles__img {
        height: 180px;
    }

}

@media (min-width: 768px) {
    .feature-tiles__item {
        width: 30%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
    }
    
    .feature-tiles__img {
        height: 160px;
    }
}


@media (min-width: 992px) {
    .feature-tiles__wrapper {
        margin-bottom: 0;
    }

    .feature-tiles__img {
        height: 150px;
    }

}

/* I Want To Links */
.iwantto__box {
    /*background-color: rgba(107,204,224, 0.20);*/
    background-color: #6BCCE0;
    background-color: #337A9E;
    padding: 30px;
    overflow: hidden;
}

.iwantto__box h2 {
    margin: 0;
    color: white;
}

.content-wrap .iwantto__list {
    padding: 0;
}

.iwantto__list li {
    width: 100%;
    padding-left: 15px;
    padding-right: 60px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    /*margin: 10px 0;*/
}

.iwantto__list li:before {
    content: '•';
    position: absolute;
    left: 0;
    height: 0;
    width: 0;
    font-weight: bold;
    color: white;
}

.content-wrap .iwantto__list a {
    color: #383D40;
    color: white;
}

@media (min-width: 576px) {
    .content-wrap .iwantto__list {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
   .iwantto__box {
        /*height: 394px;*/
        height: 100%;
        padding: 15px;
    }

    .content-wrap .iwantto__list {
        display: block;
        -webkit-column-count: auto;
        column-count: auto;
    }

    .iwantto__list li {
        width: 100%;
        padding-right: 0;
    }
}


/* Child page links */
.content-wrap .landing-links__list {
    list-style: none;
    margin: 40px 0;
    padding: 0;
    font-size: 1.2rem;
}

.content-wrap li.landing-links__item {
    position: relative;
    z-index: 0;
    margin-bottom: 12px;
    font-weight: bold;
}

.content-wrap li.landing-links__item:before {
    content: '>';
    position: absolute;;
    color: white;
    left: 15px;
    top: 10px;
    z-index: 1;
}

li.landing-links__item:nth-child(6n + 1) {
    background-color: #004270;
}
li.landing-links__item:nth-child(6n + 2) {
    background-color: #337A9E;
}
li.landing-links__item:nth-child(6n + 3) {
    background-color: #3A97A0;
}
li.landing-links__item:nth-child(6n + 4) {
    background-color: #D66121;
}
li.landing-links__item:nth-child(6n + 5) {
    background-color: #C94A28;
}
li.landing-links__item:nth-child(6n + 6) {
    background-color: #D93B38;
}

.content-wrap .landing-links__link {
    display: block;
    position: relative;
    z-index: 0;
    padding: 10px 35px;
    color: white;
    text-decoration: none;
}

.content-wrap .landing-links__link:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.content-wrap .landing-links__link:hover:after,
.content-wrap .landing-links__link:focus:after {
    opacity: 0.5;
}

@media (min-width: 768px) {
    .content-wrap .landing-links__list {
        font-size: 1.5rem;
    }

    .content-wrap li.landing-links__item:before {
        left: 25px;
    }

    .content-wrap .landing-links__link {
        padding: 10px 50px;
    }
}


/* ------ */

.no-js .qg-ovt-alternatives {
    background: #fff;
    bottom: 0;
    height: auto;
    overflow: hidden;
    position: relative;
    right: 0;
    top: auto;
    width: 100%;
}
.no-js .banner-container .qg-ovt-transcript {
    background: #fff;
}

.video-asset .banner-info {
    top: 0;
}

body .qg-ovt-alternatives {
    bottom: 0;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: auto;
    width: 21.250em;
}

body .qg-ovt-active .qg-ovt-options .download {
    display: none;
}
body .qg-ovt-active .qg-ovt-options .transcript {
    position: relative;
    bottom: auto;
    float: none;
    left: auto;
    position: relative;
}

.banner-container .qg-ovt-transcript {
    position: absolute;
    bottom: auto;
    float: none;
    left: auto;
}

.back-to-top {
    clear: both;
    display: block;
    text-align: right;
}

.ozplayer {
    z-index: 0;
}

#__ba_panel {
    display: inline-block;
}


/*
* Style sheet for complaint save and exit functionality
*/


.complaint_save_exit-overlay{
    display:none;

}

.complaint_save_exit-overlay--color {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    
    width: 100%;
    height: 100%;
    
    background-color: #000;
    z-index: 1001;
    opacity: 0.8 !important;
}
.complaint_save_exit-overlay--effect {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
    top: 0;
    -webkit-filter: blur(20px);
}
.complaint_save_exit-overlay--content {
    z-index: 1002;
    position: fixed;
    
    height: 28.125rem;
    width: 85%;
    max-width: 700px;
    
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    
    background-color: white;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    
    padding-right: 2%;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-top: 10px;
}
.complaint_save_exit-overlay--content__title  {
    text-align: center;
}

#id-9309 .mfp-content{
    width: 50%;
    background: #fff;
    padding: 1em;
}

.float-right{
    float: right;
}
/*
  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: 23 May 2024 14:21:42
*/


#content select,
#content select option {
    color: #000;
}

#content img[align="right"] {
    margin: 10px 0 20px 20px;
}
#content img[align="left"] {
    margin: 10px 20px 20px 0;
}


/* Breadcrumbs */
.breadcrumb {
    position: relative;
    left: 0;
    top: 0;
    font-size: 0.8rem;
}
.breadcrumb p {
    color: #000;
    background: #fff;
}
.breadcrumb a,
.breadcrumb li {
    background: #fff;
} 
.inside .breadcrumb {
    left: 0;
    top: 0;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
}

body.font-largest .breadcrumb {
    bottom: auto;
    top: auto;
    left: auto;
    position: relative;
    clear: both;
}
body.font-large .breadcrumb {
    bottom: auto;
    top: auto;
    left: auto;
    position: relative;
    clear: both;
}
body.font-largest .breadcrumb li, body.font-large .breadcrumb li{
    background-color: white;
}
.breadcrumb li {
    float: left;
    list-style: none;
    margin-right: 12px;
}
.breadcrumb li a {
    text-decoration: none;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .breadcrumb {
        top: 20px;
    }
}

@media (min-width: 992px) {
    .inside .breadcrumb {
        position: absolute;
        left: 28%;
        top: 20px;
    }
}


/* Inside Navigation */
.sub-navigation {
    padding-top: 1rem;
}
.sub-navigation h2 {
    margin-top: 0;
}
.inside .subnav-top-link a {
    color: #00529F;
    text-decoration: none;
    font-weight: normal;
    font-size: 0.8em;
}
.inside .subnav-top-link a:hover,
.inside .subnav-top-link a:focus,
.inside .subnav-top-link a:active {
    text-decoration: none;
}
.font-large .inside-banner-no.sub-navigation, .font-largest .inside-banner-no.sub-navigation{
    padding-top: 2em;
}
.content-wrap ul.sub-nav{
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
.content-wrap ul.sub-nav ul{
    padding: 0;
}
.content-wrap ul.sub-nav ul ul {
    margin: 0;
}
.sub-nav li{
    padding: 7px 0 7px 20px;
    border-bottom: 1px solid #ccc;
    list-style: none;
    list-style-image: none;
    position: relative;
}

.sub-nav li.active:before {
    transform: rotate(135deg);
}

.sub-nav li.active > a {
    font-weight: bold;
}

.sub-nav li li.active > a {
    text-decoration: underline;
}

.sub-nav li li {
    padding: 7px 0 7px 20px;
}

.sub-nav li li:last-child,
.sub-nav li li.last {
    border-bottom: 0;
}
.sub-nav li a {
    display: block;
    color: black;
    text-decoration: none;
    font-size: 0.9em;
    padding-left: 8px;
}
.sub-nav li a:hover,
.sub-nav li a:focus,
.sub-nav li a:active {
    text-decoration: underline;
}

.nav-wrapper {
    padding-right: 30px;
}

.sub-navigation h2 {
    font-size: 1rem;
    color:  #337A9E;
    margin-bottom: 15px;
}

.sub-nav__toggle {
    position: absolute;
    left:  0;
    width: 25px;
    height: 22px;
}

.sub-nav__toggle:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #337A9E;
    border-right: 2px solid #337A9E;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.sub-nav__toggle:hover {
    cursor: pointer;
}

.sub-nav__input:checked ~ .sub-nav__toggle:before {
    top: 4px;
    left: 8px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.sub-nav__input:focus ~ .sub-nav__toggle {
    outline: 1px dotted #000;
}

.sub-nav .sub-nav__list {
    display: none;
}

.sub-nav__input:checked ~ .sub-nav__list {
    display: block;
}


/* Headings and paragraph styles*/
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
    color: #337A9E;
}
.content h2, .content h3, .content h4, .content h5, .content h6{
    margin-bottom: 0.02rem; 
}
.content h1 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    margin-top: 0;
    line-height: 1.2;
}
.content h2 {
    font-size: 1.6rem;
}
.content h3 {
    font-size: 1.4rem;
}
.content h4 {
    font-size: 1.2rem;
}
.content h5 {
    font-size: 1rem;
    }
.content h6 {
  font-size: 1rem;
}

.content {
    font-size: 0.9rem;
}

.content-wrap blockquote {
    color: white;
    background-color: #337A9E;
    margin: 20px 0;
    padding: 15px 50px 15px 35px;
    font-size: 1rem;
    line-height: 1.5;
}

.content-wrap blockquote * {
    color: white;
}

.content p.highlight, 
.content div.highlight {
    background: none;
    font-size: 1.4rem;
    padding: 0;
}

/* Images */
@media (min-width: 768px) {
    .content-wrap .img-left {
        float: left;
        margin: 12px 30px 12px 0;
    }

    .content-wrap .img-right {
        float: right;
        margin: 12px 0 12px 30px;
    }
}


/* Buttons */
.button, button, input[type=submit], .pagination a, .pagination span{
    border: none;
}
.button {
    padding: 6px 12px;
}
.button:hover, 
button:hover, 
input[type=submit]:hover, 
.pagination a:hover,
.button:focus, 
button:focus, 
input[type=submit]:focus, 
.pagination a:focus {
    cursor: pointer;
}
.pagination span {
    background-color: #c0c0c0;
    font-weight: bold;
}
.pagination a {
    line-height: 2.3em
}


/* Tables */
.content table {
    margin-top: 10px;
    border-collapse: collapse;
}
.content tr {
    border-bottom: 1px solid #337A9E;
}
.content tr:first-child {
    border-top: 1px solid #337A9E;
}
.content td, .content th {
    text-align: left;
    padding: 8px 15px 8px 0;
}
.content th {
    font-weight: bold;
    color: #337A9E;
}
.content thead tr:nth-child(odd){
    background-color: #e5e2e2;
}

.content table strong {
    color: #337A9E;
}

.scrollable {
    overflow: auto;
    margin-bottom: 30px;
}

/* Ozplayer */
.ozplayer-container * {
    box-sizing: content-box;
}

.ozplayer-container blockquote {
    background-color: transparent;
    font-size: inherit;
    line-height: inherit;
}

.ozplayer-container blockquote * {
    color: #333;
}

.ozplayer-container .ozplayer-expander {
    position: relative;
    z-index: 0;
}

@media (max-width: 767px) {
    .ozplayer-container .ozplayer-expander,
    .ozplayer-container .ozplayer-transcript {
        width: auto;
        max-width: 644px;
    }
}


/* File types */
.content-wrap .pdf{
    background: url('https://www.qhrc.qld.gov.au/__data/assets/image/0015/18042/doc-icons-pdf.png?v=0.1.1') no-repeat 0 0 transparent;
    list-style: none;
    margin-left: -1.1em;
    padding-left: 1.5em;
}
.content-wrap .word{
    background: url('https://www.qhrc.qld.gov.au/__data/assets/image/0014/18041/doc-icons-word.png?v=0.1.1') no-repeat 0 0 transparent;
    list-style: none;
    margin-left: -1.1em;
    padding-left: 1.5em;
}
.content-wrap .xls{
    background: url('https://www.qhrc.qld.gov.au/__data/assets/image/0016/18043/doc-icons-excel.png?v=0.1.1') no-repeat 0 0 transparent;
    list-style: none;
    margin-left: -1.1em;
    padding-left: 1.5em;
}

.content-wrap a.pdf{
    background: url('https://www.qhrc.qld.gov.au/__data/assets/image/0015/18042/doc-icons-pdf.png?v=0.1.1') no-repeat 0 0 transparent;
    margin: 0 0 10px 0;
    padding-left: 1.5em;
    display: block;
}
.content-wrap a.word{
    background: url('https://www.qhrc.qld.gov.au/__data/assets/image/0014/18041/doc-icons-word.png?v=0.1.1') no-repeat 0 0 transparent;
    margin: 0 0 10px 0;
    padding-left: 1.5em;
    display: block;
}
.content-wrap a.xls{
    background: url('https://www.qhrc.qld.gov.au/__data/assets/image/0016/18043/doc-icons-excel.png?v=0.1.1') no-repeat 0 0 transparent;
    margin: 0 0 10px 0;
    padding-left: 1.5em;
    display: block;
}

.box.complaints, .box.training{
    padding-left: 64px;
}
.box.complaints {
    background: url('https://www.qhrc.qld.gov.au/__data/assets/image/0017/18044/complaints.png?v=0.1.1') no-repeat 0 0.6em transparent;
    height: 5.5em;
    border-bottom: 1px solid #ccc;
}
.box.training{
    background: url('https://www.qhrc.qld.gov.au/__data/assets/image/0019/18028/training.png?v=0.1.1') no-repeat 0 0.6em transparent;
    height: 5.5em;
    border-bottom: 1px solid #333;
}
.box.complaints h2, 
.box.training h2{
    margin: 0;
}
.box.complaints h2 a, 
.box.training h2 a {
    color: #6e2497;
    font-size: 0.7em;
    font-weight: normal;
}
.box.complaints span, 
.box.training span {
    color: #00529F;
    display: block;
    line-height: 1em;
    margin-top: 0.2em;
}

.content-box {
    clear: both;
    display: block;
    margin: 0 0 5px;
    padding: 1px 10px;
    width: 95%;
    background: #f5f4f4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.content-wrap .content .errors p,
.content-wrap .content .errors li {
    color: #7c1d1d;
}

.warning {
    display: block;
    width: 96%;
    padding: 0 2%;
    border: 1px solid #E5E2E2;
    clear: both;
    margin: 0 0 20px 0;
}


/*****************************************************************************************/
/************************************** Blog styles **************************************/
/*****************************************************************************************/
.post-comment {
    clear: both;
    display: block;
    margin: 0 0 5px;
    padding: 1px 10px;
    width: 95%;
    background: #f5f4f4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.post-comment.even {
    background: #FFF;
}
.item-comments.disabled {
    display: none !important;
}


/*****************************************************************************************/
/************************************** Form styles **************************************/
/*****************************************************************************************/

.form fieldset legend,
.form .additional-complaints fieldset legend,
.confirmation fieldset legend,
.confirmation .additional-complaints fieldset legend {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1em 0;
    color: #337A9E;
}

.form fieldset fieldset legend,
.form .additional-complaints fieldset fieldset legend,
.confirmation fieldset fieldset legend,
.confirmation .additional-complaints fieldset fieldset legend {
    font-size: 1.4rem;
    color: #484848;
}

#content .form .form-item fieldset legend {
    font-size: 1rem;
    display: block;
    white-space: normal;
    width: 100%;
}
#content .form .form-item fieldset legend .required-field {
    font-weight: normal;
}

.form {
    display: block;
    clear: both;
    width: 100%;
    margin: 20px 0;
    padding: 20px 2%;
    overflow: hidden;
    background: #f3fafe;
    border: 1px solid #adc9d8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; 
}

.form input,
.form select,
.form textarea {
    max-width: 100%;
}

.page-number {
    margin-top: 0;
}

.form-errors {
    display: block;
    width: 100%;
    clear: both;
    color: red;
}
body .form-errors * {
    color: red;
}

.form.float {
    width: 43%;
    float: left;
    margin: 20px 1%;
    display: block;
    clear: none;
}

.saved-submissions {
    display: block;
    width: 100%;
}
.form-instructions {
    display: block;
    width: 100%;
}

.form .form-contents {
    display: block;
    clear: both;
    width: auto;
    margin: 0 0 20px;
    padding: 0;
}

.submit-buttons {
    margin-top: 20px;
    display: block;
    overflow: hidden;
}
.submit-buttons .submit,
.submit-buttons .previous-submit,
.submit-buttons .save-submit {
    float: left;
}
.submit-buttons input,
.submit-buttons button,
.submissions input {
    margin: 0 12px 12px 0;
    border-radius: 12px;
    border: 0;
    padding: 6px 12px;
    background-color: #f5f4f4;
    color: black;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
}

.submit-buttons input:hover,
.submit-buttons button:hover,
.submissions input:hover {
    background-color: #004270;
    border-top: 1px solid #000033;
    border-bottom: 1px solid #337A9E;
    color: white;
    cursor: pointer;
}


body .register-form div.note {
    margin-left: 0;
}


body .training-dates p {
    margin: 1em 0;
}
body .training-dates ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .confirmation tr {
    background-color: transparent;
}
body .confirmation tr:nth-child(2n+1) {
    background-color: transparent;
}
body .confirmation tr td {
    border-bottom: 1px solid #efefef;
}

.doc-link {
    display: block;
}

body #container .confirmation .no-answer {
    display: none;
}

.confirmation .form-item-number {
    background: none repeat scroll 0 0 #004270;
    color: #fff;
    display: block;
    float: none;
    height: 2em;
    line-height: 2em;
    max-width: 4em;
    margin: 0 0 0.5em;
    padding: 0;
    text-align: center;
    width: auto;
}

body .confirmation .required-field {
    display: none;
}

.confirmation fieldset {
    border: none;
}
.confirmation .form-item {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 0 1.5em 0;
    padding: 1em 0;
    border-bottom: 1px dotted #a9a9a9;
}
.confirmation .form-question {
    font-weight: bold;
    display: block;
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
}
.confirmation .form-answers {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    clear: both;
}

.confirmation > h2 {
    color: #337A9E;
    margin-top: 40px;
}

.confirmation h3 {
    background: #f0efef;
    color: #000000;
    font-size: 1.4em;
    padding: 0.5em 1em;
    font-weight: bold;
}

body .confirmation strong {
    color: #004270;
    display: block;
    font-family: garamond;
    font-size: 1.5em;
    font-weight: normal;
    padding: 10px 0;
}

.form-section {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.form-section label {
    font-weight: bold;
    display: block;
    width: 40%;
    float: left;
}

.form-section .form-fields {
    display: block;
    width: 50%;
    float: left;
}

.form a.additional {
    border: 1px solid green;
    display: block;
    margin: 10px 0 40px;
    padding: 10px;
    color: green;
}
.form div[class*="add-individuals"],
.form div[class*="add-organisation"] {
    position: relative;
}

.form a.close-additional {
    font-weight: bold;
    position: absolute;
    right: 0;
}


body .form .hidden-element,
body.no-js .form .message.hidden-element {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; 
}
body.no-js .form .hidden-element,
body.no-js .form .question-navigation,
body.no-js .form .navigate {
    border: inherit;
    clip: auto;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: inherit;
    position: relative;
    width: auto;
}

body .active-validation .hidden-element {
    display: none;
}

.form fieldset {
    border: none;
    min-width: 0;
}
.form .form-item {
    display: block;
    width: 100%;
    clear: both;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #337A9E;
    overflow: hidden;
}
.form .form-question {
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.form .form-question span.required-field {
    font-weight: normal;
}

.form .form-answers ul {
    margin: 0 0 0 10px;
    list-style: none;
    background: none;
    padding: 0;
}
.form .form-answers ul li {
    list-style: none;
    background: none;
    margin: 0;
    padding: 0;
}

.form .form-question p {
    font-weight: bold;
    margin: 0;
}
.form .form-question label {
    font-weight: bold;
}
.form .form-item-number {
    display: block;
    width: auto;
    height: 2em;
    color: #fff;
    background: #004270;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px;
    line-height: 2em;
    text-align: center;
}
.form .form-item-number span {
    color: #fff;
}

.form .form-answers {
    display: block;
    margin: 0 0 0 30px;
}

.form .float .form-answers {
    margin: 0;
}

.form .form-answers input[type="radio"] {
    vertical-align: top;
}

.form .message {
    display: block;
    background: #BCE0F6;
    border: 1px solid #034167;
    width: auto;
    padding: 0 1em;
    color: #034167;
}
.form .message p {
    color: #034167;
}

.form .question-navigation {
    display: block;
    background: #ffeb90;
    border: 1px solid #333;
    width: auto;
    padding: 0 1em;
    color: #000;
    margin: 10px 0;
}
.form .question-navigation p {
    color: #000;
}

.form div.note {
    display: block;
    position: relative;
    width: auto;
    margin: 10px 0 0 30px;
    font-weight: normal;
}

.form p.note {
    display: block;
    background: #BCE0F6;
    border: 1px solid #034167;
    width: auto;
    padding: 0.2em 1em;
    color: #034167;
    font-size: 0.9rem;
    font-weight: normal;
}
.form p.navigate {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    font-weight: normal;
}
.form p.help {
    display: none;
    font-weight: normal;
}

.form .text .form-question {
    float: left;
    margin-right: 10px;
    width: 100%;
}
.form .float .text .form-question {

}
.form label.error {
    display: block;
    width: auto;
    margin: 10px 1em 10px 0;
    padding: 10px 1em;
    color: #770003;
    border: 1px solid #770003;
    background: #ffb7b8;
    clear: both;
}
.form input.error,
.form select.error,
.form textarea.error {
    background: #FFB7B8;
}

.form .group {
    display: block;
    padding: 1em 1.5em;
    background: #fff;
    width: auto;
    border-left: none;
    border-bottom: 1px solid #337A9E;
    margin-bottom: 10px;
}

.form .group .group {
    background: #f3fafe;
    border-left: none;
    border-bottom: none;
}
.form .group .group .group {
    background: #fff;
    padding-bottom: 0;
}

.form-section-markers {
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 0 0 10px 0;
    float: none;
}
.form-section-markers .section {
    width: 9%;
    margin: 0 1% 0 0;
    display: block;
    background: #efefef;
    float: left;
    height: 1em;
}
.form-section-markers .current {
    background: #004270;
}
.form-section-markers .complete {
    background: #e1e1e1;
}
.form-section-markers .last {
    background: green;
}
.form .training-categories legend {
    padding: 0 0 0.2em;
}
.form .training-categories .accordion legend {
    padding: 0 0 0.2em 1.2em;
}


@media (min-width: 576px) {
    .form .text .form-question {
        width: 30%;
    }
}



/* Accordions - on Training Registration page */
.accordion legend {
    display: block;
    cursor: pointer;
}
.accordion.closed legend {
    background: url(https://www.qhrc.qld.gov.au/__data/assets/image/0019/18037/subnav-1-right-black.png?v=0.1.1) no-repeat 0 5px;
}
.accordion.open legend {
    background: url(https://www.qhrc.qld.gov.au/__data/assets/image/0013/18040/subnav-1-down-black.png?v=0.1.1) no-repeat 0 5px;
}

body.black-colour .accordion.closed legend {
    background: url(https://www.qhrc.qld.gov.au/__data/assets/image/0017/18035/subnav-1-right-white.png?v=0.1.1) no-repeat 0 5px;
}
body.black-colour .accordion.open legend {
    background: url(https://www.qhrc.qld.gov.au/__data/assets/image/0020/18038/subnav-1-down-white.png?v=0.1.1) no-repeat 0 5px;
}



/*
  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: 23 May 2024 14:21:42
*/


@media print {
    .visuallyhidden,
    #right-column,
    #left-column,
    .breadcrumb,
    #navigation,
    #accessibility-tools,
    #search,
    .social-footer,
    #footer,
    .no-print {
        display: none;
    }
    
    body {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    } 

    @page { 
        margin: 15mm 7mm 25mm 7mm;  
    } 
    
    .header {
        border: none;
        height: 108px;
        position: relative;
    }
    
    .header #site-logo img {
        width: 240px;
    }
    
    .site-tel {
        display: block;
        margin-right: 30px;
    }
    
    .content-wrap {
        padding: 0 15px;
    }
    
    .feature-tiles__item {
        background-color: white;
        height: auto;
        width: 100%;
        color: #484848;
    }

    .feature-tiles__img {
        display: none;
    }

    .feature-tiles__title,
    .feature-tiles__title--sub {
        color: #484848;
        font-size: 1.3rem;
        text-align: center;
    }
    
    .landing .content {
        padding-top: 0;
    }
    
    .banner {
        display: none;
    }

    li.landing-links__item {
        background-color: white !important;
    }

    li.landing-links__item:nth-child(6n + 1) a,
    li.landing-links__item:nth-child(6n + 1):before {
        color: #004270;
    }
    li.landing-links__item:nth-child(6n + 2) a,
    li.landing-links__item:nth-child(6n + 2):before {
        color: #337A9E;
    }
    li.landing-links__item:nth-child(6n + 3) a,
    li.landing-links__item:nth-child(6n + 3):before {
        color: #3A97A0;
    }
    li.landing-links__item:nth-child(6n + 4) a,
    li.landing-links__item:nth-child(6n + 4):before {
        color: #D66121;
    }
    li.landing-links__item:nth-child(6n + 5) a,
    li.landing-links__item:nth-child(6n + 5):before {
        color: #C94A28;
    }
    li.landing-links__item:nth-child(6n + 6) a,
    li.landing-links__item:nth-child(6n + 6):before {
        color: #D93B38;
    }
    
    .inside .content {
        width: 100%;
        border: none;
        padding: 0;
    }
    
    
    /* General Styling */
    .content-wrap blockquote {
        background-color: #eaeaea;
    }

    .content-wrap blockquote * {
        color: #484848;
    }
    
    .content-wrap blockquote a {
        text-decoration: none;
    }
    
    .external + img {
        display: none;
    }
    
    
    /* Form print styling */
    .form {
        background: transparent;
        border: none;
    }

    .form .group .group {
        background-color: transparent;
    }
    
    .confirmation {
        page-break-inside: avoid;
    }
    
    .doc-link,
    body #container .confirmation .no-answer,
    body .confirmation .required-field {
        display: none;
    }
    
    
    .confirmation * {
        /*width: 100%;
        margin: 0;
        float: none;*/
    }
    
    .form-item-number {
        background: none repeat scroll 0 0 #6E2497;
        color: #FFFFFF;
        display: block;
        float: left;
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
        text-align: center;
        width: auto;
    }
    
    .confirmation fieldset legend,
    .confirmation .additional-complaints fieldset legend {
        font-size: 1.5em;
        font-weight: bold;
        padding: 1em 0;
    }
    
    .confirmation fieldset fieldset legend,
    .confirmation .additional-complaints fieldset fieldset legend {
        font-size: 1.4em;
    }
    .confirmation fieldset {
        border: none;
        page-break-after: avoid;
        position: relative;
    }
    
    .confirmation .form-item {
        margin: 0 0 1.5em 0;
        padding: 1em 0;
        border: none;
        display: block;
        clear: both;
    }
    .confirmation .form-question {
        display: block;
        float: none;
        font-weight: bold;
        width: 100%;
        margin: 0 0 1em 0;
    }
    .confirmation .form-answers {
        display: block;
    }
    
    /* Form print styling */
    .submissions .confirmation {
        page-break-inside: auto;
    }
    
    .training-courses {
        display: block !important;
    }

}
