/* .newfbacolours {
    color: #67675d; 
    color: #ca9233;
    color: #5f7e23; 
} */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
    margin: 0;
    padding: 0;
    border: 0;
}

body {

    background: transparent url("images/background-blue.jpg") no-repeat scroll center 50px;
    font: 14px Arial, sans-serif;
    color: #606060;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-top: 1em;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 10px 0;
    margin: 20px 0 20px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 28px;
    line-height: 50px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 21px;
    line-height: 34px;
}

h4 {
    font-size: 16px;
    line-height: 30px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

h6 {
    font-size: 12px;
    line-height: 21px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 15px 0;
    line-height: 20px;
}
li {

    line-height: 20px;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}
.page_content ul {
    list-style: none;
    padding:0;
    margin:0 0 15px;
    text-indent: 0;
}
.page_content li ul { 
    margin-left: 1.1em;
}

.page_content li { 
    padding-left: 1.1em;
    position:relative;
}

.page_content li:before {
    position: absolute;
    top:0.08em;
    left:0.2em;
    content: "•";
    margin:0;
    padding:0; 
    color:  #ca9233;
    font-weight: bold;
}
.page_content .tabnav li { 
    padding-left: 0; 
    text-indent: 0;
}
.page_content .tabnav li:before {
    content:"";
    margin-left:0;
    display: none;
}
.page_content .tabnav {
    margin-bottom:1em;
}
.ui-accordion li {
	margin:0;
	padding:0;
}

a, a:visited {
    transition: color 0.1s ease-in-out 0s;
    color:  #ca9233;
    text-decoration: none;
}
a:hover {
     color:  #ca9233;
    text-decoration: none;
}

#logo-image {
    margin-top: 20px;
    margin-bottom: 20px;
}
#wqip-logo {
    padding-right:110px;
}

/*centers all other content*/

#center {
    width: 960px;
    margin: 0 auto;
}


/*the main content wrapper*/

.content {
    z-index: 10;
}

#content {
    z-index: 10;
}

.header {
    min-height: 137px;
    background: #67675d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #67675d 0%, #67675d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67675d), color-stop(100%, #67675d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #67675d 0%, #67675d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #67675d 0%, #67675d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #67675d 0%, #67675d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #67675d 0%, #67675d 100%);
    /* W3C */
    background-size: cover;
    border-bottom: 1px solid #CCC;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
}

.print-header {
    display: none;
}


/*navigation menu*/


.menu {
    max-width: 940px;
    padding: 0 10px;
    margin: 0 auto;
}

#nav-toggle {
    display: none;
    height: 103px;
    line-height: 103px;
    padding: 0 0.7em;
    /* Vertical padding built in to line height*/
    text-decoration: none;
    zoom: 1;
    /* IE7 */
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

/*Image slider*/

.container {
    width: 960px;
    padding: 10px;
    margin: 0 auto;
    position: relative;
}
.header .container_fluid {
    position: relative;
}
.secondary_navigation {
    position:absolute;
    top:0;
    right:0;
    list-style-type: none;
    padding:0;
    margin:0 5px 0 0;
}
.secondary_navigation li {
    display:inline-block;
}
.secondary_navigation li a {
    display:inline-block;
    font-family: Arial,sans-serif;
    display: inline-block;
    color: #DDD;
    text-shadow: 0px -1px 0px #000;
    padding: 0 3px;
    margin: 0px 5px;
    text-decoration: none;
    z-index:1000;
    font-size: 12px;
}
.secondary_navigation li::before {
    content:"|";
    color: #DDD;
    text-shadow: 0px -1px 0px #000;
}

.secondary_navigation li:first-child::before {
    content:"";
}

.footer {
    font-size:90%;
    background: #2C2C2C;
    color: #777777;
    padding:2em 0;
    margin:1em 0 0 0;
    text-align:left;
}
.footer img {
    float:right;
    margin-top:-1em;
}
.footer a {
    color:#aaa;
}
#ribbon {
    position: absolute;
    top: -3px;
    left: -15px;
}

#frame {
    position: absolute;
    width: 960px;
    height: 270px;
    top: -30px;
    left: -80px;
}

.navigation {
    position:absolute;
    top:35px;
    right:0;
}

.navigation li {
    display:inline-block;
    position:relative;
}
.navigation a {
    font-family: Arial,sans-serif;
    display: inline-block;
    color: #888;
    padding: 31px 10px 28px;
    margin: 0px 0px;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 3px solid transparent;
    z-index:1000;
}
.navigation > li > a {
    color: #DDD !important;
    text-shadow: 0px -1px 0px #000;
}
.navigation > li > a:hover {
    color: #FFF !important;
    border-bottom: 3px solid #DDD !important;
    background-color: #5f7e23;
}

.navigation ul {
    opacity: 0;
    margin: -2px 0 0 5px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top:-99999px;
    left: 0;
    background: #fff;
    border: 1px solid #dddddd;
    border-top: 3px solid #5f7e23;
    z-index: 999;
}

