/*
---------------------------
TOPBAR
---------------------------
*/

#topbar {
	width: 100%;
	height: 120px;
	position: relative;
	top:0;
	display: block;
	
	z-index: 9999 !important;
	
	-webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;

}
.is-reveal-open #topbar {
	z-index: 9999999999 !important;
}
.no-cover #topbar {
	background: #ecf0f7;
}

#topbar.scrolled {
	background: #fff;
	transform: translateX(0%) translateY(-130px);
}



#topbar .grid-container {
	/* height: 100%; */
}

#topbar:before {
	position: absolute;
	top:0px;
	left: 0;
	width: 100%;
	height: 120%;
	opacity: 0.6;
	background: rgb(29, 29, 27);
	background: linear-gradient(180deg, rgba(29, 29, 27,1) 0%, rgba(29, 29, 27,0) 100%);
	content:'';
}
.no-cover #topbar:before {
	display: none;
}
#topbar .sticky {
	z-index: 1;
	-webkit-transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}

#topbar .sticky.is-stuck {
	z-index: 999;
	background-color: #ecf0f7;
}
#topbar .sticky.is-stuck:after {
	opacity: 1;
}
#topbar.no-border:after {
	opacity: 0;
}

.no-cover #topbar .sticky.is-stuck:after {
	/* opacity: 0.07; */
}
#topbar.scrolled:after {
	opacity: 0.08;
}

	@media (max-width: 1460px) {
		#topbar {
			width: 100%;
		}

	}
	@media (max-width: 1040px) {
		#topbar {
			width: 100%;
		}
		#topbar .grid-container {
			max-width: 100%;
		}
	}
	@media (max-width: 767px) {
		#topbar {
			height: 90px;
		}
		#topbar:before {
			position: absolute;
			top:0px;
			left: 0;
			width: 100%;

		}
		#topbar .sticky.is-stuck {
			z-index: 999;
			
		
		}
	}

/* Extra */
.topbar-extra {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 0px 0 0px;
	z-index: 5;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.topbar-extra-bg.bg-primary {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	opacity: 1;
	z-index: -1;
	background: linear-gradient(90deg, rgba(8, 67, 153, 0) 0%, rgba(8, 67, 153, 0) 40%, rgba(8, 67, 153, 1) 70%, rgba(8, 67, 153, 1) 100%) !important;
}
.topbar-extra .grid-container {
	/* border-bottom: 1px solid #eee; */
}
.with-cover .topbar-extra .grid-container {
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}
.topbar-extra-content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	padding: 0 15px;
	margin-right: 0px
}
.topbar-extra-content .menu {
  	/* width: 100%; */
	display: flex;
	align-items: center;
	height: 40px;
	
}
.topbar-extra-content .menu.align-left {
	margin-left: 0px;
	margin-right: 20px;
}
.topbar-extra-content .menu.align-right {
	right: 0px;
	margin-right: 0px;
}
.topbar-extra-content .menu.align-right.usp {
	right: 0px;
	padding-right: 20px; 
	margin-right: 25px;
	
}
@media (max-width: 1130px) {
	.topbar-extra-content .menu.align-right.usp {
		display: none;	
	}
}
@media (max-width: 1023px) {
	.topbar-extra .grid-container {
		
	}
	.topbar-extra-content {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.topbar-extra-content .menu.align-left {
		display: none;
	}
	.topbar-extra-content .menu.align-right {
		width: 100%;
		justify-content: flex-end;
	}
	.topbar-extra-content .menu.align-right.usp {
		display: none;
	}
	
}
@media (max-width: 767px) {
	.topbar-extra {
		height: 30px;
	}
	.topbar-extra-bg.bg-primary {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	opacity: 0.8;
	z-index: -1;
	background: linear-gradient(90deg, rgba(8, 67, 153, 0) 0%, rgba(8, 67, 153, 0) 50%, rgba(8, 67, 153, 1) 80%, rgba(8, 67, 153, 1) 100%) !important;
}
	.topbar-extra .grid-container {
		border-bottom: 0px solid #eee;
	}
	
	.topbar-extra-content .menu {
		height: 30px;
	}
	.topbar-extra-content .menu:first-of-type {
		display: none;
	}
	.topbar-extra-bg { 
		opacity: 0;
	}
	.topbar-extra.bg-dark {
		background: transparent !important;
	}
	.topbar-extra-content {
		
		padding:0;
	}
	.topbar-extra-content.left {
		display: flex;
		visibility: visible;
	}
	.topbar-extra-content .menu.align-left {
		margin-left: 0;
	}
}	

.topbar-extra-content .menu.align-right li:last-child {
	border:0;
}

.topbar-extra-content .menu div,
.topbar-extra-content .menu a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 10px;
}
.topbar-extra-content .menu a {

}
.topbar-extra-content .menu.usp div {
	font-weight: 400;
}
.topbar-extra-content .menu span {
	/* display: none; */
}
.topbar-extra-content .menu a:hover {
	color: #fff;
}
.with-cover .topbar-extra-content .menu div,
.with-cover .topbar-extra-content .menu a  {
	color: rgba(255, 255, 255, 0.8);
}
.with-cover .topbar-extra-content .menu a:hover {
	color: #fff;
}
.topbar-extra-content .menu div i,
.topbar-extra-content .menu a i {
	position: relative;
	top: 0px;
	margin-right: 5px;
	color: #fff;
	font-size: 15px;
}
.topbar-extra-content .menu a:hover i {
	color: rgb(255, 255, 255);
}
.with-cover .topbar-extra-content .menu div i,
.with-cover .topbar-extra-content .menu a i {
	margin-right: 5px;
	color: #fff;
}
.topbar-extra-content .menu a.button {
	color: rgba(2, 1, 34, 0.7);
	background-color: rgba(0,   33,   100, 0);
	margin: 0 10px 0 10px;
	font-weight: 700;
	font-size: 14px;
	border:0;
}
.topbar-extra-content .menu a.button:before {
	display: none;
}
.topbar-extra-content .menu a.button:hover {
	color: #fff !important;
}
.topbar-extra-content .menu a.button.dropdown::after {
	border-color: #fff transparent transparent;
}


