/*
  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: 02 March 2020 22:24:20
*/


        /*
  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 Sheet
 *
 * 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
 *
 * 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
 *
 * 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
--------------------
*/

/*-- 1.1 Reset --*/
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 75%/1.333333em verdana, arial, helvetica, sans-serif; /* 12px */
    color: #666666;
    line-height: 1.35em;
}

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

.hidden {
    visibility: hidden;
}

.clear {
    clear: both;
}

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

p {
    padding: 0.6em 0 0.6em;
}

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

/*-- 1.3 Headings --*/
h1, h2, h3, h4, h5, h6 {
    font-family: arial, helvetica, 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-variant: small-caps;
    font-weight: bold;
}
h5 {
    font-size: 1.07em;
    font-weight: bold;
}
h6 {
    font-size: .94em;
    text-transform: uppercase;    
}

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

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

    .styling-lsc #content a:hover,
    .styling-lsc #aside a:hover {
        color: #0171A2!important;
    }
    
    .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 a {
    color: #000;
}

#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://www.longservice.nsw.gov.au/__data/assets/image/0008/404/sprites-nav.gif?v=0.1.1) no-repeat left 0;
}

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

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

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

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

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

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

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

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

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

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

.styling-cci .button:hover a,
.styling-cci .button:hover input[type="submit"] {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0004/400/sprites-nav-cci.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0008/404/sprites-nav.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0019/388/sprites-btn-bci.gif?v=0.1.1) no-repeat left 0;
}

.block.styling-bci .button-small {
    background-image: url(https://www.longservice.nsw.gov.au/__data/assets/image/0019/388/sprites-btn-bci.gif?v=0.1.1);
}

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

.block.styling-bci .button-small a {
    background-image: url(https://www.longservice.nsw.gov.au/__data/assets/image/0019/388/sprites-btn-bci.gif?v=0.1.1);
}

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

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

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

.block.styling-lsc .button-small {
    background-image: url(https://www.longservice.nsw.gov.au/__data/assets/image/0014/392/sprites-btn-lsc.gif?v=0.1.1);
}

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

.block.styling-lsc .button-small a {
    background-image: url(https://www.longservice.nsw.gov.au/__data/assets/image/0014/392/sprites-btn-lsc.gif?v=0.1.1);
}

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

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

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

.block.styling-cci .button-small {
    background-image: url(https://www.longservice.nsw.gov.au/__data/assets/image/0012/390/sprites-btn-cci.gif?v=0.1.1);
}

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

.block.styling-cci .button-small a {
    background-image: url(https://www.longservice.nsw.gov.au/__data/assets/image/0012/390/sprites-btn-cci.gif?v=0.1.1);
}

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

.styling-cci .button-small:hover a {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0012/390/sprites-btn-cci.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5)  0 -2492px no-repeat;
}

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

.styling-bci .back-top {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5)  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 2em;
}

.styling-lsc #content ul li {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 0 -3923px no-repeat;
}

.styling-bci #content ul li {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 0 -2169px no-repeat;
}

.styling-cci #content ul li {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 0 -3574px no-repeat;
}

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

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

#content ol li {
    padding: 0.2em 0 0.2em 0.2em;
}

#content ol li ol {
    padding: 0.8em 0 0.8em 1.8em;
}

#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://www.longservice.nsw.gov.au/__data/assets/image/0007/340/bg-accordion-bci.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0011/344/bg-accordion-lsc.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0009/342/bg-accordion-cci.gif?v=0.1.1) 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: 8px;
    width: 74%;
    padding: 7px 9px 7px 36px;
    border: none;
    font-size: 0.82em;
    border: 1px solid transparent;
}

.styling-lsc .site-search input[type="text"] {
    color: #0171A2;
}

.styling-bci .site-search input[type="text"] {
    color: #927000;
}

.styling-cci .site-search input[type="text"] {
    color: #697D17;
}

.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;
    left: 0;
    top: 10px;
    border: none;
    padding: 30px 0 0 28px;
    overflow: hidden;
    width: 27px;
    height: 29px;    
    cursor: pointer;
    margin-left: 5px;
}

.styling-bci .site-search input[type="submit"] {
    background: transparent url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 6px -127px;
}

