/*basic html styles*/

#__asptrace, .tracecontent
{display:none;}

body {
    background-color: #F8FFF8;
    padding-top: 20px;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial;
}

h1 {
    margin-top: 0;
    font-size: 190%;
}

h2 {
    font-size: 140%;
}

h3 {
    font-size: 130%;
}

h4 {
    margin-top: 20px;
}



a {
    color: #006633;
}

input {
    background-color: #F9F9F9;
}

a {
    text-decoration: underline;
}

    a:hover {
        color: #006633;
        text-decoration: none;
    }

hr {
    color: #CCCCCC;
}

ul, ol {
    display: table;
}

.sitetoggle_icon {
    margin-left: 10px;
}

@media aural{

  .nospeech { display:none; }

}
/*end basic html styles*/

/*main styles*/

#page {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px #AAA;
    margin: 0 auto;
    display: table;
    width: 1170px;
}

#content {
    text-align: left;
    padding: 0 20px 0 20px;
}

#defaultcontent {
    font-size: 110%;
}

.rimage, .positionpositionright {
    float: right;
    margin: 0 0 10px 10px;
}

.limage, .positionpositionleft {
    float: left;
    margin: 0 20px 10px 0;
}

    .rimage img, .limage img {
        width: 300px;
    }

.imagetitletitle {
    display: none;
}

.hidefromview {
    display: none;
}

#intro {
    margin-bottom: 20px;
}

#relatedright, #relatedcontacts {
    display: block;
}

#relatedcontacts {
    padding: 35px 15px 0 0;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.tooltip .tooltip-inner {
    background: #009966;
    font-size: 18px;
}

.form-control:focus {
    border-color: #FFBF47;
}

.popover-toggle {
    color: #009966;
    text-decoration: underline;
    cursor: pointer;
}

.popover-title, .popover-content {
    color: #000000;
}
/* end of main styles*/

/* header styles*/
#header {
    padding-left: 0;
    margin-bottom: 20px;
}

    #header .navbar-brand, #header .nav > li > a {
        color: #FFFFFF;
        text-shadow: inherit;
        font-size: medium;
    }

    #header .nav > li > a {
        padding: 5px 15px 5px 15px;
    }

#header, #footer {
    padding-right: 20px;
    background-color: #006633;
    background-image: -moz-linear-gradient(top, #00AA77, #006633);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00AA77), to(#006633));
    background-image: -webkit-linear-gradient(top, #00AA77, #009966);
    background-image: -o-linear-gradient(top, #00AA77, #009966);
    background-image: linear-gradient(to bottom, #00AA77, #009966);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.header-search {
    color: #009966;
    height: 20px;
    display: table;
}

.search-button {
    background-color: #EEEEEE;
    color: #009966;
    height: 34px;
}

.sectionhead {
    background: #006633;
    color: #FFFFFF;
    margin: 10px 0px 15px 0px;
    padding: 5px 10px 5px 10px;
    font-size: large;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #00AA77, #009966);
}

.ui-accordion-header-icon {
    cursor: pointer;
    float: right;
}

.nav > li > a:focus, .nav > li > a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #00BB88;
}

.sitetoggle {
    float: right;
    font-weight: bold;
    font-size: larger;
    box-shadow: 0px 0px 5px #DDD;
}

#kwordHome, .search-button {
    box-shadow: 0px 0px 5px #AAA;
}

.nav {
    font-size: small;
}

    .nav a {
        color: #FFFFFF;
    }

        .nav a:hover {
            color: #EEEEEE;
            text-decoration: none;
        }

.nav_searchform {
    margin: 8px 0 10px 0;
    height: 35px;
    width: 250px;
    float: right;
}

#nav_searchform_small {
    margin-bottom: 100px;
    margin-top: 10px;
}

    #nav_searchform_small .nav_searchform {
        height: 50px;
        display: table;
        margin-bottom: 120px;
    }

.nav-buttons {
    float: right;
}

