/* Global header navigation */
#header {
	box-shadow: 0 3px 10px rgba(10, 56, 72, .16);
	position: relative;
}

#header.is-smart-ready {
	top: 0;
	transform: translateY(0);
	transition: transform .28s cubic-bezier(.52, .01, .16, 1);
	will-change: transform;
	z-index: 9990;
}

#header.is-smart-fixed {
	left: 0;
	position: fixed;
	right: 0;
}

#header.is-smart-ready.is-smart-hidden {
	transform: translateY(-100%);
}

.smart-header-spacer {
	display: none;
}

.smart-header-spacer.is-active {
	display: block;
}

@media (prefers-reduced-motion: reduce) {
	#header.is-smart-ready {
		transition: none;
	}
}

#header>.entity-nav {
	align-items: center;
	background: #f2f2f2;
	box-shadow: none;
	height: 38px;
	order: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 6;
}

#header>.entity-nav .entity-nav__inner {
	height: 38px;
	position: relative;
	width: 100%;
}

#header>.entity-nav .entity-nav__links {
	height: 32px;
	left: 64px;
	position: absolute;
	top: 3px;
}

#header>.entity-nav .entity-nav__menu {
	align-items: center;
	display: flex;
	gap: 30px;
	height: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header>.entity-nav li {
	line-height: 1;
	position: relative;
}

#header>.entity-nav a,
#header>.entity-nav button {
	font-family: nimbus-sans, urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

#header>.entity-nav .entity-nav__links a {
	align-items: center;
	background: rgba(243, 245, 246, .15);
	border-radius: 2px;
	box-sizing: border-box;
	color: #666;
	display: flex;
	gap: 10px;
	height: 32px;
	justify-content: center;
	padding: 9px 10px;
	text-decoration: none;
	white-space: nowrap;
}

#header>.entity-nav .entity-nav__item--current>a {
	background: #fff;
	color: #044458;
}

#header>.entity-nav .entity-nav__icon {
	display: block;
	flex: 0 0 auto;
	height: 16px;
	object-fit: contain;
	width: 10.1704px;
}

#header>.entity-nav .entity-nav__home-icon {
	color: #044458;
	font-size: 16px;
	line-height: 1;
}

#header>.entity-nav .entity-nav__item--current .entity-nav__icon {
	height: 17.9847px;
	width: 11.25px;
}

#header>.entity-nav .entity-nav__actions {
	align-items: center;
	display: flex;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
}

#header>.entity-nav .entity-nav__portal {
	align-items: center;
	background: #346777;
	color: #fff;
	display: flex;
	height: 38px;
	justify-content: center;
	overflow: hidden;
	padding: 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	width: 96px;
}

#header>.entity-nav .entity-nav__portal:after {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(100%);
	transition: transform .35s cubic-bezier(.52, .01, .16, 1);
	width: 100%;
	z-index: 1;
}

#header>.entity-nav .entity-nav__portal span {
	position: relative;
	transition: color .25s ease;
	z-index: 2;
}

#header>.entity-nav .entity-nav__search {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 0;
	color: #666;
	display: flex;
	gap: 10px;
	height: 38px;
	justify-content: center;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
	width: 230px;
}

#header>.entity-nav .entity-nav__search i {
	display: block;
	font-style: normal;
	height: 16px;
	line-height: 16px;
	width: 16px;
}

#header>.entity-nav .entity-nav__search i:before {
	content: "\e8b6";
	font-family: Material Icons;
	font-size: 16px;
	line-height: 16px;
}

#header>.entity-nav .entity-nav__search.active i:before {
	content: "\e5cd";
}

#header>.entity-nav .entity-nav__links a:hover,
#header>.entity-nav .entity-nav__links a:focus {
	color: inherit;
	text-decoration: none;
}

#header>.entity-nav .entity-nav__portal:hover,
#header>.entity-nav .entity-nav__portal:focus {
	color: #093e52;
	text-decoration: none;
}

#header>.entity-nav .entity-nav__portal:hover:after,
#header>.entity-nav .entity-nav__portal:focus:after {
	transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
	#header>.entity-nav .entity-nav__portal:after,
	#header>.entity-nav .entity-nav__portal span {
		transition: none;
	}
}

#header>.entity-nav .entity-nav__links a:hover,
#header>.entity-nav .entity-nav__links a:focus {
	background: #f9f9f9;
	color: #02455b;
}

#header>.entity-nav .entity-nav__search:hover,
#header>.entity-nav .entity-nav__search:focus {
	color: #666;
	text-decoration: none;
}