.change-language {
	font-weight: 700;
}
.language-button {
	width: 60px;
	height: 60px;
	margin-right: 0px;
	border-radius: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}

.language-button.nl {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAAAAXNSR0IArs4c6QAAAZ5JREFUaAXt271KA1EQBeCZSwhK0EbRynLfQRtLfwo7QyohIiQ+gfoIdoKVQRALG00nBI2lNnkHC8EuYLrEgILjbEgg7nJewHtuk90z29wvhwQSrsrU6pXrWyo/dRNbFdFlH+nU+D9emoh1VbRjEhoLzcbjZJOjjb9VqzPzg+K1P1SZDOJ81dtPKe2vNM+GhRRgrl+8FI0dJZWwyqwNvv1iT3u7tQ1Haacx11jAdDP4p0idIBkBtcPg9VnPxLwVW3MYWaREVkCXUhiuvEAgTB5llBCGMEAAxGwMYYAAiNkYwgABELMxAEYHwy//TYIrK8DGZEXG94QhDBAAMRtDGCAAYjaGMEAAxGwMYYAAiNkYwgABELMxhAECIGZjAEyhfP4ORnHHbAx4/wlDGCAAYjaGMEAAxGwMYYAAiNkYwgABEKeN+QCzaGP/B7IXzOQlWgG0cZPnIMEu0DzWPIg1wsNR8iSqN7Ei5PbtFq2TpD36VioVijV/4C73UHSBNscWf0+XbJ++7mjQAzHx0yeSnj6JYXVdoaNmV63j5H6y4V8Q6UlLHgzLPAAAAABJRU5ErkJggg==');
}
.language-button.uk {
	background-image: url('data:image/png;base64,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');
}
.language-button.de {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAAAAXNSR0IArs4c6QAAAZ5JREFUaAXt279KA0EQBvDdTYp4ZyOIvoo2Ek6Mf8BOSSVEBPWRDIJY2JjrLMRTNKCFvoqglSYphFtnTweWCfMCuW8hmd1v0+wvk61y1kRjfWd/i5YnxvgVqsv0stH2LE49HeqdjvlGtf94m9/xIauDt9u9ViP5uqQPdHmjntVfj1N3+Jrnk2YAaCTf50AJErabjPwPTQ5str3XsdYUIcb4E/DebDq6RehOwYgF6H45dfS2FoeYk4A1q47KIjCmBJYCDMa0gAPMNEqVAAYwioASo2MAowgoMToGMIqAEqNjFJjmIF1Qtuodo2OU7x8wgFEElBgdAxhFQInRMYBRBJQYHQMYRUCJ0TGAUQSUGB0DGEVAidExgFEElNiOH7LwHxEMIYCfkgDhJWBYQlTACBBeAoYlRAWMAOElYFhCVMAIEF4ChiVEDTAfIsPSmM/wr80XSAgBa56dK82ZiGu/LL3vu1bn6Z665qr2GgxAFvMbw6K6fOeSyTHlA96rbbUm/7egXonGqMh2rbNH0dMn0e7MTqunT7wvL9LO8IZP+Qu9kT3vV8z9KwAAAABJRU5ErkJggg==');
}
@media (max-width: 1280px) {
	.topbar-extra-content .menu div,
	.topbar-extra-content .menu a {
		color: rgba(255, 255, 255, 0.6);
		font-size: 14px;
	}
}
	@media (max-width: 767px) {
		.topbar-extra {
			position: relative;
			z-index:999;
		}
		.topbar-extra-content {
			justify-content: flex-start;
			margin-right: 0;
		}
		.topbar-extra-content .menu {
		
			justify-content: space-between;
		}
		.topbar-extra-content .menu a.button {
			margin-left: 0;
			margin-right: 0;
			font-size: 10px;
			white-space: nowrap;
		}
		.topbar-extra-content .menu a {
			font-size: 12px;
			height: 30px;
			display: flex;
			align-items: center;
			padding-left: 5px;
			padding-right: 5px;
			
		}
		.topbar-extra-content .menu div i,
		.topbar-extra-content .menu a i {
			margin-right: 5px;
			color: #062949;
			font-size: 18px;
		}
	
		.topbar-extra-content .menu span {
			display: none;
		}

	}
	@media (max-width: 374px) {
		.topbar-extra {
		height: 30px;
	}
		.topbar-extra-content .menu a {
			left: 120px;
		}
		.topbar-extra-content .menu a.extra-phone {
			left: 160px;
			right: auto;
		}
	}
#stickybar {
	z-index: 5;
}

/* Logo */
.logo-wrap {
	position: relative;
	width: 100%;
	height:85px !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 8;
}