#nav_searchform_main {
    margin-right: 5px;
}

#toputilnav {
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

.navbar-default {
    margin-top: 10px;
    background-image: url('../img/wbc_header_logo_white.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    height: 60px;
    margin-left: 20px;
}

.navbar {
    margin-bottom: 0;
}

#header .navbar-brand {
    margin: 15px 0 0 0;
    font-size: 36px;
    font-weight: 300;
}

#header .navbar-collapse {
    padding-right: 0;
}

#header .nav {
    float: right;
}

#nav_searchform_small_holder, #nav_searchform_small, #nav_searchform_small .nav_searchform {
    width: 100%;
}

#nav_searchform_small_holder {
    height: 55px;
    padding-bottom: 20px;
}

#nav_searchform_small .nav_searchform, #nav_searchform_small_holder {
    background: #009966;
    padding: 10px;
    margin: 0;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.065);
}

.nav_search {
    padding-right: 2px;
    float: right;
}

.nav li {
    float: right;
}

.nav ul li a {
    float: left;
}

.crumbtrail {
    margin: 0 20px 15px 20px;
    border-bottom: 1px solid #009966;
    padding-bottom: 15px;
    display: table;
    width: 96%;
}

.breadcrumbitem {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}
/* end of header styles*/

@media (min-width: 450px) {
                        #floating_link {
                            position: fixed;
                            right: 0;
                            top: 400px;
                            display: block;
                            width: 50px;
                            height: 230px;
                            text-indent: -10000px;
                            background-image: url(/shared/img/feedback.png);
                            overflow: hidden;
                            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.067);
                        }
                    }







/*content list styles*/

.contentlistitem, .landinglistitem {
    font-weight: bold;
    font-size: medium;
    margin-bottom: 50px;
}

.contentlistitem_grandchild .footer, .contentlistitem_grandchildren_more {
    margin-bottom: 5px;
    width: 100%;
}

.contentlistitem {
    min-height: 170px;
}

.landinglistitem {
    margin-top: 10px;
}

.contentlistitem_header {
    font-weight: bold;
    font-size: medium;
    display: table;
    position: relative;
    top: -5px;
    margin-bottom: 2px;
}

.contentlistitem_grandchildren {
    text-align: left;
}

.contentlistitem_grandchildren_spacer {
    float: left;
    margin-right: 10px;
}

.contentlistitem_grandchildren a {
    color: #000000;
    font-weight: normal;
    float: left;
}

.contentlistitem_grandchildren_more a {
    font-weight: bold;
}

    .contentlistitem_grandchildren_more a .btn {
        font-weight: bold;
        font-size: x-small;
    }

    .contentlistitem_grandchildren a:hover, .contentlistitem_grandchildren_more a:hover {
        color: #888888;
    }


/* end of content list styles*/

.relatedbox, .formbox, .landingitembox, .submission, .contentnavbox, .homeinfobox, .statusbox {
    padding: 0 15px 15px 15px;
    border: 1px solid #009966;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.065);
}

.toptasksnavbox {
    padding: 20px 15px 20px 15px;
}



.relatedbox {
    min-height: 100px;
}

.statusbox {
    padding: 7px 10px 0 5px;
    height: 40px;
    margin: 0;
    font-size: medium;
}

.toptasksbox, .statusbox, .homeinfobox {
    filter: none;
}

.toptaskheader {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 90px;
    height: 70px;
}

.toptaskitem {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: medium;
}

.contentareanav_childtitle {
    margin-top: 0;
}

.moreservices_item {
    float: left;
    width: 50%;
}

.alternatesitetext {
    margin: 20px 0 30px 0;
}

.othersitelink {
    width: 100%;
    height: 70px;
    margin-top: 100px;
}

    .othersitelink .sitetoggle_icon, .sitehometoggle_icon {
        margin-left: 10px;
    }

    .othersitelink .sitetoggle_icon {
        float: right;
    }

    .othersitelink sitetoggle_text {
        margin-top: 2px;
    }

    .othersitelink a {
        float: right;
        font-size: x-large;
        margin-top: 10px;
        margin-right: 15px;
        color: #000000;
        text-decoration: none;
    }

