/*
  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: 12 September 2026 19:08:41
*/


/*
  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: 25 September 2023 08:34:11
*/


        /*
  Running Squiz Matrix
  Developed by Squiz - https://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 23 October 2015 10:04:26
*/


/**
 * LSC - Screen Style Sheet1
 *
 * screen.css
 * author: Squiz Australia
 */

/*
 * Table of Contents
 *
 * 1. General
 *     1.1 Reset
 *     1.2 General Typography
 *     1.3 Headings
 *     1.4 Links
 *     1.5 Lists
 *     1.6 Tables
 *     1.7 Forms
 *     1.8 Images
 *     1.9 Pagination
 *     1.10 Tooltip
 *     1.11 Buttons
 *     1.12 Alert
 *
 * 2. Page elements
 *     2.1 Structure
 *     2.2 Accessibility
 *     2.3 Header
 *     2.4 Navigation
 *     2.5 Sub Navigation
 *     2.6 Footer
 *     2.7 Tools
 *     2.8 Print Preview
 *     2.9 Breadcrumbs
 *     2.10 Acknowledgement of Country
 *
 * 3. Content Elements
 *     3.1 Home Page
 *             3.1.1 Feature
 *             3.1.2 Feature Blocks
 *             3.1.3 Content Blocks
 *     3.2 Landing Page
 *             3.2.1 Accordions
 *     3.3 Inner Page
 *             3.3.1 Tabs
 *             3.3.2 Carousel
 *             3.3.3 Search Listings
 *             3.3.4 Page listings
 *     3.4 Aside
 *             3.4.1 Content Blocks
 *
 * 4. Media Queries
 */

/*
--------------------
1. General
--------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;700&display=swap');


:root{
    
    --color-navy: #002664;
    --color-white: #ffffff;
    
    --nsw-palette-white-rgb: 255,255,255;
    --nsw-white-rgb: var(--nsw-palette-white-rgb);
    --nsw-text-light: var(--nsw-palette-white);
    --nsw-palette-focus: #0085b3;
    --nsw-focus: var(--nsw-palette-focus);
    --dark-theme: var(--color-navy);
}


/*-- 1.1 Reset --*/


.sr-only{
    visibility: hidden;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border:0;
}
address, caption, cite, code, dfn, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}

/*-- 1.2 General Typography --*/
body {
    font: normal 68%/1em 'Public Sans', Arial, sans-serif; 
    color: #666666;
    line-height: 1.35em;
}

.hide, .js-enabled hr {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clear {
    clear: both;
}

strong {
    font-weight: normal;
    color: #000;
}



.for-accessibility {
    position: absolute;
    left: -999em;
}

.disabled-scripts {
    display: none;
}

.js-disabled .disabled-scripts {
    display: block;
}

.highlight-box {
    border: 3px solid #ccc;
    padding: 15px 20px 20px;
    margin: 10px 4px;
    background: #fcfcfc;
}

p.last-updated-date {
    float: right;
    padding: 0;
    font-size: 12px !important;
}

/*-- 1.3 Headings --*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Public Sans', Arial, sans-serif;
    padding: 1em 0 0.6em;
    line-height: 1.1;
}
.styling-cci h1,
.styling-cci h2,
.styling-cci h3,
.styling-cci h4,
.styling-cci h5,
.styling-cci h6 {
    color: #697d17;
}
.styling-bci h1,
.styling-bci h2,
.styling-bci h3,
.styling-bci h4,
.styling-bci h5,
.styling-bci h6 {
    color: #927000;
}
.styling-lsc h1,
.styling-lsc h2,
.styling-lsc h3,
.styling-lsc h4,
.styling-lsc h5,
.styling-lsc h6 {
    color: #0171a2;
}


h1 {
   font-size: 1.7em;
    font-weight: normal;
    padding: 0.75em 0 0.6em;
}
h2 {
    font-size: 1.45em;
    font-weight: bold;
}
h3 {
    font-size: 1.19em;
    font-weight: bold;
}
h4 {
    font-size: 1.17em;
    font-weight: bold;
}
h5 {
    font-size: 1.07em;
    font-weight: bold;
}
h6 {
    font-size: .94em;
    text-transform: uppercase;    
}

p{
    padding: 0.6em 0 0.6em;
}





/* brand design header and text formatting*/

body.inside #content h1 {
    font-size: clamp(36px, 1.5vw, 48px);
    line-height: clamp(45px, 1.5vw, 60px);
    font-weight: 700;
    padding: 0.75em 0 0.6em;
}

body.inside #content h2{
    font-size: clamp(28px, 1.5vw, 32px);
    line-height: clamp(35px, 1.5vw, 40px);
    font-weight: 700;
}

body.inside #content h3{
    font-size: clamp(22px, 1.5vw, 24px);
    line-height: clamp(45px, 1.5vw, 60px);
    font-weight: 700;
}

body.inside #content h4{
    font-size: clamp(18px, 1.5vw, 20px);
    line-height: clamp(24px, 1.5vw, 28px);
    font-weight: 700;
}

body.inside #content h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

body.inside #content h6{
    font-size: .94em;
    text-transform: uppercase;    
}

body.inside #content p{
    padding: 0.6em 0 0.6em;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

body.inside #content li{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* Google Translate CSS */


.skiptranslate > iframe{
        visibility: hidden!important;
    }

#google_translate_popup {
    position: fixed;
    z-index: 999;
    background: white;
    top: 0;
    right: 50%;
    padding: 1rem;
    border: 1px solid #fafafa;
    display: none;
}

#header-details .header-right .translate{
     width: max(250px, 90%);
}

#header-details .header-right .translate .translate__logo img{
    margin-top: 10px;
    max-width: 100%;
    }

@media(min-width:768px){
    #header-details .header-right .translate .translate__select label.sr-only{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    }
    
    #header-details .header-left{
    flex: 1;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 20px;
    text-align: right;
    max-width: 300px;
    }
    
    #header-details .header-left h1{
        text-wrap: balance;
    }
    
    #header-details .header-right{
        flex: auto;
        display: flex;
        justify-content:right;
         padding-left: 20px;
         max-width: max-content;
         
    }
    
    #header-details .header-right select{
        width: 100%;
        min-height: 32px;
        margin: 0.8em 0em;
    }
    
    

    
}

  #header-details .header-right .translate .translate__logo img{
    margin-top: 10px;
    max-width: 60%;
    margin-bottom: 10px;
}

/*-- 1.4 Links --*/
#content a,
#aside a {
    text-decoration: underline;
    -webkit-transition: color 0.1s ease-in; /*safari and chrome */
    -moz-transition: color 0.1s ease-in;  
    -o-transition: color 0.1s ease-in; /* opera */ 
}

#aside a {
    text-decoration: none;
    -webkit-transition: color 0.1s ease-in; /*safari and chrome */
    -moz-transition: color 0.1s ease-in;  
    -o-transition: color 0.1s ease-in; /* opera */ 
    font-size: 12px;
}

.styling-lsc #content a,
.styling-lsc #aside a {
    color: #0171a2;
}

.styling-bci #content a,
.styling-bci #aside a {
    color: #927000;
}

.styling-cci #content a,
.styling-cci #aside a {
    color: #697d17;
}
    /*removing color below*/
    .styling-lsc #content a:hover,
    .styling-lsc #aside a:hover {
        /*color: #0171A2;*/
    }
    
    .styling-bci #content a:hover,
    .styling-bci #aside a:hover {
        color: #927000!important;
    }
    
    .styling-cci #content a:hover,
    .styling-cci #aside a:hover {
        color: #697d17!important;
    }

#content a:hover,
#content a:focus {
    text-decoration: none;
    outline: none;
}

#aside a:hover,
#aside a:focus {
    text-decoration: underline;
}

#breadcrumb {
    font-size: 14px;
    color: #22272B;
    margin-bottom: 16px;
}

#breadcrumb a {
    color: #002664 !important;
}

#breadcrumb a:hover,
#breadcrumb a:focus {
    text-decoration: none;
}

#header-details .home-link a {
    color: #666666;
}

#header-details .home-link a:hover {
    text-decoration: none;
}

#nav a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.1s ease-in; /*safari and chrome */
    -moz-transition: color 0.1s ease-in;  
    -o-transition: color 0.1s ease-in; /* opera */  
}

#nav a.selected,
#nav a:hover,
#nav a:focus {
    color: #000;
    outline: none;
}

#aside a:focus {
    color: #000;
    outline: none;
}

.button {
    padding: 0 0 0 5px;
    display: inline-block;
    font-size: 1.22em;
    margin: 1.4em 0 0.8em;
}

#content .button a,
#content .button input[type="submit"] {
    text-decoration: none;
}

#content .button input[type="submit"] {
    font-size: 1.1em;
}

.styling-bci .button {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0012/1483977/sprites-nav.gif?v=0.1.2) no-repeat left 0;
}

.styling-bci .button a,
.styling-bci .button input[type="submit"] {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0012/1483977/sprites-nav.gif?v=0.1.2) no-repeat right -50px;
}

.styling-bci .button:hover {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0012/1483977/sprites-nav.gif?v=0.1.2) no-repeat left -100px;
}

.styling-bci .button:hover a,
.styling-bci .button:hover input[type="submit"] {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0012/1483977/sprites-nav.gif?v=0.1.2) no-repeat left -150px;
}

.styling-lsc .button {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0004/1483978/sprites-nav-lsc.gif?v=0.1.2) no-repeat left 0;
}

.styling-lsc .button a,
.styling-lsc .button input[type="submit"] {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0004/1483978/sprites-nav-lsc.gif?v=0.1.2) no-repeat right -50px;
}

.styling-lsc .button:hover {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0004/1483978/sprites-nav-lsc.gif?v=0.1.2) no-repeat left -100px;
}

.styling-lsc .button:hover a,
.styling-lsc .button:hover input[type="submit"] {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0004/1483978/sprites-nav-lsc.gif?v=0.1.2) no-repeat left -150px;
}

.styling-cci .button {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0005/1483979/sprites-nav-cci.gif?v=0.1.2) no-repeat left 0;
}

.styling-cci .button a,
.styling-cci .button input[type="submit"] {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0005/1483979/sprites-nav-cci.gif?v=0.1.2) no-repeat right -50px;
}

.styling-cci .button:hover {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0005/1483979/sprites-nav-cci.gif?v=0.1.2) no-repeat left -100px;
}

.styling-cci .button:hover a,
.styling-cci .button:hover input[type="submit"] {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0005/1483979/sprites-nav-cci.gif?v=0.1.2) no-repeat left -150px;
}

.button a {
    display: inline-block;
    padding: 17px 35px 17px 30px;
    color: #000!important;
    border: none;
}

.button input[type="submit"] {
    display: inline-block;
    padding: 14px 17px 13px 12px;
    color: #000!important;
    border: none;
}

#content .button:hover {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0012/1483977/sprites-nav.gif?v=0.1.2) no-repeat left -100px;
}


#content .button:hover a,
#content .button:hover input[type="submit"] {
    color: #fff!important;
    text-decoration: none!important;
}

/* Button small */

.button-small {
    padding: 0 0 0 5px;
    display: inline-block;
    font-size: 1em;
    margin: 1.4em 0 0.8em;
}

#content .button-small a {
    text-decoration: none;
}

.styling-bci .button-small {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0011/1483985/sprites-btn-bci.gif?v=0.1.2) no-repeat left 0;
}

.block.styling-bci .button-small {
    background-image: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0011/1483985/sprites-btn-bci.gif?v=0.1.2);
}

.styling-bci .button-small a {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0011/1483985/sprites-btn-bci.gif?v=0.1.2) no-repeat right -26px;
}

.block.styling-bci .button-small a {
    background-image: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0011/1483985/sprites-btn-bci.gif?v=0.1.2);
}

.content-blocks .block.styling-bci {
    border-top: 8px solid #F9DB39;
}

.styling-bci .button-small:hover {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0011/1483985/sprites-btn-bci.gif?v=0.1.2) no-repeat left -53px;
}

.styling-bci .button-small:hover a {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0011/1483985/sprites-btn-bci.gif?v=0.1.2) no-repeat right -80px;
}

.styling-lsc .button-small {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0009/1483983/sprites-btn-lsc.gif?v=0.1.2) no-repeat left 0;
}

.block.styling-lsc .button-small {
    background-image: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0009/1483983/sprites-btn-lsc.gif?v=0.1.2);
}

.styling-lsc .button-small a {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0009/1483983/sprites-btn-lsc.gif?v=0.1.2) no-repeat right -26px;
}

.block.styling-lsc .button-small a {
    background-image: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0009/1483983/sprites-btn-lsc.gif?v=0.1.2);
}

.styling-lsc .button-small:hover {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0009/1483983/sprites-btn-lsc.gif?v=0.1.2) no-repeat left -53px;
}

.styling-lsc .button-small:hover a {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0009/1483983/sprites-btn-lsc.gif?v=0.1.2) no-repeat right -80px;
}

.styling-cci .button-small {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0010/1483984/sprites-btn-cci.gif?v=0.1.2) no-repeat left 0;
}

.block.styling-cci .button-small {
    background-image: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0010/1483984/sprites-btn-cci.gif?v=0.1.2);
}

.styling-cci .button-small a {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0010/1483984/sprites-btn-cci.gif?v=0.1.2) no-repeat right -26px;
}

.block.styling-cci .button-small a {
    background-image: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0010/1483984/sprites-btn-cci.gif?v=0.1.2);
}

.content-blocks .block.styling-cci {
    border-top: 8px solid #B8C757;
}

.styling-cci .button-small:hover {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0010/1483984/sprites-btn-cci.gif?v=0.1.2) no-repeat left -53px;
}

.styling-cci .button-small:hover a {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0010/1483984/sprites-btn-cci.gif?v=0.1.2) no-repeat right -80px;
}

#content .button-small a {
    display: inline-block;
    padding: 5px 20px 4px 15px;
    color: #000!important;
}

#content .button-small:hover {
    color: #fff!important;
}

#content .button-small:hover a {
    color: #fff!important;
    text-decoration: none!important;
}

.back-top {
    display: inline-block;
    padding-left: 16px;
    color: #000000!important;
    margin-top: 26px;
    text-decoration: none!important;
}

.home .back-top {
    display: none;
}

.back-top:hover {
    background-position: 0 -2452px!important;
    text-decoration: underline!important;
}

.styling-lsc .back-top {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2)  0 -2492px no-repeat;
}

.styling-cci .back-top {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2)  0 -2512px no-repeat;
}

.styling-bci .back-top {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2)  0 -2472px no-repeat;
}

#content .aux-links {
    width: 300px;
    padding: 20px 0;
}

#content .aux-links h2 {
    padding-bottom: 12px;
}

.styling-bci #content .aux-links h2 {
    border-bottom: 1px solid #927000;
}

