.eventTime { color: #ffffff; font-weight: bold; }

.WaGadgetAuthorizationRequired .openAuthFormContainer {
display:  !important;
} 

#idMembershipLevelSection{
display:
}



#socialLoginContainer, #idSocialLoginContainer {
    display: 


.WaGadgetContactProfile .topButtonsOuterContainer .topButtonsContainer .inner input.typeButton {
    display: 
}


/* Style the buttons that are used to open and close the accordion2 panel2 */
.accordion2 {
  background-color: #e6e6e6;
  color: #000000;
  cursor: pointer;
font-size: 20px;
  padding: 18px;
  width: 100%;
  text-align: left;
border: none;
margin-bottom: 5px;
  outline: none;
  transition: 0.4s;
}

/* Style the buttons that are used to open and close the accordion2 panel2 */
.accordion2 {
  background-color: #e6e6e6;
  color: #000000;
  cursor: pointer;
font-size: 20px;
  padding: 18px;
  width: 100%;
  text-align: left;
border: none;
margin-bottom: 5px;
  outline: none;
  transition: 0.4s;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion2:hover {
  background-color: #ccc;
}


/* Style the accordion2 panel. Note: hidden by default */
.panel2 {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}


.accordion2:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  color: #777;
  float: right;
  margin-left: 5px;
}


.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
} 