#header>.entity-nav .entity-nav__links a:focus,
#header>.entity-nav .entity-nav__search:focus,
#header>.entity-nav .entity-nav__portal:focus {
	outline: 1px dotted currentColor;
	outline-offset: -2px;
}

#header>.header-main {
	background: #fff;
	height: 79px;
	justify-content: flex-start;
	order: 2;
	position: relative;
}

#header>.header-main>span {
	align-items: center;
	display: flex;
	flex: 0 0 255px;
	justify-content: flex-end;
	width: 255px;
}

#header>.header-main>span img {
	width: 197px;
}

#header>.header-main>.header-main__nav {
	height: 79px;
	margin-left: 79px;
	position: relative;
	z-index: 7;
}

#header>.header-main>.header-main__nav>ul {
	align-items: center;
	display: flex;
	height: 79px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header>.header-main>.header-main__nav>ul>li {
	height: 79px;
	position: relative;
}

#header>.header-main>.header-main__nav>ul>li:nth-child(1) {
	width: 190px;
}

#header>.header-main>.header-main__nav>ul>li:nth-child(2) {
	width: 145px;
}

#header>.header-main>.header-main__nav>ul>li:nth-child(3) {
	width: 176px;
}

#header>.header-main>.header-main__nav>ul>li:nth-child(4) {
	width: 92px;
}

#header>.header-main>.header-main__nav>ul>li:nth-child(5) {
	width: 100px;
}

#header>.header-main>.header-main__nav>ul>li:nth-child(6) {
	width: 98px;
}

#header>.header-main>.header-main__nav--chamber {
	flex: 0 1 auto;
	margin-left: clamp(32px, 3vw, 60px);
	max-width: calc(100% - 565px);
}

#header>.header-main>.header-main__nav--chamber>ul {
	gap: clamp(30px, 2.45vw, 40px);
	justify-content: flex-start;
	width: auto;
}

#header>.header-main>.header-main__nav--chamber>ul>li {
	flex: 0 0 auto;
	width: auto !important;
}

#header>.header-main>.header-main__nav--chamber>ul>li>a {
	justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}

#header>.header-main>.header-main__nav--section {
	flex: 0 1 auto;
	margin-left: clamp(32px, 3vw, 60px);
	max-width: calc(100% - 565px);
}

#header>.header-main>.header-main__nav--section>ul {
	gap: clamp(16px, 1.1vw, 24px);
	justify-content: flex-start;
	width: auto;
}

#header>.header-main>.header-main__nav--section>ul>li {
	flex: 0 0 auto;
	width: auto !important;
}

#header>.header-main>.header-main__nav>ul>li>a {
	align-items: center;
	color: rgba(85, 85, 85, .9);
	display: flex;
	font-family: nimbus-sans, urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 79px;
	letter-spacing: 0;
	line-height: 1;
	padding: 0 16px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}

#header>.header-main>.header-main__nav>ul>li.parent>a span {
	display: block;
	padding-right: 16px;
	position: relative;
}

#header>.header-main>.header-main__nav--chamber>ul>li>a,
#header>.header-main>.header-main__nav--section>ul>li>a {
	justify-content: flex-start;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	white-space: nowrap;
}

#header>.header-main>.header-main__nav--section>ul>li>a span {
	white-space: nowrap;
}

#header>.header-main>.header-main__nav>ul>li.parent>a span:after {
	color: var(--theme-base-color);
	content: "\e5cf";
	font-family: Material Icons;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: none;
}

#header>.header-main>.header-main__nav>ul>li:hover>a,
#header>.header-main>.header-main__nav>ul>li>a:focus {
	color: var(--theme-base-color);
	text-decoration: none;
}

#header>.header-main>.header-main__nav>ul>li>a:focus {
	outline: 1px dotted #5a5a5a;
	outline-offset: -12px;
}

#header>.header-main>.header-main__nav ul ul {
	background: #fff;
	border-bottom: 4px solid var(--theme-base-color);
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);
	display: block;
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 286px;
	opacity: 0;
	padding: 10px 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s cubic-bezier(.52, .01, .16, 1), visibility .18s ease;
	visibility: hidden;
	z-index: 12;
}

#header>.header-main>.header-main__nav li:hover>ul,
#header>.header-main>.header-main__nav li:focus-within>ul {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

#header>.header-main>.header-main__nav ul ul ul {
	left: calc(100% - 2px);
	top: -10px;
	transform: translateX(8px);
}

#header>.header-main>.header-main__nav li li:hover>ul,
#header>.header-main>.header-main__nav li li:focus-within>ul {
	transform: translateX(0);
}