.styling-cci #content .aux-links h2 {
    border-bottom: 1px solid #BFCE5A;
}

.styling-lsc #content .aux-links h2 {
    border-bottom: 1px solid #42B0E0;
}

#content .aux-links ul li a {
    color: #000;
    text-decoration: none;
}

#content .aux-links ul li a:hover {
    text-decoration: underline;
}

/*-- 1.5 Lists --*/
#content ul {
    padding: 0.5em 0;
    list-style: none;
}

#content ul li {
    padding: 0.2em 0 0.2em 1.6em;
}

.styling-lsc #content ul li {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) 0 -3921px no-repeat;
    font-size: 16px;
    line-height: 24px;
}

.styling-bci #content ul li {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) 0 -2164px no-repeat;
    font-size: 16px;
    line-height: 24px;
}

.styling-cci #content ul li {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) 0 -3574px no-repeat;
    font-size: 16px;
    line-height: 24px;
}

#content ul li ul {
    padding: 0.8em 0 0.8em;
}

#content ol {
    padding: 0.5em 0;
    list-style: decimal inside;
    list-style-type: auto;
}

#content ol li {
    padding: 0.2em 0 0.2em 1.25rem;
    text-indent: -1.25rem;
}

#content ol li ol {
    padding: 0.8em 0 0.8em 1.8em;
    list-style-type: lower-alpha;
}

#content ol li ol li ol {
    list-style-type: lower-roman;
}

#content .pagination ul,
#content .pagination ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content dl {
    padding: 2px 0 6px;    
}

#content dt {
    clear: left;
    display: block;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 145px;
}

#content dl dd {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 145px;
}

/*-- 1.6 Tables --*/

table caption {
    position: absolute;
    left: -999em;
    height: 0;
    line-height: 0;
    padding: 0;
}

table.data {
    margin: 1.8em 0;
    width: 100%;
    border-top: 1px solid #cfcfcf;
    border-collapse: separate;
}

.styling-lsc table.data thead,
.styling-lsc table.data thead tr {
    background: #42b0e0;
}

.styling-bci table.data thead,
.styling-bci table.data thead tr {
    background: #fae43b;
}

.styling-cci table.data thead,
.styling-cci table.data thead tr {
    background: #b8c757;
}

table.data thead tr {
    background: #fae43b;
}

table.data td,
table.data th {
    text-align: left;
    padding: 15px 12px;
    border-right: 1px solid #fbfbfa;
    border-top: 1px solid #fbfbfa;
}

table.data th {
    color: #343126;
    font-size: 1.1em;
}

    .styling-bci table.data th {    
        background: #fbec3d url(https://archive.longservice.nsw.gov.au/__data/assets/image/0008/1484009/bg-accordion-bci.gif?v=0.1.2) repeat-x bottom;
    }

    .styling-bci table.data thead tr {
        border-left: 1px solid #ecd53c;
        border-right: 1px solid #ecd53c;        
    }
    
    .styling-lsc table.data th {    
        background: #6bc7f0 url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1484007/bg-accordion-lsc.gif?v=0.1.2) repeat-x bottom;
    }
    
    .styling-lsc table.data thead tr {
        border-left: 1px solid #0f85b9;
        border-right: 1px solid #0f85b9;        
    }
    
    .styling-cci table.data th {    
        background: #c7d75e url(https://archive.longservice.nsw.gov.au/__data/assets/image/0007/1484008/bg-accordion-cci.gif?v=0.1.2) repeat-x bottom;
    }
    
    .styling-cci table.data thead tr {
        border-left: 1px solid #9fb853;
        border-right: 1px solid #9fb853;        
    }

table.data td {
    background: #f1f1f1;
    padding: 10px 12px;
}

table.data tr:nth-child(even) td {
    background: #e3e3e3;
}

table.data tbody tr.even td {
    background: #e3e3e3;
}

/*-- 1.7 Forms --*/

input:focus {
    outline: none;
}

.site-search {
    width: 222px;
    float: left;
    height: 50px;
}

.site-search fieldset {
    margin-left: 5px;
    position: relative;
    height: 50px;
}

.site-search legend,
.site-search label {
    position: absolute;
    left: -999em;    
}

.site-search input[type="text"] {
    position: absolute;
    left: 2px;
    top: 11px;
    width: 74%;
    padding: 7px 9px 7px 9px;
    border: none;
    font-size: 0.82em;
    border: 1px solid transparent;
}

@media screen and (min-width: 768px) {
    .site-search input[type="text"] {
        width: 85%;
        border-radius: 4px;
    }
}

.styling-lsc .site-search input[type="text"] {
    color: #22272B;
    font-size: 14px;
    font-family: 'Public Sans', Arial, sans-serif;
}

.styling-bci .site-search input[type="text"] {
    color: #927000;
    font-size: 14px;
    font-family: 'Public Sans', Arial, sans-serif;
}

.styling-cci .site-search input[type="text"] {
    color: #697D17;
     font-size: 14px;
    font-family: 'Public Sans', Arial, sans-serif;
}

.styling-lsc .site-search input[type="text"]:focus {
    border: 1px solid #0f8bc1;
}

.styling-bci .site-search input[type="text"]:focus {
    border: 1px solid #f9da39;
}

.site-search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 10px;
    border: none;
    padding: 30px 0 0 28px;
    overflow: hidden;
    width: 30px;
    height: 29px;    
    cursor: pointer;
    margin-left: 5px;
}

@media screen and (min-width: 768px) {
    .site-search input[type="submit"] {
        background-size: 24px;
        right: 10px;
        top: 14px;
        background-color: transparent;
        background-repeat: no-repeat;
    }
}

.styling-bci .site-search input[type="submit"] {
    background-image: url(https://archive.longservice.nsw.gov.au/__data/assets/file/0005/1503419/magnifying-glass-search-bci.svg);
}

.styling-lsc .site-search input[type="submit"] {
    background-image: url(https://archive.longservice.nsw.gov.au/__data/assets/file/0003/1503183/magnifying-glass-search.svg) ;
}

.styling-cci .site-search input[type="submit"] {
    background-image:  url(https://archive.longservice.nsw.gov.au/__data/assets/file/0004/1503418/magnifying-glass-search-cci.svg);
}

.default-form .accordion.styled-1 .detail > div.form-block {
    border-bottom: 1px solid #FFFFFF;
    overflow: hidden;
    padding: 8px 16px 8px 220px;
}

.default-form .detail > div.form-block label {
    margin-left: -210px;
    margin-top: 3px;
    float: left;
    text-align: right;
    width: 200px;
}

.default-form .detail > div.select label {
    margin-top: 0px;
}

.default-form .detail > div.select select {
    width: 205px;
}

.default-form .detail > div.form-block input,
.default-form .detail > div.form-block textarea {
    width: 195px;
    background: #fff;
    border: none;
    padding: 5px;
}

.default-form .detail > div.form-block.long-input input {
    width: 400px; 
}

.default-form .detail > div.form-block textarea {
    width: 400px;
    display: block;
    float: left;
    font-family: 'Public Sans', Arial, sans-serif;
    font-size: 0.9em;
}

.default-form .detail > div.form-block .radio-buttons label {
    float: none;
    margin: 0;
    padding: 0 6px;
}

.default-form .detail > div.form-block input[type="radio"] {
    width: auto;
    background: none;
}

.default-form .detail > div.form-block .form-heading {
    display: block;
    padding-bottom: 4px;
}

.default-form .detail > div.worker-details > div,
.default-form .detail > div.employer-details > div {
    padding: 5px 0;
}

.default-form .detail div.worker-dob select {
    margin-right: 9px;
}

.default-form .detail > div.text-area .required {
    float: left;
}

.js-disabled .default-form .detail > div.form-block span.disabled-scripts {
    display: block;    
}

.js-disabled .default-form .detail > div.form-block .radio-buttons {
    display: none;
}

.default-form .detail > div.form-block span.disabled-scripts {
    padding: 2px 2px 10px!important;
    font-style: italic;
    display: none;
}

.default-form .detail .error-alert ul {
    padding: 0 10px 10px!important;
}

.default-form .detail .error-alert ul li {
    padding-bottom: 4px!important;
    background-position: 0 -4920px!important;
    color: #FF0000;
}

.default-form .detail > div {
    border-bottom: 1px solid #FFFFFF;
    overflow: hidden;
    padding: 12px 16px 10px 16px;
}

#content .default-form input[type="submit"],
#content .default-form input[type="reset"] {
    border: none;
    width: auto;
    padding: 8px 0;
    min-width: 104px;
    cursor: pointer;
    font-size: 0.98em;
    cursor: pointer;
    max-height: 30px;
    text-align: center;
    *width: 104px;
}

.styling-bci #content .default-form input[type="submit"],
.styling-bci #content .default-form input[type="reset"] {
    background: transparent url(https://archive.longservice.nsw.gov.au/__data/assets/image/0008/1483982/sprites-buttons.png?v=0.1.2) no-repeat -707px 0px;
}

.styling-lsc #content .default-form input[type="submit"],
.styling-lsc #content .default-form input[type="reset"] {
    background: transparent url(https://archive.longservice.nsw.gov.au/__data/assets/image/0008/1483982/sprites-buttons.png?v=0.1.2) no-repeat -967px 0;
}

.styling-cci #content .default-form input[type="submit"],
.styling-cci #content .default-form input[type="reset"] {
    background: transparent url(https://archive.longservice.nsw.gov.au/__data/assets/image/0008/1483982/sprites-buttons.png?v=0.1.2) no-repeat -837px 0 ;
}

#content .default-form input[type="text"] {
    border: 1px solid transparent;
}

.styling-bci #content .default-form input[type="text"]:focus {
    border: 1px solid #fef7c8;
}
.styling-lsc #content .default-form input[type="text"]:focus {
    border: 1px solid #c8ebfb;
}
.styling-cci #content .default-form input[type="text"]:focus {
    border: 1px solid #edf3c9;
}

#content .default-form .form-controls {
    padding: 12px 0 4px;
    text-align: right;
    width: 413px;
    clear: both;
}

#content .default-form input[type="submit"]:hover,
#content .default-form input[type="reset"]:hover {
    background-position: -707px -31px;
    color: #fff;
}

#content .default-form .required {
    padding: 0 6px;
    color: #6e6e6e;
    font-size: 0.78em;
    display: inline-block;
}

#content .default-calculator {
    position: relative;
}

#content .default-calculator .error {
    color: #8A0000;
    font-size: 0.85em;
    font-style: italic;
    left: 235px;
    bottom: 3px;
    position: absolute;
}

#content .default-calculator {
    margin: 14px 0 10px;
    overflow: hidden;
}

#content .default-calculator div,
#content .disabled-scripts {
    padding: 20px 20px 22px 10px;
    background: #f1f1f1;
}

.js-disabled .default-calculator {
    display: none;
}

#content .default-calculator label {
    width: 195px;
    float: left;
    text-align: right;
    padding-right: 10px;
    margin-top: 9px;
}

#content .default-calculator input[type="text"] {
    padding: 19px 10px 14px;
    border: none;
    width: 200px;
}

#content .default-calculator #totals {
    width: 295px;
    font-weight: bold;
    font-size: 1.02em;
    padding: 18px 10px 14px;
    color: #666666;
    background: #fff;
}

.col-2-nav #content .default-calculator #totals {
    margin: 10px 0 0 0px;
    width: 200px;
}

#content .default-calculator span.button {
    margin: 0 3px 0 5px;
}

#content .default-calculator input[type="submit"] {
    cursor: pointer;
    width: 140px;
}

/* -- 1.8 Images -- */

.align-left {
    float: left;
    margin: 5px 20px 10px 4px;
    padding: 1px;
}
.align-right {
    float: right;
    margin: 5px 4px 10px 20px;
    padding: 1px;
}

/* -- 1.9 Pagination -- */

#content .pagination ul {
    width: 100%;
}

#content .pagination ul,
#content .pagination ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
}

#content .pagination {
    width: 100%;
    overflow: hidden;
    margin: 2em 0;
    clear: both;
}

#content .pagination a {
    display: inline-block;
    padding: 12px 0;
    width: 38px;
    color: #fff;
}

#content .pagination a:hover,
#content .pagination a:focus,
#content .pagination a.selected {
    background-color: #32292a!important;
    text-decoration: none;
}

#content .pagination li.page-listing {
    float: left;
    margin: 0 10px;
    text-align: center;
}

#content .pagination li.page-listing a {
    margin: 0 6px;
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0011/1483976/sprites-pagination.gif?v=0.1.2) no-repeat -156px 0;
    color: #3e3e3e;
    font-weight: bold;
}

.styling-bci #content .pagination li.page-listing a.selected {
    background-position: -209px 0!important;
}

.styling-lsc #content .pagination li.page-listing a.selected {
    background-position: -209px -43px!important;
}

.styling-cci #content .pagination li.page-listing a.selected {
    background-position: -209px -85px!important;
}

#content .pagination li.page-listing a:hover {
    background-position: -104px 0;
}

#content .pagination li.next,
#content .pagination li.prev {
    float: left;
    width: 38px;
    text-indent: -999em;
}

#content .pagination li.next a,
#content .pagination li.prev a {
    height: 40px;
    width: 38px;
    padding: 0;
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0011/1483976/sprites-pagination.gif?v=0.1.2) no-repeat 0 0;
}

#content .pagination li.next a {
    float: right;
    background-position: -262px 0;
}

#content .pagination li.next a:hover {
    float: right;
    background-position: -314px 0;
}

#content .pagination li.prev a {
    float: left;
    background-position: -53px 0;
}

#content .pagination li.prev a:hover {
    background-position: 0 0;
}

/* -- 1.10 Tooltip -- */

.show-tooltip .tooltip strong,
.show-tooltip .tooltip span,
.show-tooltip .tooltip {
    text-decoration: none!important;
}

.show-tooltip:hover .tooltip strong,
.show-tooltip:hover .tooltip span,
.show-tooltip:hover .tooltip {
    text-decoration: none!important;
}

.tooltip {
    padding-top: 27px;
    /*background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0004/1483969/tooltip-top.png?v=0.1.2) no-repeat left top;*/
    display: block;
    position: absolute;
    width: 230px;
    z-index: 10;
    text-decoration: none;
    background: #fff;
}


span.tooltip.displayed::after{
 width: 230px;
 height: 30px;
 top:-10px;
 left: 0;
 right: 0;
background: transparent url('https://archive.longservice.nsw.gov.au/__data/assets/image/0004/1511770/6c6798d5-784a-42b3-8b57-c290096ad362.png?v=0.1.2') top center / cover no-repeat;
 content: '';
 z-index: 10;
 position: absolute;
}

.tooltip-inner {
    /*background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0005/1483970/tooltip-bottom.png?v=0.1.2) no-repeat left bottom;*/
    display: block;
    padding: 2px 16px 15px 20px;
    min-height: 62px;
}