.logo {
	position: absolute;
	top:0;
	left:0;
	display: flex;

	width: 280px;
	height: 140px;
	margin-left: 0px;

	/* box-shadow: 0 0 60px rgba(29, 29, 27, 0.5); */
	/* -webkit-backdrop-filter: blur(20px);
	filter: contrast(1.3);  */
	opacity: 0;
	z-index: 9999 !important;
	transform-origin: top left;
	transform: translateX(0px) translateY(-100px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo:before,
.logo:after {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	border-radius: 0px 0px 20px 20px;
	background-color: #ecf0f7;	
	content: '';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.logo:before {
	top: -75px;
	bottom: -20px;
	transform: rotate(-3deg);
}
.logo:after {
	background: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('../images/logo-dzp.svg');
	opacity: 1;
	z-index: 2;
}

.all-loaded .logo {
	transform: translateX(0px) translateY(-40px);
	visibility: visible;
	opacity: 1;
}


#topbar .sticky.is-stuck .logo {
	transform: scale(0.6) translateX(0px) translateY(5px);
}

.contacts-wrap ul {
	display: flex;
	align-items: center;
	margin:0;
	font-family: 'arboria';
}
.contacts-wrap ul li a {
	display: flex;
	align-items: center;
	font-size: 20px;
	padding: 20px 0px;
	font-weight: 400;
	color: #062949;
}
.with-cover .contacts-wrap ul li a {
	color: #fff;
}
.contacts-wrap ul li a div {
	display: flex;
	align-items: center;
	font-weight: 400;
}
.contacts-wrap ul li a i.icon-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	margin-right: 10px;
	background-color: #084399;
	color: rgba(255, 255, 255, 0.7);
}
.contacts-wrap ul li a span {
	color: #fff;
}
.contacts-wrap ul li a:hover i.icon-contact {
	color: #fff;
	background-color: #084399;
}
#topbar .sticky.is-stuck .contacts-wrap ul li a i.icon-contact {
	background-color: #084399;
}
.with-cover .contacts-wrap ul li a:hover {
	color: #fff;
}



.contacts-wrap ul li a.rating i {
	margin-right: 0 !important;

}
.contacts-wrap ul li a.rating i.icon-rating {
	font-style: normal;
	font-weight: 700;
	margin-right: 10px !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px auto;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUzMy41IDU0NC4zIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01MzMuNSAyNzguNGMwLTE4LjUtMS41LTM3LjEtNC43LTU1LjNIMjcyLjF2MTA0LjhoMTQ3Yy02LjEgMzMuOC0yNS43IDYzLjctNTQuNCA4Mi43djY4aDg3LjdjNTEuNS00Ny40IDgxLjEtMTE3LjQgODEuMS0yMDAuMnoiIGZpbGw9IiM0Mjg1ZjQiLz48cGF0aCBkPSJNMjcyLjEgNTQ0LjNjNzMuNCAwIDEzNS4zLTI0LjEgMTgwLjQtNjUuN2wtODcuNy02OGMtMjQuNCAxNi42LTU1LjkgMjYtOTIuNiAyNi03MSAwLTEzMS4yLTQ3LjktMTUyLjgtMTEyLjNIMjguOXY3MC4xYzQ2LjIgOTEuOSAxNDAuMyAxNDkuOSAyNDMuMiAxNDkuOXoiIGZpbGw9IiMzNGE4NTMiLz48cGF0aCBkPSJNMTE5LjMgMzI0LjNjLTExLjQtMzMuOC0xMS40LTcwLjQgMC0xMDQuMlYxNTBIMjguOWMtMzguNiA3Ni45LTM4LjYgMTY3LjUgMCAyNDQuNGw5MC40LTcwLjF6IiBmaWxsPSIjZmJiYzA0Ii8+PHBhdGggZD0iTTI3Mi4xIDEwNy43YzM4LjgtLjYgNzYuMyAxNCAxMDQuNCA0MC44bDc3LjctNzcuN0M0MDUgMjQuNiAzMzkuNy0uOCAyNzIuMSAwIDE2OS4yIDAgNzUuMSA1OCAyOC45IDE1MGw5MC40IDcwLjFjMjEuNS02NC41IDgxLjgtMTEyLjQgMTUyLjgtMTEyLjR6IiBmaWxsPSIjZWE0MzM1Ii8+PC9zdmc+');
	
}
.contacts-wrap ul li a.rating span {
	font-size: 14px;
	margin-left: 5px;
}
	@media (max-width: 1270px) {
	
		
	}
	@media (max-width: 1040px) {
		.logo {
			margin-left: 10px;
		}

	}
	@media (max-width: 1023px) {
		.logo {
			margin-left: 0px;
		}
	}
	@media (max-width: 767px) {
		.logo-wrap {
			height: 75px !important;
		}
		.contacts-wrap ul li a {
			padding: 10px 5px;
		}
		.contacts-wrap ul li a span {
			display: none;
		}
		.contacts-wrap ul li a i.icon-contact {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 40px;
			height: 40px;
			border-radius: 35px;
			margin-right: 0px;
			font-size: 16px;
			color:#fff
		}
		.contacts-wrap ul li a.rating i.icon-rating {
			background-size:16px auto;
		}
		.contacts-wrap ul li a.rating {
			font-size: 14px;
		}
		.contacts-wrap ul li a.rating span {
			display: block;
		}
		.contacts-wrap ul li a.rating span i {
			display: none;
		}
		.contacts-wrap ul li a.rating span i:first-child {
			position: relative;
			top:-2px;
			font-size: 11px;
			display: block;
		}
		.logo {
			height: 155px;
			transform: scale(0.6) translateX(-10px) translateY(-185px);
		}
		.logo:before {
			top: -75px;
			bottom: -10px;
			transform: rotate(-3deg);
		}
		.all-loaded .logo {
			transform: scale(0.6) translateX(-10px) translateY(-40px);
		}
		#topbar .sticky.is-stuck .logo {
			transform: scale(0.5) translateX(5px) translateY(-10px);
		}

		
		
	}
	@media (max-width: 400px) {
		.contacts-wrap ul li a {
			padding: 0 3px;
		}
		.logo {
			height: 150px;
			transform: scale(0.60) translateX(5px) translateY(-185px);
		}
		.all-loaded .logo {
			transform: scale(0.6) translateX(5px) translateY(-50px);
		}
		#topbar .sticky.is-stuck .logo {
			transform: scale(0.4) translateX(5px) translateY(10px);
		}
	}
	@media (max-width: 374px) {
		.logo {
			height: 150px;
			transform: scale(0.50) translateX(5px) translateY(-205px);
		}
		.all-loaded .logo {
			transform: scale(0.5) translateX(5px) translateY(-60px);
		}
		#topbar .sticky.is-stuck .logo {
			transform: scale(0.4) translateX(5px) translateY(0px);
		}
		.contacts-wrap ul li:last-child {
			display: none;
		}
	}

