body:not(.wp-admin).admin-bar {
	padding-top: 115px;
}

body:not(.wp-admin).admin-bar .mega-menu-mobile__menu-close-button {
	top: 55px;
}

body:not(.wp-admin).admin-bar .mega-menu-mobile__menu-buttons {
	-webkit-transform: translate(0, 38px);
	transform: translate(0, 38px);
}

textarea {
	outline: 0;
}

.sprite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width:1440px) {}

@media (max-width:1240px) {}

@media (max-width:1024px) {
	body:not(.wp-admin).admin-bar {
		padding-top: 90px;
	}
}

@media (max-width:768px) {}

.container .container, .container .container-small, .container .container-xs {
	padding: 0;
}

.container-wide {
	max-width: calc(var(--content-width-wide) + 30px);
	padding: 0 15px;
	margin: 0 auto;
}

@media (max-width:1240px) {
	.container-wide {
		max-width: 1024px;
	}
}

@media (max-width:1024px) {
	.container-wide {
		max-width: 768px;
	}
}

@media (max-width:768px) {
	.container-wide {
		max-width: 580px;
		padding: 0 25px;
	}
}

@media (max-width:1240px) {}

@media (max-width:1024px) {}

@media (max-width:768px) {}

.container-small .container, .container-small .container-small, .container-small .container-xs {
	padding: 0;
}

.container-xs {
	max-width: 870px;
	padding: 0 15px;
	margin: 0 auto;
}

.container-xs .container, .container-xs .container-small, .container-xs .container-xs {
	padding: 0;
}

@media (max-width:1024px) {
	.container-xs {
		max-width: 768px;
	}
}

.simple-text h2 {
	font-size: var(--font-size-h2);
}

.simple-text blockquote {
	margin: 25px 0;
	padding-left: 25px;
	border-left: 3px solid var(--cl-dark-blue-grey);
	font-style: italic;
}

@media (hover:hover) {}

.simple-text b, .simple-text strong {
	font-weight: 700;
}

.simple-text table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 25px;
	font-size: var(--font-size-body-sm);
	line-height: 1.4;
}

.simple-text table:last-child {
	margin-bottom: 0;
}

.simple-text table td, .simple-text table th {
	padding: 14px 18px;
	text-align: left;
	border-bottom: 1px solid var(--cl-divider);
}

.simple-text table th {
	font-weight: 700;
	color: var(--cl-dark-blue-grey);
	background: var(--cl-light-grey);
}

.simple-text table tr:last-child td {
	border-bottom: none;
}

@media (max-width:768px) {
	.container-xs {
		max-width: 580px;
		padding: 0 25px;
	}
	
	.simple-text table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

figure {
	position: relative;
	margin: 0;
}

figure figcaption {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #f5f5f6;
	color: var(--cl-dark-blue-grey);
	width: auto;
	padding: 10px;
	text-align: center;
	opacity: .3;
	font-size: 8px;
}

.rank-math-breadcrumb {
	font-size: 14px;
	font-family: var(--font-family-figtree);
}

@media screen and (max-width:600px) {}

.cky-notice-btn-wrapper .cky-btn {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.h5, h5 {
	color: var(--cl-dark-blue-grey);
	font-family: var(--font-family-figtree);
	font-size: clamp(18px, 2.73vw, 22px);
	font-style: normal;
	line-height: 130%;
}

.h6, h6 {
	color: var(--cl-dark-blue-grey);
	font-family: var(--font-family-figtree);
	font-size: clamp(16px, 2.42vw, 20px);
	font-style: normal;
	line-height: 130%;
}

@media (max-width:1240px) {}

@media (max-width:768px) {}

@media (max-width:1440px) {}

@media (min-width:1920px) {}

@media (max-width:1240px) {}

.header__menu-item[data-has-mega-menu].is-active {
	background: var(--emd-federal-blue);
}

@media (max-width:1440px) {}

.header__menu-arrow img {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width:1240px) {}

@media (max-width:768px) {}

.header__icon--search img {
	display: block;
	width: 20px;
	height: 20px;
}

@media (hover:hover) {}

.header__icon-circle img {
	display: block;
	width: 17px;
	height: 19px;
}

.header__menu-item[data-has-mega-menu].is-active .header__menu-arrow img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
}

.header__menu-item[data-has-mega-menu] .header__menu-arrow img {
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
}

.header.is-sticky {
	height: 101px;
	padding: 0 40px;
	-webkit-box-shadow: var(--shadow-header);
	box-shadow: var(--shadow-header);
	top: 0;
}

.header.is-sticky .header__logo img {
	max-height: 54px;
}

.header.is-sticky .header__logo[data-sticky-logo] .header__logo-image--default {
	display: none;
}

.header.is-sticky .header__logo[data-sticky-logo] .header__logo-image--sticky {
	display: block;
}

body.admin-bar .header {
	top: 32px;
}

@media (max-width:1440px) {}

@media (max-width:1024px) {
	.header.is-sticky {
		height: 60px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media (max-width:768px) {
	body.admin-bar .header {
		top: 46px;
	}
}

@media (max-width:576px) {}

.mega-menu.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

@media (max-width:1240px) {
	.header.is-sticky {
		padding: 0 25px;
	}
	
	.header.is-sticky .header__logo img {
		height: auto;
		width: 100%;
		max-width: 100px;
	}
}

.mega-menu__title-arrow img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter: brightness(0) saturate(100%) invert(79%) sepia(48%) saturate(583%) hue-rotate(329deg) brightness(103%) contrast(101%);
	filter: brightness(0) saturate(100%) invert(79%) sepia(48%) saturate(583%) hue-rotate(329deg) brightness(103%) contrast(101%);
}

.mega-menu-mobile.is-open {
	left: 0;
}

.mega-menu-mobile.is-open .mega-menu-mobile__menu-close-button {
	opacity: 1;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	right: 20px;
	top: 15px;
	cursor: pointer;
}

.mega-menu-mobile__inner.is-pushed {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mega-menu-mobile__item-column_links.is-open {
	left: 0;
	-webkit-transition: left .6s;
	transition: left .6s;
}

.mega-menu-mobile__menu.is-open {
	left: 0;
}

.mega-menu-mobile__menu-inner.is-pushed {
	left: -100%;
}

body.admin-bar .mega-menu-mobile__menu-inner {
	padding: 32px 30px 25px;
}

.search-overlay.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

@media (hover:hover) {}