div#page-container {
	overflow-x: clip;
}

.text-balance {
	text-wrap: balance;
}



/* RESOURCES FILTER
============================= */
.tk-resource-navigator-module {
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	margin: 64px auto;
}

.tk-resource-navigator-module ul.tk-filter-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.15);
	padding: 18px 32px;
	list-style: none;
	margin: 0;
	gap: 18px;
}

ul.tk-filter-container > li {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	line-height: 100%;
	padding: 6px 22px;
	position: relative;
	gap: 18px;
	width: clamp(180px,15.8vw,240px);
	color: #FFF;
	font-family: 'Aptos';
	font-style: normal;
	height: 42px;
	border-radius: 100px;
	border: 1px solid #FFF;
}

.dark-mode ul.tk-filter-container > li.tk-filter:not(.search-term).active {
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
	background: #292f45;
}

li.tk-filter svg {
	display: block;
	position: relative;
	width: 18px;
	height: 18px;
	fill: white;
}

li.tk-filter:not(.active) svg.filter-close {
    display: none;
}

li.tk-filter.active svg.filter-open {
    display: none;
}

filter-title {
	display: block;
	font-size: 16px;
	position: relative;
	line-height: 100%;
}

ul.tk-filter-container li > ul {
	border-radius: 0 0 20px 20px;
	background: #292f45;
	box-sizing: border-box;
	border: 1px solid white;
	border-top: none;
	display: flex;
	height: auto;
	left: -1px;
	list-style: none;
	margin: 0;
	opacity: 0;
	padding: 0px 10px 10px 10px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(18px);
	transition: all .08s ease-in-out;
	width: calc(100% + 2px);
	min-width: 200px;
	z-index: 15;
	flex-flow: column;
	gap: 0;
	overflow: scroll;
	scrollbar-width: none;
	max-height: 400px;
}

ul.tk-filter-container li.active > ul {
	pointer-events: all;
	opacity: 1.0;
	transform: translate(0,0);
}

li.tk-filter-item a {
	display: flex;
	position: relative;
	padding: 6px 12px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 6px;
	line-height: 115%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	color:white;
	transition: 0.36s ease all;
}

li.tk-filter-item a:hover {
	background:rgba(255,255,255,0.15);
}

ul.tk-filter-container > li.search-term {
	padding: 2px 22px 2px 6px;
	width: clamp(240px,26vw,335px);
}

ul.tk-filter-container > li.search-term form {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

input#tk-resource-search {
	border: 0;
	outline: none;
	color: white;
	background: transparent;
	padding: 0 0 0 16px;
	font-size: 16px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-weight: 400;
	height: 100%;
}
.dark-mode #tk-resource-search::-webkit-input-placeholder {
	color: white;
}
.dark-mode #tk-resource-search::-moz-placeholder {
	color: white;
}
.dark-mode #tk-resource-search:-ms-input-placeholder {
	color: white;
}
.dark-mode #tk-resource-search::placeholder {
	color: white;
}

.tk-resource-navigator-module.has-search {
	margin: 24px auto 0 auto;
}

.tk-resource-navigator-module.has-search ul.tk-filter-container {
	width: 100%;
}

.tk-resource-navigator-module.has-search ul.tk-filter-container li.search-term {
	width: 100%;
	height: 78px;
	padding: 2px 36px 2px 2px;
}

.tk-resource-navigator-module.has-search input#tk-resource-search {
	font-size: 24px;
	padding-left: 32px;
}

.tk-resource-navigator-module.has-search li.tk-filter svg#submit-search {
	width: 32px;
	height: auto;
}

.tk-resource-navigator-module.dark-mode span.term-count, 
.tk-resource-navigator-module.dark-mode .display-results {
	display: none;
}