/* MENU */
.menu-wrap {
	position: relative;
	width: 100%;
	height: 80px !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 8;
}
.menu-wrap .topnav {
	position: static;
	justify-content: flex-start;
	z-index: 999 !important;
	visibility: hidden;
}
.all-loaded .menu-wrap .topnav {
	visibility: visible;
}
/* .is-stuck .menu-wrap .topnav.actions {
	transform: translateX(-80px);
} */
.menu-wrap .topnav {
	flex-flow: nowrap;
	flex-grow: 1;
	font-family: 'arboria', sans-serif;
	margin-right: 0px;
	padding-left: 360px;
	/* background: rgba(15, 11, 25, 0.761);
	border-radius: 40px 0 0 40px;
	-webkit-backdrop-filter: blur(20px) */
}
#topbar .sticky.is-stuck .menu-wrap .topnav { 
	border-radius: 0 0 0px 40px;
}
.menu-wrap .topnav li {

}
.menu-wrap .topnav > li > a {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 500;
	/* text-transform: uppercase; */
	color: #062949;
	font-size: 18px;
	padding: 0px 0px 0;
	margin: 0 15px;
	height: 40px;
}
.with-cover .menu-wrap .topnav > li > a {
	color: #fff;
}
.with-cover .is-stuck .menu-wrap .topnav > li > a {
	color: #fff;
}
.menu-wrap .topnav.magellan > li.backtotop {
	display: none;
}
.menu-wrap .topnav.magellan > li.backtotop a i {
	position: relative;
	top: -2px;
	margin-left: 10px;
	font-size: 14px;
}

.is-stuck .menu-wrap .topnav.magellan > li.backtotop {
	display: flex;
}
.menu-wrap .topnav.magellan > li > a {
	font-size: 20px;
	/* margin: 0 15px; */
}
.bg-none.sticky.is-stuck .menu-wrap .topnav > li > a,
.no-cover .bg-none .menu-wrap .topnav > li > a {
	color: #062949;
}
.menu-wrap .topnav.magellan > li > a.is-active {
	color: #062949;
}


.scrolled .menu-wrap .topnav > li > a {
	/* height: 70px; */
}

.menu-wrap .topnav > li > a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height:3px;
	transform: translateX(-100%) translateY(0px);
	background: #084399;
	border-radius: 0px;
	content:'';
	
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}
.with-cover .menu-wrap .topnav > li > a:before {
	background-color: #fff;
}
.menu-wrap .topnav > li > a:hover:before {
	transform: translateX(0px) translateY(0px);
	visibility: visible;
	opacity: 1;
}
.topnav > li > a:hover {
	color: #062949;
}
.topnav li.item-breadcrumb a,
.topnav li.menu-active > a,
.topnav li a.hover {
	color: #062949;
}
.with-cover .topnav li.item-breadcrumb a,
.with-cover .topnav li.menu-active > a,
.with-cover .topnav li a.hover {
	color: #fff;
}
.topnav li.is-active a:before,
.topnav li.item-breadcrumb a:before,
.topnav li.menu-active > a:before,
.topnav li a.hover:before {
	transform: translateX(0px) translateY(0px);
	visibility: visible;
	opacity: 1;
}
.dropdown.menu > li.menu-active > a {
	color: #062949;
}
.dropdown.menu > li.is-active > a {
	color: #062949;

}
.with-cover .dropdown.menu > li.is-active > a,
.with-cover .dropdown.menu > li.menu-active > a {
	color: #fff;
}

.no-cover .dropdown.menu > li.is-active > a {
	color: #062949;
}
.no-cover .dropdown.menu > li.menu-active > a {
	color: #062949;
}


.dropdown.menu>li.is-dropdown-submenu-parent>a {
	padding-right: 15px;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	right: 0px;
	width: auto;
	height: auto;
	font-family: 'Font Awesome 6 Pro';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	content: "\f078";
	opacity: 0.3;
	border:0;
	margin-top: 2px;
	color: #062949;
}
.with-cover .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	color: #fff;
}


/* Actions */
.menu-wrap .topnav.actions {
	margin-right: 0px;
	flex-grow: 0;
	background: transparent;
	padding-left: 0px;
	border-radius: 0 40px 40px 0;
	margin-left: -1px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.menu-wrap .topnav.actions  > li > a {
	font-size: 14px;
	font-weight: 500;
}
.menu-wrap .topnav.actions  > li > a i {
	font-size: 20px;
	/* margin-left: 10px; */
}
.menu-wrap .topnav.actions  > li > a.topbar-action {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding: 0px 0 0px 0;
	padding-left: 25px;
	padding-right: 25px;
	margin:0;
	margin-left: 20px;
	margin-right: 10px;
	border-radius: 100px;
	height: 50px;
}
.menu-wrap .topnav.actions  > li > a.topbar-action  b {
	font-weight: 500 !important;
}

#topbar .sticky.is-stuck .menu-wrap .topnav.actions  > li > a.topbar-action {
	
}
.menu-wrap .topnav.actions  > li > a.topbar-action:before {
	display: none;
}

.bg-none.sticky.is-stuck .menu-wrap .topnav.actions  > li > a.topbar-action,
.no-cover .bg-none .menu-wrap .topnav.actions  > li > a.topbar-action {
	color: #fff;
}
.with-cover .is-stuck .menu-wrap .topnav.actions > li > a {
	color: #fff;
}


