/* This stylesheet is only enqueued if the top bar is enabled. */
.top-bar-new {
	position:absolute;
	background:#9CFF5B;
	width: 100%;
	bottom: -12px;
	text-align:center;
}

.top-bar-new a {
	color: #404044;
	text-align: center;
	font-family: "Libre Franklin";
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 19.39px; /* 96.95% */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-position: from-font;
	text-transform: capitalize;
}
.branding_logos{
	width: 250px;
	left: 5%;
    top: 12px;
    position: absolute;
}

@media (max-width: 991px) {
	.branding_logos{
		top:0px;
		left: 50%;
		transform: translateX(-50%);
}
}

.top-bar-mobile a{
	text-align: center;
	font-family: "Libre Franklin";
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 20px; /* 100% */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: capitalize;
}