.styling-lsc .site-search input[type="submit"] {
    background: transparent url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat -17px -127px;
}

.styling-cci .site-search input[type="submit"] {
    background: transparent url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat -17px -157px;
}

.site-search input[type="submit"]:hover,
.site-search input[type="submit"]:focus {
    background-position: 6px -157px; 
}

.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: verdana;
    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://www.longservice.nsw.gov.au/__data/assets/image/0016/394/sprites-buttons.png?v=0.1.3) no-repeat -707px 0px;
}

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

.styling-cci #content .default-form input[type="submit"],
.styling-cci #content .default-form input[type="reset"] {
    background: transparent url(https://www.longservice.nsw.gov.au/__data/assets/image/0016/394/sprites-buttons.png?v=0.1.3) 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;
    /* background: #fff url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 5px -2539px; */
    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://www.longservice.nsw.gov.au/__data/assets/image/0010/406/sprites-pagination.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0010/406/sprites-pagination.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0006/420/tooltip-top.png?v=0.1.1) no-repeat left top;
    display: block;
    position: absolute;
    width: 230px;
    z-index: 10;
    text-decoration: none;
}

.tooltip-inner {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0013/418/tooltip-bottom.png?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0016/394/sprites-buttons.png?v=0.1.3) 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://www.longservice.nsw.gov.au/__data/assets/image/0016/394/sprites-buttons.png?v=0.1.3) 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://www.longservice.nsw.gov.au/__data/assets/image/0016/394/sprites-buttons.png?v=0.1.3) 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://www.longservice.nsw.gov.au/__data/assets/image/0016/394/sprites-buttons.png?v=0.1.3) no-repeat -510px -40px;
    display: inline-block;
    width: 171px;
    height: 36px;
    text-indent: -999em;
}

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


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

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

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

#inner-wrapper {
    margin: 0 -4px;
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0018/378/bg-wide-repeat.png?v=0.1.1) repeat-y -4px bottom;
}

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

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

#container {
    padding: 12px;
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0016/376/bg-wide-bottom.png?v=0.1.1) no-repeat -4px bottom;
}

.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: #f1f1f1;
    padding: 12px;
    font-weight: bold;
}

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

#main-logo {
    float: left;
}

#header a:focus {
    outline: none;
}

#header-details {
    float: right;
    width: 315px;
    margin-bottom: 23px;
}

.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://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 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: verdana, helvetica, sans-serif;
    font-size: 1.55em;
    padding: 0.8em 0 0.2em;
}

#header-details p {
    color: #927000;
    padding: 0.4em 0;
}

/*-- 2.4 Navigation --*/

#nav {
    clear: both;
    font-family: arial;
    font-size: 1.4em;
    float: left;
    width: 951px;
}

.has-search.styling-lsc #nav {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0007/412/sprites-tables-lsc.gif?v=0.1.1) no-repeat left top;
}

.has-search.styling-lsc #nav > ul {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0007/412/sprites-tables-lsc.gif?v=0.1.1) no-repeat right -50px;
}

.has-search.styling-bci #nav {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0009/414/sprites-tables.gif?v=0.1.1) no-repeat left top;
}

.has-search.styling-bci #nav > ul {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0009/414/sprites-tables.gif?v=0.1.1) no-repeat right -50px;
}

.has-search.styling-cci #nav {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0005/410/sprites-tables-cci.gif?v=0.1.1) no-repeat left top;
}

.has-search.styling-cci #nav > ul {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0005/410/sprites-tables-cci.gif?v=0.1.1) no-repeat right -50px;
}

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

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

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

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

#nav > ul {
    float: left;
    width: 100%;
}

#nav > ul > li {
    float: left;
    position: relative;
    z-index: 10;
    padding-left: 5px;
    height: 49px;
    border-right: 1px solid #fff;
}

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

.styling-bci #nav > ul > li {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0008/404/sprites-nav.gif?v=0.1.1) no-repeat left 0;
}

.top-level.styling-bci #nav > ul > li.home,
.styling-bci #nav > ul > li:hover,
.styling-bci #nav > ul > li.selected {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0008/404/sprites-nav.gif?v=0.1.1) no-repeat left -100px;
}