.navigation ul li a {
    padding: 8px 0;
    display: block;
    width: 150px;
    margin: 0 16px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid transparent;
}

.navigation ul {
    position:absolute;
    top:-99999px;
    left:100%;
    opacity: 0;
    margin: -3px 0 0 0;
    z-index: 999;
}

.navigation ul li a {
    border-bottom: 1px solid #dddddd !important;
    border-top: 1px solid transparent;
}

.navigation li:last-child a, .navigation li:last-child a:hover {border-bottom: 1px solid transparent}
.navigation ul li:last-child a {border-bottom: 1px solid transparent !important}
.navigation li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;
    /* IE 8 */
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.navigation li:hover>ul{ position:absolute; top:100%; left:0; opacity: 1; z-index:497; background: #fff border: 0; }
#current {font-weight: bold !important; color: #444 !important; border-bottom: 3px solid #555 !important;}

/*#navigation > ul > li.current_page_parent > a, */
.navigation > li.current-menu-ancestor > a,
#navigation > div > ul > li.current-menu-item > a,
/* #navigation > ul > li.current-menu-item > a,*/
#current {font-weight: bold !important; color: #444 !important; border-bottom: 3px solid #555 !important;}

.navigation > li.current-menu-ancestor li.current-menu-ancestor > a {
    border: none !important;
    font-weight: normal;
}

    #navigation_toggle {
        display:none;
    }
/*Dynamic navigation for very small screens*/

@media only screen and (max-width: 830px), only screen and (max-device-width: 480px) {
    #navigation {
        display:none;
    }
    #navigation_toggle {
        display:block;
        position:absolute;
        right:0;
        top:0;
        display:block;

        color:#fff;
        font-size:24px;
        line-height:138px;
        height:138px;
        padding:0 15px;
    }
    #navigation:target,
    #navigation.active {
        display: block;
        position:absolute;
        top: 100%;
        left:10px;
        right:10px;
    }
    #navigation .navigation,
    #navigation .secondary_navigation {
        position:relative;
        top:0;
        left:0;
        right:0;
        margin:0;
        padding:0;
    }
    #navigation .navigation li,
    #navigation .secondary_navigation li {
        display: block;
        background:##67675d;
    }
    #navigation .navigation li a,
    #navigation .secondary_navigation li a {
        display: block;
        height:2em;
        font-size: 24px;
        line-height:2;
        padding:0.5em;
        margin:0;
        border-bottom: none;
        text-align:center;
        border-bottom: 1px solid #ddd !important;
        background:##67675d;
        position:relative;
        z-index: 1000;

    }
    #navigation .navigation li a:hover,
    #navigation .secondary_navigation li a:hover {

        border-bottom: 1px solid #ddd !important;

    }
    #navigation .secondary_navigation li:before {
        content:"";
        display:none;
    }
    #navigation .navigation li ul {
        display:none;
    }
}

#slides {
    position: relative;
    top: 1em;
    left: 0px;
    z-index: 100;
}


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    width: 955px;
    overflow: hidden;
    position: relative;
    display: none;
}


/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
    width: 960px;
    height: 250px;
    display: block;
}

.slides_container a img {
    display: block;
}


/*
	Next/prev buttons
*/

#slides .next,
#slides .prev {
    position: absolute;
    top: 107px;
    left: -24px;
    width: 24px;
    height: 43px;
    display: block;
}

#slides .next {
    left: 960px;
}


/*
	Pagination
*/

.pagination {
    margin: 10px auto 0;
    width: 100px;
}

.pagination li {
    margin: 0 1px;
    list-style: none;
}

