<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************
PLU SYSTEM ALERTS
******************************************************************/

.single-system-alert .system-alert-header {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.single-system-alert .system-alert-header .alert-title {
	margin: 0 0 5px 0;
}

.single-system-alert .system-alert-header .alert-severity,
.single-system-alert .system-alert-header .alert-time,
.single-system-alert .system-alert-header .alert-status {
	margin: 0;
	font-size: 13px;
	color: #999;
}

.single-system-alert .alert-updates .updates {
	list-style: none;
	margin-left: 0;
	transform: rotate(180deg);
}

.single-system-alert .alert-updates .updates li {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0;
	transform: rotate(-180deg);
}

.single-system-alert .alert-updates .updates li:first-child {
	border-top: none;
}

.single-system-alert .alert-updates .updates li:last-child {
	border-bottom: none;
}

.single-system-alert .alert-updates .updates li .alert-update-icon {
	color: #fbba37;
}

.single-system-alert .alert-updates .updates li .alert-description {
	padding-left: 12px;
	display: block;
}

.single-system-alert a {
	color: #555555;
	border-bottom: 1px solid #555555;
}

.single-system-alert a:hover {
	color: #000000;
}


/********** archive system alerts (archive page) **********/

.archive-system-alerts {
	margin-bottom: 1em;
	border-bottom: 1px solid #e8e8e8;
}

.archive-system-alerts .archive-header {
	margin-bottom: 10px;
}

.archive-system-alerts .archive-header .archive-title {
	margin: 0;
	padding: 0;
}

.archive-system-alerts .archive-header .archive-title a {
	color: #333333;
}

.archive-system-alerts .archive-header .archive-severity,
.archive-system-alerts .archive-header .archive-date,
.archive-system-alerts .archive-header .archive-status {
	margin: 0;
	font-size: 13px;
	color: #999;
}

.system-alert-explanation {
}

.system-alert-explanation-background {
	background: #222;
	border-radius: 3px;
	margin-bottom: 2em;
}

.system-alert-explanation .system-alert-explanation-background img {
	width: 100%;
}

.system-alert-explanation .system-alert-explanation-background p {
	margin: 0;
	padding: 1em;
	font-size: 14px;
	color: #fff;
}


/* only show the first one */

.system-alert-explanation:first-of-type {
	display: block !important;
}


/* read more button link */

.archive-system-alerts .plu-system-alert-more {
	display: block;
	float: right;
	color: #777777;
	margin-bottom: 15px;
	font-size: 13px;
}

.archive-system-alerts .plu-system-alert-more:hover {
	color: #000000;
	text-decoration: underline;
}


/********** alert that is posted globally to top of page **********/

.system-alert {
	padding: 1em 2em;
	text-align: center;
	position: fixed;
	width: 100%;
	z-index: 1000000;
	line-height: 1.5em;
}

.system-alert .alert-title {
	font-family: "Aleo", serif;
}

.system-alert.Emergency {
	background: red;
	color: white;
}

.system-alert.Warning {
	background: #ffdd2c;
	color: #000000;
}
.system-alert.Warning .dismiss .dismiss-icon {
	color: #000000;
}

.system-alert.Information {
	background: #2d902f;
	color: white;
}

.system-alert.Snow {
	background: #8ebed6;
	color: #000000;
}

.system-alert.Rain {
	background: #8ebed6;
	color: #000000;
}
.system-alert.Rain .dismiss .dismiss-icon {
	color: #000000;
}

.system-alert .acknowledge-btn {
	background: #000;
	padding: 8px 10px 6px 10px;
	margin-left: 10px;
	color: #ffffff;
	border-radius: 5px;
	font-family: "Aleo", serif;
	font-weight: bold;
	letter-spacing: 0.4px;
	font-size: 13px;
	cursor: pointer;
}

.system-alert .dismiss {
	position: absolute;
	left: 0;
	top: 0;
	padding: 6px 10px 6px 10px;
	line-height: 0;
	cursor: pointer;
}
	
.system-alert .dismiss:hover {
	background: rgba(0,0,0,0.3);
}

.system-alert .dismiss .dismiss-icon {
	color: #ffffff;
}

.system-alert .alert-inner-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.system-alert .alert-inner-wrapper .alert-details {
	margin-bottom: 10px;
}

/* MEDIUM SCREENS */

@media only screen and (min-width: 48em) {
	
	.system-alert .alert-inner-wrapper {
		flex-direction: row;
	}
	
	.system-alert .alert-inner-wrapper .alert-details {
		margin-bottom: 0;
}
	
}


/* SEMI-LARGE SCREENS */

@media only screen and (min-width: 64em) {}


/* LARGE SCREENS */

@media only screen and (min-width: 71.563em) {}
</pre></body></html>