.homesitelink a {
    text-decoration: none;
}

.homesitelink .lighttext {
    color: #FFFFFF;
}

.boxsandbuttons {
    float: right;
    padding-right: 7%;
    width: 100%;
}
/*block styles*/

.contact {
    margin-bottom: 20px;
    display: table;
}

.block_contact {
    margin-top: 10px;
    float: left;
    margin-right: 20px;
    height: 30px;
}

.block_contact_header {
    margin-top: 0;
}

.block_contact_title {
    font-weight: bold;
}

.block_contact_social {
    background-position: left;
    padding-left: 35px;
    background-repeat: no-repeat;
    height: 30px;
    display: table;
}

.block_contact_twitter a {
    color: #0000FF;
}

/*end block styles*/


/*alert styles*/

.sitewide_alertimage {
    float: left;
    margin-right: 20px;
}

.alert {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.sitewide_alertheader {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: medium;
}

.sitewide_alertintro {
    margin-bottom: 8px;
}

.referringsite {
    margin-bottom: 20px;
    height: 75px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0 20px 0;
    display: table;
}

.referringsiteimage {
    float: left;
    margin-right: 20px;
}
/*wide alert styles*/


/* footer styles*/
.footer_pagedate {
    text-align: left;
    padding-top: 2px;
    font-size: small;
}

#pageinfobar {
    padding: 10px 0 10px 0;
    border-top: 1px solid #009966;
    margin: 0 20px 0 20px;
}

#footer #footer_spacer {
    height: 50px;
}

#footer .nav {
    margin-right: 15px;
    margin-bottom: 0;
}

#footer {
    margin-bottom: 0;
    padding: 10px 20px 0 20px;
}

    #footer .navbar {
        margin-bottom: 0;
    }

#relatedfooter {
    margin: 10px 0 20px 0;
}

    #relatedfooter li, #relatedright li {
        list-style: none;
        margin-bottom: 10px;
    }

    #relatedfooter ul, #relatedright ul {
        margin: 0;
        padding: 0;
    }

#footerlogo {
    display: none;
}

.relatedbox .media {
    margin-left: 30px;
    line-height: 23px;
}

.relatedtext {
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}

.mediatext {
    position: relative;
    left: -5px;
}

#map-canvas {
    width: 100%;
    height: 300px;
}

.gis-canvas {
    width: 100%;
    height: 500px;
    border: 1px solid #009966;
}

#footer #footer_nav {
    width: 100%;
}

#footer #footer_nav {
    float: left;
}

#footer .footer_nav_item {
    float: left;
    font-weight: bold;
}

#footer #footer_logoimage {
    height: 80px;
    margin-bottom: 8px;
    background-image: url('../img/wbc_footer_logo_white.png');
    background-repeat: no-repeat;
    background-position: right;
    float: right;
    width: 240px;
}

#social .social_icon {
    min-width: 24%;
    height: 30px;
    background-repeat: no-repeat;
    background-position: right;
    display:inline-block;
}

#social #social_facebook, .block_contact_facebook {
    background-image: url('../img/social/icon_social_facebook.png');
    background-repeat: no-repeat;
}

#social #social_twitter, .block_contact_twitter {
    background-image: url('../img/social/icon_social_twitter.png');
    background-repeat: no-repeat;
}

#social #social_instagram, .block_contact_instagram {
    background-image: url('../img/social/icon_social_instagram.png');
    background-repeat: no-repeat;
}

#social #social_email {
    background-image: url('../img/social/icon_social_email.png');
    background-repeat: no-repeat;
}

#footer #footer_contactdetails {
    line-height: normal;
    float: right;
    text-align: right;
    margin-right: 5%;
}

