﻿body {
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

p {
    font-size: 12px;
    margin: 0 0 2px;
}

.container{
    padding-left:0px;
    padding-right:0px;
}

.imageHeader {
    /*background-color: #578926;*/
    text-align: center;
    margin-bottom: 10px;
    /*border-bottom: 2px solid #578926;*/
}

    .imageHeader img {
        width: 100%;
        border-radius: 25px 0px 25px 0px;
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    }

.navbar {
    /*background-color: #578926;
     border-color: #578926;*/
    border-radius: 0px;
    border: 0px;
    min-height: auto;
    margin-bottom:10px !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
    display: block;
}

.container-fluid.wginav {
    padding: 0px;
}

.navbar .navbar-brand {
    color: #fff;
}

/*.collapse.navbar-collapse.navbar-inner {
    padding: 0px;
}*/

ul.nav.navbar-nav {
    padding-right: 0px;
}

    /*ul.nav.navbar-nav li {
        padding: 0px;
    }*/

.navbar li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 20px;
    position: relative;
    display: block;
    /*background: #dc9233;*/
    /*background: #b39533;*/
    background: #578926;
    border-radius: 25px 0px 25px 0px;
}

.navbar li:hover a, .navbar li.active a {
    /*background: #b70100;*/
    /*background: #667520;*/
    background: #dc9233;
}

.navbar li:hover a, .navbar li.active a {
    color: #fff;
    /*border-radius: 25px 0px 25px 0px;*/
}

.navbar.center .navbar-inner {
    text-align: center;
}

    .navbar.center .navbar-inner .nav {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
.navbar .navbar-toggle .icon-bar {
    background-color:#333333;
}

.row.about .col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top:0px;
}

.row.about .description {
    /*padding: 15px 30px 0 30px;*/
    padding:15px;
}

.redBox {
    border-style: solid;
    border-color: red;
    border-width: 3px;
    padding: 10px;
    margin: 10px 2px 20px 2px;
    color: red;
}

ul.listItems {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    font-size: 12px;
    padding-left:15px;
    margin-bottom:0;
}

    ul.listItems li {
        list-style: none;
        margin-right: 20px;
        margin-left: 20px;
    }

        ul.listItems li .material-icons {
            color: #dc9233;
        }

        ul.listItems li a {
            color: #3D5F1B;
            font-weight:bold;
        }

        ul.listItems li:before {
            font-family: 'FontAwesome';            
            content: "\f08d";
            color: #dc9233;
            margin: 0 5px 0 -15px;
        }

span.pageHeading {
    font-size: 12px;
    font-weight: bold;
    vertical-align: bottom;
}

.notes {
    /*background-color: #f3f7e5;*/
    background-color: #ffe5c3;
    padding: 16px;
}

    .notes p {
        margin: 0px;
    }

.notes1 {
    background-color: #fff;
    padding: 16px;
}

    .notes1 p {
        margin: 0px;
    }

.postScriptTxt {
    font-style: italic;
    font-size: 11px;
}

.accordion ul.collapsible.popout {
    padding: 0;
}

.accordion ul li {
    list-style-type: none;
}

    .accordion ul li a {
        color: #3D5F1B;
    }

.accordion .title {
    text-align: center;
    font-size: 12px;
    padding: 0px 30px;
    font-family: "Quicksand";
}

    .accordion .title h1 {
        text-transform: uppercase;
        font-size: 12px;
        text-shadow: 1px 2px 2px #0b2740;
        color: #1E4A6F;
    }

