/*************************** 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;
}
.toggle-box {
margin: 0 0 0px 0;
overflow: hidden;
}
h3.toggle {
background-image: url(images/sprite.png);
font-size: 18px;
background-position: -10px -13px;
}
h3.toggle-active {
background-image: url(images/sprite-active.png);
background-position: -11px -13px !important;
height: 45px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.toggle .large__spacer--white a {
margin-bottom: 0px !important;
}

span.toggle {
    background-repeat: no-repeat;
    background-position: -15px -16px; 
    font-size: 19px;
    padding: 0 0 10px 23px;
    cursor: pointer;
    display: inline;
}
span.toggle a {
    text-decoration: none;
    display: block;
    display: inline;
}
span.toggle {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    font-size: 18px;
    background-position: -10px -18px;
    display: inline;
}
span.toggle-active {
    background-image: url(images/sprite-active.png);
    background-repeat: no-repeat;
    background-position: -11px -18px !important;
    height: 45px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: inline;
}
.toggle-box {
    background-color: #f6f6f6;
    padding: 24px 40px;
    margin-bottom: 8px;
    width: 100%;
    margin-top: 12px;
}

.toggle-box.active {
    display: block !important;
}