/* Menu */
.menu--desktop {
	display: block;
}

.menu--mobile {
	display: none;
}

/* Menu items */

.menu__item {
	position: relative;
}

.menu__link {
	line-height: 1;
	text-decoration: none;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
	text-decoration: none;
}

.menu__link--active-link,
.menu__link--active-branch {
	font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1150px) {
	.menu__link {
		font-size: 0.833rem;
	}
}

/* Menu items - top level */

.menu__item--depth-1 {
	display: inline-block;
	padding: 0.7rem 0.875rem;
	/*  text-transform: uppercase;*/
}

.menu__item--depth-1 > .menu__link--active-link:after {
	bottom: 9px;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	width: 90%;
}


/* Menu items - submenus */

.menu__submenu {
	border-radius: 3px;
	display: none;
	position: absolute;
	text-align: left;
	text-transform: none;
	width: 300px;
	z-index: 99;
	padding-top: 20px;
	padding-bottom: 25px;
	top: 47px;
	left: 0;
	font-family: Poppins, sans-serif;
	font-size: 17px;
	filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .2));
}

ul.menu__wrapper:nth-child(1) > li:nth-child(1) > ul:nth-child(3) {
	width: 330px;
	min-height: 308px;
}

.menu__submenu.menu__submenu--level-3.no-list {
	padding: 35px 0;
}

li.menu__item.menu__item--depth-3.hs-skip-lang-url-rewrite {
	padding: 0 0 0 16px;
	margin: 8px 0;
}

li.menu__item.menu__item--depth-3.hs-skip-lang-url-rewrite > a {
	padding: 0 !important;
}

.menu__item--open > .menu__submenu {
	display: block;
}

.menu__submenu--level-2 {
	transform: translateX(-50%);
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
	transform: unset;
}

.menu__submenu .menu__item {
	padding: 0;
	width: 100%;
}

.menu__submenu .menu__link {
	display: block;
	padding: 0;
	transition: background-color .3s;
	width: 100%;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: inherit !important;
	font-family: Poppins, sans-serif;
}

.menu__submenu .menu__link span {
	font-family: Poppins, sans-serif;
}

.menu__submenu span.menu__link {
	padding: 3px 0px !important;
	color: var(--grey) !important;
	font-size: 17px;
	font-weight: 500;
	pointer-events: none !important;
	font-family: Poppins, sans-serif;
}

.menu__submenu .menu__link small {
	font-size: 13px !important;
	line-height: 20px;
	font-weight: 400 !important;
	margin-top: -3px;
	display: block
}

.menu__submenu .menu__link .stories {
	margin-top: -1px !important;
}