.pagination li a {
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../img/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.pagination li.current a {
    background-position: 0 -12px;
}

/* begin css tabs */

ul.tabnav,
div.tabnav {
    /* general settings */
    text-align: left;
    /* set to left, right or center */
    margin: .7em 0 0em 0;
    /* set margins as desired */
    font-weight: bold;
    /* set font as desired */
    border-bottom: 1px solid #ccc;
    /* set border COLOR as desired */
    list-style-type: none;
    padding: 3px 0 0;
    /* THIRD number must change with respect to padding-top (X) below */
    width: 100%;
    min-height: 24px;
}

ul.tabnav li {
    /* do not change */
    display: inline-block;
    line-height: 26px;
    margin-left: 0;
    padding-left: 0;
}

ul.tabnav li.selected a {
    /* settings for selected tab link */
    background-color: #ca9233;
    /* set selected tab background color as desired */
    color: #fff;
    /* set selected tab link color as desired */
}
ul.wqip_nav_level_1 li.selected a {
    /* settings for selected tab link */
    background-color: #ca9233;
    /* set selected tab background color as desired */
    color: #fff;
    /* set selected tab link color as desired */
}

ul.tabnav li a,
div.tabnav label,
.pretty-select dt span {
    /* settings for all tab links */
    padding: 1px 4px 2px;
    /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #ccc;
    /* set border COLOR as desired; usually matches border color specified in #.tabnav */
    background-color: #67675d;
    /* set unselected tab background color as desired */
    color: #fff;
    /* set unselected tab link color as desired */
    margin-right: 0px;
    /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
    font-size: 90%;
    display:block;
}
ul.wqip_nav_level_1 li a,
div.wqip_nav_level_1 label {
    /* settings for all tab links */
    padding: 6px 6px 8px 6px;
}

ul.tabnav a:hover {
    /* settings for hover effect */
    background: #5f7e23;
    /* set desired hover color */
}

div.tabcontext {
    border: 1px solid #ccc;
    border-top: none;
    background: transparent url('../img/highlight.png');
    margin-bottom: 1em;
    padding: 10px;
}

div.boxcontext {
    margin-bottom: 1em;
    border: 1px solid #ccc;
    background: transparent url('../img/highlight.png');
    padding: 10px;
}

div.boxcontext img {
    display: block;
    margin: 0 auto;
}

ul.breadcrumbs, .page_content ul.breadcrumbs {
    list-style: outside none none;
    margin: 1em 0px;
    line-height: 1.3;
    padding: 0px;
}

ul.breadcrumbs li {
    display: inline;
    padding: 0 0 0 0;
    margin: 0;
}

ul.breadcrumbs li:before {
    content: "»";
    padding: 0;
    margin:0 0.2em;
    position:static;
    top:0;
    left:0;
}

ul.breadcrumbs li:first-child::before {
    content: "";
    padding:0;
    margin:0;
}

.back_to_graph_header {
    display: block;
    float: right;
    width: 150px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: -10px -10px 20px 0;
    padding: 5px;
}

.graph-legend {
    font-size: 70%;
    text-align: center;
    padding-bottom: 1em;
}

.graph-legend img {
    vertical-align: middle;
}

.graph-table {
    font-size: 90%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.graph-table th,
.graph-table td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
    padding: 0 4px;
    width: 20%;
}

.graph-table td {
    text-align: center;
}

.splash-map {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.splash-grade {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -64px -15px 0 -40px;
}

.splash-grades-inside {
    bottom: 10px;
    position: absolute;
    right: 25px;
}

.home-welcome-area .tabcontext {
    min-height: 540px;
}

#map-legend,
.additional-info-map-legend {
    font-size: 75%;
    text-align: center;
    margin-top: 1em;
}

.additional-info-graph-legend {
    font-size: 75%;
    text-align: center;
    width: 50%;
    margin: 1em auto;
}

.map-overlay-container {
    position: relative;
}

.map-overlay-container .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.community-report-field,
.notice-close-marker {
    padding: 0.5em;
    clear: both;
}

.notice-close-marker {
    border: 1px solid #ccc;
    margin: 0.5em;
    text-align: center;
}

.notice-close-marker input,
.notice-close-marker textarea {
    width: 25%;
    display: inline-block;
    margin: 0.5em;
    border: 1px solid #ccc;
}

.community-report-field label,
.community-report-field input,
.community-report-field select {
    padding: 2px;
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.community-report-field .time-select {
    width: 10%;
}

.community-report-field label {
    width: 30%;
}

.community-report-field input,
.community-report-field select,
.community-report-field textarea {
    border: 1px solid #aaa;
}

.community-report-field textarea {
    width: 67%;
}

.field-table input {
    width: auto;
    display: inline-block;
}

a.community-upload-button {
    background: none repeat scroll 0 0 #653c87;
    border: 1px solid #ccc;
    color: #fff;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    margin-top: -41px;
    padding: 0 5px;
    text-decoration: none;
}

.type-link img {
    vertical-align: middle;
    height: 15px;
    width: 15px;
}

.download-report-text {
    text-align: right;
    margin-left: 40%;
    padding: 1em;
}

.download-report-text h1,
.download-report-text p {
    text-align: right;
}

.download-report-text p {
    font-weight: bold;
}

.download-report-box {
    position: relative;
}

div.download-report-box img {
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -110px;
}

ul.a {
    padding-left: 3em;
}

#map,
#community-report-map-loction {
    height: 500px;
}

.result-col {
    text-align: center;
}

#box,
.textbox {
    background: #fff;
    background: transparent url('../img/highlight2.png');
    padding: 0.8em;
    box-sizing: border-box;
}

.textbox-no-padding {
    background: #fff;
    background: transparent url('../img/highlight2.png');
    padding: 0;
}

#box img,
.textbox img {
    padding: 5px 5px 5px 5px;
    opacity: 0.80;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

#box img:hover,
.textbox img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}


/*
 * Fluid Container styles
 */

.container_fluid {
    width: auto;
    max-width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
}

.container_fluid .grid_fluid,
.container_fluid .grid_fluid_half,
.container_fluid .grid_fluid_third,
.container_fluid .grid_fluid_quarter {
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0;
    vertical-align: top;
}

.wqip_content .grid_fluid,
.wqip_content .grid_fluid_half,
.wqip_content .grid_fluid_third,
.wqip_content .grid_fluid_quarter {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.container_fluid .grid_fluid {
    width: 100%;
    max-width: 960px;
}

.container_fluid .grid_fluid_half {
    display: inline-block;
    width: 50%;
    max-width: 470px;
}
.wqip_content .grid_fluid_half {
    display: inline-block;
    width: 49%;
    max-width: 470px;
}
.container_fluid .wqip_has_side_menu .grid_fluid_half {
    display: inline-block;
    width: 40%;
    padding:0;
    max-width: 470px;
}
.container_fluid .wqip_has_side_menu .grid_fluid_full {
    display: inline-block;
    width: 82%;
    padding:0;
    max-width: 755px;
}
.container_fluid .wqip_has_side_menu .wqip_chart_floods {
    width: 100%;
    max-width: 960px;
}

.container_fluid .grid_chart_box {
    padding: 0;
}

.container_fluid .grid_fluid_third {
    display: inline-block;
    width: 33%;
    max-width: 320px;
}

.container_fluid .grid_fluid_third_double {
    display: inline-block;
    width: 66%;
    max-width: 640px;
}

.container_fluid .grid_fluid_quarter {
    display: inline-block;
    width: 25%;
    max-width: 220px;
}

.container_stacking_tiles {
    width: 320px;
    margin: 0 auto;
    padding-top: 1em;
}

.container_stacking_tiles,
.container_stacking_tiles .stacking_tile,
.container_stacking_tiles .stacking_tile .stacking_popbox,
.container_stacking_tiles .stacking_tile .stacking_popbox * {

    z-index: 100;
}

@media only screen and (min-width: 640px) {
    .container_stacking_tiles {
        width: 640px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 960px) {
    .container_stacking_tiles {
        width: 960px;
        margin: 0 auto;
    }
}

.container_stacking_tiles .grid_fluid_third {
    display: inline-block;
    width: 320px;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0;
    vertical-align: top;
}

.container_stacking_tiles .grid_fluid_third_double {
    display: inline-block;
    width: 640px;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0;
    vertical-align: top;
}

.container_stacking_tiles .grid_fluid_full {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0;
    vertical-align: top;
}

.grid_stack_center {
    text-align: center;
}

.container_divider {
    width: 100%;
    margin: 2em 0;
    padding: 0;
    height: 300px;
}

.container_divider div {
    box-shadow: inset -1px 28px 30px -22px rgba(0, 0, 0, 0.6), inset -1px -28px 30px -22px rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.container_divider .container_divder_block {
    display: table;
}

.container_divider .container_divder_content {
    box-shadow: none;
    max-width: 900px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.span_image_butterfly {
    background: url(../img/dividers/butterfly.jpg) center no-repeat;
    background-size: cover;
}

.span_image_emu_park_sunrise {
    background: url(../img/dividers/emu_park_sunrise.jpg) center no-repeat;
    background-size: cover;
}

.span_image_mist_on_river {
    background: url(../img/dividers/mist_on_river.jpg) center no-repeat;
    background-size: cover;
}

.span_image_mt_morgan_dam {
    background: url(../img/dividers/mt_morgan_dam.jpg) center no-repeat;
    background-size: cover;
}

.span_image_mt_morgan_dee_river {
    background: url(../img/dividers/mt_morgan_dee_river.jpg) center no-repeat;
    background-size: cover;
}

.span_image_boats_on_fitzroy {
    background: url(../img/dividers/boats_on_fitzroy.jpg) center no-repeat;
    background-size: cover;
}

.span_image_fitzroy_rowers {
    background: url(../img/dividers/fitzroy_rowers.jpg) center no-repeat;
    background-size: cover;
}

.span_image_creek {
    background: url(../img/dividers/creek.jpg) center no-repeat;
    background-size: cover;
}

.span_image_river_at_dawn {
    background: url(../img/dividers/river_at_dawn.jpg) center no-repeat;
    background-size: cover;
}

.span_image_pelican {
    background: url(../img/dividers/pelican.jpg) center no-repeat;
    background-size: cover;
}

.span_image_roslyn_bay_kemp_hill {
    background: url(../img/dividers/roslyn_bay_kemp_hill.jpg) center no-repeat;
    background-size: cover;
}

.span_image_coral {
    background: url(../img/dividers/coral.jpg) center no-repeat;
    background-size: cover;
}

.span_image_emu_park_jetty {
    background: url(../img/dividers/emu_park_jetty.jpg) center no-repeat;
    background-size: cover;
}

.span_image_beach_rocks {
    background: url(../img/dividers/beach_rocks.jpg) center no-repeat;
    background-size: cover;
}

.span_image_lake_mary_wetlands {
    background: url(../img/dividers/lake_mary_wetlands.jpg) center no-repeat;
    background-size: cover;
}

.span_image_hedlow_creek {
    background: url(../img/dividers/hedlow_creek.jpg) center no-repeat;
    background-size: cover;
}

.span_image_fitzroy_sunset {
    background: url(../img/dividers/fitzroy_sunset.jpg) center no-repeat;
    background-size: cover;
}

.span_image_waterways_box {
    background: url(../img/dividers/waterways_box.jpg) center no-repeat;
    background-size: cover;
}

.span_image_lake_mary {
    background: url(../img/dividers/lake_mary.jpg) center no-repeat;
    background-size: cover;
}

.span_image_mt_morgan_dee_river_2 {
    background: url(../img/dividers/mt_morgan_dee_river_2.jpg) center no-repeat;
    background-size: cover;
}

.span_image_black_swan {
    background: url(../img/dividers/black_swan.jpg) center no-repeat;
    background-size: cover;
}

.span_image_barren_is_reef {
    background: url(../img/dividers/barren_is_reef.jpg) center no-repeat;
    background-size: cover;
}

.span_image_reef_fish {
    background: url(../img/dividers/reef_fish.jpg) center no-repeat;
    background-size: cover;
}

.span_image_cos_reef {
    background: url(../img/dividers/cos_reef.jpg) center no-repeat;
    background-size: cover;
}

.span_image_stream {
    background: #653C87;
}

.span_image_ripple {
    background: #0C8382;
}

.span_image_droplet {
    background: #5f7e23;
}

.span_image_deep {
    background: #193C42;
}

.span_image_bubble {
    background: #E2F2F0;
}

.span_image_reflect {
    background: #A9B7C0;
}

.span_image_sunset {
    background: #D77474;
}

.span_image_earth {
    background: #A45E4D;
}

.container_divider h1 {
    margin: 0 auto;
    width: 100%;
    font-size: 32px;
    color: #444;
    line-height: 300px;
    text-align: center;
}

@media only screen and (max-width: 1150px),
only screen and (max-device-width: 480px) {
    .container_fluid .grid_small_full {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .tabnav_small_block .pretty-toggle {
        display: block;
        text-align: center;
        margin-bottom: 0.5em;
        width: 90%;
        margin: 0 auto 0.8em;
    }
    .tabnav_small_block .pretty-toggle label {
        display: inline-block;
        width: 40%;
        padding: 0.5em;
        border: 1px solid #ccc;
    }
    .tabnav_small_block .pretty-select {
        display: block;
        text-align: center;
        margin-bottom: 0.5em;
        width: 90%;
        margin: 0 auto 0.8em;
    }
    .tabnav_small_block .pretty-select dt span {
        display: inline-block;
        width: 86%;
        padding: 0.5em;
        border: 1px solid #ccc;
    }
}


/*
 * Partner logo boxes
 */

.container_fluid .partner-logo {
    text-align: center;
    vertical-align: middle;
    height: 270px;
    width: 270px;
    margin: 10px;
    box-sizing: border-box;
    padding: 5px;
    line-height: 270px;
}

.container_fluid .partner-logo-partner {
    height: 210px;
    width: 210px;
    line-height: 210px;
}

.container_fluid .partner-logo-associate {
    height: 170px;
    width: 170px;
    line-height: 170px;
}

.partner-logo img {
    max-width: 80%;
    max-height: 80%;
    vertical-align: middle;
}

.partner-logo-partner img,
.partner-logo-associate img {
    max-width: 100%;
    max-height: 140px;
    vertical-align: middle;
}

.partner-logo-style-1 {
    background: transparent url('../img/logo/box/1.png') center no-repeat;
    background-size: cover;
}

.partner-logo-style-2 {
    background: transparent url('../img/logo/box/2.png') center no-repeat;
    background-size: cover;
}

.partner-logo-style-3 {
    background: transparent url('../img/logo/box/3.png') center no-repeat;
    background-size: cover;
}


/**
 *  Enhanced styles for elements to make selects and radios look like tabs
 **/

.pretty-toggle {}

.pretty-toggle input {
    display: none;
}

.pretty-toggle label,
.pretty-select dt span {
    white-space-collapsing: discard;
    display: inline-block;
    cursor: pointer;
    line-height: 1.3;
}

.pretty-toggle label.selected,
.pretty-select dt span {
    color: #fff;
    font-weight: bold;
    background-color: #653c87;
}

.pretty-select {
    position: relative;
}

.pretty-select dl,
.pretty-select dt,
.pretty-select dd {
    display: inline;
}

.pretty-select ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 10em;
    z-index: 1000;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: -5em;
    margin-top: 5px;
    background: #E2F2F0;
    border: 1px solid #ccc;
}

.pretty-select a {
    text-decoration: none;
}

.pretty-select dd a {
    display: block;
    border-bottom: 1px solid: #666;
    font-size: 90%;
    padding: 0 4px;
}

.pretty-select dt a span:after {
    content: ' ▼';
}

.pretty-select dt.down a span:after {
    content: ' ▲';
}

.image_resize {
    max-width: 100%;
    height: auto;
}

.center {
    display: block;
    margin: 0 auto;
}

.shadow {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.6);
}

.stacking_popbox {
    position: relative;
    overflow: hidden;
    margin: 0 auto 1em;
    cursor: pointer;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
    border: 5px solid #ccc;
    width: 290px;
    height: 290px;
    transition: all .5s ease-in-out;
}
.grid_fluid_third_double .stacking_popbox {
    position: relative;
    overflow: hidden;
    margin: 0 auto 1em;
    cursor: pointer;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
    border: 5px solid #ccc;
    width: 610px;
    height: 290px;
    transition: all .5s ease-in-out;
}
.grid_fluid_full .stacking_popbox {
    position: relative;
    overflow: hidden;
    margin: 0 5px 1.3em;
    cursor: pointer;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
    border: 5px solid #ccc;
    width: auto;
    height: 100px;
    transition: all .5s ease-in-out;
}
.grid_fluid_full .stacking_content {
    position: relative;
    margin: 0 5px 1.3em;
    cursor: pointer;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
    border: 5px solid #ccc;
    width: auto;
    padding:15px 5px 0;
    background:rgba(0, 0, 0, 0.7);
    transition: all .5s ease-in-out;
    color:#fff;
    font-size:16px;
}


.container_splash {
    border: 5px solid #ccc;
    margin: 25px auto;
    background:transparent url('../img/splash-bg.jpg');
    background-size: cover;

}

.stacking_popbox .hover {
    border: 5px solid #fff;
}

.stacking_popbox img {
    box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
}

.stacking_popbox a {
    display: block;
    position: relative;
    min-height: 100%;
    background: #67675d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #67675d 0%, #67675d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67675d), color-stop(100%, #67675d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #67675d 0%, #67675d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #67675d 0%, #67675d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #67675d 0%, #67675d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #67675d 0%, #67675d 100%);
    /* W3C */
    background-size: cover;
}


/*add more height for the dates*/

.stacking_popbox_dated a {
    min-height: 290px;
}

.stacking_popbox a .stacking_popbox_inner {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0.4em 0.4em 0.6em;
    background: rgba(0, 0, 0, 0.701961);
    background-size: cover;
    color: #fff;
    text-decoration: none;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
    border-top: 1px solid #CCC;
}
.grid_fluid_full .stacking_popbox a .stacking_popbox_inner {
    position: absolute;
    display: block;
    top: 0;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.701961);
    background-size: cover;
    color: #fff;
    width:100%;
    text-decoration: none;
    text-align: center;
    line-height:100px;
    font-size: 150%;
    font-weight: bold;
    border: none;
}

@media only screen and (min-width: 640px) {
    .grid_fluid_full .stacking_popbox a .stacking_popbox_inner  {
        width:230px;
        border-right: 1px solid #CCC;
    }
}


.container_stacking_tiles .stacking_popbox a:hover .stacking_popbox_inner,
.container_stacking_tiles .hover .stacking_popbox .stacking_popbox_inner {
    bottom: 0;
}

.stacking_popbox .stacking_popbox_inner em {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 2px;
    color: #fff;
}

.stacking_popbox .stacking_popbox_inner span.read_more {
    display: none;
}

.popbox_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    text-align: right;
}

.popbox_icon .icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    margin: 5px 5px 0 5px;
    background: transparent url(../img/icons.png) no-repeat top left;
}

.popbox_icon .icon-coal {
    background-position: 0 -0px;
}

.popbox_icon .icon-csg {
    background-position: 0 -42px;
}

.popbox_icon .icon-local_council {
    background-position: 0 -84px;
}

.popbox_icon .icon-agriculture {
    background-position: 0 -126px;
}

.popbox_icon .icon-research {
    background-position: 0 -168px;
}

.popbox_icon .icon-government {
    background-position: 0 -210px;
}

.popbox_icon .icon-ports {
    background-position: 0 -252px;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.boxcontext img {
    max-width: 100%;
    width: auto;
}

#animation {
    height: 580px;
    margin: 0 auto;
}

#download a {
    display: block;
    background: none repeat scroll 0 0 #a9b7c0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 180px;
    margin: -17px 0 0 0;
}

#download a img {
    vertical-align: middle;
    margin-right: 0.5em;
}

