.resource-thumbnail-wrap {
    position: relative;    
	background: var(--wp--preset--gradient--middleblue-to-aquablue);
    padding-top: 1.5rem;
}
.client-stories .resource-thumbnail-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.resource-thumbnail-wrap p, p.featured-resource {
    position: absolute;
    top: 12px;
    left: 12px;
    background: white;
    padding: .3rem 1rem .25rem;
    font-size: 13px;
    font-weight: 400;
    border-radius: 99px;
    line-height: 1rem;
    margin: 0;
}
.resource-thumbnail-wrap figure {
    aspect-ratio: 2.1/1;
	display:flex;
}
.resource-thumbnail-wrap img {
    max-width: 90%;
}
p.featured-resource {
    position: static;
    display:inline-block;
}
.resource-grid {
    grid-template-columns: repeat(auto-fill, minmax(min(15rem, 100%), 1fr));
    container-type: inline-size;
	gap:1rem;
}
.resource-grid > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	position:relative;
	margin-bottom: 2rem;
}
.resource-grid > div > div{
	width:100%;
}
.resource-grid .featured::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: transparent url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%0D%0A%20%20%3Cg%20id%3D%22icon-star%22%20transform%3D%22translate(-1089%20-1000)%22%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22Rectangle_17880%22%20data-name%3D%22Rectangle%2017880%22%20width%3D%2230%22%20height%3D%2230%22%20transform%3D%22translate(1089%201000)%22%20fill%3D%22%23162944%22%2F%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Group_29746%22%20data-name%3D%22Group%2029746%22%20transform%3D%22translate(1096.571%201007.707)%22%3E%0D%0A%20%20%20%20%20%20%3Cg%20id%3D%22Group_29477%22%20data-name%3D%22Group%2029477%22%20transform%3D%22translate(0.204%200.204)%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Path_135696%22%20data-name%3D%22Path%20135696%22%20d%3D%22M9.725%2C2.5%2C11.8%2C7.246l5.154.5-3.874%2C3.436%2C1.114%2C5.057L9.725%2C13.62%2C5.26%2C16.242l1.114-5.057L2.5%2C7.749l5.154-.5Z%22%20transform%3D%22translate(-2.5%20-2.5)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%0D%0A%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') no-repeat 0 0;
}
.resource-title {
    font-size: 1.625rem;
}
.resource-grid .resource-link {
    margin-left: 0 !important;
}
.resource-link span {
    font-weight: 400;
    display: inline-block;
    padding-right: 45px;
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.546%22%20height%3D%2228.545%22%20viewBox%3D%220%200%2028.546%2028.545%22%3E%0D%0A%20%20%3Cg%20id%3D%22next-arrow%22%20transform%3D%22translate(14.273%202)%20rotate(45)%22%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22p2%22%20d%3D%22M0%2C0H12.5V12%22%20transform%3D%22translate(4.852%200)%22%20fill%3D%22none%22%20stroke%3D%22%23162944%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22p1%22%20d%3D%22M17.356%2C0%2C0%2C17.356%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%23162944%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat 95% 50%;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    color: var(--wp--preset--color--middleblue)
}
.resource-grid > div:hover .resource-link span {
    background-position: 97% 50%
}
.filter li{
	padding-left:33px;
	cursor:pointer;
	font-size:18px;
	margin-bottom:.35rem;
}
.filter li::before {
    width: 18px;
    height: 18px;
    background-color: var(--wp--preset--color--white);
    border-radius: 0;
    left: 0;
    top: 0;
}
.filter li.active::after {
    content: "✓";
    color: var(--wp--preset--color--middleblue) !important;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 4px;
    font-weight: bold;
}
.resource-clear-all{
	text-decoration:underline;
	cursor:pointer;
}
.resource-clear-all:hover{
	text-decoration:none;
}
.resource-search-term{
	display:none;
}
.resource-search-term.active{
	display:block!important;
}
@media only screen and (max-width: 781px) {
	.resource-filters {
		display: flex;
		justify-content: space-between;
	}
	.resource-filters ul {
		margin-right: 1rem;
	}	
}
@media only screen and (max-width: 530px) {
	.resource__item .post-thumbnail img{
		width:100%;
	}
}