/* Removes non-functional email button from AddThis share options */
li.at3winsvc_email.top-service {
    display: none !important;
}

/*Use this to hide the All Hands Disclaimer*/
.footer-below .dnnpane > div:first-child {
    display: none;
}
/*Use this to hide the All Hands Image in footer*/
.footer-logo {
    display: none;
}
/* Use this to enlarge the Navy logo above the navigation area*/ 
.upperNavBar a {
    height: 54px;
    width: 140px;
    background-size: 140px;
}


