.show-tooltip:hover span {
    text-decoration: none!important;
}

.tooltip strong {
    display: block;
    padding: 0.3em 0 0.6em;
    font-weight: bold;
    text-decoration: none;
}

.tooltip-inner span {
    color: #3e3e3e;
    line-height: 1.13;
    text-decoration: none;
}

.js-disabled .tooltip {
    position: absolute;
    left: -999em;
}

/* -- 1.11 Buttons -- */

a.login {
    display: block;
    width: 151px;
    height: 28px;
    text-indent: -999em;
}

.styling-lsc a.login {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0008/1483982/sprites-buttons.png?v=0.1.2) no-repeat -340px -31px;
}
.styling-lsc a.login:hover,
.styling-lsc a.login:focus {
    background-position: -340px 0;
}
.styling-bci a.login {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0008/1483982/sprites-buttons.png?v=0.1.2) no-repeat 0 -31px;
}
.styling-bci a.login:hover,
.styling-bci a.login:focus {
    background-position: 0 0;
}
.styling-cci a.login {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0008/1483982/sprites-buttons.png?v=0.1.2) no-repeat -170px -31px;
}
.styling-cci a.login:hover,
.styling-cci a.login:focus {
    background-position: -170px 0;
}

.button-small {
    clear: both;
    display: inline-block;
    float: right;
    margin: 0 5px;
}

a.online {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0008/1483982/sprites-buttons.png?v=0.1.2) no-repeat -510px -40px;
    display: inline-block;
    width: 171px;
    height: 36px;
    text-indent: -999em;
}

a.online:hover,
a.online:focus {
    background-position: -510px 0px;
}

/* -- 1.12 Alerts -- */
.alert_banner {
    background-color: #F9DB3A;
    text-align: center;
    color: #000000;
    font-size: 1.3rem;
    position: relative;
    display: inline-block;
}
.alert_banner a:link {
    font-weight: bold;
    text-decoration: none;
}
.alert_banner a:visited {
    text-decoration: none;
    color: #000000;
}
.alert_icon{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
}
.alert_message {
    margin: 0 60px;
    padding: 15px 0;
    line-height: normal;
}
.alert_message::before {
    --icon_height: 28px;
    width: 32px;
    content: '';
    background-image: url(https://archive.longservice.nsw.gov.au/__data/assets/file/0004/1453918/PngItem_1190787.png?v=0.1.2);
    position: absolute;
    height: var(--icon_height);
    left: 20px;
    top:calc(50% - var(--icon_height)/2);
    background-size: cover;
}
        


/*
--------------------
2. Page Elements
--------------------
*/

/*-- 2.1 Page Structure --*/
body {
    background: #fff url(https://archive.longservice.nsw.gov.au/__data/assets/image/0005/1484006/bg-body.gif?v=0.1.2) repeat-x 0 0;
}

#outer-wrapper {
    margin: 0 auto;
    width: 970px;
    padding: 14px 4px 2px;
    /*background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483989/bg-wide-top.png?v=0.1.2) no-repeat -4px top;*/
}

#inner-wrapper {
    margin: 0 -4px;
     border: 1px solid #f2f2f2;
    border-radius: 7px;
    background-color: #ffffff !important;
    border-bottom: none;
    
}

#wrapper {
    float: left;
    overflow: hidden;
    clear: both;
}

#aside {
    float: left;
    margin-left: -240px;
    width: 240px;
}

#container {
    padding: 12px;
}

.home #aside {
    display: none;
}

.home #sub-nav {
    display: none;
}

.col-3 #content {
    margin: 0 240px 0 180px;
    padding: 10px 20px 20px;
    overflow: hidden;
    width: 490px;
    float: left;
}

.col-2-nav #content {
    width: 730px;
    margin: 0 0 0 180px;
    float: left;
    padding: 10px 20px 20px;
}

.col-2-nav #sub-nav {
    margin-left: -950px;
}

.col-2-nav #aside {
    display: none;
}

.col-2 #content {
    width: 670px;
    margin: 0 240px 0 0;
    float: left;
    padding: 10px 20px 20px;
}

.col-2 #sub-nav {
    display: none;
}

.col-1 #content {
    padding: 10px 0 20px;
    width: 950px;
    overflow: hidden;
}

.col-1 #sub-nav {
    display: none;
}

.col-1 #aside {
    display: none;
}

.home #content {
    padding: 0;
    width: 952px;
}

#sub-nav {
    float: left;
    margin-left: -950px;
    overflow: hidden;
    width: 180px;
    padding-bottom: 10px;
}

#sub-nav h2 {
    background: #ffffff;
    padding: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.home #header .banner {
    display: none;
}

.banner {
    clear: both;
    position: relative;
    z-index: 1;
    float: left;
}

.banner #breadcrumb {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f9db39;
    min-width: 680px;
    padding: 4px 10px;
    color: #000;
    font-size: 0.85em;
}

.banner.bc-only #breadcrumb {
    position: static;
}

.banner #breadcrumb strong {
    font-weight: bold;
}

.styling-bci .banner #breadcrumb {
    background: #f9db39;
}

.styling-lsc .banner #breadcrumb {
    background: #42b0e0;
}

.styling-cci .banner #breadcrumb {
    background: #bfce5a;
}

/*-- 2.2 Accessibility --*/

#nav-accessibility h2,
#nav-accessibility ol li a {
    position: absolute;
    left: -999em;
    top: -999em;
}

#nav-accessibility ol li a {
    margin-top: -10px;
    background: #000;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    left: -999em;
    padding: 6px 10px 7px;
    position: absolute;
    top: -999em;
    text-transform: uppercase
}

#nav-accessibility ol li a:focus {
    position: static;
}

.ie #nav-accessibility {
    position: absolute;
    left: -999em;
}

hr {
    display: none;
}

#content hr,
#aside hr {
    display: block;
}

/*-- 2.3 Header --*/

.branding {
    overflow: hidden;
    float: left;
    width: 950px;
}

@media(min-width: 768px){
    #header .branding{
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 1.6rem;*/
    }
}

 .logo-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        margin-left: 20px;
}


    .nsw-header__waratah {
        display: flex;
        justify-content: center;
        margin-right: auto;
    }
    .nsw-header__waratah a {
        display: flex;
        text-decoration: none;
        align-items: center;
        width: 42px;
        height: 46px;
    }
    
    .nsw-header__waratah a img{
        max-width: 100%;
    }
    .nsw-header__name {
        display: none;
    }
    .nsw-header__title {
        font-size: 1rem;
        display: flex;
        align-items: center;
    }
    
     @media (min-width: 768px) {
         .logo-wrapper{
            width: 300px;
            flex-direction: column;
            margin-left: 0px;
            z-index: 1;

         }
     }
    
    @media (min-width: 768px) {
        .logo-wrapper {
            width: 300px;
            justify-content: flex-start;
        }
        .nsw-header__waratah {
            padding: 0;
        }
        .nsw-header__waratah a {
            width: 72px;
            height: auto;
        }
        
        .header-main.fixed .logo-wrapper {
             display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            width: auto;
            height: 24px;
        }
        
        .header-main.fixed a {
            width: auto;
            height: 26px;
        }
        
        .header-main.fixed img {
            width: auto;
            height: 26px;
        }
        
        .header-main.fixed .nsw-header__name {
           margin-top: 0;
           margin-left: 15px;
        }
        
        .header-main.fixed .nsw-header__title {
            width: auto;
            height: 24px;
        }
        
        .nsw-header__waratah a:after {
            z-index: 100;
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: none;
        }
        .nsw-header__name {
            font-family: 'Public Sans', sans-serif;
            padding: 0;
            margin-left: 6.85rem;
            margin-top: -3rem;
            display: inline-block;
            margin-top: -4rem;
        }
        .nsw-header__title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #002664;
            line-height: 1.7rem;

        }
    }

#header a:focus {
    outline: none;
}


.styling-lsc #header-details h1,
.styling-lsc #header-details p {
    color: #0171a2;
}


.styling-bci #header-details h1,
.styling-bci #header-details p {
    color: #927000;
}

.styling-cci #header-details h1,
.styling-cci #header-details p {
    color: #697d17;
}

#header-details .home-link {
    float: right;
    padding-left: 23px;
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 0 2px;
}

#header-details .home-link:focus,
#header-details .home-link:hover {
    background-position: 0 -23px;
}

#header-details h1 {
    clear: both;
    text-transform: none;
    font-weight: normal;
    font-family: 'Public Sans', Arial, sans-serif;
    font-size: 1.55em;
    padding: 0.8em 0 0.2em;
    text-wrap: nowrap;
}

#header-details p {
    color: #927000;
    padding: 0.4em 0;
    font-size: 12px;
}

/*-- 2.4 Navigation --*/

#nav {
    clear: both;
    font-family: 'Public Sans', Arial, sans-serif;
    /*font-size: 1.4em;*/
    float: left;
    width: 951px;
}

#nav .home a {
    text-indent: -999em;
    height: 49px;
    width: 58px;
    padding: 0!important;
}

#nav .home span {
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) 13px -37px no-repeat #f2f2f2;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

#nav li.home:hover span,
.top-level #nav li.home span {
    background-position: 15px -38px;
}

#nav h2 {
    position: absolute;
    left: -999em;
}

#nav > ul {
    float: left;
    width: 100%;
    background-color: #3FBDF6;
}

.styling-bci #nav > ul {
    background-color: #f9db39;
}

.styling-cci #nav > ul {
    background-color: #b8c757;
}

#nav > ul > li {
    float: left;
    position: relative;
    z-index: 10;
    height: 49px;
}

#nav > ul > li.search {
    float: right;
    background: none!important;
    padding: 0;
    margin: 0;
}

#nav > ul > li.home {
    padding-left: 0;
}

.top-level.styling-lsc #nav > ul > li.home > a {
    background-color: #f2f2f2;
}

.styling-lsc #nav > ul > li:hover > a,
.styling-lsc #nav > ul > li.selected > a,
.top-level.styling-bci #nav > ul > li.home > a,
.styling-bci #nav > ul > li:hover > a,
.styling-bci #nav > ul > li.selected > a,
.top-level.styling-cci #nav > ul > li.home > a,
.styling-cci #nav > ul > li:hover > a,
.styling-cci #nav > ul > li.selected > a{
    background-color: #f2f2f2;
    position: relative;
}

#nav > ul > li {
    position: relative;
}

#nav > ul > li:hover:before,
#nav > ul > li.selected:before {
    width: 100%;
    position: absolute;
    height: 4px;
    content:'';
    bottom: 0px;
    z-index: 9;
}

.top-level.styling-lsc #nav > ul > li.home:hover:before,
.styling-lsc #nav > ul > li:not(:last-of-type):hover:before,
.styling-lsc #nav > ul > li:not(:last-of-type).selected:before {
    background-color: #002664;
}

.top-level.styling-bci #nav > ul > li.home:hover:before,
.styling-bci #nav > ul > li:not(:last-of-type):hover:before,
.styling-bci #nav > ul > li:not(:last-of-type).selected:before {
    background-color: #927000;
}

.top-level.styling-cci #nav > ul > li.home:hover:before,
.styling-cci #nav > ul > li:not(:last-of-type):hover:before,
.styling-cci #nav > ul > li:not(:last-of-type).selected:before {
    background-color: #697d17;
}


#nav > ul > li > a {
    padding: 16px 35px 16px 20px;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #002664;
}


@media screen and (min-width: 768px) {
    #nav > ul > li:not(.home) > a:after{
        content: url(https://archive.longservice.nsw.gov.au/__data/assets/file/0014/1503131/icon.svg);
        position: absolute;
        top: 18px;
    }
}

#nav > ul > li:not(.home) > a:hover:after{
    transform: rotate(180deg);
}

#nav > ul > li:not(.home) > a:only-child:after {
    content: "";
}

.mobile-device.styling-cci #nav > ul > li > a {
    padding: 16px 19px 16px 14px;
    display: block;
}

#nav > ul > li:hover > div {
    left: 0;
    right: 0;
}

.styling-cci #nav > ul > li.second-last:hover > div {
    left: 0;
    right: 0;
}

#nav > ul > li.second-last:hover > div {
    /*left: -202px;*/
    left: 0;
    right: 0;
}

#nav > ul > li.last:hover > div {
    left: auto;
    right: -162px;
}

#nav > ul > li > div > ul > li > a:hover,
#nav > ul > li > div > ul > li > a:focus,
#nav > ul > li > div > ul > li > a.active {
    /*color: #fff;*/
    text-decoration: underline;
}

#nav > ul > li > div {
    position: absolute;
    left: -999em;
    z-index: 10;
    /*background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483998/bg-megamenu.gif?v=0.1.2) repeat-y 0 0;*/
    width: 615px;
    margin-top: 0;
    padding: 10px;
}

.styling-lsc #nav > ul > li > div {
    width: 205px;
}

.styling-lsc #nav > ul > li > div > ul > li {
    float: none;
    /*border: none;*/
    font-size: 0.9em;
    padding: 14px 8px;
}



#nav > ul > li > div > ul > li {
    float: left;
    width: 184px;
    border-left: 1px solid #fff;
    padding: 10px;
}

#nav > ul > li > div > ul > li:first-child {
    /*border: none;*/
    font-size: 14px;
}

#nav > ul > li > div > ul > li > ul {
    padding: 0 0 16px;
}

@media screen and (min-width: 768px) {
    #nav > ul > li > div > ul > li > ul {
        padding-bottom: 4px;
        padding-left: 8px;
    }    
}

#nav > ul > li > div > ul > li > ul > li {
    font-size: 0.7em;
}

#nav > ul > li > div > ul > li > ul > li:last-child a {
    padding-bottom: 0;
}

#nav > ul > li > div > ul > li > ul > li > a {
    padding: 10px 0 10px 18px;
    background: url(https://archive.longservice.nsw.gov.au/__data/assets/file/0016/1503142/chevron-right.svg) no-repeat;
    display: block;
    font-size: 12px;
    background-position-y: 12px;
}

#nav > ul > li > div > ul > li > ul > li > a:focus,
#nav > ul > li > div > ul > li > ul > li > a:hover,
#nav > ul > li > div > ul > li > ul > li > a.active {
    text-decoration: underline;
    /*color: #fff;*/
}

/*-- 2.5 Sub Navigation --*/

#nav > ul > li > div > ul > li {
    border-top:  1px solid #f2f2f2;
}

@media screen and (min-width: 768px) {
    #nav .nav__lev-2 ul ul {
        margin-top: 12px;
    }
}

#sub-nav a {
    color: #5a5a5a;
    text-decoration: none;
    display: block;
    font-size: 12px;
}

#sub-nav a:hover,
#sub-nav a:focus,
#sub-nav > ul > li > ul > li > ul > li.current > a  {
    background-color: #fff!important;
}

