/**
 * @package    hubzero-cms
 * @copyright  Copyright (c) 2005-2020 The Regents of the University of California.
 * @license    http://opensource.org/licenses/MIT MIT
 */
/*

	-- -- -- -- -- -- --
	mod_notices
	-- -- -- -- -- -- --

*/
.modnotices {
  font-size: 1.125rem;
  margin: 0;
  padding: 1rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  zoom: 1;
  background: #829356;
  z-index: 1;
}
.modnotices > .inner {
  display: flex;
  align-items: center;
}
.modnotices.low {
  background-color: #107896;
}
.modnotices.medium {
  background-color: #c2571a;
}
.modnotices.high {
  background-color: #9a2617;
}
.modnotices .notice {
  margin: 0;
  padding: 0;
  line-height: 1.25rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.modnotices .notice a {
  color: #fff;
  text-decoration: underline;
}
.modnotices .notice span.modnoticep-before,
.modnotices .notice:before {
  content: "\f095";
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
  font-family: 'Fontcons';
  margin-right: 1.125rem;
}
.modnotices .close {
  margin-left: 1rem;
  display: block;
  text-decoration: none;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  border: none !important;
  color: #fff;
  flex-shrink: 0;
}
.modnotices .close span.modnoticec-before,
.modnotices .close:before {
  font-family: 'Fontcons';
  content: "\f057";
}
/*# sourceMappingURL=mod_notices.css.map */