@charset "utf-8";
/* CSS Document */


.accordion {
    margin-bottom: 0;
}
.accordion:before, .accordion:after {
    content: " ";
    display: table;
}
.accordion:after {
    clear: both;
}
.accordion dd {
    display: block;
    margin-bottom: 0 !important;
}
.accordion dd.active a {
    background: none repeat scroll 0 0 #E7E7E7;
}
.accordion dd > a {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #222222;
    display: block;
    font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size: 0.88889rem;
    padding: 0.88889rem;
}
.accordion dd > a:hover {
    background: none repeat scroll 0 0 #E2E2E2;
}
.accordion .content {
    display: none;
    padding: 0.83333rem;
    font-size: 0.8rem;
}
.accordion .content.active {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
}


.footer-bottom {
    background: none repeat scroll 0 0 #FFFFFF;
	margin-top:30px;
    padding: 14px 0 20px;
}

.footer-bottom p.copyright {
    color: #666666;
    font-size: 0.66667rem;
    margin: 6px 0 0;
}
