:root {
	--bti-resources-tax-hero-bg: #02efe2;
	--bti-resources-tax-hero-text-color: #001d4f;
	--bti-resources-tax-hero-description-width: 425px;
	--bti-resources-tax-accent-color: #33bdfa;
	--bti-resources-tax-text-color: #001d4f;
	--bti-resources-tax-entry-title-font-size: 1.3rem;
	--bti-resources-breadcrumb-container-width: var(--bti-container-width, 1140px);
	--bti-resources-breadcrumb-font-size: 0.65rem;
	--bti-resources-breadcrumb-font-weight: 600;
	--bti-resources-breadcrumb-color: #001d4f;
	--bti-resources-breadcrumb-hover-color: #33bdfa;
	--bti-resources-breadcrumb-last-color: #33bdfa;
	--bti-resources-layout-flex-direction: row-reverse;
}
.resources-breadcrumbs-wrapper {
	padding-top: 30px;
}
.resources-breadcrumbs {
	width: var(--bti-resources-breadcrumb-container-width);
	max-width: 100%;
	margin-inline: auto;
	font-size: var(--bti-resources-breadcrumb-font-size);
	font-weight: var(--bti-resources-breadcrumb-font-weight);
}
.resources-breadcrumbs a {
	color: var(--bti-resources-breadcrumb-color);
}
.resources-breadcrumbs a:hover {
	color: var(--bti-resources-breadcrumb-hover-color);
}
.resources-breadcrumbs .breadcrumb_last {
	color: var(--bti-resources-breadcrumb-last-color);
}
.tax-resource-category .suki-content-layout-left-sidebar .suki-content-row {
	display: flex;
	flex-direction: var(--bti-resources-layout-flex-direction);
}
.tax-resource-category .suki-hero-inner {
	background-color: var(--bti-resources-tax-hero-bg);
}
.tax-resource-category .suki-hero-inner .page-title,
.tax-resource-category .suki-hero-inner .archive-description {
	color: var(--bti-resources-tax-hero-text-color);
}
.tax-resource-category .archive-description {
	width: var(--bti-resources-tax-hero-description-width);
	max-width: 100%;
}
.tax-resource-category .suki-hero.hide-description .page-title {
	margin-bottom: 0;
}
.tax-resource-category .suki-hero.hide-description .archive-description {
	display: none;
}
.tax-resource-category .suki-content-inner {
	padding-top: 30px;
}
.tax-resource-category h4 {
	margin-bottom: 0.5rem;
}
.resources-tax-sidebar-button {
	display: none;
	font-size: 1.5rem;
	border: none;
	background-color: transparent;
	padding: 0 0 1.5rem 0;
	color: var(--bti-resources-tax-text-color);
	border-radius: 0;
}
.resources-tax-sidebar-button:hover, .resources-tax-sidebar-button:active, .resources-tax-sidebar-button:focus {
	background-color: transparent;
	color: var(--bti-resources-tax-text-color);
}
.resources-tax-sidebar-button.active {
	color: var(--bti-resources-tax-accent-color);
}
.resources-tax-sidebar {
	list-style: none;
	padding-left: 0;
}
.resources-tax-sidebar ul {
	list-style: none;
	padding-left: 0;
}
.resource-tax-sidebar-terms {
	margin-bottom: 1rem;
}
.resource-tax-sidebar-parent-term {
	text-decoration: underline;
	color: var(--bti-resources-tax-text-color);
}
.resource-tax-sidebar-parent-term:hover {
	color: var(--bti-resources-tax-accent-color);
}
.resource-tax-sidebar-parent-term.active-term {
	text-decoration: none;
	color: var(--bti-resources-tax-accent-color);
}
.resources-tax-sidebar h5 {
	margin-bottom: 0.3rem;
	margin-top: 0.5rem;
}
.resource-tax-sidebar-child-term {
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: underline;
	color: var(--bti-resources-tax-text-color);
}
.resource-tax-sidebar-child-term:hover {
	color: var(--bti-resources-tax-accent-color);
}
.resource-tax-sidebar-child-term.active-term {
	text-decoration: none;
	color: var(--bti-resources-tax-accent-color);
	font-weight: bold;
	pointer-events: none;
}
.resource-tax-sidebar-grandchild-term {
	font-size: 0.8rem;
	font-weight: 600;
	text-decoration: underline;
	color: var(--bti-resources-tax-text-color);
}
.resource-tax-sidebar-grandchild-term:hover {
	color: var(--bti-resources-tax-accent-color);
}
.resource-tax-sidebar-grandchild-term.active-term {
	text-decoration: none;
	color: var(--bti-resources-tax-accent-color);
	font-weight: bold;
	pointer-events: none;
}
.resources-tax-sidebar h4,
.resources-tax-sidebar h5,
.resources-tax-sidebar h6 {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}
.resources-tax-sidebar h6 {
	margin-bottom: 0.2rem;
	margin-top: 0.4rem;
	font-size: 0.8rem;
}
.tax-resource-category .entry, .tax-resource-category .resource-tax-custom-content {
	width: 600px;
	max-width: 100%;
}
.tax-resource-category .resource-tax-custom-content {
	margin-bottom: 1.5rem;
}
.tax-resource-category .entry-header {
	margin-bottom: 0.5rem;
}
.tax-resource-category .entry-title {
	font-size: var(--bti-resources-tax-entry-title-font-size);
}
.tax-resource-category .entry-content {
	margin-top: 0;
	font-size: 0.8rem;
}
.resources-tax-custom-title--first {
	color: var(--bti-color-first);
}
.resources-tax-custom-title--second {
	color: var(--bti-color-second);
}
.resources-tax-custom-title--third {
	color: var(--bti-color-third);
}
.resources-tax-custom-title--fourth {
	color: var(--bti-color-fourth);
}
@media screen and (max-width: 1023px) {
	:root {
		--bti-resources-tax-entry-title-font-size: 1.2rem;
		--bti-resources-layout-flex-direction: column-reverse;
	}
	.tax-resource-category aside.sidebar {
		margin-top: 0 !important;
		margin-bottom: 1.5rem !important;
	}
	.tax-resource-category aside.sidebar:after {
		content: '';
		display: block;
		width: 100vw;
		height: 1px;
		margin-left: -20px;
		background-color: currentColor;
	}
	.resources-tax-sidebar-button {
		display: inline-block;
	}
	.resources-tax-sidebar {
		height: 0;
		overflow: hidden;
		margin-bottom: 0;
	}
	.resources-tax-sidebar.expanded {
		height: auto;
	}
}
