/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
body .header *{
	font-family: 'Open Sans', sans-serif;
}
body, input, select, textarea, button, .ui-btn {
	font-family: 'Open Sans', sans-serif !important;
}

.nav-dropdown-button img{
	position: relative;
	bottom: 1px;
}
.nav-dropdown-button {
	margin-left: .5rem;
	background: white;
	border: none;
}
.header {
	margin-bottom: 1rem;
	border-bottom: .1rem solid #D2D5D7;
	position: relative; 
}
.header a:hover {
	color: unset;
	text-decoration: none;
}
.header .header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	@media print {
		margin: 1rem 0;
	}
}

.header .header__nav {
	display: flex;
	gap: 4.5rem;
	align-items: center;
	@media print {
		display: none;
	}
}
.header .header__nav.is-visible {
	opacity: 1;
	pointer-events: all;
}
.header .header__nav.hidden-nav {
	visibility: hidden;
}

.header .lnk {
	color: unset;
}

@media screen and (max-width: 1023px) {
	.header {
		padding: 1.4rem 0;
	}

	.header .header__nav {
		padding-bottom: 3rem; 
		display: block; 
		width: 100%;
		height: calc(100vh - 100%);
		position: absolute; 
		top: 100%;
		left: 0; 
		z-index: 100;
		background: #fff;
		overflow: auto;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s;
		border-top: .1rem solid #D2D5D7;
	}
}

@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav--access ul {
		margin: 0;
	}
}

header a:hover {
	text-decoration: none !important;
}
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
a.nav-trigger:before {
	content: none !important;
}

.nav-trigger {
	width: 2.4rem;
	height: 1.6rem;
	position: relative;
}
.nav-trigger span {
	position: absolute;
	top: 0;
	left: 0;
	background: #727577;
	width: 100%;
	height: 0.2rem;
}
.nav-trigger span:nth-child(2) {
	top: 0.7rem;
}
.nav-trigger span:nth-child(3) {
	top: 1.4rem;
}
.nav-trigger.is-active span {
	top: 0.8rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 0.4rem;
}
.nav-trigger.is-active span:nth-child(2) {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 0;
}
.nav-trigger.is-active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav.nav--access .menu-divider {
	position: relative;
}
.nav.nav--access .menu-divider:before {
	content: "";
	display: block;
	width: 100%;
	height: 0.1rem;
	background: rgba(210, 213, 215, 0.5);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav.nav--access .menu-divider:before {
		display: none;
	}
}
.nav.nav--access li > ul {
	left: initial;
	right: 0;
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav.nav--access li > ul {
		display: block;
	}
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav.nav--access ul > li li a {
		padding: 0.7rem 0 0.6rem;
		font-size: 1.8rem;
	}
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav.nav--access a {
		font-size: 1.8rem;
	}
}

.nav {
	font-size: 1.8rem;
}
.nav a {
	text-decoration: none;
	font-weight: 600;
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav a {
		padding: 0.6rem 0;
	}
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav li {
		border-bottom: 0.1rem solid #D2D5D7;
	}
}
.nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav > ul {
		padding: 0 2rem;
		display: block;
	}
}
.nav > ul > li + li {
	margin-left: 4.5rem;
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav > ul > li + li {
		margin: 0;
	}
}
.nav > ul > li {
	padding: 2.8rem 0 2.3rem;
	position: relative;
	font-weight: 600;
	line-height: 1.75;
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav > ul > li {
		font-weight: 400;
	}
}
.nav > ul > li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #DD390C;
	opacity: 0;
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav > ul > li:after {
		display: none;
	}
}
.nav > ul > li:hover:after {
	opacity: 1;
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav > ul > li {
		padding: 0;
	}
}
.nav > ul > li a {
	font-size: 1.6rem;
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav > ul > li a {
		font-size: 1.8rem;
	}
}
.nav > ul > li.is-current:after {
	opacity: 1;
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav > ul > li.is-current:after {
		opacity: 0;
	}
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav ul ul li:last-child {
		border-bottom: none;
	}
}
.nav li:hover > ul,
.nav li:focus-within > ul {
	opacity: 1;
	visibility: visible;
}
.nav .js-dropdown {
	padding: 0.5rem 0;
	position: absolute;
	top: 100%;
	/*left: 0;*/
	z-index: 12;
	background: #fff;
	border: 0.1rem solid #D2D5D7;
	-webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
	box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	left: initial;
	right: 0;
}
.nav .js-dropdown li a {
        white-space: nowrap;
        display: block;
        position: relative;
        font-weight: 400;
        padding: 0.9rem 2.3rem;
        -webkit-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
        cursor: pointer;
}
.nav .js-dropdown li .lnk {
        cursor: pointer;
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav .js-dropdown {
		padding: 0;
		position: static;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		opacity: 1;
		visibility: visible;
		display: none;
	}
        .nav .js-dropdown li a {
                padding: 0.8rem 1.7rem;
                font-size: 1.6rem;
                cursor: pointer;
        }
        .nav .js-dropdown li .lnk {
                cursor: pointer;
        }
}
.nav li.has-dropdown.is-visible img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.top-level-nav img {
	/*margin-right: 0.7rem;*/
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.top-level-nav img {
		pointer-events: none;
	}
}
/*Header underline*/
.nav .top-level-nav:after {
	width: 130%;
	bottom: -0.3rem;
	top: -0.3rem;
}
.nav .top-level-nav {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav .top-level-nav {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 1.8rem;
		font-weight: 400;
	}
}
.nav .js-dropdown a:hover {
	background-color: #F8FAFB;
}