#header>.header-main>.header-main__nav ul ul li {
	position: relative;
}

#header>.header-main>.header-main__nav ul ul a {
	color: #555;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	padding: 9px 24px;
	text-decoration: none;
	white-space: nowrap;
}

#header>.header-main>.header-main__nav ul ul a:before {
	background: var(--theme-base-color);
}

#header>.header-main>.header-main__nav ul ul .parent>a span {
	display: block;
	padding-right: 18px;
	position: relative;
}

#header>.header-main>.header-main__nav ul ul .parent>a span:after {
	color: var(--theme-base-color);
	content: "\e5cc";
	font-family: Material Icons;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#header>.header-main>.header-main__nav ul ul a:hover,
#header>.header-main>.header-main__nav ul ul a:focus {
	color: var(--theme-base-color);
}

#header>.header-main>.header-main__nav .site-primary-nav__group-label {
	color: #d8272f;
	font-family: nimbus-sans, urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 10px 24px 5px;
	text-transform: uppercase;
	white-space: nowrap;
}

#header>.header-main>.header-main__nav .site-primary-nav__item--placeholder>a {
	color: #555;
}

#header>.header-main>.header-main__nav .site-primary-nav__item--placeholder>span {
	color: #d8272f;
	font-family: nimbus-sans, urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 10px 24px 5px;
	text-transform: uppercase;
	white-space: nowrap;
}

#header>.header-main>.header-main__nav>ul>li.site-primary-nav__item--placeholder.parent>a span:after {
	display: none;
}

#header>.header-member-cta {
	align-items: center;
	background: #d8272f;
	color: #fff;
	height: 79px;
	justify-content: center;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 38px;
	width: 230px;
	z-index: 7;
}

#header>.header-member-cta:after {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(100%);
	transition: transform .35s cubic-bezier(.52, .01, .16, 1);
	width: 100%;
	z-index: 1;
}

#header>.header-member-cta span {
	color: transparent;
	display: block;
	font-family: nimbus-sans, urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	overflow: hidden;
	perspective: 180px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 2;
}

#header>.header-member-cta span:before,
#header>.header-member-cta span:after {
	align-items: center;
	backface-visibility: hidden;
	color: #fff;
	content: attr(data-label);
	display: flex;
	inset: 0;
	justify-content: center;
	position: absolute;
	transform-origin: 50% 50%;
	transition: transform .35s cubic-bezier(.52, .01, .16, 1), color .25s ease;
}

#header>.header-member-cta span:after {
	color: #093e52;
	transform: translateY(110%) rotateX(-90deg);
}

#header>.header-member-cta:hover,
#header>.header-member-cta:focus,
#header>.header-member-cta:focus-within {
	color: #093e52;
	text-decoration: none;
}

#header>.header-member-cta:hover:after,
#header>.header-member-cta:focus:after,
#header>.header-member-cta:focus-within:after {
	transform: translateX(0);
}

#header>.header-member-cta:hover span:before,
#header>.header-member-cta:focus span:before,
#header>.header-member-cta:focus-within span:before {
	transform: translateY(-110%) rotateX(90deg);
}

#header>.header-member-cta:hover span:after,
#header>.header-member-cta:focus span:after,
#header>.header-member-cta:focus-within span:after {
	transform: translateY(0) rotateX(0);
}

#header>.header-member-cta:focus,
#header>.header-member-cta:focus-within {
	outline: 1px dotted #093e52;
	outline-offset: -8px;
}

#nav-drawer li.parent>a span {
	display: block;
	padding-right: 28px;
	position: relative;
}

#nav-drawer li.parent>a span:after {
	color: #d8262f;
	content: "\e5cf";
	font-family: Material Icons;
	font-size: 18px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform .25s ease;
}

#nav-drawer {
	display: none;
	height: 100vh;
	height: 100dvh;
	overflow-x: hidden;
	top: 0;
}

#header>.header-main>.header-main__actions .ham {
	display: none;
}

#header>.header-main>.header-main__actions .ham span {
	transform-origin: center;
	transition: transform .25s ease, opacity .2s ease;
}

#nav-toggle:checked~#header>.header-main>.header-main__actions .ham span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

#nav-toggle:checked~#header>.header-main>.header-main__actions .ham span:nth-child(2) {
	opacity: 0;
}

#nav-toggle:checked~#header>.header-main>.header-main__actions .ham span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

#nav-drawer .nav-drawer-close {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	#header>.header-main>.header-main__actions .ham span {
		transition: none;
	}
}