/* Touch nav */
a.touchnav-button {
	display: none;
	height: 50px;
	padding-right: 60px;
	padding-left: 25px;
	margin:0 10px 0 0;
	border-left: 0px solid #eee;
	font-weight: 400;
	border-radius: 100px;
	line-height: 1;
	padding-top: 2px;
	color: #084399;
	background: #0842993c;
	-webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
}
a.touchnav-button i {
	color: #084399
}
a.touchnav-button b {
	top: -3px;
	position: relative;
	font-weight: 400;
	color: #084399;
}
.menu-touch {
	display: none;
}
.with-cover .is-stuck a.touchnav-button {
	background: rgba(7, 87, 137, 0.1);
	color: #075889 !important;
}
.with-cover .is-stuck  a.touchnav-button i {
	color: #075889
}
.with-cover .is-stuck a.touchnav-button b {
	color: #075889;
}

	@media (max-width: 1460px) {
		.menu-wrap .topnav > li > a {
			margin: 0 10px;
			font-size: 18px;
		}
		.menu-wrap .topnav.actions > li > a.topbar-action {
			padding-left: 20px;
			padding-right: 20px;
		}
	}
	@media (max-width: 1270px) {
		.menu-wrap {
			position: relative;
			width: 100%;
			display: flex;
		
			justify-content: flex-end;
		}
		.menu-wrap .topnav.dropdown {
			flex-grow: 2;
		}
		.menu-wrap .topnav.magellan {
			display: none;
		}
		.menu-wrap .topnav > li {
			display: none;
		}
		.menu-touch {
			display: flex;
			align-items: center;
			position: relative;
		}
		.menu-wrap .topnav > li > a {
			
			
		}
		.menu-wrap .topnav > li > a:before {
			display: none;
		}
		.menu-wrap .topnav.actions {
			display: flex;
			align-items: center;
			flex-grow: 0;
		}
		.menu-wrap .topnav.actions li {
			display: block;
		}


		a.touchnav-button {
			position: relative;
			display: flex;
			align-items: center;
			font-size: 18px;
		}
		a.touchnav-button b {
			top: -3px;
			position: relative;
			font-weight: 400;
			color: #084399;
			
		}
		a.touchnav-button i {
			position: absolute;
			top: 50%;
			right: 20px;
			transform: translateY(-50%);
			font-size: 26px;
			backface-visibility: hidden;
		}
		a.touchnav-button i.fa-bars {
			display: block;
		}
		a.touchnav-button.hover i.fa-bars {
			display: none;
			visibility: hidden;
		}
		a.touchnav-button i.fa-times {
			display: none;
			right: 22px;
			color: #084399;
		}
		a.touchnav-button.hover i.fa-times {
			display: block;
		}
	}
	@media (max-width: 767px) {
		.menu-container {
			padding: 0 10px !important;
		}
		.menu-wrap {
			position: relative;
			width: 100%;
			max-width: 100%;
			height: 60px !important;
			padding-left: 0;
			padding-right: 0;
		}
		.menu-wrap .topnav.actions {
			align-items: center;
			margin: 0 0px 0 0;
			z-index: 999 !important;
		}
		
		.menu-wrap .topnav > li > a {
			height: 44px;
		}
		.menu-wrap .topnav.actions  > li > a i {
			font-size: 16px;
			/* margin-left: 10px; */
		}
		.menu-wrap .topnav.actions  > li > a.topbar-action {
			font-weight: 700;
			font-size: 12px;
			padding-left: 10px !important;
			padding-right: 10px !important;
			margin:0;
			width: 40px;
			height: 40px;
			
		}
		.menu-wrap .topnav.actions  > li > a.topbar-action i {
			margin-right: 0;
		}
		.menu-wrap .topnav.actions  > li > a.topbar-action  b {
			display: none
		}
		a.touchnav-button {
			transform: translateY(0px);
			margin-right: 10px;
			margin-left: 0;
			padding-left: 0px;
			padding-right: 0px;
			font-size: 16px;
			width: 40px;
			height: 40px;
			
			
		}
		a.touchnav-button i {
			left: 12px;
			font-size: 18px;
		}
		a.touchnav-button i.fa-bars {
			display: block;
		}
		a.touchnav-button.hover i.fa-bars {
			display: none;
			visibility: hidden;
		}
		a.touchnav-button i.fa-times {
			display: none;
			left: 13px;
		}
		a.touchnav-button b {
			display: none !important;
		}
		.sticky.is-stuck a.touchnav-button {
			transform: translateY(0px);
		}

	}