#sub-nav > ul > li > a {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    
}

#sub-nav > ul > li.selected > a,
#sub-nav > ul > li > ul > li.selected > a {
    font-weight: bold;
    border-bottom: 1px solid #0171a2;
    
}

#sub-nav > ul > li > ul {
    padding: 8px 0;
    background: #ffffff;
    position: absolute;
    left: -999em;
}

#sub-nav > ul > li > ul > li > ul {
    position: absolute;
    left: -999em;
}

#sub-nav > ul > li > ul > li.selected > ul,
#sub-nav > ul > li > ul > li.current > ul,
#sub-nav > ul > li.selected > ul {
    position: static;    
}

#sub-nav > ul > li > ul > li > a {
    padding: 5px 10px 5px 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

#sub-nav > ul > li > ul > li.current > a,
#sub-nav > ul > li > ul > li.selected > a {
    background: #fff;
    border-bottom: 1px solid #0171a2;
}

#sub-nav > ul > li > ul > li > ul > li > a {
    padding: 5px 10px 5px 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

/*-- 2.6 Footer --*/

#footer {
    clear: both;
    border-top: 1px solid #d9d9d9;
    padding: 20px 5px 0px;
    margin-top: 5px;
    width: 943px;
    overflow: hidden;
}

#footer a {
    color: #22272B;
}

#footer a:hover,
#footer a:focus {
    color: #000;
    text-decoration: underline;
}

#footer > div {
    margin-bottom: 15px;
}



/*-- 2.7 Tools --*/

.tools {
    display: block;
    width: 80%;
    text-align: right;
    float: right;
    margin-top: 25px;
    margin-right: 0;
}

.top.tools {
    width: 100%;
    float: none;
    margin-top: 0;
}

.tools a {
    text-indent: -999em;
    display: inline-block;
    width: 20px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
}

.tools .share {
    width: 40px;
}

.tools .share:hover {
    background-position: 0 -228px!important;
}

.tools .accessibility:hover {
    background-position: 0 -344px!important;
}

.tools .print-preview {
    width: 20px;
    margin: 0 0 0 9px;
    position: relative;
}

.tools .print-preview:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    background: url('https://archive.longservice.nsw.gov.au/__data/assets/file/0005/1484033/printer.svg?v=0.1.2') center center no-repeat;
    background-size: contain;
}


.styling-bci .tools .print-preview:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    background: url('https://archive.longservice.nsw.gov.au/__data/assets/file/0016/1502404/printer-gold.svg?v=0.1.3') center center no-repeat;
    background-size: contain;
}


.styling-cci .tools .print-preview:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    background: url('https://archive.longservice.nsw.gov.au/__data/assets/file/0018/1502406/printer-green.svg?v=0.1.3') center center no-repeat;
    background-size: contain;
}



.tools .accessibility {
    width: 19px;
    float: right;
    display: none;
}

.ie .tools .accessibility {
    float: none;
}

.mobile-device .tools .share {
    padding-top: 14px;
}

.styling-bci .tools .share {
    background-position: 0 -200px;
}

.styling-bci .tools .print-preview {
    background-position: 0 -256px;
}

.styling-bci .tools .accessibility {
    background-position: 0 -316px;
}

.styling-lsc .tools .share {
    background-position: 0px -186px;
    display:none;
}

.styling-lsc .tools .print-preview {
    background-position: -23px -256px;
}

.styling-lsc .tools .accessibility {
    background-position: -21px -316px;
}

.styling-cci .tools .share {
    background-position: 0 -214px;
}

.styling-cci .tools .print-preview {
    background-position: -23px -285px;
}

.styling-cci .tools .accessibility {
    background-position: -21px -344px;
}

/* -- 2.8 Print Preview -- */

#print-modal {
    background: #FFF;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -395px;
    padding: 0 18px;
    width: 754px;
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

#print-modal-content {
    margin: 10px 0;
    border: none!important;
    height: 100%;
    overflow: hidden;
    width: 100%;
    outline: none;
    border-style: none!important;
}

#print-modal-content html,
#print-modal-content body {
    border-style: none!important;
}

#print-modal-controls {
    top: 16px;
    left: 56%;
    position: fixed;
    padding: 5px 0;
}

    #print-modal-controls a {
        color: #FFF;
        display: block;
        float: left;
        height: 32px;
        text-decoration: none;
        text-indent: -999em;
        width: 80px;
    }

    #print-modal-controls a.print,
    #print-modal-controls a.close {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0004/1483987/print-buttons.png?v=0.1.2) no-repeat 0 0;
        height: 35px;
        border: none;
    }

    #print-modal-controls a.close {
        width: 143px;
        margin-right: 5px;
    }

    #print-modal-controls a.print {
        width: 94px;
        background-position: -150px 0;
    }

    #print-modal-controls a.close:hover {
        background-position: 0 -40px;

    }
    #print-modal-controls a.print:hover {
        background-position: -150px -40px ;
    }
    
    
/* -- 2.9 Breadcrumbs -- */

