/*************************************************************************************************************** Dear Dev Pros, Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered into any file that includes this one (spoiler alert: most files include this file) */
.dark-button { padding: 12px 25px; background-color: #003087; color: #f5f5f5; text-align: center; }

.dark-button.active { background-color: #003087; color: #f5f5f5; }

.dark-button.active:focus, .dark-button.active:visited { color: #f5f5f5; }

.dark-button:focus, .dark-button:visited { color: #f5f5f5; }
/*# sourceMappingURL=elementnewsevents.css.map */