.tk-resource-navigator-module.light-mode {
	flex-flow: column;
	margin: 0;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container {
	background: transparent;
	flex-flow: column;
	gap: 40px;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container > li {
	color: black;
	border-color: #b3b3b3;
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	height: auto;
	padding: 0;
	flex-flow: column;
	align-items: flex-start;
	gap: 0;
	order: 2;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container > li.display-results {
	border: 0;
	padding: 0;
	align-items: center;
	font-size: 14px;
	flex-flow: row wrap;
	gap: 18px;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container > li.tk-tax-filter {
	transition: 0.8s ease all;
	max-height: 51px;
	overflow: clip;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container > li.tk-tax-filter.active {
	max-height: 700px;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container li.tk-tax-filter filter-title:after {
	content: '';
	display: block;
	background-image: url('data:image/svg+xml,%3Csvg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.000414103 10.792L6.09941 3.79682e-05L12.1984 10.792H0.000414103Z" fill="black"/%3E%3C/svg%3E%0A');
	position: absolute;
	top: 50%;
	right: 18px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	transform:translate(0,-50%) scaleY(-1);
	pointer-events: none;
	transition: 0.8s ease all;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container li.tk-tax-filter.active filter-title:after {
	transform: translate(0,-50%);
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container > li.display-results:after {
	display: none;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container > li:after {
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	bottom: -20px;
	height: 1px;
	border-bottom: 1px dashed #b3b3b3;
	left: 0;
}

.tk-resource-navigator-module.light-mode filter-title {
	border-bottom: 1px dashed #b3b3b3;
	width: 100%;
	height: 51px;
	padding: 0 18px;
	display: flex;
	align-items: center;
	min-height: 51px;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container li > ul {
	border: 0;
	position: relative;
	top: unset;
	left: unset;
	pointer-events: all;
	padding: 18px;
	height: auto;
	opacity: 1.0;
	background: transparent;
	transform: translate(0);
	gap: 8px;
	width: 95%;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container li > ul li.tk-filter-item {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container li > ul li.tk-filter-item.disabled {
	display: none;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container li > ul li.tk-filter-item a {
	padding: 0;
	color: black;
	border-radius: unset;
	padding-left: 24px;
	flex: 1;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container li > ul li.tk-filter-item span {
	display: block;
	font-size: 16px;
	line-height: 115%;
	pointer-events: none;
	color: #000;
	opacity: 0.25;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container li > ul li.tk-filter-item a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #b3b3b3;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container > li.tk-tax-filter:not(.active):has(a.active) filter-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 48px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #80c5ec;
	transform: translate(0, -50%);
}

li.tk-filter-item a.active:after {
	content: '';
	display: flex;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	align-items: center;
	justify-content: center;
	background-color: #cdcdcd;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath d="M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z" fill="%23008ad8"/%3E%3C/svg%3E');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center center;
}

.tk-resource-navigator-module.light-mode li.tk-filter > svg {
	display: none;
}

.tk-resource-navigator-module.light-mode input#tk-resource-search {
	padding: 18px;
	color: black;
}

.tk-resource-navigator-module.light-mode li.tk-filter svg#submit-search path {
	fill: black;
}

.tk-resource-navigator-module.light-mode li.tk-filter svg#submit-search {
	width: 20px;
	height: auto;
	margin-right: 18px;
}

.tk-resource-navigator-module.light-mode ul.tk-filter-container > li.search-term.tk-filter {
	order: 1;
}

.display-results a.tk-clear-filters {
	padding: 12px 18px;
	font-size: 14px;
}

body.archive.tax-project_category li.resource-type.tk-filter {
	display: none;
}











/* BREADCRUMBS
=========================== */

.dipi-breadcrumbs ul li {
	margin-bottom: 0 !important;
	text-transform: uppercase;
}

.dipi-breadcrumbs.dipi-bc-left {
	padding-left: 36px;
}

.dipi-breadcrumbs ul li a {
	color: rgba(255,255,255,0.8);
	display: block;
	font-size: 16px;
	line-height: 100%;
	background-color: transparent;
}

.dipi-breadcrumbs ul {
	gap: 16px;
}

.dipi-breadcrumbs ul .dipi-breadcrumb-separator span.dipi-separator-symbol {
	font-size: 28px;
	line-height: 100%;
	color: #fff;
	opacity: 0.2;
}

li.dipi-breadcrumb-item.dipi-breadcrumb-current {
	display: flex;
	position: relative;
	border-radius: 22.11px;
	background: #80C5EC;
	padding: 12px 14px;
	text-transform: uppercase;
	letter-spacing: 0.884px;
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
	font-family: 'Aptos';
	color: #000;
}

.dipi-breadcrumbs.resource-breadcrumbs-module {
    padding-left: 0;
	margin-bottom:18px;
}

.dipi-breadcrumbs.resource-breadcrumbs-module .dipi-breadcrumb-item a {
    font-size: 13px;
    color: #b3b3b3;
}

.dipi-breadcrumbs.resource-breadcrumbs-module .dipi-breadcrumb-item a:hover {
    color: #80C5EC;
}























/* RESOURCE POSTS
=================================== */

.tk-resource-library-module {
	display: flex;
	flex-flow: column;
	gap: 32px;
}

.tk-resources-grid {
	display: grid;
	grid-template-columns: repeat(var(--column, 3), 1fr);
	grid-auto-rows: auto;
	gap: 24px;
}

.resource-post {
	display: flex;
	padding: 24px;
	border-radius: 10px;
	position: relative;
	transition: 300ms ease all;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	border: 1px solid #B3B3B3;
}

.resource-post:hover {
	border-color: black;
}

.resource-post figure {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	border-radius: 10px;
	overflow: clip;
	width: 100%;
	height: auto;
	aspect-ratio:14/9;
	min-height: 120px;
	background: #efefef;
}

.resource-post figure img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.resource-post ul.taxonomy-badges {
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:flex-start;
	gap:8px;
	list-style:none;
	margin:0;
	padding:0;
}

.resource-post ul.taxonomy-badges li {
	display: flex;
	position: relative;
	border-radius: 22.11px;
	background: #80C5EC;
	padding: 10px 11px;
	text-transform: uppercase;
	letter-spacing: 0.884px;
	font-size: 12px;
	line-height: 100%;
	font-weight: 600;
	font-family: 'Aptos';
	color: #000;
}

.resource-info {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	height: auto;
}

.resource-text {
	width: 100%;
}

.resource-post .resource-info h2 {
	font-size: 20px;
	text-wrap:balance;
	line-height: 135%;
	margin: 0;
}

.resource-post p {
	display:none;
}

.resource-post p.event-dates {
	display: block;
	margin: 0;
	color:#008AD8;
	font-weight: 500;
}

a.large-link {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}

.tk-post-pagination {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.tk-post-pagination.disabled {
	display: none;
}

a.black-button {
	color: black;
	display: block;
	border: 1px solid black;
	border-radius: 50px;
	padding: 10px 36px;
	font-size: 16px;
	transition: 300ms ease all;
}

a.black-button:hover {
	background: black;
	color: white;
}

p.no-resource-results {
	grid-column: span 3;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	padding: 48px 0;
}

.no-resource-results {
	grid-column: span var(--column);
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin: 48px auto;
}

.resource-post.skeleton {
	filter: grayscale(1);
}

.resource-post.skeleton figure {
	animation: shimmer 6s 0.15s infinite linear;
	background: linear-gradient(90deg, #f1f1f1 40%, #DDDDDD 50%, #f1f1f1 60%);
	background-size: 400% 100%;
}

.resource-post.skeleton h2, .resource-post.skeleton ul li {
	animation: shimmer 6s 0.15s infinite linear;
	background: linear-gradient(90deg, #f1f1f1 40%, #DDDDDD 50%, #f1f1f1 60%);
	background-size: 400% 100%;
	min-width: 40px;
}

.resource-post.skeleton h2 {
	height: 40px;
	border-radius: 4px;
}

@keyframes shimmer {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}










/* FEATURED RESOURCES 
====================================== */

.tk-featured-resources-grid {
	display: grid;
	grid-template-columns: 52.25% 46.05%;
	grid-auto-rows: auto;
	gap: 24px;
}

.tk-featured-resources-grid .resource-post {
    border: 1px solid rgba(179, 179, 179, 0.38);
    background: linear-gradient(243deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
    flex-flow: row;
    align-items: center;
    padding: 18px 24px;
}

.tk-featured-resources-grid .resource-post:hover {
	border-color: #b3b3b3;
}

.tk-featured-resources-grid .resource-post figure {
	flex: 1;
	background: rgba(255, 255, 255, 0.2);
}

.tk-featured-resources-grid .resource-post p {
	display: none;
}

.tk-featured-resources-grid .resource-post .resource-info {
	flex: 1;
	justify-content: center;
}

.tk-featured-resources-grid .resource-post h2, 
.tk-featured-resources-grid .resource-post p:not(.event-dates) {
	color: white;
	text-wrap: balance;
}

.tk-featured-resources-grid .resource-post p.event-dates {
	color: #80C5EC;
}


@media all and (min-width:969px) {

	.tk-featured-resources-grid .resource-post:first-child {
		grid-column: 1 / 2;
		grid-row: 1 / 4;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 32px;
	}

	.tk-featured-resources-grid .resource-post:first-child figure {
		flex: 0 0 auto;
	}
	
	.tk-featured-resources-grid .resource-post:first-child .resource-info {
        justify-content: flex-start;
        position: relative;
    }
	
	.tk-featured-resources-grid .resource-post:first-child ul.taxonomy-badges {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.tk-featured-resources-grid .resource-text {
		display: flex;
		flex-flow: row;
		align-items: flex-end;
		gap: 18px;
	}

	.tk-featured-resources-grid .resource-post:first-child h2 {
        font-size: 28px;
        display: -webkit-box;
        padding-bottom: 0;
        padding-top: 60px;
        flex: 0 0 50%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

	.tk-featured-resources-grid .resource-post:first-child p {
        display: -webkit-box;
        flex: 1;
        font-size: 15px;
        text-wrap: pretty;
        line-height: 165%;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
	
	.tk-featured-resources-grid .resource-post:nth-of-type(n+2) h2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		padding: 0;
	}

}


/* OVERVIEW RESOURCES 
====================================== */

.tk-resources-grid.tk-overview-resources-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 54px 72px;
	border-radius: 15px;
	background: #ECECEC;
	padding: 32px 24px;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post {
	background: white;
	border-color: transparent;
	flex-flow: row;
	align-items: stretch;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:hover {
	border-color: #000000;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:first-of-type {
	grid-column: span 2;
	background: transparent;
	border: 0;
	flex-flow: row;
	align-items: stretch;
	gap: 72px;
	padding: 0;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:first-of-type figure {
	aspect-ratio: 13/9;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:first-of-type .resource-info {
	justify-content: center;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:first-of-type .resource-info p {
	display: block;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:first-of-type .resource-text {
	width: 100%;
	max-width: 520px;
	text-wrap: balance;
}

.tk-overview-resources-grid .resource-post:first-child h2 {
	font-size: 32px;
	line-height: 125%;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:nth-of-type(n+2) ul.taxonomy-badges {
	display: none;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:nth-of-type(n+2) .resource-info {
	justify-content: center;
	padding-right: 24px;
	position: relative;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:nth-of-type(n+2) h2 {
	font-size: 16px;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:nth-of-type(n+2) .resource-info p.event-dates {
	font-size: 15px;
	padding: 0;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:first-of-type .resource-info a.black-button {
	position: relative;
	z-index: 11;
	display: inline-flex;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:nth-of-type(n+2) .resource-info:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -8px;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="7" height="10" viewBox="0 0 7 10" fill="none"%3E%3Cpath d="M0.231485 9.77988C0.0832653 9.6389 -2.41412e-08 9.44771 -3.2855e-08 9.24837C-4.15688e-08 9.04902 0.0832653 8.85783 0.231485 8.71685L4.14509 4.99546L0.231485 1.27408C0.0874655 1.13229 0.00777441 0.94238 0.00957578 0.745262C0.0113772 0.548143 0.0945268 0.359584 0.241116 0.220195C0.387704 0.0808067 0.586003 0.00174138 0.793303 2.85756e-05C1.0006 -0.00168423 1.20032 0.0740928 1.34943 0.211038L5.82201 4.46394C5.97023 4.60492 6.0535 4.79611 6.0535 4.99546C6.0535 5.19481 5.97023 5.386 5.82201 5.52698L1.34943 9.77988C1.20117 9.92082 1.0001 10 0.790458 10C0.580812 10 0.37975 9.92082 0.231485 9.77988Z" fill="black"/%3E%3C/svg%3E');
	height: 12px;
	width: 12px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translate(0,-50%);
	transition: 240ms ease all;
}

.tk-resources-grid.tk-overview-resources-grid .resource-post:nth-of-type(n+2):hover .resource-info:after {
	transform: translate(-8px,-50%);
}













@media all and (max-width:1080px) {
	.tk-resources-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media all and (max-width:980px) {
	.tk-featured-resources-grid .resource-post {
		flex-flow: column;
	}
	.tk-resources-grid.tk-overview-resources-grid .resource-post:first-of-type, 
	.tk-resources-grid.tk-overview-resources-grid .resource-post {
		flex-flow: column;
		gap: 18px;
	}
	
	.tk-featured-resources-grid .resource-post .resource-info {
		justify-content: flex-start;
	}

	.tk-resources-grid.tk-overview-resources-grid .resource-post:first-of-type figure {
		aspect-ratio: 5/2;
	}
	.tk-resource-navigator-module.light-mode ul.tk-filter-container li > ul {
		width: 100%;
	}
	ul.tk-filter-container > li {
		flex: 1;
		width: 50vw;
	}
	
}

@media all and (max-width:768px) {
	ul.tk-filter-container li > ul {
		min-width: 100%;
	}
	ul.tk-filter-container > li.search-term {
		width: 100%;
		flex: 0 0 100%;
	}

	.tk-resource-navigator-module ul.tk-filter-container {
		padding: 12px;
	}

	.tk-resources-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.tk-resources-grid.tk-overview-resources-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 18px;
	}
	.tk-resources-grid.tk-overview-resources-grid .resource-post:first-of-type {
		grid-column: span 1;
		margin-bottom: 24px;
	}
	.tk-resources-grid.tk-overview-resources-grid .resource-post:first-of-type figure {
		aspect-ratio: unset;
		width: 100%;
		height: auto;
	}
	
}


@media all and (max-width:499px) {
	
}