.breadcrumb-divider {
    height: 12px;
    width: 12px;
    background-image: url(https://archive.longservice.nsw.gov.au/__data/assets/file/0016/1503142/chevron-right.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
}

.breadcrumb-tool-wrapper {
    display: flex;
    justify-content: space-between;
}

.breadcrumb-tool-wrapper .top.tools {
    width: initial;
}


/* -- 2.10 Acknowledgement of Country -- */

.aoc {
    padding: 0 20px 20px 20px;
    background-color: #22272B;
    color: #ffffff;
    font-size: 12px;
}

.acknowledgement {
    padding: 15px 0;
}

@media screen and (min-width: 768px) {
   .aoc {
       border: 1px solid #f2f2f2;
       border-top: none;
       border-bottom-left-radius: 7px;
       border-bottom-right-radius: 7px;
   } 
}




/*
--------------------
3. Content Elements
--------------------
*/

/*-- 3.1 Home Page --*/

    /*-- 3.1.1 Feature --*/
    
    #feature-carousel {
        height: 353px;
        width: 650px;
        position: relative;
        float: left;
        margin-bottom: 10px;
    }
    
    #feature-carousel .banner {
        height: 353px;
        width: 650px;
        color: #fff;
        position: absolute;
    }
    
    #feature-carousel.mini {
        height: 287px;
    }
    
    #feature-carousel.mini .banner {
        height: 287px;
    }
    
    #feature-carousel.mini {
        height: 287px;
    }
    
    #feature-carousel.mini .summary {
        right: auto;
        left: 14px;
        bottom: 40px;
        top: auto;
    }
    
    .js-disabled #feature-carousel {
        height: auto;
    }
    
    .js-disabled #feature-carousel .banner {
        position: relative;
    }
    
    #feature-carousel .summary {
        position: absolute;
        width: 275px;
        right: 16px;
        top: 50px;
    }
    
    #feature-carousel .summary.summary--link-bottom {
        top: initial;
        /*bottom: 50px;*/
    }
        
    #feature-carousel .summary h2 {
        color: #fff;
        padding: 0em 0 0.4em;
        line-height: 1.18;
        font-size: 1.62em;
    }
    
    #feature-carousel .summary a {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        padding: 6px 25px 2px 0;
        /*changing value below from -3092px to -3162px*/
        text-decoration: none;
        position: relative;
        padding: 12px 48px 12px 24px;
    }
    
    #feature-carousel .summary a:after {
        content: url(https://archive.longservice.nsw.gov.au/__data/assets/file/0020/1503164/right-arrow-white.svg);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -6px;
    }
    
    @media screen and (min-width: 768px) {
        #feature-carousel .summary a:after {
            right: 10px;
        }
    }
    
    
    
    #feature-carousel .summary a:hover {
        /*removing below color */
        /*color: #fff!important;*/
        background-position: right -3162px;
        text-decoration: underline;
    }
    
    .feature-controls {
        position: absolute;
        left: 12px;
        bottom: 0;
        z-index: 5;
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0012/1483968/transparent-white-bg.png?v=0.1.2) repeat;
        overflow: hidden;
        padding: 8px 8px 7px;
    }
    
    @media screen and (min-width: 768px) {
        .feature-controls {
            padding: 10px 10px 9px;
        }
    }
    
    .js-disabled .feature-controls {
        display: none;
    }
    
    .feature-controls .nav {
        float: left;
    }
    
    .feature-controls a {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0007/1483981/sprites-controls.png?v=0.1.2) no-repeat 0 0;
        display: block;
        width: 9px;
        height: 9px;
        float: left;
        text-indent: -999em;
        margin: 0 2px;
        outline: none;
        cursor: pointer;
        transform: scale(1.1);
    }
    
    .feature-controls a.play {
        background-position: 1px 0;
    }
    
    .feature-controls a.pause {
        background-position: -9px 0;
    }
    
    .feature-controls a.forward {
        background-position: -29px 0;
    }
    
    .feature-controls a.backward {
        background-position: -20px 0;
    }
    
    .feature-controls .nav a {
        background-position: -40px 0;
    }
    
    .feature-controls .nav a.active {
        background-position: -53px 0;
    }
    
    /*-- 3.1.2 Feature Blocks --*/
    
    #feature-section {
        float: right;
        width: 290px;
    }
    
    .has-search #feature-section {
        padding-top: 8px;    
    }
    
    #feature-section .block {
        position: relative;
        min-height: 170px;
        padding: 0;
        margin-bottom: 11px;
    }
    
    #feature-section .block .summary {
        padding: 20px 21px 0 70px;
        text-decoration: none;
    }
    
    #feature-section .block a.summary:hover,
    #feature-section .block a.summary:focus {
        color: #fff!important;
    }
    
    #feature-section .block img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    
    #feature-section .summary span {
        font-size: 1rem;
        font-weight: bold;
        display: block;
        line-height: 1.1;
        padding: 0 0 .4em;
    }
    
    #feature-section .summary {
        position: absolute;
        z-index: 2;
        width: 199px;
    }
    
    #feature-section .summary strong {
        font-size: 1.4em;
        padding: .5em 0 0;
        font-weight: normal;
    }
    
    #feature-section .summary h2 {
        font-size: 2.1em;
        padding: 0.4em 0 0.45em;
    }
    
    #feature-section .block.login-online {
        min-height: 190px;
        clear: both;
        margin-right: auto;
        margin-left: auto;
        width: 288px;
        color: #fff;
    }
    
    #feature-section .block.login-online .summary {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483980/sprites-icons.png?v=0.1.2) no-repeat 10px -860px;
        padding-bottom: 18px;
    }
    
    #feature-section .block.login-online .summary > span {
        padding: 0;
        font-size: 1.32em;
        font-weight: bold;
    }
    
    #feature-section .block.login-online ul {
        padding: 0.6em 0 1.1em;
    }
    
    #feature-section .block.login-online ul li {
        background-position: 0 -2746px;
    }
    
    #feature-section .block.linked-online,
    #feature-section .block.linked-pay,
    #feature-section .block.linked-docs,
    #feature-section .block.linked-language,
    #feature-section .block.linked-computer {
        min-height: 50px;
        padding: 0;
        background: #424242 url(https://archive.longservice.nsw.gov.au/__data/assets/image/0003/1484013/aside-black-gradient-bottom.gif?v=0.1.2) no-repeat left bottom;
        clear: both;
        width: 288px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 7px;
    }
    
    #feature-section .block.linked-pay .summary {
        background: #D7153A !important; 
        border-radius: 7px;
    }
    
    #feature-section .block.latest-news {
        padding: 16px;
        background-color: #f2f2f2;
        border: 1px solid #CDD3D6;
        border-radius: 4px;
    }
    
    #feature-section .block .more {
        /*display: block;*/
        font-size: 0.9em;
        margin-left: 1px;
        /*overflow: hidden;*/
        /*width: 289px;*/
        text-decoration: none;
    }
    
    #feature-section .block .more:hover,
    #feature-section .block .more:focus {
        text-decoration: underline;
        /*color: #fff!important;*/
    }
    
    #feature-section .block .more span {
        position: relative;
        cursor: pointer;
        margin-right: 8px;
        font-size: 16px;
        font-weight: 700;
        color: #002664;
    }
    
    #feature-section .block .more span:after {
        content: url(https://archive.longservice.nsw.gov.au/__data/assets/file/0003/1503156/right-arrow-cc.svg);
        position: absolute;
        right: -44px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    #content .block .more:hover span:after,
    #content .block .more:focus span:after {
        right: -48px;
    }
    
    #feature-section .block.linked-online .summary,
    #feature-section .block.linked-pay .summary,
    #feature-section .block.linked-docs .summary,
    #feature-section .block.linked-language .summary,
    #feature-section .block.linked-computer .summary {
        width: 100%;
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0019/1484011/aside-black-gradient-top.gif?v=0.1.2) no-repeat left top;
        position: static;
        padding: 0;
        height: 63px;
    }
    
    #feature-section .block.latest-news .summary {
        width: 250px;
        /*margin-top: 6px;*/
        position: static;
        padding: 22px 0;
    }
    
    #feature-section .block.latest-news > h2 {
        padding: 0;
        color: #000;
        font-size: 24px;
    }
    
    #feature-section .block.latest-news .news-item > strong,
    #feature-section .block.latest-news .news-item > a {
        padding: 10px 0 10px;
        display: block;
        /*font-weight: bold;*/
        color: #000;
        text-decoration: none;
    }

    #feature-section .block.latest-news .news-item > a:hover {
        text-decoration: underline;
    }
    
    #feature-section .block.linked-online a,
    #feature-section .block.linked-pay a,
    #feature-section .block.linked-docs a,
    #feature-section .block.linked-language a,
    #feature-section .block.linked-computer a {
        display: flex;
        align-items: center;
        line-height: 1.1;
        /*padding: 22px 5px 23px 66px;*/
        color: #fff;
        font-family: 'Public Sans', Arial, sans-serif;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483980/sprites-icons.png?v=0.1.2) no-repeat 12px 7px;
        padding-left: 66px;
        height: 100%;
    }
    
    #feature-section .block.linked-online a {
        background-position: 12px -213px;
    }
    
    #feature-section .block.linked-docs a {
        background-position: 12px -102px;
    }
    
    #feature-section .block.linked-language a {
        background-position: 12px 7px;
    }
    
    #feature-section .block.linked-pay a {
        background-position: 12px -1290px;
    }
    
    #feature-section .block.linked-computer a {
        background-position: 12px -860px;
    }
    
    #feature-section .block.linked-online a:hover,
    #feature-section .block.linked-online a:focus {
        background-position: 12px -533px;
        color: #fff!important;
    }
    
    #feature-section .block.linked-pay a:hover,
    #feature-section .block.linked-pay a:focus {
        background-position: 12px -1500px;
        color: #fff!important;
    }
    
    #feature-section .block.linked-docs a:hover,
    #feature-section .block.linked-docs a:focus {
        background-position: 12px -432px;
        color: #fff!important;
    }
    
    #feature-section .block.linked-language a:hover,
    #feature-section .block.linked-language a:focus {
        background-position: 12px -333px;
        color: #fff!important;
    }
    
    #feature-section .block.linked-computer a:hover,
    #feature-section .block.linked-computer a:focus {
        background-position: 12px -1080px;
        color: #fff!important;
    }
    
    #feature-section .block.enquire-online .summary {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483980/sprites-icons.png?v=0.1.2) no-repeat 17px -659px;
    }
    
    #feature-section .block.enquire-online * {
        color: #000;
        display: block;
    }
    
    #feature-section .block.enquire-online .more {
        color: #fff!important;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: none;
        display: inline-block;
        font-size: 0.9em;
        color: #fff;
    }
    
    #feature-section .block.enquire-online .more span {
        color: #fff;
    }
    
    #feature-section .block.feature-section strong {
        font-size: 2.1em;
        padding: 0.4em 0 0.45em;
        font-family: 'Public Sans', Arial, sans-serif;
        line-height: 1
    }
    
    #feature-section .block.feature-section .summary {
        padding: 14px 21px 0 70px
    }
    
    #feature-section .block.feature-section * {
        color: #fff!important;
        display: block;
    }
    
    #feature-section .block.feature-section {
        padding-bottom: 6px;
    }
    
    #feature-section .latest-news .news-item {
        padding-left: 16px;
        position: relative;
    }
    
    .latest-news__mobile .news-item:before,
    #feature-section .latest-news .news-item:before {
        content: url(https://archive.longservice.nsw.gov.au/__data/assets/file/0016/1503142/chevron-right.svg);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .latest-news__mobile .news-item {
        position: relative;
        padding-left: 16px;
    }
    
    /*-- 3.1.3 Content Blocks --*/
    
    .content-blocks {
        /*clear: left;*/
        /*float: left;*/
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        overflow: hidden;
        margin-bottom: 40px;
        width: 100%;
    }
    
    .content-blocks .floated > ul,
    .content-blocks .floated > ul .image-only {
        height: 100%;
    }
    
    .content-blocks .floated .image-only img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    
    @media screen and (min-width: 974px) {
        .content-blocks {
            flex-direction: row;
            column-gap: 16px;
        }
        
        #content .content-blocks .floated ul li {
            padding: 5px 0 5px 16px;
        }
        
        #content .content-blocks .padding ul li {
            background-position-y: 9px;
        }
    }
    
    .content-blocks.linear {
        width: 654px;
        flex-direction: column;
        row-gap: 24px;
    }
    
    .content-blocks.linear .block h2 {
        font-size: 1.4em;
    }
    
    .content-blocks.linear .block h2 span {
        width: 632px;
    }
    
    .content-blocks.wide {
        width: 654px;
    }
    
    .content-blocks.wide .block {
        width: 218px;
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0018/1484001/bg-content-blocks-top-220.png?v=0.1.2) no-repeat -3px top;
        float: left!important;
        margin: 0;
    }
    
    .content-blocks.wide .block img {
        max-width: 190px;
    }
    
    .content-blocks.wide .block h2 {
        width: 215px;
        font-size: 1.4em;
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0020/1484003/bg-content-blocks-repeat-220.png?v=0.1.2) repeat-y -3px bottom;
    }
    
    .content-blocks.wide .block h2 span {
        width: 193px;
    }
    
    .content-blocks.wide .block .more {
        width: 212px;
    }
        
    .content-blocks.wide .block .padding {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0020/1484003/bg-content-blocks-repeat-220.png?v=0.1.2) -3px bottom;
    }
    
    #content .content-blocks a {
        text-decoration: none;
    }
    
    #content .content-blocks a:hover,
    #content .content-blocks a:focus {
        text-decoration: underline;
    }
    
    #content .content-blocks a.more {
        display: block;
    }
    
    .content-blocks .block {
        /*width: 50%;*/
        /*float: left;*/
        flex: 1;
        border: 1px solid #f2f2f2;
        border-radius: 4px;
    }
    
    .content-blocks .block-1 {
        float: left;
    }
    
    .content-blocks .block-2 {
        float: right;
        margin-right: -3px;
    }
    
    .content-blocks .block-3 {
        float: left;
    }
    
    .content-blocks .block-4 {
        float: right;
        margin-right: -3px;
    }
    
    .content-blocks .block h2 {
        margin: 0!important;
        padding: 16px 16px 24px 16px;
        font-weight: 700;
        color: #22272B;
        font-size: 24px;
    }
    
    .content-blocks .block h2 span {
        font-weight: bold;
        color: #444;
        display: block;
    }
    
    #content .content-blocks .styling-cci h2 span a,
    #content .content-blocks .styling-cci h2 span a:hover,
    #content .content-blocks .styling-cci h2 span a:focus,
    #content .content-blocks .styling-bci h2 span a,
    #content .content-blocks .styling-bci h2 span a:hover,
    #content .content-blocks .styling-bci h2 span a:focus {
        color: #22272B;
    }
    
    .content-blocks .styling-lsc h2 span {
        border-top: 22px solid #0171A2;
        border-bottom: 1px solid #0171A2;
        color: #0171A2;
    }
    
    #content .content-blocks .styling-lsc h2 span a,
    #content .content-blocks .styling-lsc h2 span a:hover,
    #content .content-blocks .styling-lsc h2 span a:focus {
        color: #0171A2!important;
    }
    
    .content-blocks .block .padding {
        min-height: 133px;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        column-gap: 16px;
        padding: 0 16px;
    }
    
    @media screen and (min-width: 974px){
        .content-blocks .block .padding {
            flex-direction: row;
        }
    }
    
    .content-blocks .block .padding ul li a {
        color: #000!important;
    }
    
    #content .content-blocks .padding ul li {
        background-image: url(https://archive.longservice.nsw.gov.au/__data/assets/file/0016/1503142/chevron-right.svg);
        background-repeat: no-repeat;
        background-position-y: 7px;
    }
    
    .content-blocks .block .padding .floated > a,
    .content-blocks .block .padding .floated strong {
        font-weight: bold;
    }
    
    .content-blocks .block .padding .floated li.image-only {
        padding: 0!important;
        margin-top: -5px;
        background: none!important;
    }
    
    .content-blocks .styling-cci .padding .floated > a,
    #content .content-blocks .styling-cci .padding .floated > a:hover,
    .content-blocks .styling-cci .padding .floated strong,
    #content .styling-cci .padding ul li a:hover,
    #content div.styling-cci .padding ul li a:focus     {
        color: #697d17!important;
    }
    
    .content-blocks .styling-lsc .padding .floated > a,
    #content .content-blocks .styling-lsc .padding .floated > a:hover,
    .content-blocks .styling-lsc .padding .floated strong,
    #content div.styling-lsc .padding ul li a:hover,
    #content div.styling-lsc .padding ul li a:focus     {
        color: #0171A2!important;
    }
    
    .content-blocks .styling-bci .padding .floated > a,
    #content .content-blocks .styling-bci .padding .floated > a:hover,
    .content-blocks .styling-bci .padding .floated strong,
    #content div.styling-bci .padding ul li a:hover,
    #content div.styling-bci .padding ul li a:focus {
        color: #927000!important;
    }
    
    .content-blocks .block .padding .floated {
        position: relative;
    }

    .content-blocks .block .padding ul {
        max-width: 205px;
        padding: 0.6em 0 0.4em!important;
    }

    .content-blocks .block .padding ul li.image-only {
        max-width: 205px;
    }
    
    .content-blocks .block .more {
        color: #fff!important;
        overflow: hidden;
        font-size: 12px;
        margin-left: 1px;
        padding: 24px 16px 16px 16px;
    }
    
    #content .content-blocks .block .more:hover,
    #content .content-blocks .block .more:focus {
        color: #fff!important;
    }
    
    .content-blocks .block .more span {
        cursor: pointer;
        font-size: 16px;
        color: #002664;
        position: relative;
        font-weight: 700;
    }
    
    .content-blocks .block .more span.mobile-only {
        display: inline !important;
    }
    
    @media screen and (min-width: 768px) {
        .content-blocks .block .more span.mobile-only {
        display: none !important;
    }
    }
    
    .content-blocks .block .more span:after {
        content: url(https://archive.longservice.nsw.gov.au/__data/assets/file/0003/1503156/right-arrow-cc.svg);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -44px;
        
    }   
    
    .content-blocks .block .more span:hover {
        text-decoration: underline;
    }
    
    .content-blocks .block .button-small {
        position: absolute;
        bottom: 5px;
        right: 20px;
    }

/*-- 3.2 Landing Page --*/

    /* -- 3.2.1 Accordions h2-- */
    
    .js-enabled .accordion h2 {
        cursor: pointer;
    }
    
    .js-enabled .accordion h2 span  {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 471px -1622px;
    }
    
    .js-enabled .accordion.func-disabled h2 {
        border-top: 1px solid #CFCFCF;
        cursor: default;
        color: #343126;
    }
    
    .js-enabled .accordion.func-disabled h2 span {
        background: none!important;    
    }
    
    .js-enabled .accordion.func-disabled h2:hover span {
        background-color: transparent!important;
        color: #343126;
    }
    
    .styling-bci.js-enabled .accordion h2.selected,
    .styling-bci.js-enabled .accordion.func-disabled h2 {
        border-left: 1px solid #ecd53c;
        border-right: 1px solid #ecd53c;        
        background: #fbec3d url(https://archive.longservice.nsw.gov.au/__data/assets/image/0008/1484009/bg-accordion-bci.gif?v=0.1.2) repeat-x bottom;
    }
    
    .styling-lsc.js-enabled .accordion h2.selected,
    .styling-lsc.js-enabled .accordion.func-disabled h2 {
        border-left: 1px solid #0f85b9;
        border-right: 1px solid #0f85b9;        
        background: #6bc7f0 url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1484007/bg-accordion-lsc.gif?v=0.1.2) repeat-x bottom;
    }
    
    .styling-cci.js-enabled .accordion h2.selected,
    .styling-cci.js-enabled .accordion.func-disabled h2 {
        border-left: 1px solid #9fb853;
        border-right: 1px solid #9fb853;        
        background: #c7d75e url(https://archive.longservice.nsw.gov.au/__data/assets/image/0007/1484008/bg-accordion-cci.gif?v=0.1.2) repeat-x bottom;
    }
    
    .js-enabled.col-2-nav .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 711px -1605px;
    }
    
    .js-enabled.col-2 .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 648px -1605px;
    }
    
    .js-enabled.col-1 .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 929px -1605px;
    }
    
    .js-enabled .accordion h2:hover span {
        color: #000;
        background-color: #d8d8d8;
    }
    
    .js-enabled .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 470px -1868px;
    }
    
    .js-enabled.col-2-nav .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 710px -1868px;
    }
    
    .js-enabled.col-2 .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 647px -1868px;
    }
    
    .js-enabled.col-1 .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 926px -1868px;
    }
    
    .accordion {
        margin: 20px 0 10px;
    }
    
    .js-enabled .accordion h2 {
        padding: 0;
        color: #666666;
        font-size: 1.2em;
        background: #e3e3e3;
    }

    .accordion h2 span {
        border-top: 1px solid #fff;
        display: block;
        padding: 10px 35px 10px 16px;
    }

    .accordion h2.selected {
        padding: 0;
        color: #343126;
        border-top: 1px solid #cfcfcf;
    }
    
    .accordion .detail,
    .js-disabled .default-form .accordion .detail {
        background: #f1f1f1;
        padding: 18px 16px;
        color: #3e3e3e;
    }
    
    .js-disabled .accordion .detail {
        background: none;
        padding: 5px;
    }
    
    #content .accordion .detail strong {
        font-weight: bold;
    }
    
    #content .accordion .detail ul li {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat scroll 0 -4922px transparent;
        padding: 0.2em 0 1em 2em;
    }
    
    .js-disabled .accordion .detail {
        margin-top: 10px;
    }

    .accordion.styled-1 .detail,
    .accordion.styled-2 .detail {
        padding: 0;
    }

    .accordion.styled-1 .detail > div,
    .accordion.styled-1 .detail-block {
        padding: 12px 16px 10px;
        border-bottom: 1px solid #fff;
        overflow: hidden;
    }
    
    #content .accordion.styled-1 .detail-block .address-listing ul {
        overflow: hidden;
        padding: 0 0 20px;
    }
    
    #content .accordion.styled-1 .detail-block .address-listing ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 0;
        background: none;
        width: 220px;
        padding-bottom: 20px;
        zoom: 1;
        *display: inline;
        _height: 65px;
        min-height: 65px;
    }
    
    #content .accordion.styled-2 .detail ul {
        padding: 0;
        margin: 0;
    }
    
    #content .accordion.styled-2 .detail ul li {
        background: none;
        padding: 6px 5px 6px 0;
        border-bottom: 1px solid #fff;
        overflow: hidden;
    }
    
    #content .accordion.styled-2 .detail ul li .button-small {
        clear: none;
    }
    
    #content .accordion.styled-2 .detail ul li a.show-tooltip {
        padding: 10px 0;
        color: #000000!important;
        padding: 4px 20px 4px 40px;
        display: inline-block;
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 9px -596px;
        max-width: 515px;
        float: left;
        text-decoration: none;
    }
    
    #content .accordion.styled-2 .detail ul li a.show-tooltip:hover,
    #content .accordion.styled-2 .detail ul li a.show-tooltip:hover {
        text-decoration: underline;
    }
    
    #content .accordion.styled-2 .detail ul li img {
        display: block;
        padding: 10px 0 2px;
    }
    
    #content .accordion.styled-2 .button-small a {
        padding: 5px 8px 4px 3px;
    }