#nav-drawer .mobile-drawer {
	overflow: hidden;
	width: 100%;
}

#nav-drawer .mobile-drawer__track {
	display: flex;
	transform: translateX(0);
	transition: transform .45s cubic-bezier(.52, .01, .16, 1);
	width: 200%;
	will-change: transform;
}

#nav-drawer.is-mobile-section-active .mobile-drawer__track {
	transform: translateX(-50%);
}

#nav-drawer .mobile-drawer__panel {
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
}

#nav-drawer .mobile-drawer__panel--entities {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 104px);
	min-height: calc(100dvh - 104px);
}

#nav-drawer .mobile-entity-nav {
	padding: 0 0 18px;
}

#nav-drawer .mobile-entity-nav__menu {
	background: transparent;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-drawer .mobile-entity-nav__item {
	border-top: 1px solid hsla(0, 0%, 100%, .1);
	--mobile-entity-hover-color: #d8262f;
}

#nav-drawer .mobile-entity-nav__item:first-child {
	border-top: 0;
}

#nav-drawer .entity-nav__item--foundation {
	--mobile-entity-hover-color: #17add1;
}

#nav-drawer .entity-nav__item--legal {
	--mobile-entity-hover-color: #f26f44;
}

#nav-drawer .entity-nav__item--political {
	--mobile-entity-hover-color: #b13295;
}

#nav-drawer .entity-nav__item--commerce {
	--mobile-entity-hover-color: #fcc20e;
}

#nav-drawer .mobile-entity-nav__link {
	align-items: center;
	background: transparent;
	color: #fff;
	display: flex;
	font-family: nimbus-sans, urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 10px;
	line-height: 1;
	min-height: 54px;
	padding: 14px 30px;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}

#nav-drawer .mobile-entity-nav__link:after {
	color: #d8262f;
	content: "\e5cc";
	font-family: Material Icons;
	font-size: 20px;
	line-height: 1;
	margin-left: auto;
}

#nav-drawer .mobile-entity-nav__link:hover,
#nav-drawer .mobile-entity-nav__link:focus,
#nav-drawer .mobile-entity-nav__item:hover .mobile-entity-nav__link,
#nav-drawer .mobile-entity-nav__item:focus-within .mobile-entity-nav__link {
	background: var(--mobile-entity-hover-color);
	color: #fff;
	text-decoration: none;
}

#nav-drawer .mobile-entity-nav__link:hover:after,
#nav-drawer .mobile-entity-nav__link:focus:after,
#nav-drawer .mobile-entity-nav__item:hover .mobile-entity-nav__link:after,
#nav-drawer .mobile-entity-nav__item:focus-within .mobile-entity-nav__link:after {
	color: #fff;
}

#nav-drawer .mobile-entity-nav__item--current .mobile-entity-nav__link {
	background: transparent;
	color: #fff;
}

#nav-drawer .mobile-entity-nav__icon {
	display: block;
	filter: brightness(0) invert(1);
	flex: 0 0 auto;
	height: 16px;
	object-fit: contain;
	width: 10.1704px;
}

#nav-drawer .mobile-entity-nav__item--current .mobile-entity-nav__icon {
	height: 17.9847px;
	width: 11.25px;
}

#nav-drawer .mobile-drawer__actions {
	padding: 0 30px 34px;
}

#nav-drawer .mobile-drawer__member-cta {
	align-items: center;
	background: #d8262f;
	color: #fff;
	display: flex;
	font-family: nimbus-sans, urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 62px;
	padding: 18px 22px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

#nav-drawer .mobile-drawer__member-cta i {
	font-size: 20px;
	line-height: 1;
	margin-left: 18px;
}

#nav-drawer .mobile-drawer__member-cta:hover,
#nav-drawer .mobile-drawer__member-cta:focus {
	background: #fff;
	color: #093e52;
	text-decoration: none;
}

#nav-drawer .mobile-drawer__secondary-links {
	display: flex;
	gap: 24px;
	justify-content: center;
	padding-top: 20px;
}

#nav-drawer .mobile-drawer__secondary-link {
	color: #fff;
	font-family: nimbus-sans, urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: .9375rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#nav-drawer .mobile-drawer__secondary-link:hover,
#nav-drawer .mobile-drawer__secondary-link:focus {
	color: #fff;
	text-decoration: none;
}

#nav-drawer .mobile-drawer__footer {
	margin-top: auto;
	padding: 0 30px 32px;
}

#nav-drawer .mobile-drawer__footer .social-nav {
	display: flex;
	gap: 28px;
	justify-content: center;
	margin: 0;
	padding: 0;
}