.text_center {
    text-align: center
}

.action_button,
input[type="button"] {
    display: inline-block;
    font-weight: bold;
    font-family: Arial, sans-serif;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    line-height: 17px;
    *float: left;
    -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
    border: 1px solid #e6bd4c;
    background-image: linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
    background-image: -o-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
    background-image: -moz-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
    background-image: -webkit-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
    background-image: -ms-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
    background-color: #FCCC73;
    color: #754c00;
    text-shadow: 1px 1px 0px #ffebb7;
    filter: dropshadow(color=#ffebb7, offx=1, offy=1);
    padding: 7px 14px;
    font-size: 14px;
    width: auto;
}

.action_button:hover,
input[type="button"]:hover {
    background: #fbd684;
}

.login_box {
    background: url("../img/highlight.png") repeat scroll 0 0 transparent;
    margin-top: 30px;
    padding: 1em;
    margin: 30px auto;
    width: 360px;
}

.login_box_extra {
    text-align: center;
    margin: 30px auto;
    width: 360px;
}

.login_box_extra p {}

.login_box label,
input,
select {
    display: block;
    margin: 0 auto;
    width: 254px;
}

.login_box input,
.login_box select {
    border: 1px solid #653c87;
    margin-bottom: 10px;
    padding: 2px;
}

.login_box select {
    width: 254px;
}

.report_list {
    list-style: outside none none;
    padding: 0 10px;
}

.report_list li a {
    background: url("../img/highlight.png") repeat scroll 0 0 transparent;
    display: block;
    list-style: outside none none;
    margin: 10px 0;
    padding: 5px;
}

.exported-table {
    border-collapse: collapse;
    font-size: 80%;
    margin: 10px;
}

.exported-table th,
.exported-table td {
    border: 1px solid #193c42;
    text-align: center;
    padding: 5px;
}

.tabpadding .csv-download-link {
    margin: -11px -11px 0 0;
}

a.csv-download-link {
    background: none repeat scroll 0 0 #653c87;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #fff;
    display: block;
    float: right;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

.componentCategory {
    padding-left: 1.2em;
}

table.eco-calc-table {
    width: 450px;
}
.map-toggle {
    display:inline-block;
}

.accessory_content {
    float: right;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.eco-calc-table tbody th {
    text-align: left;
}

.eco-calc-grade {
    display: block;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    margin-top: 4px;
}

.eco-calc-row-title {
    background: #A9B7C0;
}

td.eco-calc-col-VFC,
td.eco-calc-col-FC,
td.eco-calc-col-INT,
td.eco-calc-col-INF {
    width: 30px;
    text-align: center;
}



.wqip_map_container {
    height: 480px;
}
.wqip_has_side_menu .wqip_map_container {
    height: 480px;
}

.wqip_chart_container {
    height: 500px;
}

.container_fluid .wqip_chart_floods,
.container_fluid .wqip_chart_population-trend,
.container_fluid .wqip_chart_loads-targets {
    display: block;
    width: auto;
    max-width: 100%;
}

.wqip_chart_floods .wqip_chart_container,
.wqip_chart_population-trend .wqip_chart_container,
.wqip_chart_loads-targets .wqip_chart_container {
    height: 500px;
    width: 100%;
}

.wqip_content {
    margin-top: 1em;
    margin-bottom: 1em;
}

.wqip_content .breadcrumbs {
    margin-bottom: 0.5em;
}

th.eco-calc-header-rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
}

th.eco-calc-header-rotate > div {
    transform: translate(0, 3em) rotate(270deg);
    width: 30px;
}
#comments {
    clear:both;
}

#comment {
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    font-family: Arial, sans-serif;
	height:100px;
}