/*-- 3.3 Inner Page --*/

    /* -- 3.3.1 Tabs -- */

    .tabs-wrapper {
        padding-top: 15px;
    }

    #content .tabs {
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        font-size: 1.1em;
    }

    #content .tabs li {
        float: left;
        background: none!important;
        padding: 0;
    }

    #content .tabs li a {
        font-weight: normal;
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 15px 40px 15px 10px;
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0012/1483995/bg-tabs.gif?v=0.1.2) repeat-x 0 0;
        margin-right: 1px;
        font-weight: bold;
    }
    
    #content .tabs li a:hover {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0004/1483996/bg-tabs-selected.gif?v=0.1.2) repeat-x 0 0;
    }

    #content .tabs li.current a {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0004/1483996/bg-tabs-selected.gif?v=0.1.2) repeat-x 0 0;
    }
    
    .styling-lsc #content .tabs li.current a:hover
    .styling-lsc #content .tabs li.current a:focus,
    .styling-lsc #content .tabs li.current a {
        color: #0171a2;
    }
    
    .styling-bci #content .tabs li.current a:hover
    .styling-bci #content .tabs li.current a:focus,
    .styling-bci #content .tabs li.current a {
        color: #927000;
    }
    
    .styling-cci #content .tabs li.current a:hover,
    .styling-cci #content .tabs li.current a:focus,
    .styling-cci #content .tabs li.current a {
        color: #697d17;
    }
    
    .tabs-wrapper .tab-content {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0005/1483997/bg-tabs-content.gif?v=0.1.2) repeat-y 0 0;
        padding: 30px 20px 0;
        overflow: hidden;
    }
    
    .mobile-device .tabs-wrapper .tab-content {
        background-color: #F3F3F3;    
        background-image: none;
    }
    
    /* -- 3.3.2 Carousel -- */
    
    #content .carousel-holder {
        background: #cecece;
        padding: 14px 20px 10px;
        margin: 0 -19px;
        clear: both;
    }
    
    #content .summary-holder {
        float: left;
        padding: 0 0 16px 463px;
        min-height: 295px;
        width: 447px;
    }    
    
    #content .summary-holder.loading {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0005/1483988/loader.gif?v=0.1.2) no-repeat 50% 45%;
    }
    
    #content .summary-holder h3 {
        font-size: 1.4em;
        font-weight: normal;
        padding: 2px 0 10px;
    }
    
    #content .summary-holder img,
    #content .summary-holder iframe {
        float: left;
        margin: 0 0 0 -463px;
    }
    
    #content .carousel {
        position: relative;
        overflow: hidden;
        height: 148px;
        padding: 0;
        width: 902px;
    }
    
    .js-disabled #content .carousel {
        height: auto;    
    }
    
    #content .carousel ul {
        height: 148px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: absolute;
        width: 2000em;
    }
    
    .js-disabled #content .carousel ul {
        height: auto;
        width: auto;
        position: static;    
    }
    
    #carousel .scrollable {
        height: 145px;
        margin: 0;
        overflow: hidden;
        position: relative;
        width: 903px;
    }
    
    #content .carousel ul li {
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .js-disabled #content .carousel ul li {
        padding-bottom: 8px;
    }

    #content .carousel ul li a {
        text-decoration: none;
        float: left;
        clear: both;
        padding-right: 8px;
    }
    
    #content .carousel ul li.active .carousel-summary {
        background: #000;
        color: #bdbdbd;
    }
    
    #content .carousel ul li .carousel-summary {
        float: left;
        clear: both;
        background: #bdbdbd;
        padding: 8px;
        width: 158px;
        color: #000;
        text-decoration: none;
    }
    
    #content .carousel ul li a .carousel-play {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0007/1483981/sprites-controls.png?v=0.1.2) no-repeat scroll -125px -59px transparent;
        display: block;
        height: 64px;
        left: 54px;
        position: absolute;
        text-indent: -999em;
        top: 12px;
        width: 64px;
    }
    
    #content .carousel ul li a:hover .carousel-play {
        background-position: 0 -59px;
    }
    
    .carousel a.next, .carousel a.prev {
        cursor: pointer;
        display: block;
        height: 37px;
        width: 38px;
        position: absolute;
        text-indent: -9999px;
        border: none;
        z-index: 10;
        top: 28%;
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0011/1483976/sprites-pagination.gif?v=0.1.2) no-repeat -53px -2px;
    }
    
    .carousel a.next.disabled, .carousel a.prev.disabled {
        display: none;
    }

    .carousel a.next {
        right: 0px;
        background-position: -262px -2px;
    }

    .carousel a.prev {
        left: 0px;
        background-position: -53px -2px;
    }

    .carousel a.next:hover,
    .carousel a.next:focus {
        background-position: -314px -2px;
    }

    .carousel a.prev:hover,
    .carousel a.prev:focus {
        background-position: 0px -2px;
    }

    /* -- 3.3.3 Search Listings -- */

    #content .default-form .controls .pagination {
        float: right;
        width: auto;
        clear: none;
        margin: -4px 0 0 0;
    }

    #content .default-form .controls .critera {
        float: left;
    }

    #content .default-form .controls strong {
        font-weight: bold;
        color: #666666;
    }
    
    #content .default-form div.listings {
        padding: 14px 0 20px;
        clear: both;
    }

    #content .default-form div.listings div,
    #content .default-form div.listings a {
        text-decoration: none;
        color: #666666;
        overflow: hidden;
        display: block;
        padding: 14px 10px;
        cursor: pointer;
    }
    
    #content .default-form div.listings div {
        cursor: default;
    }

    #content .default-form div.listings a:nth-child(2n + 1),
    #content .default-form div.listings div:nth-child(2n + 1) {
        background: #f7f7f7;
    }

    #content .default-form div.listings a.odd,
    #content .default-form div.listings div.odd {
        background: #f7f7f7;
    }
    
    #content .default-form div.listings a:hover {
        background: #e4e3e3;
        color: #000!important;
    }
    
    #content .default-form div.listings a .heading-styled ,
    #content .default-form div.listings div .heading-styled {
        padding: 4px 20px 4px 0px;
        display: inline-block;
        color: #000;
        font-size: 1.5em;
        font-family: 'Public Sans', Arial, sans-serif;
    }

    #content .default-form div.listings a p,
    #content .default-form div.listings div p {
        padding: 0.2em 0 0.5em;
    }

    #content .default-form div.listings a strong,
    #content .default-form div.listings div strong {
        color: #000;
        display: block;
    }
    
    #content .default-form div.listings a em,
    #content .default-form div.listings div em {
        clear: both;
        display: block;
        font-style: italic;
        padding-bottom: 10px;
        font-size: 0.9em;
    }
    
    #content .default-form div.listings a.pdf-item em {
        padding-left: 30px;
    }
    
    #content .default-form div.listings a.pdf-item .heading-styled {
        padding: 10px 0;
        color: #000000!important;
        padding: 4px 20px 4px 30px;
        display: inline-block;
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 0 -596px;
    }
    
    /* -- 3.3.4 Page listings -- */
    
    #content .page-listing {
        padding: 10px 0;
    }
    
    #content .page-listing ul li {
        padding: 0 0 20px 180px;
        margin: 0;
        background: none;
        clear: both;
        overflow: hidden;
    }
    
    #content .page-listing ul li {
        padding: 0 0 20px 180px;
        margin: 0;
        background: none;
        clear: both;
        overflow: hidden;
    }
    
    #content .page-listing ul li.no-thumb {
        padding-left: 0;
    }
    
    #content .page-listing ul li h2 {
        color: #666666;
        font-size: 1.18em;
        font-weight: bold;
        padding-top: 0;
        padding-bottom: 4px;
    }
    
    #content .page-listing ul li h2 a {
        color: #666!important;
        text-decoration: none;
    }
    
    #content .page-listing ul li .list-image {
        float: left;
        margin-left: -180px;
    }





     /* -- 3.2.1 Accordions h2-- */
    
     .js-enabled .accordion h2 {
        cursor: pointer;
    }
    
    .js-enabled .accordion h2 span  {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 471px -1622px;
    }
    
    .js-enabled .accordion.func-disabled h2 {
        border-top: 1px solid #CFCFCF;
        cursor: default;
        color: #343126;
    }
    
    .js-enabled .accordion.func-disabled h2 span {
        background: none!important;    
    }
    
    .js-enabled .accordion.func-disabled h2:hover span {
        background-color: transparent!important;
        color: #343126;
    }
    
    .styling-bci.js-enabled .accordion h2.selected,
    .styling-bci.js-enabled .accordion.func-disabled h2 {
        border-left: 1px solid #ecd53c;
        border-right: 1px solid #ecd53c;        
        background: #fbec3d url(https://archive.longservice.nsw.gov.au/__data/assets/image/0008/1484009/bg-accordion-bci.gif?v=0.1.2) repeat-x bottom;
    }
    
    .styling-lsc.js-enabled .accordion h2.selected,
    .styling-lsc.js-enabled .accordion.func-disabled h2 {
        border-left: 1px solid #0f85b9;
        border-right: 1px solid #0f85b9;        
        background: #6bc7f0 url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1484007/bg-accordion-lsc.gif?v=0.1.2) repeat-x bottom;
    }
    
    .styling-cci.js-enabled .accordion h2.selected,
    .styling-cci.js-enabled .accordion.func-disabled h2 {
        border-left: 1px solid #9fb853;
        border-right: 1px solid #9fb853;        
        background: #c7d75e url(https://archive.longservice.nsw.gov.au/__data/assets/image/0007/1484008/bg-accordion-cci.gif?v=0.1.2) repeat-x bottom;
    }
    
    .js-enabled.col-2-nav .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 711px -1605px;
    }
    
    .js-enabled.col-2 .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 648px -1605px;
    }
    
    .js-enabled.col-1 .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 929px -1605px;
    }
    
    .js-enabled .accordion h2:hover span {
        color: #000;
        background-color: #d8d8d8;
    }
    
    .js-enabled .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 470px -1868px;
    }
    
    .js-enabled.col-2-nav .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 710px -1868px;
    }
    
    .js-enabled.col-2 .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 647px -1868px;
    }
    
    .js-enabled.col-1 .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 926px -1868px;
    }
    
    .accordion {
        margin: 20px 0 10px;
    }
    
    .js-enabled .accordion h2 {
        padding: 0;
        color: #666666;
        font-size: 1.2em;
        background: #e3e3e3;
    }

    .accordion h2 span {
        border-top: 1px solid #fff;
        display: block;
        padding: 10px 35px 10px 16px;
    }

    .accordion h2.selected {
        padding: 0;
        color: #343126;
        border-top: 1px solid #cfcfcf;
    }
    
    .accordion .detail,
    .js-disabled .default-form .accordion .detail {
        background: #f1f1f1;
        padding: 18px 16px;
        color: #3e3e3e;
    }
    
    .js-disabled .accordion .detail {
        background: none;
        padding: 5px;
    }
    
    #content .accordion .detail strong {
        font-weight: bold;
    }
    
    #content .accordion .detail ul li {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat scroll 0 -4922px transparent;
        padding: 0.2em 0 1em 2em;
    }
    
    .js-disabled .accordion .detail {
        margin-top: 10px;
    }

    .accordion.styled-1 .detail,
    .accordion.styled-2 .detail {
        padding: 0;
    }

    .accordion.styled-1 .detail > div,
    .accordion.styled-1 .detail-block {
        padding: 12px 16px 10px;
        border-bottom: 1px solid #fff;
        overflow: hidden;
    }
    
    #content .accordion.styled-1 .detail-block .address-listing ul {
        overflow: hidden;
        padding: 0 0 20px;
    }
    
    #content .accordion.styled-1 .detail-block .address-listing ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 0;
        background: none;
        width: 220px;
        padding-bottom: 20px;
        zoom: 1;
        *display: inline;
        _height: 65px;
        min-height: 65px;
    }
    
    #content .accordion.styled-2 .detail ul {
        padding: 0;
        margin: 0;
    }
    
    #content .accordion.styled-2 .detail ul li {
        background: none;
        padding: 6px 5px 6px 0;
        border-bottom: 1px solid #fff;
        overflow: hidden;
    }
    
    #content .accordion.styled-2 .detail ul li .button-small {
        clear: none;
    }
    
    #content .accordion.styled-2 .detail ul li a.show-tooltip {
        padding: 10px 0;
        color: #000000!important;
        padding: 4px 20px 4px 40px;
        display: inline-block;
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 9px -596px;
        max-width: 515px;
        float: left;
        text-decoration: none;
    }
    
    #content .accordion.styled-2 .detail ul li a.show-tooltip:hover,
    #content .accordion.styled-2 .detail ul li a.show-tooltip:hover {
        text-decoration: underline;
    }
    
    #content .accordion.styled-2 .detail ul li img {
        display: block;
        padding: 10px 0 2px;
    }
    
    #content .accordion.styled-2 .button-small a {
        padding: 5px 8px 4px 3px;
    }







      /* -- 3.2.1 Accordions h3-- */
    
      .js-enabled .accordion h3 {
        cursor: pointer;
    }
    
    .js-enabled .accordion h3 span  {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 471px -1622px;
    }
    
    .js-enabled .accordion.func-disabled h3 {
        border-top: 1px solid #CFCFCF;
        cursor: default;
        color: #343126;
    }
    
    .js-enabled .accordion.func-disabled h3 span {
        background: none!important;    
    }
    
    .js-enabled .accordion.func-disabled h3:hover span {
        background-color: transparent!important;
        color: #343126;
    }
    
    .styling-bci.js-enabled .accordion h3.selected,
    .styling-bci.js-enabled .accordion.func-disabled h2 {
        border-left: 1px solid #ecd53c;
        border-right: 1px solid #ecd53c;        
        background: #fbec3d url(https://archive.longservice.nsw.gov.au/__data/assets/image/0008/1484009/bg-accordion-bci.gif?v=0.1.2) repeat-x bottom;
    }
    
    .styling-lsc.js-enabled .accordion h3.selected,
    .styling-lsc.js-enabled .accordion.func-disabled h3 {
        border-left: 1px solid #0f85b9;
        border-right: 1px solid #0f85b9;        
        background: #6bc7f0 url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1484007/bg-accordion-lsc.gif?v=0.1.2) repeat-x bottom;
    }
    
    .styling-cci.js-enabled .accordion h3.selected,
    .styling-cci.js-enabled .accordion.func-disabled h2 {
        border-left: 1px solid #9fb853;
        border-right: 1px solid #9fb853;        
        background: #c7d75e url(https://archive.longservice.nsw.gov.au/__data/assets/image/0007/1484008/bg-accordion-cci.gif?v=0.1.2) repeat-x bottom;
    }
    
    .js-enabled.col-2-nav .accordion h3 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 711px -1605px;
    }
    
    .js-enabled.col-2 .accordion h3 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 648px -1605px;
    }
    
    .js-enabled.col-1 .accordion h3 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 929px -1605px;
    }
    
    .js-enabled .accordion h3:hover span {
        color: #000;
        background-color: #d8d8d8;
    }
    
    .js-enabled .accordion h3.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 470px -1868px;
    }
    
    .js-enabled.col-2-nav .accordion h3.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 710px -1868px;
    }
    
    .js-enabled.col-2 .accordion h3.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 647px -1868px;
    }
    
    .js-enabled.col-1 .accordion h3.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 926px -1868px;
    }
    
    .accordion {
        margin: 20px 0 10px;
    }
    
    .js-enabled .accordion h3 {
        padding: 0;
        color: #666666;
        font-size: 1.2em;
        background: #e3e3e3;
    }

    .accordion h3 span {
        border-top: 1px solid #fff;
        display: block;
        padding: 10px 35px 10px 16px;
    }

    .accordion h3.selected {
        padding: 0;
        color: #343126;
        border-top: 1px solid #cfcfcf;
    }
    
    .accordion .detail,
    .js-disabled .default-form .accordion .detail {
        background: #f1f1f1;
        padding: 18px 16px;
        color: #3e3e3e;
    }
    
    .js-disabled .accordion .detail {
        background: none;
        padding: 5px;
    }
    
    #content .accordion .detail strong {
        font-weight: bold;
    }
    
    #content .accordion .detail ul li {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat scroll 0 -4922px transparent;
        padding: 0.2em 0 1em 2em;
    }
    
    .js-disabled .accordion .detail {
        margin-top: 10px;
    }

    .accordion.styled-1 .detail,
    .accordion.styled-2 .detail {
        padding: 0;
    }

    .accordion.styled-1 .detail > div,
    .accordion.styled-1 .detail-block {
        padding: 12px 16px 10px;
        border-bottom: 1px solid #fff;
        overflow: hidden;
    }
    
    #content .accordion.styled-1 .detail-block .address-listing ul {
        overflow: hidden;
        padding: 0 0 20px;
    }
    
    #content .accordion.styled-1 .detail-block .address-listing ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 0;
        background: none;
        width: 220px;
        padding-bottom: 20px;
        zoom: 1;
        *display: inline;
        _height: 65px;
        min-height: 65px;
    }
    
    #content .accordion.styled-2 .detail ul {
        padding: 0;
        margin: 0;
    }
    
    #content .accordion.styled-2 .detail ul li {
        background: none;
        padding: 6px 5px 6px 0;
        border-bottom: 1px solid #fff;
        overflow: hidden;
    }
    
    #content .accordion.styled-2 .detail ul li .button-small {
        clear: none;
    }
    
    #content .accordion.styled-2 .detail ul li a.show-tooltip {
        padding: 10px 0;
        color: #000000!important;
        padding: 4px 20px 4px 40px;
        display: inline-block;
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 9px -596px;
        max-width: 515px;
        float: left;
        text-decoration: none;
    }
    
    #content .accordion.styled-2 .detail ul li a.show-tooltip:hover,
    #content .accordion.styled-2 .detail ul li a.show-tooltip:hover {
        text-decoration: underline;
    }
    
    #content .accordion.styled-2 .detail ul li img {
        display: block;
        padding: 10px 0 2px;
    }
    
    #content .accordion.styled-2 .button-small a {
        padding: 5px 8px 4px 3px;
    }





