.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 

#socialLoginContainer, #idSocialLoginContainer {
	display: none;
}

body {
    color: #222;
    font: 17px/1.5 'Lato','Arial',sans-serif;
}

/* Remove Donations tab in Member Profile */

div#FunctionalBlock1_ctl00_ctl00_donationsTabDiv {
display: none;
}

/* Fix H3 font weight in event calendar gadget */
.WaGadgetEventsStateList h3.sectionTitle
{ font-weight: bold; }