/* Unified topbar layout (single source of truth) */
#header .topbar-standard {
	display: flex;
	align-items: center;
	min-height: 47px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	background-color: #0072a8;
	position: relative;
}

#header .topbar-standard .container {
	position: relative;
	height: 100%;
}

#header .topbar-standard .header-row {
	display: flex;
	align-items: center;
	height: 100%;
	flex-wrap: nowrap;
}

#header .topbar-standard .header-column {
	display: flex;
	align-self: stretch;
	align-items: center;
	min-width: 0;
}

#header .topbar-standard .header-column .header-row {
	display: flex;
	align-items: center;
	justify-content: inherit;
}

#header .topbar-standard .header-column.justify-content-end {
	flex: 0 0 auto;
	margin-left: auto;
}

#header .topbar-standard .header-nav-top {
	display: flex;
	align-self: stretch;
	align-items: center;
}

#header .topbar-standard .header-nav-top .nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .topbar-standard .header-nav-top .nav > li {
	white-space: normal;
	min-width: 0;
}

#header .topbar-standard .header-nav-top .nav > li.nav-item-borders {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	padding-left: 12px;
	padding-right: 12px;
}

#header .topbar-standard .header-nav-top .nav > li.nav-item-borders:first-child {
	padding-left: 0;
}

#header .topbar-standard .header-nav-top .nav > li.nav-item-borders:last-child {
	border-right: 0;
}

#header .topbar-standard .header-nav-top .nav > li > a,
#header .topbar-standard .header-nav-top .nav > li > span,
#header .topbar-standard .header-nav-top .nav > li > span a {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100%;
	min-height: 48px;
	padding: 8px 6px;
	font-size: 0.85em !important;
	line-height: 1.2 !important;
	color: #fff !important;
	text-decoration: none;
	overflow-wrap: anywhere;
	word-break: break-word;
}

#header .topbar-standard .header-nav-top .fa-dot-circle,
#header .topbar-standard .header-nav-top .fa-phone,
#header .topbar-standard .header-nav-top .fa-envelope,
#header .topbar-standard .header-nav-top .fa-angle-down {
	display: inline-block;
	width: 1em;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	position: static !important;
	top: auto !important;
	margin-right: 5px;
	font-style: normal;
	font-family: "Segoe UI Symbol", "Segoe UI", Tahoma, Arial, sans-serif !important;
	font-weight: 700 !important;
}

#header .topbar-standard .header-nav-top .fa-dot-circle::before {
	content: "◎" !important;
	font-family: inherit !important;
	font-weight: 700 !important;
}

#header .topbar-standard .header-nav-top .fa-phone::before {
	content: "☎" !important;
	font-family: inherit !important;
	font-weight: 700 !important;
}

#header .topbar-standard .header-nav-top .fa-envelope::before {
	content: "✉" !important;
	font-family: inherit !important;
	font-weight: 700 !important;
}

#header .topbar-standard .header-nav-top .fa-angle-down {
	width: 0.9em;
	margin-right: 0;
	margin-left: 4px;
}

#header .topbar-standard .header-nav-top .fa-angle-down::before {
	content: "▾" !important;
	font-family: inherit !important;
	font-weight: 700 !important;
}

#header .topbar-standard .header-nav-top .nav > li i {
	color: #fff !important;
}

#header .topbar-standard .header-nav-top .nav > li.nav-item.nav-item-borders.py-2.d-none.d-lg-inline-flex {
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
}

#header .topbar-standard .header-nav-top .nav > li.nav-item.nav-item-borders.py-2.d-none.d-lg-inline-flex > a {
	padding-left: 0;
	padding-right: 0;
}

#header .topbar-standard .dropdown-menu .dropdown-item {
	color: #1b2a33 !important;
}

#header .topbar-standard .topbar-contact-entry {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	line-height: 1.2;
}

#header .topbar-standard .topbar-contact-link {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	line-height: 1.2;
	padding-left: 0;
	padding-right: 0;
	text-decoration: none;
}

#header .topbar-standard .topbar-contact-icon {
	display: inline-block;
	width: 1em;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	position: static !important;
	top: auto !important;
	font-size: 1em !important;
	margin-right: 4px;
	transform: translateY(0);
	font-family: "Segoe UI Symbol", "Segoe UI", Tahoma, Arial, sans-serif !important;
	font-weight: 700 !important;
}

#header .topbar-standard .topbar-email-link .topbar-contact-icon {
	margin-right: 5px;
}

#header .topbar-standard .topbar-phone-entry .topbar-contact-icon {
	font-family: "Segoe UI Symbol", "Segoe UI", Tahoma, Arial, sans-serif !important;
	font-weight: 700 !important;
}

#header .topbar-standard .topbar-phone-entry .topbar-contact-icon:before {
	content: "☎" !important;
}

#header .topbar-standard .topbar-email-link .topbar-contact-icon {
	font-family: "Segoe UI Symbol", "Segoe UI", Tahoma, Arial, sans-serif !important;
	font-weight: 700 !important;
}

#header .topbar-standard .topbar-email-link .topbar-contact-icon:before {
	content: "✉" !important;
}

@media (max-width: 1199.98px) {
	#header .topbar-standard .header-row {
		flex-wrap: wrap;
	}

	#header .topbar-standard .header-column {
		width: 100%;
	}

	#header .topbar-standard .header-column.justify-content-end {
		margin-left: 0;
		justify-content: flex-end;
	}
}

@media (max-width: 767.98px) {
	#header .topbar-standard .header-nav-top .nav > li > a,
	#header .topbar-standard .header-nav-top .nav > li > span,
	#header .topbar-standard .header-nav-top .nav > li > span a {
		min-height: 40px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}
