@font-face {
	font-family: "Museo";
	src: url('font/329336_0_0.eot');
	src: url('font/329336_0_0.eot?#iefix') format('embedded-opentype'),
		url('font/329336_0_0.woff') format('woff'),
		url('font/329336_0_0.ttf') format('truetype'),
		url('font/329336_0_0.svg#wf') format('svg');
	font-weight: 700;
}

@font-face {
	font-family: "Museo";
	src: url('font/329336_1_0.eot');
	src: url('font/329336_1_0.eot?#iefix') format('embedded-opentype'),
		url('font/329336_1_0.woff') format('woff'),
		url('font/329336_1_0.ttf') format('truetype'),
		url('font/329336_1_0.svg#wf') format('svg');
	font-weight: 300;
}

.crowLogin {
	display: none;
}

.name_mosaic4 .crowLogin {
	color: #000;
	padding: 0 6px;
	font-family: "Arial", "Museo";
	font-size: 14px;
	text-decoration: none;
	background: #e7e7e7;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
	line-height: 25px;
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 5px;
}

.crowLogin:hover {
	background: #2e3b6a;
	color: #FFF;
}

.menu-wrapper {
	background: #2e3b6a;
}

#pull {
	display: none;
}

#innerheader {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;

	ul,
	li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
}

.logo-wrapper {
	display: block;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	text-decoration: none;
}

.logo-wrapper img {
	height: 60px;
	max-width: 196px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#container_menu {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	background: #2e3b6a;
	height: 64px;
	display: flex;
	align-items: center;
}

.menu {
	display: flex;
	gap: 40px;
}

.menu a {
	text-decoration: none;
	font-size: 18.75px;
	line-height: 1.5;
	color: #fff;
	padding: 0 6px;
	font-family: "Arial", "Museo";
	font-weight: 700;
}

.menu a:hover,
.b_menu-open a:hover {
	text-decoration: underline;
	text-decoration-color: #fff;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
}

#footer {
	margin-top: 20px;
	padding: 20px 0;
	text-align: center;
	background-color: #2e3b6a;
	color: #fff;
	font-size: 14px;
	font-family: "Arial", "Museo";
	font-weight: 300;
	line-height: 2.2;
}

#footer a {
	text-decoration: none;
	color: #fff;
	white-space: nowrap
}

#footer a:hover {
	text-decoration: underline
}

.custom.layout.float-none.topheader {
	#innerheader {
		flex-direction: row;
	}

	.logo-wrapper {
		max-width: 250px;
	}

	.menu-wrapper {
		width: 80%;
		max-height: 69px;
	}
}

@media screen and (max-width: 768px) {
	.custom.layout.float-none.topheader {

		#innerheader {
			flex-direction: column;

			/* .menu-wrapper {
				width: 90%;
			} */
		}

		#container_menu {
			padding-left: unset;
		}
	}
}

@media screen and (max-width: 1050px) {
	.custom.layout.float-none.topheader {
		height: 137px;

		#innerheader {
			flex-direction: column;
		}

		.menu-wrapper {
			width: 100%;
		}

		#container_menu {
			padding: unset;
		}

		#pull {
			margin-right: 10px;
		}

		.logo-wrapper {
			max-width: unset;
			padding-left: 10px;
		}
	}
}

@media screen and (max-width: 1050px) {
	.menu {
		display: none !important;
		gap: 8px;
	}

	#container_menu {
		justify-content: right;
		padding: 0 32px;
		align-items: unset;
	}

	#pull {
		display: flex;
		align-items: center;
		font-size: 20px;
		font-weight: 400;
		color: #f2f6ec;
		cursor: pointer;
		text-decoration: none;
	}

	#innerheader {
		.b_menu-open {
			display: flex !important;
			background-color: #2e3b6a;
			position: absolute;
			left: 0px;
			margin-top: 64px;
			border-top: 1px solid #FFF;
			flex-direction: column;
			width: 100% !important;
			max-width: 100% !important;
			z-index: 99;
		}
	}

	.b_menu-open a {
		padding: 20px 32px;
		display: block;
	}

	.menu-button::after {
		display: inline-block;
		margin-left: 0.5rem;
		font-weight: 600;
		font-size: 16px;
		content: "\f0c9";
		width: 15px;
		font-family: "Font Awesome 6 Pro";
	}

	#container_menu a[aria-expanded="true"] .menu-button::after {
		content: "\f00d";
	}
}