:root {
	--global-font-family: "IBM Plex Sans", "IBM Plex Sans Variable", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--global-font-size-small: 0.875rem;
	--global-font-size-medium: 1rem;
	--global-font-size-large: 1.3125rem;
	--global-font-size-larger: clamp(1.75rem, 1.08rem + 2.1vw, 2.75rem);
	--global-font-size-xxlarge: clamp(2.2rem, 1.3rem + 3vw, 4rem);
	--global-calc-content-width: min(1120px, calc(100vw - 32px));
	--global-calc-wide-content-width: min(1280px, calc(100vw - 32px));
	--global-content-boxed-padding: 0px;
}

html {
	background: var(--global-palette8);
}

body {
	background: var(--global-palette8);
	color: var(--global-palette5);
	font-family: var(--global-font-family);
	letter-spacing: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--global-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title {
	color: var(--global-palette3);
	font-family: var(--global-font-family);
	letter-spacing: 0;
}

a {
	color: #1078a3;
}

a:hover,
a:focus {
	color: #1d4ed8;
}

button,
.button,
.wp-block-button__link,
.wp-element-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid transparent;
	border-radius: 6px;
	box-shadow: none;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 8px 16px;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-element-button:hover,
.wp-element-button:focus,
.wp-element-button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	background: var(--global-palette9);
	border: 1px solid #bfc1b7;
	border-radius: 6px;
	box-shadow: none;
	color: var(--global-palette3);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	border-color: #2c84e0;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
	color: var(--global-palette3);
	outline: none;
}

#wrapper.site {
	background: var(--global-palette8);
}

#masthead,
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap),
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner,
.site-top-header-wrap .site-header-row-container-inner,
.site-main-header-wrap .site-header-row-container-inner,
.site-bottom-header-wrap .site-header-row-container-inner {
	background: var(--global-palette8) !important;
}

.site-header-row-container-inner {
	border-bottom: 1px solid #bfc1b7;
}

.site-main-header-inner-wrap {
	min-height: 72px;
}

.site-branding a.brand,
.mobile-site-branding a.brand {
	align-items: center;
	display: inline-flex;
	min-width: 0;
}

.site-branding a.brand img.custom-logo,
.mobile-site-branding a.brand img.custom-logo {
	display: block;
	height: auto;
	max-height: 68px;
	max-width: min(340px, calc(100vw - 168px));
	object-fit: contain;
	width: auto;
}

.site-branding .site-title,
.mobile-site-branding .site-title {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: lowercase;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a,
.mobile-navigation ul li > a,
.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
	color: var(--global-palette5);
	font-size: 0.95rem;
	font-weight: 600;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
.mobile-navigation ul li.current-menu-item > a,
.mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
	color: var(--global-palette3);
}

.header-navigation .header-menu-container ul ul.sub-menu,
.header-navigation .header-menu-container ul ul.submenu,
#mobile-drawer .drawer-inner {
	background: var(--global-palette10);
	border: 1px solid #bfc1b7;
	box-shadow: none;
}

#inner-wrap {
	background: var(--global-palette8);
	padding-bottom: 56px;
}

.entry-hero.page-hero-section {
	background: var(--global-palette8);
}

.entry-hero.page-hero-section .entry-hero-container-inner {
	padding-bottom: 24px;
	padding-top: 48px;
}

.entry-hero .hero-section-overlay {
	display: none;
}

.entry-header.page-title,
.entry-hero .hero-container {
	position: relative;
}

.entry-hero .hero-container::after {
	background:
		radial-gradient(circle at 18% 30%, rgba(247, 165, 1, 0.22), transparent 0 42%),
		radial-gradient(circle at 86% 18%, rgba(124, 68, 166, 0.16), transparent 0 38%);
	border: 1px solid #bfc1b7;
	border-radius: 6px;
	content: "";
	inset: -16px 0 auto;
	height: 150px;
	pointer-events: none;
	position: absolute;
}