#nav-drawer .mobile-drawer__footer .social-nav li {
	margin: 0;
}

#nav-drawer .mobile-drawer__footer .social-nav a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1rem;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 44px;
}

#nav-drawer .mobile-drawer__footer .social-nav a:hover,
#nav-drawer .mobile-drawer__footer .social-nav a:focus {
	color: #00acd7;
}

#nav-drawer .mobile-section-panel {
	display: none;
}

#nav-drawer .mobile-section-panel.is-active {
	display: block;
}

#nav-drawer .mobile-drawer__back {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	color: #fff;
	display: flex;
	font-family: nimbus-sans, urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: .875rem;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	min-height: 54px;
	padding: 14px 30px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

#nav-drawer .mobile-drawer__back:hover,
#nav-drawer .mobile-drawer__back:focus {
	background: hsla(0, 0%, 100%, .08);
	outline: 0;
}

#nav-drawer .mobile-drawer__back i {
	font-size: 20px;
	line-height: 1;
}

#nav-drawer .mobile-drawer__section-heading {
	align-items: center;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	color: #fff;
	display: flex;
	font-family: nimbus-sans, urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 10px;
	justify-content: flex-start;
	line-height: 1.1;
	margin: 0;
	min-height: 54px;
	padding: 14px 30px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

#nav-drawer .mobile-drawer__section-heading:hover,
#nav-drawer .mobile-drawer__section-heading:focus {
	background: hsla(0, 0%, 100%, .08);
	color: #fff;
	text-decoration: none;
}

#nav-drawer .mobile-drawer__section-icon {
	display: block;
	filter: brightness(0) invert(1);
	flex: 0 0 auto;
	height: 18px;
	object-fit: contain;
	width: 12px;
}

#nav-drawer .mobile-drawer__section-heading-link {
	align-items: center;
	color: inherit;
	display: flex;
	gap: 10px;
	text-decoration: none;
}

#nav-drawer .mobile-section-nav .site-primary-nav {
	border-top: 0;
}

#nav-drawer .mobile-section-nav .site-primary-nav>li {
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

#nav-drawer .mobile-section-nav .site-primary-nav>li>a {
	font-family: urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 1.125rem;
	padding: 15px 30px;
}

#nav-drawer .mobile-section-nav .site-primary-nav>li.parent>a span:after {
	font-size: 1.125rem;
	right: 0;
}

#nav-drawer .mobile-section-nav .site-primary-nav__submenu {
	margin: 0;
	padding: 0 0 10px;
}

#nav-drawer .mobile-section-nav .site-primary-nav__submenu .site-primary-nav__group-label {
	display: none;
}

#nav-drawer .mobile-section-nav .site-primary-nav__submenu a {
	color: hsla(0, 0%, 100%, .7);
	font-family: urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: .875rem;
	line-height: 1.15;
	padding: 10px 30px;
}

#footer.site-footer {
	background: #0a3e52;
	color: #fff;
	display: flex;
	font-family: nimbus-sans, urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	padding: 0;
	width: 100%;
}

#footer.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer.site-footer a {
	color: inherit;
	text-decoration: none;
}

#footer.site-footer a:hover,
#footer.site-footer a:focus {
	color: #fff;
	text-decoration: none;
}

#footer.site-footer a:focus {
	outline: 1px dotted currentColor;
	outline-offset: 3px;
}

#footer.site-footer .site-footer__contact {
	background: #0a3848;
	flex: 0 0 478px;
	max-width: 33.194444%;
	min-height: 789px;
}

#footer.site-footer .site-footer__contact-inner {
	margin: 0 auto;
	padding: 98px 0 74px;
	width: 240px;
}

#footer.site-footer .site-footer__logo {
	display: block;
	width: 204px;
}

#footer.site-footer .site-footer__logo img {
	display: block;
	height: auto;
	width: 100%;
}

#footer.site-footer .site-footer__primary {
	margin-top: 43px;
}

#footer.site-footer .site-footer__primary-list,
#footer.site-footer .site-footer__quick-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#footer.site-footer .site-footer__primary-list li,
#footer.site-footer .site-footer__quick-list li,
#footer.site-footer .site-footer__section-list li {
	font-size: 14px;
	line-height: 1;
}

#footer.site-footer .site-footer__primary-list a,
#footer.site-footer .site-footer__quick-list a,
#footer.site-footer .site-footer__cta,
#footer.site-footer .site-footer__section h2 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

