/*
 * Header by Readaim
 * Design colors: dark teal #2a4856, gold #ffb606, search field #395360.
 * This stylesheet contains header styles only. No carousel, slider, or hero styles are included.
 */

.hbr-root {
	--hbr-dark: #2a4856;
	--hbr-gold: #ffb606;
	--hbr-search: #395360;
	--hbr-white: #ffffff;
	--hbr-ink: #111111;
	--hbr-shell-gap: clamp(12px, 2.5vw, 48px);
	position: relative;
	z-index: 9990;
	width: 100%;
	max-width: none;
	margin: 0 0 45px;
	padding: 0;
	color: var(--hbr-white);
	background: var(--hbr-dark);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	isolation: isolate;
}

.hbr-root,
.hbr-root *,
.hbr-root *::before,
.hbr-root *::after {
	box-sizing: border-box;
}

.hbr-root a {
	text-decoration: none !important;
}

.hbr-root img,
.hbr-root svg {
	max-width: none;
}

.hbr-shell {
	width: min(1710px, calc(100% - var(--hbr-shell-gap)));
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.hbr-topbar {
	min-height: clamp(52px, 3.45vw, 66px);
	background: var(--hbr-dark);
}

.hbr-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: clamp(52px, 3.45vw, 66px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hbr-contact-group,
.hbr-auth-links,
.hbr-top-link {
	display: flex;
	align-items: center;
}

.hbr-contact-group {
	gap: clamp(14px, 1.8vw, 34px);
	min-width: 0;
}

.hbr-question,
.hbr-top-link,
.hbr-auth-links a {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: var(--hbr-white) !important;
	background: transparent !important;
	font-family: inherit;
	font-size: clamp(14px, 1.05vw, 20px);
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.hbr-top-link {
	gap: clamp(7px, 0.6vw, 11px);
}

.hbr-top-link:hover,
.hbr-top-link:focus-visible,
.hbr-auth-links a:hover,
.hbr-auth-links a:focus-visible {
	color: var(--hbr-gold) !important;
}

.hbr-top-link svg {
	width: clamp(18px, 1.2vw, 23px);
	height: clamp(18px, 1.2vw, 23px);
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

.hbr-auth-links {
	gap: clamp(16px, 1.55vw, 30px);
	padding-left: clamp(12px, 1.65vw, 32px);
	flex: 0 0 auto;
}

.hbr-auth-divider {
	width: 1px;
	height: clamp(21px, 1.4vw, 27px);
	background: rgba(255, 255, 255, 0.75);
	flex: 0 0 auto;
}

.hbr-main-area {
	position: relative;
	min-height: clamp(142px, 9.1vw, 174px);
	background: var(--hbr-dark);
}

.hbr-brand-search-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(18px, 3vw, 52px);
	min-height: clamp(105px, 6.75vw, 129px);
	padding-top: clamp(20px, 1.55vw, 30px);
	padding-bottom: clamp(20px, 1.55vw, 30px);
}

.hbr-brand {
	display: inline-flex !important;
	align-items: center;
	max-width: 48%;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--hbr-white) !important;
	background: transparent !important;
	flex: 0 1 auto;
}

.hbr-logo-image {
	display: block;
	width: auto;
	max-width: min(360px, 100%);
	height: auto;
	max-height: clamp(54px, 4.3vw, 82px);
	margin: 0;
	object-fit: contain;
}

.hbr-default-logo {
	display: inline-flex;
	align-items: center;
	gap: clamp(9px, 0.85vw, 16px);
	min-width: 0;
}

.hbr-graduation-icon {
	width: clamp(44px, 3.45vw, 66px);
	height: clamp(36px, 2.9vw, 56px);
	fill: none;
	stroke: var(--hbr-gold);
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

.hbr-site-name {
	display: block;
	overflow: hidden;
	color: var(--hbr-white);
	font-size: clamp(22px, 1.7vw, 32px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.5px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.hbr-search {
	display: flex !important;
	align-items: stretch;
	width: min(420px, 45%);
	height: clamp(54px, 3.6vw, 69px);
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 6px;
	background: var(--hbr-search) !important;
	box-shadow: none !important;
	overflow: hidden;
	flex: 0 1 420px;
}

.hbr-search input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	height: 100%;
	margin: 0 !important;
	padding: 0 0 0 clamp(15px, 1.5vw, 29px) !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	box-shadow: none !important;
	color: var(--hbr-white) !important;
	background: transparent !important;
	font-family: inherit;
	font-size: clamp(16px, 1.15vw, 22px);
	font-weight: 400;
	line-height: 1;
	appearance: none;
}

.hbr-search input[type="search"]::-webkit-search-cancel-button {
	appearance: none;
}

.hbr-search input[type="search"]::placeholder {
	color: #d7c7c0;
	opacity: 1;
}

.hbr-search input[type="search"]:focus {
	box-shadow: inset 0 0 0 2px var(--hbr-gold) !important;
}

.hbr-search button {
	display: grid !important;
	place-items: center;
	width: clamp(56px, 4vw, 76px);
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	color: var(--hbr-white) !important;
	background: transparent !important;
	box-shadow: none !important;
	cursor: pointer;
	flex: 0 0 auto;
}

.hbr-search button:hover,
.hbr-search button:focus-visible {
	color: var(--hbr-gold) !important;
}

.hbr-search button svg {
	width: clamp(29px, 2vw, 38px);
	height: clamp(29px, 2vw, 38px);
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hbr-nav-positioner {
	position: absolute;
	right: 0;
	bottom: -45px;
	left: 0;
	z-index: 10;
}

.hbr-nav-shell {
	position: relative;
	height: 90px;
	border-radius: 6px;
	background: var(--hbr-gold);
	box-shadow: none;
	overflow-x: clip;
	overflow-y: visible;
}

.hbr-nav-fit-viewport {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	min-width: 0;
	overflow: visible;
}

.hbr-nav-fit-content {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	min-width: max-content;
	height: 90px;
	margin: 0;
	padding: 0;
	transform-origin: left center;
	will-change: zoom, transform;
}

.hbr-root[data-hbr-fit-menu="0"] .hbr-nav-fit-viewport {
	overflow-x: auto;
	overflow-y: visible;
	overscroll-behavior-inline: contain;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.hbr-root[data-hbr-fit-menu="0"] .hbr-nav-fit-viewport::-webkit-scrollbar {
	height: 5px;
}

.hbr-root[data-hbr-fit-menu="0"] .hbr-nav-fit-viewport::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.35);
}

.hbr-primary-nav {
	display: flex;
	align-items: stretch;
	height: 90px;
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

.hbr-root .hbr-menu,
.hbr-root .hbr-menu ul,
.hbr-root .hbr-menu li {
	list-style: none !important;
	list-style-type: none !important;
	list-style-image: none !important;
}

.hbr-root .hbr-menu,
.hbr-root .hbr-menu ul {
	margin: 0 !important;
	padding: 0 !important;
}

.hbr-root .hbr-menu {
	display: flex !important;
	align-items: stretch;
	width: max-content;
	min-width: max-content;
	height: 90px;
}

.hbr-root .hbr-menu > li {
	position: relative;
	display: flex !important;
	align-items: stretch;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	flex: 0 0 auto;
}

.hbr-root .hbr-menu > li::before,
.hbr-root .hbr-menu > li::after,
.hbr-root .hbr-menu > li::marker,
.hbr-root .hbr-menu li::marker {
	display: none !important;
	content: none !important;
}

.hbr-root .hbr-menu > li > a {
	display: flex !important;
	align-items: center;
	gap: clamp(7px, 0.68vw, 13px);
	height: 90px;
	margin: 0 !important;
	padding: 0 clamp(21px, 2.2vw, 43px) !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0;
	color: var(--hbr-ink) !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: inherit;
	font-size: clamp(18px, 1.2vw, 23px);
	font-weight: 400;
	line-height: 1;
	text-decoration: none !important;
	text-transform: none;
	white-space: nowrap;
}

.hbr-root .hbr-menu > li:first-child > a,
.hbr-root .hbr-menu > li.current-menu-item > a,
.hbr-root .hbr-menu > li.current_page_item > a,
.hbr-root .hbr-menu > li.current-menu-ancestor > a,
.hbr-root .hbr-menu > li > a:hover,
.hbr-root .hbr-menu > li > a:focus-visible {
	color: var(--hbr-white) !important;
}

.hbr-root .hbr-menu > li.menu-item-has-children > a::after {
	display: block !important;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-right: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	content: "" !important;
	transform: rotate(45deg);
	flex: 0 0 auto;
}

.hbr-root .hbr-menu .sub-menu {
	position: absolute;
	z-index: 100;
	top: calc(100% - 2px);
	left: 18px;
	display: block !important;
	width: max-content;
	min-width: 220px;
	max-width: 320px;
	margin: 0 !important;
	padding: 12px 0 !important;
	border: 0 !important;
	border-radius: 4px;
	background: var(--hbr-white) !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.hbr-root .hbr-menu > li:hover > .sub-menu,
.hbr-root .hbr-menu > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.hbr-root .hbr-menu .sub-menu li {
	display: block !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.hbr-root .hbr-menu .sub-menu li::before,
.hbr-root .hbr-menu .sub-menu li::after,
.hbr-root .hbr-menu .sub-menu li::marker {
	display: none !important;
	content: none !important;
}

.hbr-root .hbr-menu .sub-menu a {
	display: block !important;
	width: 100%;
	margin: 0 !important;
	padding: 11px 22px !important;
	border: 0 !important;
	color: var(--hbr-ink) !important;
	background: transparent !important;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	white-space: normal;
}

.hbr-root .hbr-menu .sub-menu a:hover,
.hbr-root .hbr-menu .sub-menu a:focus-visible {
	color: var(--hbr-gold) !important;
}

.hbr-social {
	display: flex;
	align-items: center;
	gap: clamp(17px, 1.4vw, 27px);
	height: 90px;
	margin: 0 0 0 auto;
	padding: 0 clamp(28px, 2.65vw, 51px) 0 clamp(20px, 1.45vw, 28px);
	white-space: nowrap;
	flex: 0 0 auto;
}

.hbr-social a {
	display: grid !important;
	place-items: center;
	width: clamp(23px, 1.5vw, 29px);
	height: clamp(23px, 1.5vw, 29px);
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: var(--hbr-ink) !important;
	background: transparent !important;
	box-shadow: none !important;
}

.hbr-social a:hover,
.hbr-social a:focus-visible {
	color: var(--hbr-white) !important;
}

.hbr-social svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hbr-social .hbr-svg-fill {
	fill: currentColor;
	stroke: none;
}

.hbr-screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.hbr-footer-fallback {
	margin: 0;
	padding: 0;
}

/* Hide common theme headers only when the option is enabled. */
body.hbr-replace-theme-header #masthead:not(#header-by-readaim),
body.hbr-replace-theme-header header.site-header:not(#header-by-readaim),
body.hbr-replace-theme-header .site-header:not(#header-by-readaim),
body.hbr-replace-theme-header .elementor-location-header:not(#header-by-readaim),
body.hbr-replace-theme-header .thim-header:not(#header-by-readaim),
body.hbr-replace-theme-header #header:not(#header-by-readaim),
body.hbr-replace-theme-header .main-header:not(#header-by-readaim),
body.hbr-replace-theme-header .wp-site-blocks > header.wp-block-template-part {
	display: none !important;
}

@media (max-width: 1024px) {
	.hbr-root {
		--hbr-shell-gap: 28px;
		margin-bottom: 38px;
	}

	.hbr-contact-group {
		gap: 15px;
	}

	.hbr-question,
	.hbr-top-link,
	.hbr-auth-links a {
		font-size: 14px;
	}

	.hbr-main-area {
		min-height: 145px;
	}

	.hbr-brand-search-row {
		min-height: 107px;
	}

	.hbr-nav-positioner {
		bottom: -38px;
	}

	.hbr-nav-shell,
	.hbr-nav-fit-content,
	.hbr-primary-nav,
	.hbr-root .hbr-menu,
	.hbr-root .hbr-menu > li > a,
	.hbr-social {
		height: 76px;
	}

	.hbr-root .hbr-menu > li > a {
		gap: 8px;
		padding-right: 20px !important;
		padding-left: 20px !important;
		font-size: 17px;
	}

	.hbr-social {
		gap: 17px;
		padding-right: 25px;
		padding-left: 18px;
	}
}

@media (max-width: 767px) {
	.hbr-root {
		--hbr-shell-gap: 20px;
		margin-bottom: 30px;
	}

	.hbr-topbar,
	.hbr-topbar-inner {
		min-height: 48px;
	}

	.hbr-topbar-inner {
		justify-content: flex-end;
	}

	.hbr-contact-group {
		display: none !important;
	}

	.hbr-auth-links {
		gap: 14px;
		padding-left: 0;
	}

	.hbr-auth-links a {
		font-size: clamp(13px, 4vw, 16px);
	}

	.hbr-auth-divider {
		height: 20px;
	}

	.hbr-main-area {
		min-height: 112px;
	}

	.hbr-brand-search-row {
		gap: 10px;
		min-height: 82px;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.hbr-brand {
		max-width: 42%;
		flex-basis: 42%;
	}

	.hbr-logo-image {
		max-width: 100%;
		max-height: 46px;
	}

	.hbr-default-logo {
		gap: 6px;
	}

	.hbr-graduation-icon {
		width: clamp(30px, 10vw, 42px);
		height: clamp(26px, 8vw, 36px);
		stroke-width: 4;
	}

	.hbr-site-name {
		font-size: clamp(14px, 5vw, 22px);
	}

	.hbr-search {
		width: 58%;
		height: clamp(42px, 13vw, 50px);
		border-radius: 4px;
		flex-basis: 58%;
	}

	.hbr-search input[type="search"] {
		padding-left: clamp(10px, 3vw, 14px) !important;
		font-size: clamp(13px, 4vw, 16px);
	}

	.hbr-search button {
		width: clamp(38px, 12vw, 48px);
	}

	.hbr-search button svg {
		width: clamp(22px, 7vw, 27px);
		height: clamp(22px, 7vw, 27px);
	}

	.hbr-nav-positioner {
		bottom: -30px;
	}

	.hbr-nav-shell,
	.hbr-nav-fit-content,
	.hbr-primary-nav,
	.hbr-root .hbr-menu,
	.hbr-root .hbr-menu > li > a,
	.hbr-social {
		height: 60px;
	}

	.hbr-nav-shell {
		border-radius: 4px;
	}

	.hbr-root .hbr-menu > li > a {
		gap: 5px;
		padding-right: 9px !important;
		padding-left: 9px !important;
		font-size: 13px;
	}

	.hbr-root .hbr-menu > li.menu-item-has-children > a::after {
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-width: 2px;
	}

	.hbr-root .hbr-menu .sub-menu {
		left: 4px;
		min-width: 150px;
		max-width: 220px;
		padding: 7px 0 !important;
	}

	.hbr-root .hbr-menu .sub-menu a {
		padding: 8px 12px !important;
		font-size: 12px;
	}

	.hbr-social {
		gap: 9px;
		padding-right: 10px;
		padding-left: 8px;
	}

	.hbr-social a {
		width: 17px;
		height: 17px;
	}
}

@media (max-width: 420px) {
	.hbr-root {
		--hbr-shell-gap: 14px;
	}

	.hbr-brand {
		max-width: 39%;
		flex-basis: 39%;
	}

	.hbr-search {
		width: 61%;
		flex-basis: 61%;
	}

	.hbr-site-name {
		font-size: clamp(12px, 4.5vw, 18px);
	}

	.hbr-root .hbr-menu > li > a {
		padding-right: 7px !important;
		padding-left: 7px !important;
		font-size: 12px;
	}

	.hbr-social {
		gap: 7px;
		padding-right: 8px;
		padding-left: 6px;
	}

	.hbr-social a {
		width: 15px;
		height: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hbr-root *,
	.hbr-root *::before,
	.hbr-root *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