#footer #footer_contactdetailsspacer {
    display: none;
}

#footer .footer_contactitem {
    margin-top: 10px;
}

#footer #footer_postaladdress, #footer #footer_phonenumber {
    font-size: 14px;
    color: #FFFFFF;
}

#footer #footer_postaladdress {
    margin-top: 20px;
}

.footer_email a {
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
}

    .footer_email a:hover {
        color: #EEEEEE;
        text-decoration: none;
    }

.compilationitem, .relateditems {
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
    padding-left: 0;
}

.compilationchilditem, .relateditem {
    margin-bottom: 9px;
}

.mediatext {
    padding-left: 30px;
}

.footer_contact_item {
    color: #FFFFFF;
}

.footer_phone_item {
    margin-top: 10px;
}

/* end of footer styles*/


/*responsive styles*/
@media (max-width: 1200px) {
    #page {
        width: 98%;
    }

    .container {
        max-width: inherit;
    }
}

/*responsive styles*/
@media (max-width: 1050px) {
    .rimage img {
        width: auto;
    }

    #relatedforms, #relatedarticles, #relatedmedia {
        margin-bottom: 20px;
    }

    .toptasksbox {
        background-image: url('../img/top_task_back_medium.jpg');
    }

    .contentlistitem {
        min-height: 190px;
    }

    .contentlistitem_grandchild .footer, .contentlistitem_grandchildren_more {
        margin-bottom: 5px;
        width: 100%;
    }
}



@media (max-width: 979px) {

    #search_button {
        margin-top: 7px;
        padding: 6px 12px;
    }
}

@media (max-width: 900px) {
    #header .navbar-brand {
        font-size: 28px;
    }

    #footer_nav {
        margin-bottom: 0;
    }

    #footer .footer_share {
        margin-left: 0px;
    }
}

@media (max-width: 832px) {
    #footer .footer_nav_item {
        margin-bottom: 0;
    }

    #footer .nav {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .relatedbox {
        margin-bottom: 20px;
    }

    #footer_nav {
        margin-top: 20px;
    }

    #footer .nav {
        margin-top: 0;
    }
}

@media (max-width: 767px) {

    .relatedbox {
        min-height: inherit;
    }

    #header .navbar-brand {
        font-size: 20px;
        margin-top: 20px;
    }

    #toputilnav {
        background: #009966;
        margin-right: 15px;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    #header .nav > li {
        float: none;
        text-align: right;
        margin-left: 10px;
        font-size: medium;
        margin-bottom: 10px;
    }

    #footer .footer_share {
        margin-left: 10px;
    }

    .crumbtrail {
        font-size: smaller;
    }

    #footer #footer_contactdetailsspacer {
        display: table;
    }

    #footer #footer_contactdetails {
        margin-right: 0;
    }

    #footer #footer_postaladdress {
        margin-top: 10px;
    }

    .toptasksbox {
        background-image: url('../img/top_task_back_small.jpg');
    }

    .contentlistitem, .landinglistitem {
        min-height: 150px;
    }

    .crumbtrail {
    margin: 0 10px 15px 10px;
    width:97%;

}
    #pageinfobar {

    margin: 0 10px 0 10px;
}
}

@media (max-width: 550px) {


    .navbar-brand {
        margin-top: 0;
    }
}

