.screenreader-only { /*allows screenreaders to read it without breaking the flow of elements in the DOM*/
	border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.hidden {
	display: none;
}

.grecaptcha-badge,
.js-form-item-field-email-category-other {
  display: none;
}