.csub-alert {
	 background-image: linear-gradient(to right, #001A70, #003594, #001A70);
	 color: #ffffff;
	 height: 50px;
	 display: flex;
	 align-items: center;
	 align-content: center;
	 justify-content: center;
	 border-bottom: 1px solid #ffffff;
	 flex-flow: row wrap;
	 padding: 0 15px;
	/* font-size: 1.1rem;
	 */
	 font-size: 1em;
}
 .csub-alert a {
	 color: inherit;
	 font-size: inherit;
}
 .csub-alert a:hover {
	 text-decoration: none;
}
/* .csub-alert::before {
	 font-family: "Font Awesome 5 Free";
	 content: "\f0f3";
	 margin-right: 5px;
}*/