.WaGadgetAuthorizationRequired .openAuthFormContainer { display:  none  !important;
}
.WaGadgetEventsStateList .boxOuterContainer .boxHeaderOuterContainer .boxHeaderContainer h4.boxHeaderTitle a {
    display: inline-block;
    color: #003471;
}

/* Image hover effect - linked panel images */
a img {
  transition: filter 0.3s ease;
}
a img:hover {
  filter: brightness(1.08);


/* Newsletter buttons - 4 column layout on newsletters page */ 
}.newsletter-btns a {
  color: #ffffff !important;
  text-decoration: none;
  font-weight: bold;
}

.newsletter-btns a:hover {
  color: #ffffff !important;
}

.newsletter-btns td:hover {
  filter: brightness(1.15);
  cursor: pointer;
}

/* Secondary menu - text and font */
#id_eRTwCdX a {
  color: #003471;
  font-size: 22px;
  font-weight: normal;
}

/* Secondary menu - vertical spacing */
#id_eRTwCdX li {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* homepage button stay white */
#id_ZNbzKvu a {
  color: #ffffff !important;
}

#id_ZNbzKvu a:hover {
  color: #ffffff !important;
}