/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 23 February 2026 07:54:45
*/


/**
 * NSW Rural Fire Service - IE8 Style Sheet
 *
 * ie8.css
 * author: Squiz Australia
 */

/*
 * Table of Contents
 *
 *  1. Global
 *
 *  2. Header
 *
 *  3. Home Fire Map
 *
 *  4. Home Slider
 *
 *  5. Main Banner
 *
 *  6. Breadcrumbs
 *
 *  7. Content
 *
 *  8. Widgets
 */

/*
-------------------------
1. Global
-------------------------
*/

#page-wrapper {
    min-width: 1008px;
}

/*
-------------------------
2. Header
-------------------------
*/

#site-search-keyword {
    padding-top: 10px;
}
#main-nav .level-2 {
    width: 184px;
} 

/*
-------------------------
3. Home Fire Map
-------------------------
*/

.fire-map-wrapper .caption {
    background: rgb(248, 248, 248);
}

.incidents-key,
.key-descriptions {
    background: rgb(95, 96, 96);
}
    .incidents-key .keys .fade {
        filter: alpha(opacity=30);
    }

.fire-updates-wrapper .fire-updates li.nth-child-odd {
    background: #f0f0f0;
}
.fire-updates-wrapper .fire-updates li.nth-child-even {
    background: #fcfcfc;
    border-top: 1px solid #dadada;
}

/*
-------------------------
4. Home Slider
-------------------------
*/

#home-slider .flex-direction-nav .flex-prev {
    background: url(https://www.rfs.nsw.gov.au/__data/assets/image/0020/947/sprite.png?v=0.1.15) rgb(61, 61, 61) no-repeat 10px -3426px;
}
#home-slider .flex-direction-nav .flex-next {
    background: url(https://www.rfs.nsw.gov.au/__data/assets/image/0020/947/sprite.png?v=0.1.15) rgb(61, 61, 61) no-repeat -28px -3426px;
}

/*
-------------------------
5. Main Banner
-------------------------
*/

.main-banner .caption {
    background: rgb(248, 248, 248);
}

/*
-------------------------
6. Breadcrumbs
-------------------------
*/

.breadcrumbs li.last-child {
    background: none;
}
    .breadcrumbs li.last-child a {
        color: #e5281b;
    }

/*
-------------------------
7. Content
-------------------------
*/

table tr.nth-child-even {
    background: #f0f0f0;
}
table tr.nth-child-odd {
    border-top: 1px solid #dcdcdc;
}

/*
-------------------------
8. Widgets
-------------------------
*/

.widget.facebook .fb-feed-scroller-wrapper {
    background-color: #e9e9e9;
}