.entry-title {
	font-size: clamp(2.3rem, 4vw, 4rem);
	font-weight: 800;
	line-height: 1.02;
	position: relative;
}

.content-container.site-container,
.hero-container.site-container,
.site-header-row .site-container,
.site-footer-row .site-container {
	max-width: 1280px;
}

.content-wrap {
	position: relative;
}

.entry.single-entry,
.entry.loop-entry {
	background: var(--global-palette10);
	border: 1px solid #bfc1b7;
	border-radius: 8px;
	box-shadow: none;
}

.entry-content-wrap {
	padding: 24px;
}

.site-main {
	padding-top: 8px;
}

body.home .entry-hero.page-hero-section {
	display: none;
}

body.home .content-container.site-container {
	max-width: 1320px;
}

body.home .content-wrap,
body.home .entry.single-entry,
body.home .entry-content-wrap,
body.home .entry-content.single-content {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

body.home #primary {
	padding-top: 28px;
}

body.home .site-main {
	padding-top: 0;
}

body.home .entry.single-entry {
	overflow: visible;
}

body.category .entry-hero.post-archive-hero-section {
	background: var(--global-palette8);
	padding: 32px 0 12px;
}

body.category .entry-hero .hero-container::after {
	display: none;
}

body.category .entry-hero.post-archive-hero-section .entry-hero-container-inner {
	background: var(--global-palette3);
	border: 1px solid #bfc1b7;
	border-radius: 8px;
	overflow: hidden;
	padding: clamp(34px, 5vw, 64px);
	position: relative;
}