.topnav .is-dropdown-submenu {
	margin-top: -20px;
	min-width: 400px;
	z-index: 11;
	padding: 20px 40px;
	border-radius: 0px;
	border: 0px solid rgba(0, 0, 0, 0.08);
	/* border-top: 1px solid rgba(24, 24, 25, 0.09); */
	/* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
	box-shadow: 0 10px 55px 5px rgba(24, 24, 25, 0.14);
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.topnav .is-dropdown-submenu.first-sub {
	margin-top:0;
	margin-left: -10px !important;
}

.topnav.actions .is-dropdown-submenu {
	min-width: 210px;
}
.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	left: -10px;
}
.is-dropdown-submenu > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.is-dropdown-submenu > li:last-child {
	border: 0;
}
.is-dropdown-submenu > li > a {
	width: 100%;
	display: block;
	color: #062949;
}

.dropdown .is-dropdown-submenu a {
	position: relative;
	padding: 10px 1rem 10px 30px;
	font-size: 20px;
	color: #062949 !important;
	font-family: 'arboria', sans-serif;
	line-height: 1.4;
	font-weight: 400;
	/* text-transform: uppercase; */
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.dropdown .is-dropdown-submenu a:before {
	position: absolute;
	top: 20px;
	
	left: 0px;
	font-family: 'Font Awesome 6 Pro';
  	font-weight: 300;
	font-size: 14px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f178";
	color: #084399;
}
.dropdown .is-dropdown-submenu a:hover {
	color: #084399 !important
}
.dropdown .is-dropdown-submenu a:hover:before {
	color: #084399
}
.dropdown .is-dropdown-submenu a img {
	position: absolute;
	top:5px;
	right:0;
	width: 40px;
	margin-top: 0px;
	margin-right: 0;
	display: none;
}
.dropdown .is-dropdown-submenu a:hover img {
	/* transform: scale(1.05); */
	filter: contrast(1.05);
}

.dropdown .is-dropdown-submenu a .menu-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.dropdown .is-dropdown-submenu a .menu-content span {
	padding: 0px 0;
	font-size: 14px;
	font-weight: 400;
	color: rgba(2, 1, 34, 0.6) !important;
	text-transform: none;
}

.dropdown .is-dropdown-submenu a.active {
	color: #084399 !important;
}
.dropdown .is-dropdown-submenu a.active:before {
	color: #084399
}
.menu .is-active > a {
	background: transparent;
	
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	display: none;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	margin-top: 0px;
	position: absolute;
	top: 15px;

	
	transform: translateY(0);
	font-family: 'Font Awesome 6 Pro';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: 14px;
	content: "\f178";
	border: 0;
	color: rgba(2, 1, 34, 0.2);
	opacity: 1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;

}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.is-active >a::after {
	color: #084399 !important;
	transform: translateX(2px);
}
.is-dropdown-submenu > li > a:hover {
	color: #084399 !important;
}

.dropdown .is-dropdown-submenu a:hover:after {
	opacity: 1;
	transform: translateX(2px);
	color: #084399
}
.dropdown .is-dropdown-submenu li a.active {
	opacity: 1;
}
.dropdown .is-dropdown-submenu li.menu-active a:after {
	opacity: 1;
	
}

.topnav .is-dropdown-submenu.js-dropdown-active {
	display: block;
	visibility: visible;
	opacity: 1;
}
.dropdown .is-dropdown-submenu li li a {
	font-weight: 400;
	font-size: 16px;
}
.is-dropdown-submenu > li > li > a { 
	
}


	@media (max-width: 1460px) {
		.topnav .is-dropdown-submenu {
			min-width: 380px;
		}
		/* .dropdown .is-dropdown-submenu a {
			position: relative;
			padding: .5rem 2.5rem .5rem 2.125rem;
		}
		.dropdown .is-dropdown-submenu a:after {
			margin-top: 0px;
			position: absolute;
			top: 10px;
			left:20px;
		} */
	}
	@media (max-width: 640px) {
		.topnav .is-dropdown-submenu {
			min-width: 180px;
		}
		.topnav .user-extras {
			/* right: auto !important;
			left: -30px !important; */
		}
		.dropdown .is-dropdown-submenu a {
			position: relative;
			padding: .5rem 2.5rem .5rem 20px;
		}
	}

/* Default Menu */



/* Mega Menu */
.topnav .mega {
	position: static !important;
}
.topnav .mega .is-dropdown-submenu {
	left: 10px !important;
	width: 100% !important;
	border-radius: 0px;
	padding-top: 40px;
	padding-bottom: 80px
}
.topnav .mega  .is-dropdown-submenu.js-dropdown-active {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.topnav .mega .is-dropdown-submenu li {
	border:0;
	width: 25%;
}

.topnav .mega .is-dropdown-submenu a {
	position: relative;
	padding: 10px 10px 30px 10px;
	font-size: 22px;
	color: #084399 !important;
	font-family: 'arboria', sans-serif;
	/* font-family: 'roboto'; */
	line-height: 1.4;
	font-weight: 400;
	/* text-transform: uppercase; */
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.topnav .mega .is-dropdown-submenu a:before {
	display: none;
}
.topnav .mega .is-dropdown-submenu a img {
	display: block;
	position: relative;
	top: auto;
	right:auto;
	width: 100%;
	margin-top: 8px;
	margin-right: 15px;
	border-radius: 0px;
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.topnav .mega  .is-dropdown-submenu a:hover {
	color: #084399 !important;
}
.topnav .mega  .is-dropdown-submenu a:hover img {
	/* transform: scale(0.96); */
}

.topnav .mega  .is-dropdown-submenu a .menu-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 10px 10px 0 0;
}
.topnav .mega  .is-dropdown-submenu a .menu-content span {
	font-family: 'roboto';
	padding: 0px 0 10px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	color: #062949 !important;
	text-transform: none;
}
.topnav .mega .is-dropdown-submenu a.mega-button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	border-radius: 0 0 0px 0px;
	color: #084399 !important;
	text-align: center !important;
	justify-content: center;
	flex-direction: row;
	/* border-top: 1px solid rgba(2, 1, 34, 0.1); */
	background-color: #efebe6 !important;
}
.topnav .mega .is-dropdown-submenu a.mega-button i {
	position: relative;
	top: 5px;
	margin-left: 10px;
	transform: translateX(0);
	-webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.topnav .mega .is-dropdown-submenu a.mega-button:hover {
	color: #062949;
	background-color: #e9e1d7 !important;
}
.topnav .mega .is-dropdown-submenu a.mega-button:hover i {
	transform: translateX(10px);
}

[data-whatinput=mouse] .menu li {
	list-style: none;
}
.mega-dropdown {
/* 	border-top: 1px solid rgba(0, 14, 41, 0.10); */
	padding: 0;
	left: 0 !important;
	width: 100%;
	box-shadow: none;
	border-radius: 0px;
	z-index: 11;

}
.mega-dropdown.search {
	width: calc(100% + 30px) !important;
	border-radius: 0 0 0px 0px;
	z-index: 999;
	padding: 20px;
	left: -15px !important;
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(241,243,244,1) 100%);
border-bottom: 1px solid #f1f3f4;
}

.menu-content {
	border:0;
	background: transparent;
}

.searchbar .input-searchfield {
	border:0;
	background: transparent;
	font-size: 24px;
	text-align: center;
	margin:0;
}

/* List items */
.menu-panel {
	padding: 0 ;
}
.menu-panel-content {
	padding: 35px 10px 80px 20px;
	font-size: 14px;
}
.menu-panel-content p {
	font-size: 15px;
	color: #fff;
}
.menu-panel-content-title {
	margin-bottom: 10px;
	font-size: 1.76rem;
	color: #fff;
}
.menu-panel-content-title.title-medium {
	font-size: 1.4rem;
}
.menu-panel-title.title-large {

}
.menu-panel-content .menu-panel-content-button {
	font-size: 16px !important;
	font-weight: 400;
	min-width: 0;
	/* color: #fff !important; */
	padding-left: 0 !important;
}
.menu-panel-content .menu-panel-content-button i {
	margin-left:5px;
}
.menu-panel-content-image {
	float: right;
	width: 33.33%;
	margin: 10px 0 15px 30px;
	border-radius: 0px;
	z-index: 1;
	transition: all 12s ease-in-out;
	transform-origin: center;
}
.menu-panel-content-image img {
	border-radius: 0px;
}

.menu-panel-list {
	width: 100%;
}
.menu-panel-list ul {
	list-style: none;
	padding:0;
	margin:0 60px 0 0;
}
.menu-panel-list ul li {
	padding:0;
}
.menu-panel-list ul li a{
	position: relative;
	padding: 10px 0;
	line-height: 1;
	display: inline-block;
	font-size: 15px;
}
.menu-panel-list ul li a {
	color: #062949;
	-webkit-transition: color 0.3s ease-in-out 0s;
  	transition: color 0.3s ease-in-out 0s;
}
.menu-panel-list ul li a:hover {
	color: #062949;
}
.menu-panel-image {
	padding: 40px 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 1023px) {
	.side-menu {
		padding: 36px 0 0px 0px;
		border:0;
		background: transparent;
	}
	.side-menu .side-menu-title a, .side-menu .side-menu-title a:active {
		padding-left: 20px;
	}
	.side-menu .side-menu-title a:after {
		content:'\f063'
	}


}
@media (max-width: 767px) {
	.mega-dropdown.search { 
		top: 60px !important
	}
	.searchbar .input-searchfield {
		font-size: 16px;
	}
	.side-menu {
		padding: 0px 0 0px 0px;
		border:0;
		background: transparent;
	}
	.menu-panel-content-image {
		display: none;
	}
}


.touchnav-dropdown {
	height: 100vh;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
/* 	border-top: 1px solid rgba(0, 14, 41, 0.10); */
	padding: 0;
	left: 0 !important;
	width: 100%;
	box-shadow: none;
	border-radius: 10px;
	z-index: 11;

	-webkit-box-shadow: 0px 22px 54px -28px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 22px 54px -28px rgba(0,0,0,0.5);
	box-shadow: 0px 22px 54px -28px rgba(0,0,0,0.5);
}


/* FAB */
a.touchnav-fab {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background: #062949;
	box-shadow: 0px 0px 30px rgba(0, 14, 41, 0.4);

	display: none;
}
a.touchnav-fab i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
	backface-visibility: hidden;
	color: #fff;
}
a.touchnav-fab i.fa-bars {
	display: block;
}
a.touchnav-fab.hover i.fa-bars {
	display: none;
	visibility: hidden;
}
a.touchnav-fab i.fa-times {
	display: none;

}
a.touchnav-fab.hover {
	box-shadow: 0px 0px 30px rgba(0, 14, 41, 0.1);
}
a.touchnav-fab.hover i.fa-times {
	display: block;
}
.reveal a.touchnav-fab {
	z-index: 10;
}

@media (max-width: 767px) {
	a.touchnav-fab {
		display: block;
		opacity: 0;
		pointer-events: none;
		transition: opacity .2s;
	}
	a.touchnav-fab.visible {
		opacity: 1;
		pointer-events: auto;
	}

}


/* Touch Mobile navigation */
#touch-navigation {
	padding: 30px;
	width: 600px;
	left: auto !important;
	right: 0 !important;
	border-radius: 0px;
	box-shadow: 0 10px 55px 5px rgba(2, 1, 34, 0.4);
	max-height: calc(100vh - 210px);
	overflow: scroll;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

/* #touch-navigation.fab-menu {
	position: fixed;
	top: 0px !important;
	left: 0 !important;
} */

#touch-navigation .accordion-menu {
	margin: 0px 0 20px;
	padding-top: 0px;
}
#touch-navigation.visible .accordion-menu {
	margin-top:20px;
	padding-top: 0px;
}
#touch-navigation .accordion-menu li.menu-title{
	display: none;
	font-size: 18px;
	/* padding-left: 1.5rem; */
}
#touch-navigation.visible .accordion-menu li.menu-title{
	display: block
}