/* -- 3.4 Aside -- */

    /* -- 3.4.1 Content Blocks -- */
    
    .content-block {
        margin: 10px 0;
    }
    
        /* Workers Online */
        #aside .content-block {
            background: #444343 url(https://archive.longservice.nsw.gov.au/__data/assets/image/0004/1484014/aside-black-gradient-bottom-240.gif?v=0.1.2) no-repeat left bottom;
            width: 239px; 
        }
        
        .workers-online span {
            font-size: 1.78em;
            color: #fff;
            font-weight: normal;
            font-family: 'Public Sans', Arial, sans-serif;
            display: block;
        }
        
        #aside .linked-docs a,
        #aside .linked-language a,
        #aside .linked-online a,
        #aside .linked-computer a,
        #aside .linked-pay a {
            color: #FFFFFF;
            display: block;
            font-family: 'Public Sans', Arial, sans-serif;
            font-size: 1.32em;
            font-weight: bold;
            padding: 22px 5px 16px 66px;
            text-decoration: none;
            background: url("https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483980/sprites-icons.png?v=0.1.2") no-repeat scroll 12px 7px transparent;
        }
        
        #aside .content-block.linked-online a {
            background-position: 12px -213px;
        }
        
        #aside .content-block.linked-docs a {
            background-position: 12px -102px;
        }
        
        #aside .content-block.linked-language a {
            background-position: 12px 7px;
        }
        
        #aside .content-block.linked-pay a {
            background-position: 12px -1286px;
        }
        
        #aside .content-block.linked-computer a {
            background-position: 12px -860px;
        }
        
        #aside .content-block.linked-online a:hover,
        #aside .content-block.linked-online a:focus {
            background-position: 12px -533px;
            color: #FFFFFF !important;
        }
        
        #aside .content-block.linked-pay a:hover,
        #aside .content-block.linked-pay a:focus {
            background-position: 12px -1496px;
            color: #FFFFFF !important;
        }
        
        #aside .content-block.linked-docs a:hover,
        #aside .content-block.linked-docs a:focus {
            background-position: 12px -432px;
            color: #FFFFFF !important;
        }
        
        #aside .content-block.linked-language a:hover,
        #aside .content-block.linked-language a:focus {
            background-position: 12px -333px;
            color: #FFFFFF !important;
        }
        
        #aside .content-block.linked-computer a:hover,
        #aside .content-block.linked-computer a:focus {
            background-position: 12px -1080px;
            color: #FFFFFF !important;
        }
        
        #aside .content-block > .padding > a:hover,
        #aside .content-block > .padding > a:focus {
            color: #FFFFFF!important;
            
        }
        
        #aside .workers-online .padding,
        #aside .linked-docs .padding,
        #aside .linked-language .padding,
        #aside .linked-online .padding,
        #aside .linked-computer .padding,
        #aside .linked-pay .padding {
            background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0020/1484012/aside-black-gradient-top-240.gif?v=0.1.2) no-repeat left top;
            padding-bottom: 8px;
            min-height: 52px;
        }
        
        #aside .content-block.linked-pay .padding {
            background: #D7153A !important;    
        }
        
        #aside .workers-online .padding span,
        #aside .linked-docs .padding span,
        #aside .linked-language .padding span,
        #aside .linked-online .padding span,
        #aside .linked-computer .padding span,
        #aside .linked-pay .padding span {
            padding: 18px 6px 18px 70px;
            background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483980/sprites-icons.png?v=0.1.2) no-repeat 14px -213px;
            line-height: 1;
        }
        
        .workers-online .padding .login {
            margin: -5px 0 0 70px;
        }
        
        /* Information Sheets */
        
        #aside .information-sheets {
            background: none;
        }
        
        .information-sheets .padding {
            padding: 10px 0;
        }
        
        .information-sheets h2 {
            border-bottom: 1px solid #927000;
            padding: 6px 38px 12px;
            font-size: 1.28em;
            font-weight: bold;
            background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 8px -480px;
        }
        
        .styling-lsc .information-sheets h2 {
            background-position: 8px -521px;
        }
        
        .styling-cci .information-sheets h2 {
            background-position: 8px -394px;
        }
        
        .styling-bci .information-sheets h2 {
            background-position: 8px -457px;
        }
        
        .information-sheets ul {
            padding: 10px 0;
        }
        
        #aside .information-sheets ul li {
            background-image: none!important;
        }
        
        .information-sheets ul li a {
            padding: 10px 0;
            color: #000000!important;
            padding: 4px 20px 4px 40px;
            display: block;
            background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 9px -593px;
            min-height: 22px;
        }
        
        .information-sheets ul li a.external-info {
            background-position: 5px -5252px;
        }
        
        .information-sheets ul li a:hover {
            text-decoration: underline;
        }
        
        .information-sheets ul li:nth-child(even) {
            background-color: #f7f7f7!important;
        }
        
        .information-sheets ul li.even {
            background-color: #f7f7f7!important;
        }
        
        #aside .information-sheets .padding ul li a{
            font-size: 14px;
            line-height: 2rem;
            background-position: 9px -589px;
        }
        
        /* Image Block */
        
        #aside .image-block {
            background: none;
        }
        
        .image-block {
            color: #fff;
            width: 238px;
            height: 129px;
            position: relative;
        }
        
        .image-block > img {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }
        
        .image-block .padding {
            padding: 16px 32px 16px 14px;
            position: absolute;
            z-index: 2;
        }
        
        .content-block.image-block .padding {
            padding: 16px 20px 16px 14px;
            position: absolute;
            z-index: 2;
        }
        
        .image-block h2 {
            color: #fff;
            font-size: 1.34em;
            padding: 0 0 3px;
        }
        
        .image-block p {
            padding: 0.2em 0 0.7em;
        }
        
        .image-block .padding > strong {
            font-size: 2.2em;
            padding: 2px 0 2px;
            display: block;
            line-height: 1;
            color: #fff;
        }
        
        .image-block .large {
            font-size: 2.2em;
            padding: 2px 0 2px;
            display: block;
            line-height: 1;
            color: #fff;
        }
        
        #aside .image-block a {
            color: #fff;
            text-decoration: none;
        }
        
        #aside .image-block a:hover,
        #aside .image-block a:focus {
            text-decoration: underline;
            color: #fff!important;
        }
        
        
        
/*
--------------------
4. Media Queries
--------------------
*/

    .fluid #outer-wrapper {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0009/1483992/bg-thin-top.png?v=0.1.2) no-repeat scroll -6px top transparent;
        margin: 0 auto;
        padding: 12px 2px 2px;
        width: 850px;
    }

    .fluid #inner-wrapper {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0010/1483993/bg-thin-repeat.png?v=0.1.2) repeat-y scroll -4px bottom transparent;
        margin: 0 -4px;
    }

    .fluid #container {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0011/1483994/bg-thin-bottom.png?v=0.1.2) no-repeat scroll -4px bottom transparent;
        padding: 12px;
    }

    .fluid .banner {
        /*min-height: 165px;*/
        width: 833px;
    }

    .fluid .banner img {
        width: 100%;
    }

    .fluid .branding {
        width: 100%;
    }

    .fluid #nav {
        width: 100%;    
    }

    .fluid .site-search {
        width: 185px;
    }

    .fluid .site-search input[type="text"] {
        width: 68%;
    }

    .fluid #nav > ul > li > a {
        padding: 16px 12px 16px 8px;
    }

    .fluid .feature-controls {
        bottom: 8px;
        left: 40%;
    }

    .fluid #feature-carousel {
        width: 530px;
        margin-bottom: 0;
        height: 320px;
    }

    .fluid #feature-carousel.mini {
        height: 275px;
    }

    .fluid #feature-carousel.mini .banner {
        height: 275px;
    }

    .fluid #feature-carousel .banner {
        width: 530px;
        height: 320px;
    }

    .fluid #feature-carousel.mini .summary {
        bottom: auto;
        top: 20px;
    }

    .fluid .home #content {
        width: 834px;
    }

    .fluid .col-1 #content {
        width: 830px;
    }

    .fluid .col-2 #content {
        width: 550px;
    }

    .fluid .col-2-nav #content {
        width: 614px;    
    }

    .fluid .col-2-nav #sub-nav {
        margin-left: -834px;
    }

    .fluid .col-3 #content {
        width: 614px;
        margin: 0 0 0 180px;
    }

    .fluid .col-3 #aside {
        float: none;
        margin: 0;
        width: 100%;
        padding: 0 0 0 20px;
    }

    .fluid .col-3 #aside .content-block {
        float: left;
        margin: 0 30px 0 0;
        width: 239px;
    }

    .fluid .col-3 #aside .content-block .padding {
        margin-top: 0;
    }

    .fluid .col-3 #sub-nav {
        margin-left: -834px;
    }

    .fluid #content .summary-holder {
        width: 325px;
    }

    .fluid #content .carousel {
        width: 720px;
        margin: 0 auto;
    }

    .fluid #content .accordion.styled-1 .detail-block .address-listing ul li {
         width: 260px;    
    }

    .fluid #content .content-blocks {
        width: 530px!important;
        padding: 2px;
    }

    .fluid     #content .content-blocks .block .more {
        width: 530px;
    }

    .fluid #content .content-blocks .block {
        background: none;
        border: 1px solid #ddd;
        width: 528px;
        -moz-box-shadow: 1px 1px 1px #ddd;
        -webkit-box-shadow: 1px 1px 1px #ddd;
        box-shadow: 1px 1px 1px #ddd;
        margin-bottom: 8px;
    }
    
    .fluid #content .content-blocks .block.styling-bci {
        border-top: 8px solid #F9DB39;
    }
    
    .fluid #content .content-blocks .block.styling-cci {
        border-top: 8px solid #B8C757;
    }

    .fluid #content .content-blocks .block h2 {
        font-size: 1.4em;
        width: 530px;
        margin: 1px;
        background: none;
    }

    .fluid #content .content-blocks .block h2 span {
        width: 512px;
        margin: 1px 1px 0;
    }

    .fluid #content .content-blocks .block .padding {
        background: none;    
        padding-bottom: 5px;
    }

    .fluid .content-blocks .block-2,
    .fluid .content-blocks .block-4 {
        margin-right: 0;
    }

    .fluid .content-blocks .block .more {
        width: 414px;
        margin: 0 -1px;
    }

    .fluid .content-blocks .block .padding .floated {
        float: right;
        clear: right;
        width: 270px;
        max-width: none;
    }

    .fluid .content-blocks .block .padding .floated:first-child {
        float: left;
        width: 205px;
    }

    .fluid .content-blocks .block .padding ul {
        width: 100%;
    }

    .fluid     #content .default-calculator input#totals[type="text"] {
        width: 220px;
    }

    .fluid #content .default-calculator input[type="text"] {
        width: 150px;
    }
    
    .fluid #content .default-calculator .error {
        left: 210px;
    }
    
    .fluid #content .accordion.styled-2 .detail ul li a.show-tooltip {
        max-width: 450px;
    }

    .fluid .js-enabled.col-2-nav .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 588px -1879px;
    }

    .fluid .js-enabled.col-2-nav .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 590px -1622px;
    }

    .fluid .js-enabled.col-2 .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 530px -1879px;
    }

    .fluid .js-enabled.col-2 .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 532px -1622px;
    }

    .fluid .js-enabled.col-1 .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 808px -1877px;
    }

    .fluid .js-enabled.col-1 .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 811px -1618px;
    }

    .fluid .col-3.js-enabled .accordion h2.selected span {
        background-position: 590px -1879px;
    }

    .fluid .col-3.js-enabled .accordion h2 span {
        background-position: 591px -1622px;
    }

    .fluid #footer {
        width: 825px;
    }


