/*************************** Toggle Box ***************************/


h3.toggle {
    background-position: 0 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 16px;
    padding: 0 0 10px 33px;
}
h3.toggle a {
    display: block;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    text-decoration: none;
    
}
h3.toggle-active {
    background-position: 0 -242px;
}
.toggle-box {
    clear: both;
    margin: 0 0 50px;
    overflow: hidden;
}
h3.toggle {
    background-image: url("images/arrow.png");
    font-size: 18px;
   
}