.accordion.container {
    padding: 35px 0px;
    border-right: 2px solid #578926;
    border-left: 2px solid #578926;
    /*border-top: 2px solid #578926;
    border-bottom: 2px solid #578926;*/
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.accordion .collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

    .accordion .collapsible.popout {
        border: none;
        box-shadow: none;
    }

        .accordion .collapsible.popout li.faq {
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
            transform: scaleX(.9) translate3d(0, 0, 0);
            transition: margin .35s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform .35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

            .accordion .collapsible.popout li.faq:hover {
                will-change: margin, transform;
            }

            .accordion .collapsible.popout li.faq.active {
                box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
                margin: 16px 0;
                transform: scaleX(1) translate3d(0, 0, 0);
            }


.accordion .collapsible-header {
    display: block;
    cursor: pointer;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    font-weight: bold;
}

    .accordion .collapsible-header i {
        width: 2rem;
        font-size: 1.6rem;
        line-height: 3rem;
        display: block;
        float: left;
        text-align: center;
        margin-right: 1rem;
    }


.accordion .collapsible-body {
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #578926;
}

    .accordion .collapsible-body p {
        margin: 0;
        padding: 2rem;
    }


.container.reports {
    padding: 20px 30px;
    text-align: justify;
    border-right: 2px solid #578926;
    border-left: 2px solid #578926;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

    .container.reports ul.listItems {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .container.reports iframe {
        margin: auto;
    }

.container.docs {
    padding: 0;
    text-align: justify;
    border-right: 2px solid #578926;
    border-left: 2px solid #578926;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

    .container.docs a {
        color: #3D5F1B;
    }

.docHeader {
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #fff;
    border-top: 2px solid #578926;
    border-bottom: 2px solid #578926;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.docBody {
    overflow: hidden;
    padding: 20px 35px;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.docContent {
    padding: 20px 30px;
}

.doctiles {
  padding:25px;
  padding-bottom:0px;
}

    .doctiles .card {
        border: 2px solid #dc9233;
        border-radius: 25px 0px 25px 0px;
        color: #578926;
        cursor:pointer;
    }
        .doctiles .card:hover {
            background-color: #dc9233;
            color:#fff;
        }
        
        .doctiles .card .card-body {
            padding: 4px;
        }
            .doctiles .card .card-body .card-text:last-child {
                margin-bottom: 0;
                font-weight: bold;
            }
        
.container.docs ul.listItems {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.pictureInfo {
    width: 100%;
    margin-top: 10px;
}

    .pictureInfo .pic {
        text-align: center;
    }
.container.home {
    padding: 0;
    text-align: justify;
    border-right: 2px solid #578926;
    border-left: 2px solid #578926;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

    .container.home a{
        font-weight:bold;
    }
.container.docs a {
    font-weight: bold;
}
.container.reports a {
    font-weight: bold;
}
.container.accordion a {
    font-weight: bold;
}

    .container.announcement {
        padding: 0;
        text-align: justify;
        border-right: 2px solid #578926;
        border-left: 2px solid #578926;
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    }
    .container.announcement .content{
        padding:25px;
    }
    
.footerContent {
        padding: 16px;
        text-align: center;
    }

    .footerContent .elements {
        margin-right: 5px;        
    }
    .footerContent .elements a{
        color:#333;
        font-weight:bold;
    }

#wgiYear{
    display:none;
}

.modal {
    width: 60%;
    height: 80%;
    top:10%;
    left:20%;
    border-radius:25px 0 25px 0;
    border:none;
}
.modal-content {  
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0; 
}
.modal-header {    
    background-color: #3d5f1b;
    color: #fff;
    border:none;
    border-radius:0;
}
.modal-header .close{
    color:#fff;
}
.modal-body {
    position: absolute;
    top: 65px;
    bottom: 40px;
    left: 0;
    right: 0;
    overflow-y: auto;
}

#scrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 12px;
    cursor: pointer;
    padding: 6px 16px;
    color:#fff;
    background-color: #578926;
    border-radius:25px 0 25px 0;
}

    #scrollTop i {
        font-size: 16px;
        padding: 0px 2px 0px 0;
    }

ul.downloadLinks {
    float: left;
    width: 85%;
    margin-bottom: 0;
    padding-left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    ul.downloadLinks li {
        background: url("../Images/excel-3.gif") no-repeat;
        padding: 3px 0 0px 24px;
        font-weight: bold;
        background-position: 0 2px;
        list-style-type:none;
    }

        ul.downloadLinks li a {
            color: #3D5F1B;
            font-weight: bold;
        }



ul.downloadpdfLinks {
    margin-bottom: 0;
    padding-left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

    ul.downloadpdfLinks li {
        background: url("../Images/pdf.gif") no-repeat;
        padding: 3px 0 0px 24px;
        font-weight: bold;
        background-position: 0 2px;
        list-style-type: none;
    }

        ul.downloadpdfLinks li a {
            color: #3D5F1B;
            font-weight: bold;
        }
/*.mdl-dialog {
    border: none;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
    width: 60%;
    height: 80%;
    border-radius: 25px 0px 25px 0px;
}

.mdl-dialog__title {
    padding: 24px 24px 0;
    margin: 0;
    font-size: 2.5rem;
    text-align:center;
}

.mdl-dialog__content {
    max-height:80%;
    overflow-x:hidden;
}

.mdl-dialog__actions {
    padding: 10px 25px;
    text-align:center;
    display:block;
}*/

    