.top-level.styling-bci #nav > ul > li.home > a,
.styling-bci #nav > ul > li:hover > a,
.styling-bci #nav > ul > li.selected > a {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0008/404/sprites-nav.gif?v=0.1.1) no-repeat left -150px;
}

.styling-bci #nav > ul > li > a {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0008/404/sprites-nav.gif?v=0.1.1) no-repeat right -50px;
}

.styling-lsc #nav > ul > li {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0006/402/sprites-nav-lsc.gif?v=0.1.1) no-repeat left 0;
}

.top-level.styling-lsc #nav > ul > li.home,
.styling-lsc #nav > ul > li:hover,
.styling-lsc #nav > ul > li.selected {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0006/402/sprites-nav-lsc.gif?v=0.1.1) no-repeat left -100px;
}

.styling-lsc #nav > ul > li > a {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0006/402/sprites-nav-lsc.gif?v=0.1.1) no-repeat right -50px;
}

.top-level.styling-lsc #nav > ul > li.home > a,
.styling-lsc #nav > ul > li:hover > a,
.styling-lsc #nav > ul > li.selected > a {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0006/402/sprites-nav-lsc.gif?v=0.1.1) no-repeat left -150px;
}

.styling-cci #nav > ul > li {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0004/400/sprites-nav-cci.gif?v=0.1.1) no-repeat left 0;
}

.top-level.styling-cci #nav > ul > li.home,
.styling-cci #nav > ul > li:hover,
.styling-cci #nav > ul > li.selected {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0004/400/sprites-nav-cci.gif?v=0.1.1) no-repeat left -100px;
}

.styling-cci #nav > ul > li > a {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0004/400/sprites-nav-cci.gif?v=0.1.1) no-repeat right -50px;
}

.top-level.styling-cci #nav > ul > li.home > a,
.styling-cci #nav > ul > li:hover > a,
.styling-cci #nav > ul > li.selected > a {
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0004/400/sprites-nav-cci.gif?v=0.1.1) no-repeat left -150px;
}

#nav > ul > li > a {
    padding: 16px 20px 16px 15px;
    display: block;
}

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

#nav > ul > li > a:focus,
#nav > ul > li:hover > a,
#nav > ul > li.selected > a {
    color: #fff;
}

#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 a,
#nav > ul > li > div span {
    color: #fff;
}

#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://www.longservice.nsw.gov.au/__data/assets/image/0011/362/bg-megamenu.gif?v=0.1.1) 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: 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;
}

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

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

#nav > ul > li > div > ul > li > ul > li > a {
    padding: 5px 0 5px 18px;
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 0 -2743px;
    display: block;
}

#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 --*/

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

#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 {
    background: #dcdcdc url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 11px -1097px no-repeat;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #fff;
}

#sub-nav > ul > li.selected > a,
#sub-nav > ul > li > ul > li.selected > a {
    font-weight: bold;
}

.styling-bci #sub-nav > ul > li.selected > a {
    background: #dcdcdc url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 11px -1363px no-repeat;
}

.styling-lsc #sub-nav > ul > li.selected > a {
    background: #dcdcdc url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 11px -4229px no-repeat;
}

.styling-cci #sub-nav > ul > li.selected > a {
    background: #dcdcdc url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 11px -4579px no-repeat;
}

#sub-nav > ul > li > ul {
    padding: 8px 0;
    background: #d2d2d2;
    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 48px;
    background: #d2d2d2 url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 27px -1102px no-repeat;
}

#sub-nav > ul > li > ul > li.current > a,
#sub-nav > ul > li > ul > li.selected > a {
    background: #d2d2d2 url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 28px -1622px no-repeat;
}

#sub-nav > ul > li > ul > li > ul > li > a {
    padding: 5px 10px 5px 65px;
    background: #d2d2d2 url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 45px -1102px no-repeat;
}