@media screen and (max-width: 974px) {
    #outer-wrapper {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0009/1483992/bg-thin-top.png?v=0.1.2) no-repeat scroll -6px top transparent;
        margin: 0 auto;
        padding: 12px 2px 2px;
        width: 850px;
    }
    
    #inner-wrapper {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0010/1483993/bg-thin-repeat.png?v=0.1.2) repeat-y scroll -4px bottom transparent;
        margin: 0 -4px;
    }
    
    #container {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0011/1483994/bg-thin-bottom.png?v=0.1.2) no-repeat scroll -4px bottom transparent;
        padding: 12px;
    }
    
    .banner {
        /*min-height: 165px;*/
        width: 833px;
    }
    
    .banner img {
        width: 100%;
    }
    
    .branding {
        width: 100%;
    }
    
    #nav {
        width: 100%;    
    }
    
    .site-search {
        width: 185px;
    }
    
    .site-search input[type="text"] {
        width: 68%;
    }
    
    #nav > ul > li > a {
        padding: 16px 12px 16px 8px;
    }
    
    .feature-controls {
        bottom: 8px;
        left: 40%;
    }
    
    #feature-carousel {
        width: 530px;
        margin-bottom: 0;
        height: 320px;
    }
    
    #feature-carousel.mini {
        height: 275px;
    }
    
    #feature-carousel.mini .banner {
        height: 275px;
    }
    
    #feature-carousel .banner {
        width: 530px;
        height: 320px;
    }
    
    #feature-carousel.mini .summary {
        bottom: auto;
        top: 20px;
    }
    
    .home #content {
        width: 834px;
    }
    
    .col-1 #content {
        width: 830px;
    }
    
    .col-2 #content {
        width: 550px;
    }
    
    .col-2-nav #content {
        width: 614px;    
    }
    
    .col-2-nav #sub-nav{
        margin-left: -834px;
    }
    
    .col-3 #content {
        width: 614px;
        margin: 0 0 0 180px;
    }
    
    .col-3 #aside {
        float: none;
        margin: 0;
        width: 100%;
        padding: 0 0 0 20px;
    }
    
    .col-3 #aside .content-block {
        float: left;
        margin: 0 30px 0 0;
        width: 239px;
    }
    
    .col-3 #aside .content-block .padding {
        margin-top: 0;
    }
    
    .col-3 #sub-nav {
        margin-left: -834px;
    }
    
    #content .summary-holder {
        width: 325px;
    }
    
    #content .carousel {
        width: 720px;
        margin: 0 auto;
    }
    
    #content .accordion.styled-1 .detail-block .address-listing ul li {
         width: 260px;    
    }
    
    #content .content-blocks {
        width: 530px!important;
        padding: 2px;
    }
    
    #content .content-blocks .block .more {
        width: 530px;
    }
    
    #content .content-blocks .block {
        background: none;
        border: 1px solid #ddd;
        width: 528px;
        -moz-box-shadow: 1px 1px 1px #ddd;
        -webkit-box-shadow: 1px 1px 1px #ddd;
        box-shadow: 1px 1px 1px #ddd;
        margin-bottom: 8px;
    }
    
    #content .content-blocks .block h2 {
        font-size: 1.4em;
        width: 530px;
        margin: 1px;
        background: none;
    }
    
    #content .content-blocks .block h2 span {
        width: 512px;
        margin: 1px 1px 0;
    }
    
    #content .content-blocks .block .padding {
        background: none;    
        padding-bottom: 5px;
    }
    
    .content-blocks .block-2,
    .content-blocks .block-4 {
        margin-right: 0;
    }
    
    .content-blocks .block .more {
        width: 414px;
        margin: 0 -1px;
    }
    
    .content-blocks .block .padding .floated {
        float: right;
        clear: right;
        width: 270px;
        max-width: none;
    }
    
    .content-blocks .block .padding .floated:first-child {
        float: left;
        width: 205px;
    }
    
    .content-blocks .block .padding ul {
        width: 100%;
    }
    
    #content .default-calculator input#totals[type="text"] {
        width: 220px;
    }
    
    #content .default-calculator input[type="text"] {
        width: 150px;
    }
    
    #content .default-calculator .error {
        left: 210px;
    }
    
    #content .accordion.styled-2 .detail ul li a.show-tooltip {
        max-width: 450px;
    }
    
    .js-enabled.col-2-nav .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 588px -1879px;
    }
    
    .js-enabled.col-2-nav .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 590px -1622px;
    }
    
    .js-enabled.col-2 .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 530px -1879px;
    }
    
    .js-enabled.col-2 .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 532px -1622px;
    }
    
    .js-enabled.col-1 .accordion h2.selected span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 808px -1877px;
    }
    
    .js-enabled.col-1 .accordion h2 span {
        background: url(https://archive.longservice.nsw.gov.au/__data/assets/image/0006/1483971/sprites.png?v=0.1.2) no-repeat 811px -1618px;
    }
    
    .col-3.js-enabled .accordion h2.selected span {
        background-position: 590px -1879px;
    }
    
    .col-3.js-enabled .accordion h2 span{
        background-position: 591px -1622px;
    }

    #footer {
        width: 825px;
    }
}

#footer a {
    position: relative;
    padding-right: 10px;
    text-decoration: underline;
}

/*#footer a:before {*/
/*    content: "|";*/
/*    position: absolute;*/
/*    right: 0px;*/
/*}*/

a.footer-logo.external:before {
    display: none !important;
}

.mobile-only,
.enquire-online-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
  .mobile-only,
  .enquire-online-mobile {
    display: block;
  }
}

#feature-carousel .banner {
  top: 0;
}

#content .accordion .detail .form-block li {
    background: none;
}






/* Themed buttons*/


#content a.nsw-button, #content button.nsw-button, #content input.nsw-button{
   -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 0.625rem 1.375rem;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    vertical-align: middle;
    white-space: normal;
    margin:4px;
    position: relative;
}




/*#content a.nsw-button:not(.nsw-button--flex), #content button.nsw-button:not(.nsw-button--flex), #content input.nsw-button:not(.nsw-button--flex) {*/
/*    min-width: 4.75rem;*/
/*}*/

@media screen and (min-width:62rem){
    #content a.nsw-button,  #content button.nsw-button,  #content input.nsw-button {
        font-size: 1rem;
        line-height: 1.5;
    }
}

#content a.nsw-button.nsw-button--dark, #content button.nsw-button.nsw-button--dark, #content input.nsw-button.nsw-button--dark{
    background: var(--dark-theme);
    color: var(--color-white);
}


#content a.nsw-button.nsw-button--dark:hover, #content button.nsw-button.nsw-button--dark:hover, #content input.nsw-button.nsw-button--dark:hover {
    background-color: var(--dark-theme);
    background-image: linear-gradient(rgba(var(--nsw-white-rgb),.075),rgba(var(--nsw-white-rgb),.075));
    border-color: transparent;
    color: var(--color-white);
}


#content a.nsw-button.nsw-button--dark:active, #content button.nsw-button.nsw-button--dark:active, #content input.nsw-button.nsw-button--dark:active {
    background-color: var(--dark-theme);
    background-image: linear-gradient(rgba(var(--nsw-white-rgb),.075),rgba(var(--nsw-white-rgb),.075));
    border-color: transparent;
    color: var(--color-white);
}


#content a.nsw-button.nsw-button--dark:focus, #content button.nsw-button.nsw-button--dark:focus, #content input.nsw-button.nsw-button--dark:focus {
    outline: solid 3px var(--nsw-focus);
    outline-offset: 0;
    outline-offset: 3px;
}

#content button.nsw-button.nsw-button--dark:disabled, #content button.nsw-button.nsw-button--dark[disabled]{
    background-color: var(--dark-theme);
    border-color: transparent;
    color: var(--color-white);
    cursor: not-allowed;
    opacity: .4;
}



/*modified dark button*/

#content a.nsw-button.nsw-button--dark-modified, #content button.nsw-button.nsw-button--dark-modified, #content input.nsw-button.nsw-button--dark-modified{
    background: var(--dark-theme);
    color: var(--color-white);
    padding: 0.325rem 1rem;
}


#content a.nsw-button.nsw-button--dark-modified:hover, #content button.nsw-button.nsw-button--dark-modified:hover, #content input.nsw-button.nsw-button--dark-modified:hover {
    background-color: var(--dark-theme);
    background-image: linear-gradient(rgba(var(--nsw-white-rgb),.075),rgba(var(--nsw-white-rgb),.075));
    border-color: transparent;
    color: var(--color-white);
}


#content a.nsw-button.nsw-button--dark-modified:active, #content button.nsw-button.nsw-button--dark-modified:active, #content input.nsw-button.nsw-button--dark-modified:active {
    background-color: var(--dark-theme);
    background-image: linear-gradient(rgba(var(--nsw-white-rgb),.075),rgba(var(--nsw-white-rgb),.075));
    border-color: transparent;
    color: var(--color-white);
}


#content a.nsw-button.nsw-button--dark-modified:focus, #content button.nsw-button.nsw-button--dark-modified:focus, #content input.nsw-button.nsw-button--dark-modified:focus {
    outline: solid 1px var(--nsw-focus);
    outline-offset: 0;
    outline-offset: 2px;
}

#content button.nsw-button.nsw-button--dark-modified:disabled, #content button.nsw-button.nsw-button--dark-modified[disabled]{
    background-color: var(--dark-theme);
    border-color: transparent;
    color: var(--color-white);
    cursor: not-allowed;
    opacity: .4;
}







/* Material icons*/
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}



.nsw-button .material-icons{
    bottom: -0.4375rem;
    font-size: 1.5rem;
    line-height: .625rem;
    position: relative;
}

.nsw-button .material-icons:last-child {
    margin-left: 0.5rem;
}

.nsw-button--full-width{
    display: block;
    width: 100%;
}



#content a.nsw-button.nsw-button--dark.download{
    text-align: right;
    padding-right: 46px;
}
#content a.nsw-button.nsw-button--dark.download:before{
    position: absolute;
    content: '\e2c4';
    font-family: 'Material Icons';
    font-weight: normal;
    color: white;
    width: auto;
    font-size: 1.6rem;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
}




#content a.nsw-button.nsw-button--dark.upload{
    text-align: left;
     padding-left: 46px;
}

#content a.nsw-button.nsw-button--dark.upload:before{
    position: absolute;
    content: '\e2c6';
    font-family: 'Material Icons';
    font-weight: normal;
    color: white;
    width: auto;
    font-size: 1.6rem;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
}




#content a.nsw-button.nsw-button--dark-modified.download{
    text-align: right;
    padding-right: 40px;
}

#content a.nsw-button.nsw-button--dark-modified.download:before{
    position: absolute;
    content: '\e2c4';
    font-family: 'Material Icons';
    font-weight: normal;
    color: white;
    width: auto;
    font-size: 1.3rem;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
}


#content a.nsw-button.nsw-button--dark-modified.upload{
    text-align: left;
     padding-left: 40px;
}

#content a.nsw-button.nsw-button--dark-modified.upload:before{
    position: absolute;
    content: '\e2c6';
    font-family: 'Material Icons';
    font-weight: normal;
    color: white;
    width: auto;
    font-size: 1.3rem;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
}




/* body font fix */

@media(min-width: 768px){
    #container{
    font-size: 1.1em;
    line-height: 1.35em;
    }
    

   .content-blocks .block .padding .floated{
       font-size: 13px;
   }
  
   
   .alert_message{
       width: 100%;
   }
   
   .alert_message > p{
       font-size: 14px!important;
       line-height: 1.1;
   }
   
    #header-details{
        float: right;
        width: min(500px, 90%);
        margin-bottom: 23px;
        display: flex;
        flex-direction: row;
        z-index: 2;
    }
    
    
    .styling-bci #header-details{
       width: min(500px, 90%);
    }
    
    .styling-cci #header-details{
       width: min(500px, 90%);
    }
    
    .styling-lsc .site-search input[type="text"]{
        top: 9px;
    }
    
    .styling-bci .site-search input[type="text"]{
        top: 9px;
    }
    
    .styling-cci .site-search input[type="text"]{
        top: 9px;
    }
    
    
    
    /* Flex nav*/
    
    .styling-lsc #nav > ul > li:hover > div{
         /*background: linear-gradient(0deg, rgba(33,33,33,1) 62%, rgba(67,67,67,1) 100%);*/
         background-color: #ffffff;
         box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    }
    
    .styling-bci #nav > ul > li > div > ul{
        display: flex;
       
    }
    
    .styling-bci #nav > ul > li:hover > div{
         /*background: linear-gradient(0deg, rgba(33,33,33,1) 62%, rgba(67,67,67,1) 100%);*/
        background-color: #ffffff;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    }
    
    .styling-cci #nav > ul > li > div > ul{
        display: flex;
    }
    
    .styling-cci #nav > ul > li:hover > div{
         /*background: linear-gradient(0deg, rgba(33,33,33,1) 62%, rgba(67,67,67,1) 100%);*/
        background-color: #ffffff;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    }
    
   
   #header-details .header-right .translate .translate__logo img{
       margin-top: 0;
   }
   
   #footer a{
       font-size: 12px;
   }
   
    #feature-section .block.latest-news .news-item > strong,
    #feature-section .block.latest-news .news-item > a {
       font-size: 14px;
    }
    
    #nav .nav__lev-2 ul:has(li.clear):first-child a{
        font-size: 14px;
    }
    
    #nav .nav__lev-2 > ul > li > ul > li:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
    }
    
    #nav .nav__lev-2 ul:not(:has(li.clear)) a{
        font-size: 12px;
    }
    
    .banner #breadcrumb{
        font-size: 14px;
        padding: 8px 0px 8px 8px;
    }
    
    .styling-lsc .content-blocks .block .padding .floated{
        flex: 1;
        font-size: 12px;
    }
    
     .styling-lsc .content-blocks .block .padding .floated ul li{
        font-size: 13px!important;
        line-height: 22px!important;
        /*background-position: 0 -3227px!important;*/
    }
    
    .styling-bci .content-blocks.linear .block .padding{
      display: flex;
      flex-wrap: nowrap;
    }
    
    .styling-bci .content-blocks.linear .block .padding .floated{
       /*max-width: max-content;*/
        font-size: 12px;
        flex: 1;
    }
    
    .styling-bci .content-blocks .block .padding .floated ul li{
        font-size: 13px!important;
        line-height: 22px!important;
        /*background-position:0 -3227px!important;*/
        
    }
    
    
    /*.styling-cci .content-blocks.linear .block .padding{*/
    /*    display: grid;*/
    /*    grid-template-columns: 184px auto auto;*/
    /*    column-gap: 15px;*/

    /*}*/
    
    .styling-cci .content-blocks.linear .block .padding .floated{
        font-size: 12px;
    }
    
    .styling-cci .content-blocks.linear .block .padding .floated ul li{
         font-size: 13px!important;
        line-height: 22px!important;
       
    }
    
    .styling-cci .content-blocks.linear .block .padding .floated .button-small{
        float: none;
        position: relative;
        left: 0px;
        margin-top: 10px;
    }
    
    .styling-bci #feature-section #online-block_2744.summary ul > li{
            font-size: 11px;
            line-height: 14px;
    }
   
}


/**** SUP-65485 ****/
#feature-section .login-online-details {
    background-color: #3d3d3d;
    border-radius: 5px;
    padding-bottom: 18px;
}

#feature-section .login-online-details .summary {
    position: relative;
    color: #fff;
}

#feature-section .login-online-details .summary ul li {
    background-position: 0 -2746px;
    font-size: 11px;
    line-height: 14px;
}

#feature-section .login-online-details .summary:after {
    background: url(/__data/assets/image/0020/398/sprites-icons.png) no-repeat 10px -860px;
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}