#footer.site-footer .site-footer__primary-list a,
#footer.site-footer .site-footer__quick-list a,
#footer.site-footer .site-footer__section h2 {
	color: rgba(255, 255, 255, .9);
}

#footer.site-footer .site-footer__primary-list a,
#footer.site-footer .site-footer__quick-list a {
	display: inline-block;
}

#footer.site-footer .site-footer__primary-list a:hover,
#footer.site-footer .site-footer__primary-list a:focus,
#footer.site-footer .site-footer__quick-list a:hover,
#footer.site-footer .site-footer__quick-list a:focus {
	color: #d8272f;
}

#footer.site-footer .site-footer__actions {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 40px;
}

#footer.site-footer .site-footer__cta {
	align-items: center;
	border-radius: 2px;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0 12px;
	width: fit-content;
}

#footer.site-footer .site-footer__cta--member {
	background: #e42f28;
	color: #fff;
}

#footer.site-footer .site-footer__cta--portal {
	background: #fff;
	color: #0a3848;
}

#footer.site-footer .site-footer__cta--member:hover,
#footer.site-footer .site-footer__cta--member:focus {
	background: #fff;
	color: #0a3848;
}

#footer.site-footer .site-footer__cta--portal:hover,
#footer.site-footer .site-footer__cta--portal:focus {
	background: #f3f5f6;
	color: #0a3848;
}

#footer.site-footer .site-footer__contact-info {
	color: #f3f5f6;
	font-family: urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.25;
	margin-top: 56px;
}

#footer.site-footer .site-footer__contact-info address,
#footer.site-footer .site-footer__contact-info p {
	margin: 0;
}

#footer.site-footer .site-footer__contact-info address p {
	margin: 0;
}

#footer.site-footer .site-footer__contact-info>p {
	margin-top: 26px;
}

#footer.site-footer .social-nav {
	display: flex;
	gap: 25px;
	justify-content: flex-start;
	margin: 30px 0 0;
	padding: 0;
}

#footer.site-footer .social-nav a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 0;
}

#footer.site-footer .social-nav a:hover,
#footer.site-footer .social-nav a:focus {
	color: #00acd7;
}

#footer.site-footer .site-footer__links {
	background: #0a3e52;
	display: flex;
	flex: 1 1 auto;
	min-height: 789px;
}

#footer.site-footer .site-footer__links-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 128px auto 68px min(10.08%, 97px);
	min-height: 0;
	width: min(80.35%, 773px);
}

#footer.site-footer .site-footer__sections {
	display: grid;
	grid-template-columns: repeat(3, 192px);
	column-gap: 86px;
	row-gap: 70px;
	width: 748px;
}

#footer.site-footer .site-footer__section h2 {
	margin: 0;
	padding-bottom: 32px;
	position: relative;
}

#footer.site-footer .site-footer__section h2:after {
	bottom: 20px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 47.5px;
}

#footer.site-footer .site-footer__section--cyan h2:after {
	background: #00acd7;
}

#footer.site-footer .site-footer__section--cyan {
	--footer-section-link-accent: #0bb0d9;
}

#footer.site-footer .site-footer__section--red h2:after {
	background: #e42f28;
}

#footer.site-footer .site-footer__section--red {
	--footer-section-link-accent: #ef837f;
}

#footer.site-footer .site-footer__section--magenta h2:after {
	background: #c61b9b;
}

#footer.site-footer .site-footer__section--magenta {
	--footer-section-link-accent: #e083c9;
}

#footer.site-footer .site-footer__section--yellow h2:after {
	background: #f8bf1b;
}

#footer.site-footer .site-footer__section--yellow {
	--footer-section-link-accent: #f8bf1b;
}

#footer.site-footer .site-footer__section-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#footer.site-footer .site-footer__section-list a {
	color: #f3f5f6;
	display: inline-block;
	font-family: urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.15;
}

#footer.site-footer .site-footer__section-list a:hover,
#footer.site-footer .site-footer__section-list a:focus {
	color: var(--footer-section-link-accent, #0bb0d9);
}

#footer.site-footer .site-footer__section--yellow .site-footer__section-list {
	width: 272px;
}

#footer.site-footer .site-footer__section--yellow .site-footer__section-list a {
	white-space: nowrap;
}

#footer.site-footer .site-footer__quick {
	align-self: start;
	grid-column: 3;
	grid-row: 2;
}

#footer.site-footer .site-footer__bottom {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-top: 63px;
	width: 100%;
}

#footer.site-footer .site-footer__legal {
	color: #91a6b0;
	font-family: urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	letter-spacing: 0;
}