/*-- 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: #616161;
    text-decoration: none;
}

#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;
    background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 0 -200px no-repeat;
}

.tools .share {
    width: 40px;
}

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

.tools .print-preview:hover {
    background-position: 0 -284px!important;
}

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

.tools .print-preview {
    width: 18px;
    margin: 0 6px 0 9px;
}

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

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

.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://www.longservice.nsw.gov.au/__data/assets/image/0015/384/print-buttons.png?v=0.1.1) 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 ;
    }

/*
--------------------
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: 10px;
        top: 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: 1.05em;
        display: inline-block;
        padding: 6px 25px 2px 0;
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat right -3092px transparent;
        text-decoration: none;
    }
    
    #feature-carousel .summary a:hover {
        color: #fff!important;
        background-position: right -3162px;
        text-decoration: underline;
    }
    
    .feature-controls {
        position: absolute;
        left: 12px;
        bottom: 0;
        z-index: 5;
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0008/422/transparent-white-bg.png?v=0.1.1) repeat;
        overflow: hidden;
        padding: 8px 8px 7px;
    }
    
    .js-disabled .feature-controls {
        display: none;
    }
    
    .feature-controls .nav {
        float: left;
    }
    
    .feature-controls a {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0018/396/sprites-controls.png?v=0.1.1) no-repeat 0 0;
        display: block;
        width: 9px;
        height: 9px;
        float: left;
        text-indent: -999em;
        margin: 0 2px;
        outline: none;
        cursor: pointer;
    }
    
    .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: 2.1em;
        font-family: arial;
        font-weight: normal;
        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://www.longservice.nsw.gov.au/__data/assets/image/0020/398/sprites-icons.png?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0008/332/aside-black-gradient-bottom.gif?v=0.1.1) no-repeat left bottom;
        clear: both;
        width: 288px;
        margin-right: auto;
        margin-left: auto;
    }
    
    #feature-section .block.latest-news {
        padding: 0;
        background: #dadada url(https://www.longservice.nsw.gov.au/__data/assets/image/0013/328/aside-bg-listing.gif?v=0.1.1) no-repeat left top;
        margin-top: 10px;
    }
    
    #feature-section .block .more {
        background: url("https://www.longservice.nsw.gov.au/__data/assets/image/0017/386/solid-gradient-bg.gif?v=0.1.1") repeat-x scroll 0 0 #1E1E1E;
        color: #FFFFFF !important;
        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 {
        background: url("https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5") no-repeat scroll right -3094px transparent;
        cursor: pointer;
        float: right;
        margin-right: 8px;
        padding: 5px 28px 3px 20px;
    }
    
    #content .block .more:hover span,
    #content .block .more:focus span {
        background-position: right -3164px;
    }
    
    #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://www.longservice.nsw.gov.au/__data/assets/image/0012/336/aside-black-gradient-top.gif?v=0.1.1) no-repeat left top;
        position: static;
        padding: 0;
    }
    
    #feature-section .block.latest-news .summary {
        width: 250px;
        margin-top: 6px;
        position: static;
        padding: 0 20px 10px;
    }
    
    #feature-section .block.latest-news > h2 {
        padding: 20px 20px 0;
        color: #000;
        font-size: 1.75em;
    }
    
    #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: block;
        padding: 22px 5px 23px 66px;
        color: #fff;
        font-family: arial;
        font-weight: bold;
        font-size: 1.32em;
        text-decoration: none;
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0020/398/sprites-icons.png?v=0.1.1) no-repeat 12px 7px;
    }
    
    #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 -1293px;
    }
    
    #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 -1503px;
        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://www.longservice.nsw.gov.au/__data/assets/image/0020/398/sprites-icons.png?v=0.1.1) 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: arial;
        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;
    }
    
    /*-- 3.1.3 Content Blocks --*/
    
    .content-blocks {
        clear: left;
        overflow: hidden;
        margin-bottom: 40px;
        float: left;
        width: 100%;
    }
    
    .content-blocks.linear {
        width: 654px;
    }
    
    .content-blocks.linear .block {
        width: 100%;
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0016/358/bg-content-blocks-top-660.png?v=0.1.1) no-repeat -3px top;
        float: left!important;
    }
    
    .content-blocks.linear .block h2 {
        width: 654px;
        font-size: 1.4em;
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0012/354/bg-content-blocks-repeat-660.png?v=0.1.1) repeat -3px top;
    }
    
    .content-blocks.linear .block h2 span {
        width: 632px;
    }
    
    .content-blocks.linear .block .more {
        width: 650px;
    }
        
    .content-blocks.linear .block .padding {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0012/354/bg-content-blocks-repeat-660.png?v=0.1.1) -3px bottom;
    }
    
    .content-blocks.wide {
        width: 654px;
    }
    
    .content-blocks.wide .block {
        width: 218px;
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0014/356/bg-content-blocks-top-220.png?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0010/352/bg-content-blocks-repeat-220.png?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0010/352/bg-content-blocks-repeat-220.png?v=0.1.1) -3px bottom;
    }
    
    #content .content-blocks a {
        text-decoration: none;
    }
    
    #content .content-blocks a:hover,
    #content .content-blocks a:focus {
        text-decoration: underline;
    }
    
    .content-blocks .block {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0008/350/bg-content-blocks-full-top.png?v=0.1.1) no-repeat -3px top;
        width: 50%;
        float: left;
        margin-bottom: 5px;
    }
    
    .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: 0!important;
        width: 475px;
        font-weight: bold!important;
        color: #444;
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0015/348/bg-content-blocks-full-repeat.png?v=0.1.1) repeat -3px top;
    }
    
    .content-blocks .block h2 span {
        margin: 4px 3px 0px;
        padding: 10px 7px;
        width: 454px;
        font-weight: bold;
        border-top: 22px solid #aaa;
        border-bottom: 1px solid #aaa;
        color: #444;
        display: block;
        width: 454px;
    }
    
    .content-blocks .styling-bci h2 span {
        border-top: 22px solid #f9db39;
        border-bottom: 1px solid #f9db39;
        color: #927000;
    }
    
    #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: #927000!important;
    }
    
    .content-blocks .styling-cci h2 span {
        border-top: 22px solid #b8c757;
        border-bottom: 1px solid #b8c757;
        color: #697d17;
    }
    
    #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 {
        color: #697d17!important;
    }
    
    .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 {
        padding: 8px 0px 35px 12px;
        min-height: 133px;
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0015/348/bg-content-blocks-full-repeat.png?v=0.1.1) repeat-y -3px top;
        overflow: hidden;
    }
    
    .content-blocks .block .padding ul li a {
        color: #000!important;
    }
    
    div.styling-cci .padding ul li {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 0 -3575px!important;
    }
    
    div.styling-bci .padding ul li {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 0 -3229px!important;
    }
    
    div.styling-lsc .padding ul li {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 0 -3923px!important;
    }
    
    .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 {
        float: left;
        max-width: 194px;
        padding-right: 20px;
        overflow: hidden;
        position: relative;
        min-height: 120px;
        padding-bottom: 30px;
    }

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

    .content-blocks .block .padding ul li {
        max-width: 173px;
    }

    .content-blocks .block .padding ul li.image-only {
        max-width: 205px;
    }
    
    .content-blocks .block .more {
        background: #1e1e1e url(https://www.longservice.nsw.gov.au/__data/assets/image/0017/386/solid-gradient-bg.gif?v=0.1.1) repeat-x 0 0;
        display: block;
        color: #fff!important;
        overflow: hidden;
        font-size: 0.9em;
        width: 472px;
        margin-left: 1px;
        margin-top: -26px;
    }
    
    #content .content-blocks .block .more:hover,
    #content .content-blocks .block .more:focus {
        color: #fff!important;
    }
    
    .content-blocks .block .more span {
        float: right;
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat right -3094px;
        padding: 5px 25px 5px 12px;
        margin-right: 8px;
        cursor: pointer;
    }
    
    .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 -- */
    
    .js-enabled .accordion h2 {
        cursor: pointer;
    }
    
    .js-enabled .accordion h2 span  {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 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://www.longservice.nsw.gov.au/__data/assets/image/0007/340/bg-accordion-bci.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0011/344/bg-accordion-lsc.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0009/342/bg-accordion-cci.gif?v=0.1.1) repeat-x bottom;
    }
    
    .js-enabled.col-2-nav .accordion h2 span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 711px -1622px;
    }
    
    .js-enabled.col-2 .accordion h2 span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 648px -1622px;
    }
    
    .js-enabled.col-1 .accordion h2 span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 929px -1622px;
    }
    
    .js-enabled .accordion h2:hover span {
        color: #000;
        background-color: #d8d8d8;
    }
    
    .js-enabled .accordion h2.selected span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 470px -1879px;
    }
    
    .js-enabled.col-2-nav .accordion h2.selected span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 710px -1879px;
    }
    
    .js-enabled.col-2 .accordion h2.selected span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 647px -1879px;
    }
    
    .js-enabled.col-1 .accordion h2.selected span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 926px -1879px;
    }
    
    .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://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 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://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 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://www.longservice.nsw.gov.au/__data/assets/image/0017/368/bg-tabs.gif?v=0.1.1) repeat-x 0 0;
        margin-right: 1px;
        font-weight: bold;
    }
    
    #content .tabs li a:hover {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0015/366/bg-tabs-selected.gif?v=0.1.1) repeat-x 0 0;
    }

    #content .tabs li.current a {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0015/366/bg-tabs-selected.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0013/364/bg-tabs-content.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0013/382/loader.gif?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0018/396/sprites-controls.png?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0010/406/sprites-pagination.gif?v=0.1.1) 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: arial;
    }

    #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://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 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.4 Aside -- */

    /* -- 3.4.1 Content Blocks -- */
    
    .content-block {
        margin: 10px 0;
    }
    
        /* Workers Online */
        #aside .content-block {
            background: #444343 url(https://www.longservice.nsw.gov.au/__data/assets/image/0006/330/aside-black-gradient-bottom-240.gif?v=0.1.1) no-repeat left bottom;
            width: 239px; 
        }
        
        .workers-online span {
            font-size: 1.78em;
            color: #fff;
            font-weight: normal;
            font-family: arial, verdana, helvetica;
            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: arial;
            font-size: 1.32em;
            font-weight: bold;
            padding: 22px 5px 16px 66px;
            text-decoration: none;
            background: url("https://www.longservice.nsw.gov.au/__data/assets/image/0020/398/sprites-icons.png?v=0.1.1") 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 -1293px;
        }
        
        #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 -1503px;
            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://www.longservice.nsw.gov.au/__data/assets/image/0010/334/aside-black-gradient-top-240.gif?v=0.1.1) no-repeat left top;
            padding-bottom: 8px;
            min-height: 52px;
        }
        
        #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://www.longservice.nsw.gov.au/__data/assets/image/0020/398/sprites-icons.png?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 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://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 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;
        }
        
        /* 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://www.longservice.nsw.gov.au/__data/assets/image/0014/374/bg-thin-top.png?v=0.1.1) no-repeat scroll -6px top transparent;
        margin: 0 auto;
        padding: 12px 2px 2px;
        width: 850px;
    }

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

    .fluid #container {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0010/370/bg-thin-bottom.png?v=0.1.1) 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 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://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 588px -1879px;
    }

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

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

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

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

    .fluid .js-enabled.col-1 .accordion h2 span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 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://www.longservice.nsw.gov.au/__data/assets/image/0014/374/bg-thin-top.png?v=0.1.1) no-repeat scroll -6px top transparent;
        margin: 0 auto;
        padding: 12px 2px 2px;
        width: 850px;
    }
    
    #inner-wrapper {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0012/372/bg-thin-repeat.png?v=0.1.1) repeat-y scroll -4px bottom transparent;
        margin: 0 -4px;
    }
    
    #container {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0010/370/bg-thin-bottom.png?v=0.1.1) 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://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 588px -1879px;
    }
    
    .js-enabled.col-2-nav .accordion h2 span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 590px -1622px;
    }
    
    .js-enabled.col-2 .accordion h2.selected span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 530px -1879px;
    }
    
    .js-enabled.col-2 .accordion h2 span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 532px -1622px;
    }
    
    .js-enabled.col-1 .accordion h2.selected span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) no-repeat 808px -1877px;
    }
    
    .js-enabled.col-1 .accordion h2 span {
        background: url(https://www.longservice.nsw.gov.au/__data/assets/image/0011/416/sprites.png?v=0.1.5) 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;
}

#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: 767px) {
  .mobile-only,
  .enquire-online-mobile {
    display: block;
  }
}