.nav .user-email span{
	white-space: nowrap;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nav .user-email img{
	margin: 0.6rem 0.7rem 0.2rem 0;
	height: 17px;
	width: 17px;
	float: left;
}
.nav .user-email {
	display: flex;
	flex-wrap: nowrap;
	padding: 0.9rem 2.3rem;
	color: #727577;
	font-weight: 400;
	font-size: 1.6rem;
}
@media (min-width: 1024px) {
	.nav .user-email {
		max-width: 250px;
	}
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav .user-email {
		padding: 0.6rem 0 0.5rem;
		font-size: 1.8rem;
	}
}

/* ------------------------------------------------------------ *\
	Header secondary
\* ------------------------------------------------------------ */
.header-secondary {
	background: #F8FAFB;
}


/* ------------------------------------------------------------ *\
	Nav secondary
\* ------------------------------------------------------------ */
.nav-secondary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.6rem;
	line-height: 1.12;
	padding-top: 2.8rem;
	/* Hide scrollbar for Chrome, Safari and Opera */
}
@media (min-width: 768px) and (max-width: 1023px) {
	.nav-secondary {
		padding-top: 2rem;
		font-size: 1.4rem;
	}
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav-secondary {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: auto;
		white-space: nowrap;
		margin: 0 -2rem;
		padding: 2.1rem 2rem 0;
		font-size: 1.4rem;
		/* Hide scrollbar for IE, Edge and Firefox */
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav-secondary::-webkit-scrollbar {
		display: none;
	}
}
.nav-secondary > a {
	font-weight: 600;
	color: #006FB9;
}
.nav-secondary ul a {
	text-decoration: none;
	position: relative;
}
.nav-secondary ul a:before {
	content: "";
	position: absolute;
	inset: -0.2rem -0.7rem;
	border: 0.2rem solid currentColor;
	border-radius: 0.4rem;
	opacity: 0;
}
@media (hover: hover) {
	.nav-secondary ul a:focus-visible:before {
		opacity: 1;
	}
}
.nav-secondary ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0.4rem;
	margin: 0;
}
@media (max-width: 1199px) {
	.nav-secondary ul {
		padding-left: 0;
	}
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav-secondary ul {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-right: 5rem;
	}
}
.nav-secondary li {
	margin-right: 4.1rem;
	padding-bottom: 2.7rem;
	position: relative;
}
@media (max-width: 1023px) {
	.nav-secondary li {
		margin-right: 2rem;
		padding-bottom: 2rem;
	}
}
@media (max-width: 1023px), screen and (max-width: 812px) and (orientation: landscape) {
	.nav-secondary li {
		margin-right: 3rem;
	}
}
.nav-secondary li:after {
	content: "";
	background: #DD390C;
	height: 0.3rem;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.nav-secondary li:last-child {
	margin: 0;
}
.nav-secondary li.is-current {
	font-weight: 600;
}
.nav-secondary li.is-current:after {
	opacity: 1;
	visibility: visible;
}