#footer.site-footer .site-footer__legal p {
	font-size: 14px;
	line-height: 1;
	margin: 0 0 18px;
}

#footer.site-footer .site-footer__legal ul {
	display: flex;
	gap: 24px;
}

#footer.site-footer .site-footer__legal a {
	color: #91a6b0;
	font-size: 12px;
	line-height: 1;
}

#footer.site-footer .site-footer__legal a:hover,
#footer.site-footer .site-footer__legal a:focus {
	color: #fff;
}

#footer.site-footer .site-footer__partners {
	align-items: center;
	display: flex;
	gap: 40px;
}

#footer.site-footer .site-footer__partners a,
#footer.site-footer .site-footer__partners img {
	display: block;
}

#footer.site-footer .site-footer__partners img {
	height: 60px;
	max-width: 110px;
	object-fit: contain;
	width: auto;
}

@media (min-width: 1200px) {
	#header>.header-main>.header-main__actions {
		display: none;
	}

	#header>.header-main .search-wrapper {
		background: transparent;
		overflow: hidden;
		right: 230px;
		opacity: 1;
		padding: 0 30px;
		transition: none;
		width: calc(100% - 495px);
		z-index: 8;
	}

	#header>.header-main .search-wrapper:before {
		background: #d8272f;
		content: "";
		height: 100%;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		transition: right .45s cubic-bezier(.52, .01, .16, 1), opacity .12s ease;
		width: 4px;
		z-index: 2;
	}

	#header>.header-main .search-wrapper:after {
		background: #fff;
		box-shadow: -18px 0 28px rgba(0, 0, 0, .08);
		content: "";
		inset: 0;
		position: absolute;
		transform: scaleX(0);
		transform-origin: 100% 50%;
		transition: transform .45s cubic-bezier(.52, .01, .16, 1);
		z-index: 0;
	}

	#header>.header-main .search-wrapper form {
		position: relative;
		z-index: 1;
	}

	#header>.header-main .search-wrapper.open {
		width: calc(100% - 495px);
	}

	#header>.header-main .search-wrapper.open:before {
		opacity: 1;
		right: calc(100% - 4px);
	}

	#header>.header-main .search-wrapper.open:after {
		transform: scaleX(1);
	}
}

@media (max-width: 1600px) {
	#header>.header-main>.header-main__nav--chamber {
		margin-left: 8px;
		max-width: calc(100vw - 534px);
	}

	#header>.header-main>.header-main__nav--chamber>ul {
		gap: clamp(24px, 2vw, 32px);
	}

	#header>.header-main>.header-main__nav--section {
		margin-left: 32px;
		max-width: calc(100vw - 534px);
	}

	#header>.header-main>.header-main__nav--section>ul {
		gap: 16px;
	}

	#header>.header-main>.header-main__nav>ul>li>a {
		font-size: 12px;
	}
}

@media (max-width: 1500px) {
	#header>.header-main>span {
		flex-basis: 230px;
		width: 230px;
	}

	#header>.header-main>.header-main__nav--section {
		margin-left: 8px;
		max-width: calc(100vw - 534px);
	}

	#header>.header-main>.header-main__nav--chamber {
		margin-left: 8px;
		max-width: calc(100vw - 534px);
	}

	#header>.header-main>.header-main__nav--chamber>ul {
		gap: 18px;
	}

	#header>.header-main>.header-main__nav--chamber>ul>li>a {
		font-size: 12px;
	}

	#header>.header-main>.header-main__nav--section>ul {
		gap: 6px;
	}

	#header>.header-main>.header-main__nav--section>ul>li.parent>a span {
		padding-right: 12px;
	}
}