.menu__submenu--level-3 {
	left: 100%;
	top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
	left: auto;
	right: 100%;
	top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
	padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */
.cstm-mod-contain {
	display: flex;
	flex-direction: row;
	list-style-type: none !important;
	flex: auto;
	/*  box-shadow: 0px 18px 30px #00000033;*/
}

.cstm-mod-contain ul {
	padding-top: 26px !important;
}

.cstm-mod-contain > li {
	min-width: 300px;
	min-height: 100%;
	padding: 0px !important;
	background: #fff !important;
}

.cstm-mod-contain > li:hover {
	background-color: #fff !important;
}

.cstm-mod-contain > li:nth-child(1) {
	border-radius: 6px 0 0 6px;
}

.cstm-mod-contain > li:nth-child(2) {
	border-radius: 0 6px 6px 0;
}

.cstm-mod-contain > li a:hover,
.menu__submenu .menu__item a:hover {
	color: var(--light-blue);
}

.menu__submenu ul {
	list-style-type: none;
	padding: 0;
}

nav.menu.menu--desktop > ul > li:nth-child(4) .menu__submenu.menu__submenu--level-2 ul.cstm-mod-contain > li > ul:nth-child(1) {
	font-size: 0;
	padding: 85px 0 0 35px !important;
	box-sizing: border-box;
	position: relative;
}


nav.menu.menu--desktop > ul > li:nth-child(4) .menu__submenu.menu__submenu--level-2 ul.cstm-mod-contain > li:nth-child(1) {
	min-width: 400px
}

nav.menu.menu--desktop > ul > li:nth-child(4) .menu__submenu.menu__submenu--level-2 ul.cstm-mod-contain > li:nth-child(2) {
	min-width: 241px !important;
}

nav.menu.menu--desktop > ul > li:nth-child(4) .menu__submenu.menu__submenu--level-2 ul.cstm-mod-contain > li > ul > li:nth-child(1) {
	position: absolute;
	top: 35px;
	left: 40px;
	padding: 0;
	margin: 0px !important;
	line-height: 1;
}

.menu.menu--desktop ul li.menu__item.menu__item--depth-1:last-child,
.menu.menu--desktop ul li.menu__item.menu__item--depth-1:nth-last-child(2) {
	display: none;
}

nav.menu.menu--desktop > ul > li:nth-child(4) .menu__submenu.menu__submenu--level-2 ul.cstm-mod-contain > li > ul > li {
	display: inline-block;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
		left: 0;
	}

	.menu__submenu--level-2 > .menu__item:first-child > .menu__link {
		position: relative;
		z-index: 2;
	}

	.menu__submenu .menu__child-toggle {
		margin-left: auto;
		padding: 0 1.05rem;
	}

	.menu__child-toggle {
		position: absolute;
		right: 5px;
		top: 30px;
		z-index: 2;
	}

	.menu__item--depth-1 > .menu__child-toggle {
		position: static;
		right: 0;
		top: 0;
		vertical-align: middle;
	}

	.menu__child-toggle-icon {
		border-left: 3.5px solid transparent;
		border-right: 3.5px solid transparent;
		border-top-style: solid;
		border-top-width: 4px;
		display: block;
		height: 0;
		margin-left: 1px;
		width: 0;
	}

	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li:nth-child(5) span.menu__link {
		color: #272727 !important;
		font-weight: 400;
	}

	ul.menu__submenu.menu__submenu--level-2.no-list > li.menu__item.menu__item--depth-2.hs-skip-lang-url-rewrite:nth-child(1) > span,
	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(3) > div > ul > li:nth-child(1) > ul > li:nth-child(1) span {
		display: block;
		margin: 0 0 15px;
		padding: 0;
	}

	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li.menu__item.menu__item--depth-1.menu__item--has-submenu.hs-skip-lang-url-rewrite.menu__item--open > div > ul > li:nth-child(1) > ul > li:nth-child(1) {
		margin-top: 40px;
		background-color: #fff !important;
	}

	ul.menu__submenu.menu__submenu--level-2.no-list > li.menu__item.menu__item--depth-2.hs-skip-lang-url-rewrite:nth-child(1) {
		display: block;
	}

	li.menu__item.menu__item--depth-2.hs-skip-lang-url-rewrite {
		padding: 0 35px 0 35px;
		margin: 12px 0;
	}

	.cstm-mod-contain .menu__item--depth-2.hs-skip-lang-url-rewrite {
		margin: 8px 0 !important;
	}

	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li {
		position: relative;
	}

	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li button.menu__child-toggle.no-button {
		display: none !important;
	}

	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li > a {
		padding-top: 5px;
	}

	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul {
		width: 313px !important;
	}

	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul .menu__link.menu__link--toggle.hs-skip-lang-url-rewrite {
		padding-right: 0;
	}

	ul.menu__submenu.menu__submenu--level-2.no-list > li.menu__item.menu__item--depth-2.hs-skip-lang-url-rewrite:nth-child(1),
	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li:nth-child(5),
	.cstm-mod-contain > li:hover,
	nav.menu.menu--desktop > ul > li:nth-child(4) .menu__submenu.menu__submenu--level-2 ul.cstm-mod-contain > li > ul > li:hover,
	ul.menu__submenu.menu__submenu--level-2.no-list > li.menu__item.menu__item--depth-2.hs-skip-lang-url-rewrite:nth-child(1) > span,
	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(3) > div > ul > li:nth-child(1) > ul > li:nth-child(1) span {
		background: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li {
		padding-left: 30px !important;
	}

	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li:nth-child(5) span.menu__link {
		line-height: 1.3 !important;
	}

	.menu__submenu.menu__submenu--level-3.no-list {
		padding: 25px 0;
		max-width: 220px;
	}
	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li:nth-child(2) > a,
	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li:nth-child(3) > a,
	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li:nth-child(4) > a {
		font-size: 15px !important;
	}

	.menu__submenu .menu__link small {
		font-size: 12px !important;
	}

	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li:nth-child(2)::before,
	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li:nth-child(3)::before,
	#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(2) > ul > li:nth-child(4)::before {
		width: 14px !important;
		height: 30px !important;
	}
}


