/* Custome Style Starts */
#sustainibility { margin-top: 50px; }
.nl-content table { margin-top: 20px; }
.nl-content h4 {text-align: center;  padding: 15px 0px 0px 0px; }

#accordion {
 width:97%;
margin-top: 10px;
 -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.4);
 -moz-box-shadow:0px 1px 3px rgba(0,0,0,0.4);
 box-shadow:0px 1px 3px rgba(0,0,0,0.4);
}

#accordion h2 {
    background-color: #4BB347;
    font-size: 18px;
    padding: 15px 30px;
    text-transform: uppercase; 
    cursor: pointer;
    color: #fff;
    margin-bottom: 2px;
}
#accordion h2:before {
    content: '\f067 ';
    font-family: FontAwesome;
    display: block;
    height: 0;
    width: 0;
    left: -20px;
    top: 2px;
    position: relative;
    color: #fff;
}

#accordion h4 {
    text-align: center;
    padding: 10px 0px 10px 0px;
    background: #f5f5f5;
}
#accordion table { margin-top: 0px; }
#accordion .content {
 background-color:#fff;
 padding:10px 15px;
 height:auto;    
}

#accordion h2.active {
    /*background-color: #4BB347;*/
    background-color: #349831;
    font-size: 18px;
    padding: 15px 30px;
    text-transform: uppercase;color: #fff; 
}




