/** Footer ********************************************************************/
#zone-footer ul {
    list-style-type: square;
    color: #01528B;
}
.social-sharing br {
    display: none;
}
#zone-footer ul.social-sharing li {
    display: inline;
    border-bottom: none;
    padding: 0;
}
#zone-footer span.ext, #zone-footer h2.block-title {
    display: none;
}
#zone-footer ul li.leaf {
    list-style-image: none;
    display: inline;
    margin-left: 0.5em;
    padding: 0 0 0 0.8em;
    border-left: 1px solid #01528B;
}
#zone-footer a:link, #zone-footer a.active {
    text-decoration: none;
}
#zone-footer a:link:hover {
    text-decoration: underline;
    color: #660066;
}
#zone-footer ul li.first.leaf {
    border-left: none;
    margin-left: 0;
}
#zone-footer .ccl {
    margin-top: -1em;
}
/*Responsive*/
.responsive-layout-narrow #zone-footer ul li.leaf, .responsive-layout-mobile #zone-footer ul li.leaf {
    display: block;
    border-left: none;
}
.responsive-layout-narrow #zone-footer ul li.first.leaf, .responsive-layout-mobile #zone-footer ul li.first.leaf {
    margin-left: 0.5em;
}
a#commonwealth {
    float: left;
    padding: 1em 1em 1em 0;
}
#footer-tools .page-tools-wrapper {
    margin-top: 1em;
    float: right;
}
.responsive-layout-mobile #footer-tools .page-tools-wrapper {
    float: left;
}
