/*************************** Toggle Box ***************************/

h3.toggle {
background-repeat: no-repeat;
background-position: -15px -16px; 
font-size: 16px;
padding: 0 0 0 0;
cursor: pointer;
}
h3.toggle a {
text-decoration: none;
font-weight: 300;
display: block;
}
h3.toggle-active {
background-position: -64px -67px; 
}
.toggle-box {
clear:both;
margin: 0px 0 50px 0;
overflow: hidden;
}
h3.toggle {
font-family: 'Oswald' !important;
font-size: 18px;
}