@media (max-width: 1300px) {
	#header>.entity-nav .entity-nav__links {
		left: 42px;
	}

	#header>.entity-nav .entity-nav__menu {
		gap: 20px;
	}

	#header>.header-main>.header-main__nav {
		margin-left: 32px;
	}

	#header>.header-main>.header-main__nav--chamber {
		margin-left: 8px;
		max-width: calc(100vw - 498px);
	}

	#header>.header-main>.header-main__nav--chamber>ul {
		gap: 18px;
	}

	#header>.header-main>span {
		flex-basis: 220px;
		width: 220px;
	}

	#header>.header-main>.header-main__nav>ul>li>a {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#header>.header-main>.header-main__nav>ul>li:nth-child(1) {
		width: 170px;
	}

	#header>.header-main>.header-main__nav>ul>li:nth-child(2) {
		width: 125px;
	}

	#header>.header-main>.header-main__nav>ul>li:nth-child(3) {
		width: 158px;
	}

	#header>.header-main>.header-main__nav>ul>li:nth-child(4) {
		width: 74px;
	}

	#header>.header-main>.header-main__nav>ul>li:nth-child(5) {
		width: 82px;
	}

	#header>.header-main>.header-main__nav>ul>li:nth-child(6) {
		width: 76px;
	}

	#header>.header-main>.header-main__nav--chamber>ul>li>a {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1240px) {
	#header>.header-main>.header-main__nav--chamber {
		margin-left: 14px;
		max-width: calc(100vw - 462px);
	}

	#header>.header-main>.header-main__nav--chamber>ul {
		gap: 14px;
	}

	#header>.header-main>.header-main__nav--section {
		margin-left: 14px;
		max-width: calc(100vw - 462px);
	}

	#header>.header-main>.header-main__nav--section>ul {
		gap: 8px;
	}

	#header>.header-main>span {
		flex-basis: 210px;
		width: 210px;
	}

	#header>.header-main>.header-main__nav--chamber>ul>li>a {
		font-size: 11px;
	}
}

@media (min-width: 1200px) {
	#header>.header-main>span {
		flex: 0 0 255px;
		width: 255px;
	}

	#header>.header-main>.header-main__nav--chamber,
	#header>.header-main>.header-main__nav--section {
		margin-left: 60px;
		max-width: calc(100vw - 545px);
	}

	#header>.header-main>.header-main__nav--chamber>ul {
		gap: clamp(8px, calc(7vw - 78px), 40px);
	}

	#header>.header-main>.header-main__nav--section>ul {
		gap: clamp(8px, calc(4vw - 40px), 24px);
	}

	#header>.header-main>.header-main__nav>ul>li>a,
	#header>.header-main>.header-main__nav--chamber>ul>li>a {
		font-size: 14px;
	}
}

@media (max-width: 1349.98px) {
	#nav-toggle:checked ~ #header {
		transform: none;
	}

	#nav-drawer .nav-drawer-close {
		display: none;
	}

	#header .header-main__actions .ham span {
		transition: transform .25s ease, opacity .2s ease;
	}

	#nav-drawer > header {
		display: none;
	}

	#nav-drawer .mobile-drawer {
		padding-top: 80px;
	}

	#header>.entity-nav,
	#header>.header-member-cta,
	#header>.header-main>.header-main__nav {
		display: none !important;
	}

	#nav-drawer {
		display: block !important;
	}

	#header>.header-main {
		height: 80px;
		justify-content: space-between;
	}

	#header>.header-main>.header-main__actions {
		display: flex !important;
	}

	#header>.header-main>.header-main__actions>a {
		display: none !important;
	}

	#header>.header-main>.header-main__actions .ham {
		display: block !important;
	}

	#header>.header-main>span {
		flex-basis: 245px;
		width: 245px;
	}
}

@media (min-width: 1350px) {
	#nav-drawer,
	#header>.header-main>.header-main__actions .ham {
		display: none !important;
	}
}

@media (max-width: 1199.98px) {
	#footer.site-footer {
		display: block;
	}

	#footer.site-footer .site-footer__contact,
	#footer.site-footer .site-footer__links {
		min-height: 0;
	}

	#footer.site-footer .site-footer__contact {
		max-width: none;
		width: 100%;
	}

	#footer.site-footer .site-footer__contact-inner {
		padding: 72px 40px;
		width: min(100%, 773px);
	}

	#footer.site-footer .site-footer__primary-list {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	#footer.site-footer .site-footer__links-inner {
		margin: 0 auto;
		min-height: 0;
		padding: 72px 0;
		width: min(calc(100% - 80px), 773px);
	}

	#footer.site-footer .site-footer__sections {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 70px;
		width: 100%;
	}

	#footer.site-footer .site-footer__quick {
		grid-column: auto;
		grid-row: auto;
	}
}

@media (max-width: 767.98px) {
	#footer.site-footer .site-footer__contact-inner,
	#footer.site-footer .site-footer__links-inner {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}

	#footer.site-footer .site-footer__primary-list,
	#footer.site-footer .site-footer__sections {
		grid-template-columns: 1fr;
	}

	#footer.site-footer .site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 40px;
	}

	#footer.site-footer .site-footer__legal ul {
		flex-wrap: wrap;
	}
}

@media (max-width: 419.98px) {
	#footer.site-footer .site-footer__contact-inner,
	#footer.site-footer .site-footer__links-inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	#footer.site-footer .site-footer__partners {
		gap: 24px;
	}
}