body.category .entry-hero.post-archive-hero-section .entry-hero-container-inner::before {
	background:
		linear-gradient(135deg, rgba(247, 165, 1, 0.22), transparent 44%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-position: 0 0, 0 0, 0 0;
	background-size: auto, 28px 28px, 28px 28px;
	content: "";
	inset: 0;
	opacity: 0.72;
	pointer-events: none;
	position: absolute;
}

body.category .entry-hero.post-archive-hero-section .entry-header {
	display: grid;
	gap: 16px;
	max-width: 780px;
	position: relative;
	z-index: 1;
}

body.category .entry-hero.post-archive-hero-section .archive-title {
	color: #ffffff;
	font-size: clamp(2.25rem, 5vw, 4.75rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

body.category .entry-hero.post-archive-hero-section .archive-description {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.5vw, 1.16rem);
	line-height: 1.6;
	margin: 0;
	max-width: 720px;
}

body.category .entry-hero.post-archive-hero-section .archive-description p {
	margin: 0;
}

body.category .content-area {
	margin-top: 22px;
}

body.category .content-container.site-container {
	max-width: min(100%, 1320px);
}

body.category .post-archive {
	align-items: stretch;
	gap: 18px;
}

body.category .post-archive > .entry-list-item {
	display: flex;
	min-width: 0;
}

body.category .entry.loop-entry {
	background: var(--global-palette10);
	border: 1px solid #bfc1b7;
	border-radius: 8px;
	box-shadow: none;
	flex: 1 1 auto;
	display: grid;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	transition: border-color 0.15s ease, transform 0.15s ease;
	width: 100%;
}

body.category .entry.loop-entry:hover,
body.category .entry.loop-entry:focus-within {
	border-color: #9b9c92;
	transform: translateY(-2px);
}

body.category .loop-entry .entry-content-wrap {
	display: grid;
	gap: 12px;
	grid-template-rows: auto minmax(0, 1fr) auto;
	height: 100%;
	min-height: 100%;
	padding: clamp(18px, 2.4vw, 26px);
	width: 100%;
}

body.category .loop-entry .entry-header {
	display: grid;
	gap: 12px;
	margin: 0;
}

body.category .loop-entry .entry-taxonomies {
	margin: 0;
}

body.category .loop-entry .entry-taxonomies a {
	background: #e5e7e0;
	border: 1px solid #dcdfd2;
	border-radius: 999px;
	color: var(--global-palette3);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

body.category .loop-entry .entry-title {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

body.category .loop-entry .entry-meta {
	color: var(--global-palette6);
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

body.category .loop-entry .entry-summary {
	align-self: stretch;
	color: var(--global-palette5);
	font-size: 0.98rem;
	line-height: 1.58;
	margin: 0;
}

body.category .loop-entry .entry-summary p {
	margin: 0;
}

body.category .loop-entry .entry-footer {
	align-self: end;
}

body.category .loop-entry .more-link-wrap {
	align-self: end;
	margin: 4px 0 0;
}

body.category .loop-entry .post-more-link {
	align-items: center;
	color: #1078a3;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 900;
	gap: 6px;
	text-decoration: none;
}

body.category .loop-entry .post-more-link:hover,
body.category .loop-entry .post-more-link:focus {
	color: #1d4ed8;
}

.site-footer-wrap {
	background: var(--global-palette8);
	border-top: 1px solid #bfc1b7;
}

.site-bottom-footer-inner-wrap {
	padding-bottom: 24px;
	padding-top: 24px;
}

.footer-html,
.footer-html a {
	color: var(--global-palette5);
}

.footer-html a:hover,
.footer-html a:focus {
	color: var(--global-palette3);
}

.cavacc-site-footer {
	align-items: center;
	display: grid;
	gap: 12px;
	text-align: center;
}

.cavacc-site-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	justify-content: center;
	line-height: 1.35;
}

.footer-html .cavacc-site-footer__links a {
	color: var(--global-palette5);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.footer-html .cavacc-site-footer__links a:hover,
.footer-html .cavacc-site-footer__links a:focus {
	color: var(--global-palette3);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cavacc-site-footer p {
	color: var(--global-palette5);
	font-size: 0.9rem;
	line-height: 1.45;
	margin: 0;
}

.entry-content > *:not(.cavacc) {
	background: var(--global-palette10);
	border: 1px solid #bfc1b7;
	border-radius: 6px;
	margin-bottom: 16px;
	padding: 20px;
}

.entry-content > ul:not(.wp-block-list),
.entry-content > ol:not(.wp-block-list) {
	padding-left: 40px;
}

.wp-block-group,
.wp-block-columns,
.wp-block-cover,
.wp-block-media-text,
.wp-block-table,
.wp-block-quote,
.wp-block-preformatted,
.wp-block-code {
	border-radius: 6px;
}

.wp-block-quote,
blockquote {
	background: var(--global-palette9);
	border-left: 4px solid var(--global-palette1);
	border-radius: 0 6px 6px 0;
	padding: 20px 20px 20px 24px;
}

pre,
.wp-block-code {
	background: var(--global-palette3);
	border: 1px solid var(--global-palette3);
	border-radius: 6px;
	color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-element-button,
.button.button-style-outline,
.button.kb-btn-global-outline {
	border-width: 1px;
}

@media all and (max-width: 1024px) {
	.entry-hero.page-hero-section .entry-hero-container-inner {
		padding-top: 36px;
	}

	.entry-content-wrap {
		padding: 20px;
	}
}

@media all and (max-width: 767px) {
	.site-main-header-inner-wrap {
		min-height: 64px;
	}

	.site-branding a.brand img.custom-logo,
	.mobile-site-branding a.brand img.custom-logo {
		max-height: 50px;
		max-width: min(248px, calc(100vw - 96px));
	}

	.entry-content-wrap {
		padding: 16px;
	}

	body.category .entry-hero.post-archive-hero-section {
		padding-top: 20px;
	}

	body.category .entry-hero.post-archive-hero-section .entry-hero-container-inner {
		padding: 28px 22px;
	}

	body.category .entry-hero.post-archive-hero-section .entry-header {
		gap: 14px;
	}

	.entry-title {
		font-size: 2.4rem;
	}

	.hero-container.site-container::after {
		height: 132px;
		inset-top: -10px;
	}
}