@media (max-width: 480px) {

    .contentlistitem, .landinglistitem {
        margin-bottom: 25px;
    }

    #header .navbar-brand {
        padding-bottom: 10px;
        padding-right: 0px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    #menubutton {
        margin-left: 15px;
    }

    .statusbox {
        font-size: small;
    }

    .footer_social {
        padding-right: 10px;
    }

    #social .social_icon {
        background-position: center;
    }

    .contentlistitem, .landinglistitem {
        min-height: 100px;
    }

    #footer_nav {
        margin-top: 10px;
    }

    #footer_longaddress {
        display: none;
    }

    .footer_email a {
        font-size: 18px;
    }

    #footer #footer_logoimage {
        margin-bottom: 15px;
    }

    .col-vs-1, .col-vs-2, .col-vs-3, .col-vs-4, .col-vs-5, .col-vs-6, .col-vs-7, .col-vs-8, .col-vs-9, .col-vs-10, .col-vs-11 {
        float: left;
    }

    .col-vs-1 {
        width: 8.333333333333332%;
    }

    .col-vs-2 {
        width: 16.666666666666664%;
    }

    .col-vs-3 {
        width: 25%;
    }

    .col-vs-4 {
        width: 33.33333333333333%;
    }

    .col-vs-5 {
        width: 41.66666666666667%;
    }

    .col-vs-6 {
        width: 50%;
    }

    .col-vs-7 {
        width: 58.333333333333336%;
    }

    .col-vs-8 {
        width: 66.66666666666666%;
    }

    .col-vs-9 {
        width: 75%;
    }

    .col-vs-10 {
        width: 83.33333333333334%;
    }

    .col-vs-11 {
        width: 91.66666666666666%;
    }

    .col-vs-12 {
        width: 100%;
    }

    .col-vs-push-1 {
        left: 8.333333333333332%;
    }

    .col-vs-push-2 {
        left: 16.666666666666664%;
    }

    .col-vs-push-3 {
        left: 25%;
    }

    .col-vs-push-4 {
        left: 33.33333333333333%;
    }

    .col-vs-push-5 {
        left: 41.66666666666667%;
    }

    .col-vs-push-6 {
        left: 50%;
    }

    .col-vs-push-7 {
        left: 58.333333333333336%;
    }

    .col-vs-push-8 {
        left: 66.66666666666666%;
    }

    .col-vs-push-9 {
        left: 75%;
    }

    .col-vs-push-10 {
        left: 83.33333333333334%;
    }

    .col-vs-push-11 {
        left: 91.66666666666666%;
    }

    .col-vs-pull-1 {
        right: 8.333333333333332%;
    }

    .col-vs-pull-2 {
        right: 16.666666666666664%;
    }

    .col-vs-pull-3 {
        right: 25%;
    }

    .col-vs-pull-4 {
        right: 33.33333333333333%;
    }

    .col-vs-pull-5 {
        right: 41.66666666666667%;
    }

    .col-vs-pull-6 {
        right: 50%;
    }

    .col-vs-pull-7 {
        right: 58.333333333333336%;
    }

    .col-vs-pull-8 {
        right: 66.66666666666666%;
    }

    .col-vs-pull-9 {
        right: 75%;
    }

    .col-vs-pull-10 {
        right: 83.33333333333334%;
    }

    .col-vs-pull-11 {
        right: 91.66666666666666%;
    }

    .col-vs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-vs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-vs-offset-3 {
        margin-left: 25%;
    }

    .col-vs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-vs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-vs-offset-6 {
        margin-left: 50%;
    }

    .col-vs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-vs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-vs-offset-9 {
        margin-left: 75%;
    }

    .col-vs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-vs-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .hidden-vs {
        display: none;
    }
}


@media (max-width: 450px) {

    #header .navbar-brand {
        font-size: 16px;
        padding-bottom: 8px;
    }
}


@media (max-width: 420px) {


    #header .navbar-brand {
        font-size: 14px;
        padding-bottom: 8px;
    }
}

@media (max-width: 380px) {
    #header .navbar-brand {
        display: none;
    }

    .toptasksbox {
        background-image: none;
        background-color: #000000;
    }

    .pagetoptasks_item_text {
        background: #000000;
        box-shadow: none;
    }
}

@media (max-width: 320px) {
    #footer_logoimage {
    }

    #footer .footer_share {
        margin-left: 10px;
    }

    #relatedright {
        display: none;
    }
}

@media (max-width: 299px) {

    .nav_searchform {
        top: 95px;
        left: 12.5%;
        width: 75%;
    }
}
/*end of responsive styles*/


