/* Hacks go here */
/* Drupal class that we don't know what its for but are assuming it hides stuff 
see https://www.drupal.org/project/drupal/issues/335185 
Its seems to hide things when JS is running
*/

html.js .js-hide {
  display: none;
}

.main__content .form--donate input[value="Donate now"]{
     display: none;
}


.webform-submission-form .messages.status{display: none !important;}