#touch-navigation .accordion-menu li {
	border-bottom: 1px solid rgba(2, 1, 34, 0.12);
}
/* #touch-navigation .accordion-menu li:first-child {
	border-top: 1px solid #eee;
} */
#touch-navigation .accordion-menu a,
#touch-navigation .magellan a {
	position: relative;
	font-size: 22px;
	font-family: 'arboria';
	font-weight: 400;
	color: #062949;
	padding: 1rem 1.5rem 1rem 0px;
	/* text-transform: uppercase; */

}
#touch-navigation .accordion-menu a:before {
	/* display: inline-block; */
	display: none;
	position: absolute;
	left: 3px;
	top: 20px;
	font-family: 'Font Awesome 6 Pro';
	-moz-osx-font-smoothing: grayscale;
  	-webkit-font-smoothing: antialiased;
  	
  	font-weight: 400;
  	font-style: normal;
  	font-variant: normal;
  	text-rendering: auto;
	  content: "\f178";
	  color: #062949;
	  
	font-size:14px;
	margin-right: 0px;

	/* display: none; */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	 opacity: 1;
}
#touch-navigation .accordion-menu a:hover:before {
	-webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
  opacity: 1;
  color: #062949;
}
#touch-navigation .accordion-menu .menu-active a,
#touch-navigation .magellan a.is-active {
	color: #062949;
}
#touch-navigation .accordion-menu .menu-active a:before {
	color: #062949;
}

