#block-afp-theme-alertmessage {
	background: #C80500;
	color: white;
}

#block-afp-theme-alertmessage article {
	max-width: var(--container-width-full, full);
	width: 100%;
	margin-inline: auto;
	padding-left: var(--spacing-medium, "medium") !important;
	padding-right: var(--spacing-medium, "medium") !important;
	border: none !important;
	padding-top: 2em !important;
	padding-bottom: 2em !important;
	margin-top: 0 !important;
}
#block-afp-theme-alertmessage article .field--name-label{
	font-weight:bold;
	font-size: 24px;
}

#block-afp-theme-alertmessage article .field--name-label:before {
  content: "\0021";
	display:inline-block;
	height: 1em;
	width:1em;
	text-align: center;
	background:white;
	color:#C80500;
	border-radius: 50%;
	margin-right: 8px;
}

#block-afp-theme-alertmessage article a {
	color:white;
}

#block-afp-theme-alertmessage article button {
	display:none !important;
}
#block-afp-theme-site-branding .site-branding__inner{
	width: 177px;
	height: 90px;
}