<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alertBanner {
	margin:0px auto;
	padding: 15px 8px 25px;
	height: auto;
}
.alertBanner h1{
font-size: 160%;
font-weight:600;
text-align:left;
margin:0px;
margin-bottom:8px;
}
.alertBanner p{
	text-align:left;
	margin:0px;
	margin-bottom:8px;
	color: #000;
}
.alertBanner a {
    text-decoration: none;
}
.alertBanner a:hover{	
	text-decoration:none;
}
#BramptonAlert.alertBanner *{
	color:#fff;
}  
#BramptonAlert.alertBanner .btn{
	color:#d2001f
}

/*************alerts localized on a specific site ******/

#bramptonNotification{
	background-color: #ffcc00;
	padding-left:0;
	padding-right:0;
}
#bramptonNotification a{color:#000}

#bramptonNotification span.btn.btn-dark.rounded-pill {
    color: #ffc107;
}

/* Temp. Brampton notification URL fix */
#bramptonNotification.alertBanner a,
#bramptonNotification.alertBanner a:visited
{
	color: #000;
	text-decoration: underline;
	transition: 0.1s ease;
}

</pre></body></html>