#touch-navigation .submenu-toggle {
	top: 11px;
	right: 10px;
	width: 30px;
	height: 30px;
	border: 0px solid #eee;
	background-color: rgba(2, 1, 34, 0.08);
	border-radius: 100px;
	
}
#touch-navigation .submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #062949 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.6;
}

/* Tweede niveau */

#touch-navigation .accordion-menu .nested.is-accordion-submenu {
	margin-left: 20px;
}
#touch-navigation .accordion-menu .is-accordion-submenu {
	margin-bottom: 20px;
}
#touch-navigation .accordion-menu .is-accordion-submenu .is-submenu-item  {
	border: 0 !important;
}
#touch-navigation .accordion-menu .is-accordion-submenu a {
	font-weight: 500;
	color: #062949;
	
	position: relative;
	font-size: 18px;
	border-bottom: 0;
	padding: 0.3rem 0px;
}
#touch-navigation .accordion-menu .is-accordion-submenu a span {
	display: block;
	padding-top: 5px;
	font-size: 18px;
	font-weight: 500;
	color: rgba(2, 1, 34, 0.8);
	text-transform: none;
}
#touch-navigation .accordion-menu .is-accordion-submenu a:hover span {
	color: #062949;
}
#touch-navigation .accordion-menu .is-accordion-submenu a p {
	margin:10px 0 0 0;
	color: rgba(2, 1, 34, 0.6);
	font-weight: 400;
	font-size: 14px;
}
#touch-navigation .accordion-menu .is-accordion-submenu a.mega-button {
	margin: 10px 0 10px;
	position: relative;
	width: 100%;
	padding: 20px;
	color: #062949 !important;
	text-align: center !important;
	justify-content: center;
	flex-direction: row;
	/* border-top: 1px solid rgba(2, 1, 34, 0.1); */
	background-color: #F4ECDD !important;
}
#touch-navigation .accordion-menu .is-accordion-submenu a.mega-button i {
	position: relative;
	top: 3px;
	margin-left: 10px;
	transform: translateX(0);
	-webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
#touch-navigation .accordion-menu .is-accordion-submenu a.mega-button:hover i {
	transform: translateX(10px);
}
#touch-navigation .is-accordion-submenu  .submenu-toggle {
	top: 11px;
	right: 20px;
	width: 30px;
	height: 30px;
	border: 0px solid #eee;
	background-color: rgba(2, 1, 34, 0);
	border-radius: 100px;
	
}
#touch-navigation .is-accordion-submenu  .submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 5px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #062949 transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.6;
}

#touch-navigation .accordion-menu .mega .is-accordion-submenu {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
}
#touch-navigation .accordion-menu .mega .is-accordion-submenu li {
	
}
#touch-navigation .accordion-menu .mega .is-accordion-submenu li a {
	display: flex;
	margin:0;
	padding: 0.6rem 0px;
}
#touch-navigation .accordion-menu .mega .is-accordion-submenu li a img {
	width: 80px;
	margin:0 20px 0 0;
}


#touch-navigation .accordion-menu .is-accordion-submenu a:before {
	display: none;
}
#touch-navigation .accordion-menu .is-accordion-submenu .menu-active a:before {
	color: #062949;
	opacity: 1;
}
#touch-navigation .accordion-menu .nested.is-accordion-submenu ul {
	margin-left: 20px;
}

#touch-navigation .accordion-menu .is-accordion-submenu ul li {

}
#touch-navigation .accordion-menu .is-accordion-submenu ul li a {
	font-size: 16px;
	font-weight: 400;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:0;
}

#touch-navigation .extra-menu a {
	font-weight: 400;
	color: #062949;
	font-size: 18px;
	padding-left: 0px;
}
#touch-navigation .extra-menu a i {
	color: #062949;
	margin-right: 10px;
	font-size: 18px;
}
#touch-navigation .vertical.menu {

}
	@media (max-width: 1023px) {
		#touch-navigation {
			
			padding-bottom: 20px;
			width: calc(100% + 30px);
			left: auto !important;
			right: -15px !important;
			border-radius: 0px;
			border: 0;
			box-shadow: 0 10px 55px 5px rgba(24, 24, 25, 0.14);
		}
		#touch-navigation .accordion-menu {
			margin: 0px 0 20px;
		
		}
	}
	@media (max-width: 767px) {
		#touch-navigation {
			width: calc(100% - 3px);
			left: auto !important;
			right: 0px !important;
			margin-top: 0px;
			box-shadow: 0 40px 55px 5px rgba(24, 24, 25, 0.14);
			padding: 30px 20px;
		}
		#touch-navigation .accordion-menu a {
			font-size: 18px;
		
		
		}
		#touch-navigation .magellan {
			margin: 40px 0 20px;
		
		}
		#touch-navigation .accordion-menu .mega .is-accordion-submenu li a img {
			width: 60px;
			margin:0 10px 0 0;
		}
		
	}

