.nav-container {
	display: flex;
	align-items: center;
	height: 100%;
}

.nav-container > .nav-item,
.nav-container .contentRender_name_plugins_nav_secondary,
.nav-container,
.nav-container .navigation,
.header-right-bottom,
.contentRender_name_plugins_nav_main  {
	height: 100%;
	display: flex;
}

.nav-container > .nav-item {
	margin-right: 30px;
}

.nav-container > .nav-item a {
	display: flex;
    align-items: center;
	padding: 15px 0;
	color: #242f44;
	font-family: urw-din, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2.5px solid transparent;
}
.nav-container .nav-item.active {
	border-bottom: 2.5px solid #faa31b;
}

.nav-container .nav-item.active a {
	font-weight: 700;
	padding-top: 18px;
}


/* custom_nav_main_partial.html - global */
.navigation .nav-item {
	margin: 0 15px;
}
.navigation.secondary.desktop > .nav-item:nth-child(1),
.navigation.primary.desktop > .nav-item:nth-child(2) {
	margin-left: 0;
}

.navigation.secondary a {
	display: flex;
    align-items: center;
	padding: 15px 0;
	margin: 0;
	width: 100%;
	color: #242f44;
	font-family: urw-din, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2.5px solid transparent;
}

.navigation.secondary .dropdown-menu a {
	text-transform: none;
}

.navigation.primary a {
	display: flex;
    align-items: center;
	padding: 15px 0;
	margin: 0;
	width: 100%;
	color: #242f44;
	font-family: urw-din, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}

.navigation.primary .dropdown-menu a {
	display: flex;
    align-items: center;
	padding: 2px 10px;
	margin: 0;
	width: 100%;
	color: #242f44;
	font-family: urw-din, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	white-space: initial;
}

.navigation.primary .dropdown-menu .nav-item.open > .nav-item-control > a,
.navigation.primary .dropdown-menu .nav-item:hover > .nav-item-control > a {
	font-weight: 800;
}

.navigation a:focus {
	outline: none;
}

.navigation .nav-item .nav-item-control {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	height: 100%;
}

.navigation .nav-item .dropdown-toggle {
	margin: 0;
	padding: 5px 16px;
	color: inherit;
	background-color: transparent;
}

.navigation .nav-item .dropdown-toggle:focus {
	outline: none;
}

/* custom_nav_main_partial.html - mobile */
.navigation.mobile {
	background-color: #fff;
}

.navigation.mobile.navigation.primary > .nav-item:last-child > a {
	border-bottom: 2px solid #faa31b;
}

.navigation.mobile .nav-item {
	margin: 0;
}

.navigation.mobile .nav-item a {
	margin: 0 15px;
	padding: 5px 0;
}

.navigation.primary.mobile .nav-item a {
	font-size: 22px;
}

.navigation.primary.mobile .dropdown-menu a {
	font-size: 18px;
}

.navigation.mobile > .nav-item > .nav-item-control > a {
	border-bottom: 1px solid #e4e4e4;
}
.navigation.mobile.footer .nav-item .nav-item-control.level-1 a {
	border-bottom: none;
}
.navigation.mobile.secondary .nav-item a {
	padding: 8px 0;
	font-size: 16px;
	font-weight: 600;
}

.navigation.mobile .nav-item > .nav-item-control {
	position: relative;
}

.navigation.mobile .nav-item > .nav-item-control > button {
	position: absolute;
    top: 0;
    right: 0;
	height: 100%;
	color: #242f44;
	font-size: 20px;
    padding: 10px 20px;
}

.navigation.mobile .dropdown-menu .nav-item.open {
	background-color: #eef5f6;
}

.navigation.mobile .dropdown-menu .nav-item.open .nav-item.open {
	background-color: #deedee;
}

.navigation.mobile .dropdown-menu .nav-item-control.level-3 a {
	margin: 0 30px;
}

.navigation.mobile .dropdown-menu .nav-item-control.level-4 a {
	margin: 0 45px;
}

.navigation.mobile .nav-item .dropdown-toggle .icon-toggle {
	transform-origin: center;
	transition: transform 300ms cubic-bezier(0,0,0.3,1);
	transform: rotate(90deg);
}

.navigation.mobile .nav-item.open > .nav-item-control .dropdown-toggle .icon-toggle {
	transform: rotate(-90deg);
}

.navigation.mobile .dropdown-icon {
	display: none;
}

.navigation.mobile .secondary{
	padding: 10px 0;
}

.navigation.mobile.footer {
	background-color: #242f44;
	padding: 10px 0;
}

.navigation.mobile.footer a {
    display: flex;
    align-items: center;
	margin: 0 15px;
    padding: 5px 0;
    width: 100%;
	color: #fff;
	border-bottom: none;
    font-family: urw-din, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.navigation.mobile.footer .nav-item > .nav-item-control > button {
	color: #fff;
}

/* custom_nav_main_partial.html - desktop */
.navigation.desktop {
	display: flex;
	justify-content: space-between;
}
.navigation.desktop .nav-item .nav-item-control > a {
	position: relative;
	z-index: 20;
} 
.navigation.desktop .dropdown-menu {
	display: block !important;
	opacity: 0;
	pointer-events: none;
}

.navigation.desktop .level-1.nav-item > .nav-item-control > .dropdown-toggle {
	display: none
}

.navigation.desktop .level-1.nav-item.open > .nav-item-control {
	border-bottom: 2.5px solid #faa31b;
}

.nav-container.footer .navFooter {
	list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
} 

.nav-container.footer li a {
	color: #fff;
	border-bottom: none;
    font-family: urw-din, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.mobile-nav  .nav-container > .nav-item, 
.mobile-nav .nav-container .contentRender_name_plugins_nav_secondary, 
.mobile-nav  .nav-container, 
.mobile-nav .nav-container .navigation, 
.mobile-nav  .contentRender_name_plugins_nav_main {
	display: block;
}

.mobile-nav .navigation.desktop {display: none;}

@media (min-width: 1200px){
	.navigation.mobile {
		display: none;
	}
}