@media (max-width: 767px) {
	.menu--desktop {
		display: none;
	}

	.menu--mobile {
		display: block;
		width: 100%;
		/*     background: transparent linear-gradient(180deg, #008865 0%, var(--green) 100%) 0% 0% no-repeat padding-box; */
		background: #fff;
		height: 93vh;
		padding: 0;
		position: fixed;
		left: 0px;
		top: 60px;
		z-index: 99;
		overflow: auto;
		padding-bottom: 50px;
	}

	.header.sticky .menu--mobile {
		top: 30px;
		padding: 20px 0 50px;
	}

	.menu__item {
		display: block;
		width: 100%;
	}

	.menu__link {
		display: block;
	}

	.menu__item--depth-1 {
		padding: 0;
	}

	.menu__item--depth-1 > .menu__link {
		padding: 17px 15px 17px 25px;
		font-size: 16px;
	}

	.menu__item--depth-1 > .menu__link--active-link:after {
		content: none;
	}

	.menu.menu--mobile > ul {
		overflow-y: auto;
	}

	.menu__item--has-submenu > .menu__link {
		width: 50%;
	}

	.menu__child-toggle {
		width: 50%;
	}

	.menu__child-toggle-icon {
		/*     background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+); */
		background-image: url('https://f.hubspotusercontent10.net/hubfs/5486510/home/dropdown-menu.png');
		background-repeat: no-repeat;
		background-size: 14px;
		background-position: center;
		display: block;
		height: 10px;
		width: 10px;
		margin-left: auto;
		margin-right: 25px;
		transition: transform 0.4s;
		filter: brightness(0.5);
	}

	.menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
		transform: rotate(90deg);
		transition: transform 0.4s;
	}

	li.menu__item.menu__item--depth-1.menu__item--open > a,
	li.menu__item.menu__item--depth-1.menu__item--open > button {
		background-color: rgba(0, 0, 0, 0.1) !important;
	}

	.menu__submenu .menu__link:hover {
		opacity: 0.8 !important;
	}

	.menu__submenu span.menu__link {
		color: #fff;
		opacity: 0.6;
	}

	.menu__item {
		text-transform: none !important;
		display: flex;
		flex-wrap: wrap;
	}

	.menu__submenu {
		border: none;
		border-radius: 0;
		box-shadow: none;
		position: static;
		transform: unset;
		width: 100%;
		padding: 5px 15px !important;
	}

	.menu__submenu .menu__item {
		padding: 0;
	}

	.menu__submenu .menu__link {
		display: block;
		font-size: 15px !important;
		padding: 5px 0 5px 15px;
		transition: none;
		width: 100%
	}

	.menu__submenu .menu__link.menu__link--toggle {
		width: 50%;
	}

	li.menu__item.menu__item--depth-3.hs-skip-lang-url-rewrite > a {
		padding: 0 !important;
		width: 100%;
	}

	.menu__submenu .menu__item .menu__link:hover,
	.menu__submenu .menu__item .menu__link:focus {
		background-color: inherit;
		transition: none;
	}

	.menu__submenu span.menu__link {
		padding: 10px;
		font-size: 15px !important;
		display: none;
	}

	.menu__submenu .menu__item--has-submenu > .menu__link {
		padding-right: 0;
	}

	#hs_cos_wrapper_navigation-primary .menu .menu__submenu {
		background: none;
	}

	.menu.menu--desktop ul li.menu__item.menu__item--depth-1:last-child {
		display: block;
	}

	.header__language-switcher--toggle {
		display: none;
	}

	.header__row-2 {
		padding: 0;
		min-width: 60px;
	}
}

@media (max-width:480px) {
	.menu__item--has-submenu > .menu__link {
		width: 80%;
	}

	.menu__submenu .menu__link.menu__link--toggle {
		width: 80%;
	}

	.menu__child-toggle {
		width: 20%;
	}
}



,
#hs_cos_wrapper_navigation-primary > nav.menu.menu--desktop > ul > li:nth-child(4) > div
