/* CSS for White-Background Alert Banners */
.banner-white body {
	font-size: 18px;
	color: black;
}
.banner-white p {
	font-size: 18px;
	line-height: 130%;
	color: black;
	padding-top: 12px;
}
.banner-white h1 {
	font-size: 28px !important;
	line-height: 130% !important;
	color: red !important;
}
.banner-white {
	border: 2px solid red;
	padding: 10px;
	border-radius: 18px;
}
.banner-white ul {
	padding-left: 18px;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
}
.banner-white li {
	list-style-type: disc !important;
	padding-left: .4em;
	padding-top: 6px;
	margin-left: 1em; 
	font-size: 18px;
	line-height: 130%;
	color: black;
}
.banner-white a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
.banner-white .figure-caption {
	color: black;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
}
.banner-white img {
	border-radius: 8px;
}
/* CSS for Color-Background Alert Banners */
.banner-color body {
	font-size: 18px;
	color: white;
}
.banner-color p {
	font-size: 18px;
	line-height: 130%;
	color: white;
	padding-top: 12px;
}
.banner-color h1 {
	font-size: 28px !important;
	line-height: 130% !important;
	color: white !important;
}
.banner-color ul {
	padding-left: 18px;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
}
.banner-color li {
	list-style-type: disc !important;
	padding-left: .4em;
	padding-top: 6px;
	margin-left: 1em; 
	font-size: 18px;
	line-height: 130%;
	color: white;
}
.banner-color a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
.banner-color .figure-caption {
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
}
