@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* --------------------------------------------------------
* csr environment advocacy
* -------------------------------------------------------*/
.un-advocacy-w280 {
	max-width: 280px !important;
}

.un-advocacy-w200 {
	max-width: 200px !important;
}

.un-advocacy-mt16 {
	margin-top: 16px !important;
}
/*# sourceMappingURL=environment.css.map */