#comments ol {
    list-style: none;
}

#comments li {
    margin: 0 0 1em 0;
    padding: 0 0 0 50px;
    border-bottom: 1px solid #ccc;
}

#comments li .avatar {
    margin: 0;
    padding: 0;
    float: left;
    margin-left: -50px;
}


.input-text {
	border: 1px solid rgb(204, 204, 204);
	width:600px;

}

div.boxcontext {
    margin-bottom: 1em;
    border: 1px solid #ccc;
    background: transparent url("../img/highlight.png") repeat scroll 0% 0%;
    padding: 10px;
}

#wqip-key{
    font-size: 75%;
    text-align: center;
    margin-top: -1em;
	width:100%;
	height:30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#85ca9e+4,d1e49d+32,fff79b+50,fbb988+79,f7a287+97 */
	background: #85ca9e; /* Old browsers */
	background: -moz-linear-gradient(left, #85ca9e 4%, #d1e49d 32%, #fff79b 50%, #fbb988 79%, #f7a287 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(4%,#85ca9e), color-stop(32%,#d1e49d), color-stop(50%,#fff79b), color-stop(79%,#fbb988), color-stop(97%,#f7a287)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #85ca9e 4%,#d1e49d 32%,#fff79b 50%,#fbb988 79%,#f7a287 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #85ca9e 4%,#d1e49d 32%,#fff79b 50%,#fbb988 79%,#f7a287 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #85ca9e 4%,#d1e49d 32%,#fff79b 50%,#fbb988 79%,#f7a287 97%); /* IE10+ */
	background: linear-gradient(to right, #85ca9e 4%,#d1e49d 32%,#fff79b 50%,#fbb988 79%,#f7a287 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ca9e', endColorstr='#f7a287',GradientType=1 ); /* IE6-9 */
	margin-top:5px;
}

.accordion .current_page_item > a {
    color: #ca9233;
}
.accordion .current_page_item > a.ui-accordion-header {
    color: #fff;
}
.expanding_chart {
    max-height: 550px;
    overflow:hidden;
    position: relative;
    padding-bottom:1em;
}
.expanding_chart .expand-link {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    display:block;
    padding-top:1em;
    text-align:center;
    cursor: pointer;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.stacking_popbox_hover {
    background: rgba(0, 0, 0, 0.5);
    color:#fff;
    height:100%;
    position:absolute;
    width:100%;
    opacity: 0;
    top:0;
    left:0;

    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.grid_fluid_full .stacking_popbox_hover {
    background: rgba(0, 0, 0, 0.5);
    color:#fff;
    height:100%;
    position:absolute;
    width:auto;
    opacity: 0;
    top:0;
    bottom:0;
    right:0;
    left:999em;

    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 640px) {
    .grid_fluid_full .stacking_popbox_hover  {
        left:230px;
    }
}
.stacking_popbox:hover .stacking_popbox_hover {
    opacity: 1;
}
.stacking_popbox_hover * {
    color:#fff;
    text-decoration: none;
    margin:5px;
    padding:5px;
}
.stacking_popbox_hover h2 {
    font-size:1.3em;
    border-bottom: 1px solid #fff;
}
/**
 *  WQIP Table
 **/

.page_content table {
    border-collapse: collapse;
}
.page_content table td,
.page_content table th {
    border:2px solid #fff;
}
.page_content table th {
    border-top:2px solid #67675d;
    border-bottom:2px solid #67675d;
}
.page_content table thead td,
.page_content table thead th {
    border:none;
}
.page_content table tbody td:first-child {
    border-left:none;
}
.page_content table tr:last-child th,
.page_content table tr:last-child td {
    border-bottom:none;
}
.page_content table tr:first-child th,
.page_content table tr:first-child td {
    border-top:none;
}

.page_content table tbody td:last-child {
    border-right:none;
}

.page_content table td {
    padding:0.2em 0.5em;
}

.page_content table tr:nth-child(even) td {
    background: #f5f5f5;
}
.page_content table tr:nth-child(odd) td {
    background: #f5f5f5;

}

.page_content table thead tr:nth-child(even) th,
.page_content table thead tr:nth-child(odd) th,
.page_content table thead tr:nth-child(even) td,
.page_content table thead tr:nth-child(odd) td,
.page_content table tbody tr:nth-child(even) th,
.page_content table tbody tr:nth-child(odd) th {
    background: #67675d;
    color:#fff;
    font-weight: bold;
    margin:0;
    text-align: center;
}

/**
 *  Special WQIP title
 **/

.title_container {
        border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.7);
    box-shadow: 0 0 8px rgba(0,0,0,.7);
    background:#fff;
    height:72px;
}
.title_container h1 {
    font-weight: normal;
    font-size: 22px;
    padding: 21px 0;
    line-height: 30px;
    margin:0;
}

/**
 *  WQIP Navigation Styles
 *
 *  Note: Levels 1 and 2 are tab style lists, look at tabnav for their main styles.;
 **/

/**
 *  Text sizing for different levels.
 **/
.wqip_nav_level_1 {
    font-size:20px;
}
.wqip_nav_level_2 {
    font-size:14px;
}
.wqip_nav_level_3 {
    font-size:12px;
}

/**
 * Level 3 is a heirachial list, not a tab list
 **/

.page_content .wqip_nav_level_3 {
    padding:0 0 1em;
    margin:0;
    list-style: none;
    width:12em;
    margin-right:1.3em;
    float:left;
}

.page_content .wqip_nav_level_3 li {
    margin:0;
    padding:0;
}

.page_content .wqip_nav_level_3 li a {
    border:1px solid #ccc;
    margin-bottom:-1px;
    margin-right:-1px;
    display:block;
    padding:0.2em;
    padding-left:1.8em;
    background:#fff;
    font-weight: bold;
    color:#666;
}

.page_content .wqip_nav_level_3 li>ul {
    display:none;
}
.page_content .wqip_nav_level_3 li.current_page_item>ul,
.page_content .wqip_nav_level_3 li.current_page_ancestor>ul {
    display:block;
}
.page_content .wqip_nav_level_3 li:before {
    margin:0;
    padding:0;
    display:none;
}
.page_content .wqip_nav_level_3 li>a:before {
    margin:0;
    margin-left:-0.8em;
    margin-right:.2em;
    padding:0;
}

.page_content .wqip_nav_level_3 li>a:before {
    content:"○";
    font-size: 120%;
}
.page_content .wqip_nav_level_3 li.expanded>a:before,
.page_content .wqip_nav_level_3 li.current_page_item>a:before,
.page_content .wqip_nav_level_3 li.current_page_ancestor>a:before {
    content:"●";
    font-size: 120%;
}
.page_content .wqip_nav_level_3 li.expanded>a,
.page_content .wqip_nav_level_3 li.current_page_item>a,
.page_content .wqip_nav_level_3 li.current_page_ancestor>a {
    -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
    border: 1px solid #e6bd4c;
    background-image: linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
    background-image: -o-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
    background-image: -moz-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
    background-image: -webkit-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
    background-image: -ms-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
    background-color: #FCCC73;
    color: #754c00;
    text-shadow: 1px 1px 0px #ffebb7;
    filter: dropshadow(color=#ffebb7, offx=1, offy=1);
}
.page_content .wqip_nav_level_3 li>ul {
    padding:0 0 0.5em 0.5em;
    border:none;
}
