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



h3.toggle {

background-repeat: no-repeat;

background-position: -15px -16px; 

font-size: 16px;

padding: 0 0 10px 23px;

cursor: pointer;

}

h3.toggle a {

text-decoration: none;

display: block;

}

h3.toggle-active {

background-position: -64px -67px; 

}

.toggle-box {

clear:both;

margin: 0 0 50px 0;

overflow: hidden;

}

.icon:before {
        display: inline-block;
        margin-right: .5em;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
    

/*background-image: url(images/sprite.png);

font-size: 18px;
*/
}