.featured-resource .featured-preview {
	width: 247px;
	height: 240px;
	background: #0055B8;
	position: relative;
	overflow: hidden;
	width: 100%
}
.featured-resource .featured-preview .featured-preview-media {
	position: relative;
}
.featured-resource .featured-preview .featured-preview-media:after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.fancybox-container {
	z-index: 9999999 !important;
}
.fancybox-container.projects .fancybox-inner {
	width: 80%;
	height: 80%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
}
.fancybox-container.projects .fancybox-caption {
	background: #f4f5f6;
	color: initial;
}
.fancybox-container.projects .fancybox-caption:before {
	content: none;
}
.featured-resource .featured-preview .date {
	font-family: "Filson Pro Thin", sans-serif;
	font-size: 64px;
	font-weight: 250;
	line-height: 61px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFFFFF;
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.featured-resources {
	display: flex;	
	gap: 20px;
	flex-wrap: wrap;
}
.resource-list {
	display: flex;	
	gap: 20px;
	flex-wrap: wrap;
}

.resource-list .pagination {
	margin-top: 30px;
	width: 100%;
}
.featured-resource {
	padding: 10px;
	background: #fff;
	width: 275px;
	transition: all .4s ease-in-out;
	position: relative;
}
.resource-item {
	position: relative;
	transition: all .4s ease-in-out;
	border: 1px solid #F4F5F6;
	width: calc(33.33% - 14px);
}
.resource-item:nth-child(4n + 4) {
	width: 100%;
}
.resource-item .resource-image {
	margin-bottom: 15px;
}
.resource-item:nth-child(4n + 4) .resource-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}
.resource-item:nth-child(4n + 4) .resource-heading {
	border-top: 9px solid #192F61;
	padding-top: 15px;
}
.resource-item .resource-image.no-featured-image {
	background: #192F61;
	height: 9px;
	width: 100%;
	margin-bottom: 20px;
}
.resource-item .resource-heading {
	padding: 0 15px;
	margin-bottom: 15px;
}
.resource-item .resource-heading .date {
	font-family: var(--font-inter);
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
	display: inline-block;
}
.resource-item .resource-heading .tag {
	font-family: var(--font-inter);
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
	color: #595959;
	background: #F7F7F7;
	padding: 9px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.resource-item .content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 60px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
	display: none;
}
.resource-item .content .download {
	left: 15px;
	bottom: 15px;
}
.featured-resource .content,
.resource-item .content {
	margin-top: 15px;
	padding-bottom: 55px;
}
.featured-resource .content {
	padding-bottom: 49px;
}
.featured-resource .title,
.resource-item .title {
	font-family: "Filson Pro Medium";
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	display: block;
	margin-bottom: 15px;
	color: #000;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 23px;
}
.featured-resource .featured-preview:before {
	content: "";
	background: #192F61;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .4s ease-in-out;
}
.featured-resource:nth-child(4n - 3) .featured-preview:before {
	transform: rotate(-30deg) translate(40%, 60%);
	
}
.featured-resource:nth-child(4n - 2) .featured-preview:before {
	transform: rotate(-150deg) translate(63%, -12%);
}
.featured-resource:nth-child(4n - 1) .featured-preview:before {
    transform: rotate(-30deg) translate(31%, -27%);
}
.featured-resource:nth-child(4n - 4) .featured-preview:before {
    transform: rotate(-30deg) translate(-23%, 51%);
}
.featured-resource:hover .featured-preview:before {
	transform: rotate(0) translate(0, 0);
}
.featured-resource .download,
.resource-item .download {
	position: absolute;
	bottom: 10px;
	left: 10px;
	overflow: hidden;
}
.featured-resource .download .download-content,
.resource-item .download .download-content {
	height: 0;
	transition: all .5s ease-in-out;
}
.featured-resource .download .expend,
.resource-item .download .expend {
	padding: 8px;
	border: 2px solid #F18F3D;
	font-family: var(--font-inter);
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	text-align: left;
	color: #F18F3D;
	display: inline-block;
	cursor: pointer;
	transition: all .5s ease-in-out;
} 
.featured-resource .download .expend {
	font-size: 14px;
	line-height: 19px;
}
.featured-resource .download .expend:before,
.resource-item .download .expend:before {
	margin-right: 9px;
	content: '';
	background: url(../images/download-icon.png) no-repeat 0 0;
	width: 11px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid #F18F3D;
	padding-bottom: 1px;
}
.featured-resource .download .expend:after,
.resource-item .download .expend:after {
	margin-left: 15px;
	content: '';
	background: url(../images/download-arrow.png) no-repeat 0 0;
	width: 16px;
	height: 9px;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 1px;
}
.featured-resource .download.expended .expend:before,
.featured-resource .download.expended .expend:after,
.resource-item .download.expended .expend:before,
.resource-item .download.expended .expend:after {
	content: none;
}
.featured-resource .download.expended .expend,
.resource-item .download.expended .expend {
	border: none;
	padding: 0;
	margin-bottom: 3px;
}
.featured-resource .download.expended .download-content,
.resource-item .download.expended .download-content {
	height: 38px;
}
.featured-resource .download a,
.resource-item .download a {
	padding: 8px;
	border: 2px solid #F18F3D;
	font-family: var(--font-inter);
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	color: #F18F3D;
	display: inline-block;
}
.featured-resource .download a:before,
.resource-item .download a:before {
	margin-right: 9px;
	content: '';
	background: url(../images/download-icon.png) no-repeat 0 0;
	width: 11px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid #F18F3D;
	padding-bottom: 1px;
}
.featured-resources .slick-slide {
    margin: 0 15px;
	height: inherit !important;
}
.featured-resources .slick-list {
    margin: 0 -15px;
}
.featured-resources .slick-track {
    display: flex !important;
}
.featured-resources .slick-prev.slick-arrow,
.featured-resources .slick-next.slick-arrow {
	background: #D9D9D9;
    box-shadow: 0px 4px 34px 0px #0000008C;
    color: #192F61;
    border-radius: 50%;
	padding: 16px;
	width: auto;
    height: auto;
}
.featured-resources .slick-prev.slick-arrow:before {
	content: "\e875";
	font-family: elementskit!important;
	font-size: 22px;
}
.featured-resources .slick-next.slick-arrow:before {
	content: "\e876";
	font-family: elementskit!important;
	font-size: 22px;
}
.resource-gradient-1 .elementor-widget-container:before {
	content:'';
    background: linear-gradient(180deg, #0055B8 0%, #819BB8 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.6;
}
.resource-gradient-2 .elementor-widget-container:before {
	content:'';
    background: linear-gradient(180deg, #0053b1 0%, #C4C4C4 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.6;
}
.resource-gradient-3 .elementor-widget-container:before {
	content:'';
    background: linear-gradient(180deg, #F18F3D 0%, #F1B585 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.6;
}
.resource-gradient-4 .elementor-widget-container:before {
	content:'';
    background: linear-gradient(180deg, #000000 0%, #808080 100%);
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.6;
}
.resource-gradient-5 .elementor-widget-container:before {
	content:'';
    background: linear-gradient(180deg, #C8CDD2 0%, #797C80 100%);
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.6;
}
.resource-gradient-6 .elementor-widget-container:before {
	content:'';
    background: linear-gradient(180deg, #192F61 0%, #3E3947 100%);
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.6;
}
.resource-gradient-7 .elementor-widget-container:before {
	content:'';
    background: linear-gradient(180deg, #58B7E8 0%, #BAE0E8 100%);
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.6;
}
.anchor-box {
	transition: all 0.2s ease-in-out;
}
.anchor-box:hover .elementor-widget-container:before {
	opacity: 0.8;
}
.resource-gradient-1 .elementor-icon-box-content,
.resource-gradient-2 .elementor-icon-box-content,
.resource-gradient-3 .elementor-icon-box-content,
.resource-gradient-4 .elementor-icon-box-content,
.resource-gradient-5 .elementor-icon-box-content,
.resource-gradient-6 .elementor-icon-box-content,
.resource-gradient-7 .elementor-icon-box-content {
	z-index: 9;
}
.resources-filters-form {
	display: flex;
	justify-content: space-between;
}
.resources-filters-form .filter-group {
	display: flex;
	gap: 20px;
}
.resources-filters-form .filter-group input[type="text"] {
	padding: 0.407em 0.75em;
    padding-left: 50px !important;
    position: relative;
    background: #fff;
    font-family: 'Inter';
    font-size: 14px;
    height: 39px;
}
.resource-filter-inner {
	position: relative;
}
.resource-filter-inner.right {
	border: 1px solid #e2e8f0;
    padding: 0.407em 0.75em;
    background: #fff;
    font-family: 'Inter';
    font-weight: 500;
}
.resource-filter-inner.right input {
	border: none;
	margin-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.resources-filters-form .filter-group button {
	position: absolute;
    left: 0;
    height: 39px;
    width: 41px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG+SURBVHgBjVPLUcMwEN2Vg7lCBz4zw8fA8BkupgKgAtJBQgVxKghUQDqADhIOEAIYO6QBp4OcmPykRVrjxOTD+F28kqW3b99qEebQeu96KKBEQB4CbBBAHxEiVKKuxuOn01M3nr+D08th6CAV7oHIg9WIkeTN8aH7mN0UMwKrYQg4M5BvY8E5OdjBdSE3LQGXSBTpow6h9dD+6FwvKHn97DIBIkU2qnPXdfvLZLSDbkWX6ZtEMJJuWppoBV/FpASK1VBdrSIwOD7Yruqst8YrtK3atBxdzwVLIvCXmTYPW8iq+Wo1XhiGG0yi9MIEE6U6kANGKSJGRs33GBwmMQsTnB25EeQEJSZDQaztMgmbpJFKywVEhz9CxYkSLc0Egwns5eXQSvisHMpeQkLQZFbLquQheAk6ZbZAlzRtsS0md1wSgdcKQv8/gue3cA8BOZlpdbrPjy2ZF2r87tVpJKvZdhu/BkqU9fFSOk/ZxzabnSAsAli1tFv6TxMI2fR0GJPYjAXHsU52bogwK5dnSLE3xYVatHf6ZfoSZQ9J6DFBJyVCWAIjf0zru4gTzm5RIdrf3+r9SZYhWkqSBzMigB+qA9d1pkzwjgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}
.resources-filters-form .filter-group select {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADOSURBVHgBpZDLDYJAEIZnFhOvdqAVSJAY5SQt2IGUYAXECihBOsAO8IZoYANWYAdeNcDImmwCPiDod5zHl38GOOcD+BG5y26F4hyidAsdEYI7MT84cZP1Wb4ua4MuIikAgp0x1fYoG0GcuEhIc31sNQkCzkeMmCcEM13dPM+RTWOirkoHNiUSAiTFrwoE+DYoEgEO+5gvNU27vgqQyK0KaklqiYAu4mb5/SbBxySSMEodQDKzrLCUnuJ9E7QSRme7/BGFUWLDPxzjdNE28wAfG3A8qjN2ZAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: right 10px center;
    appearance: none;
    height: 39px;
    padding: 0.407em 0.75em;
    padding-right: 30px;
    font-family: 'Inter';
    font-size: 14px;
}
.resource-filters {
	margin-bottom: 30px;
}
.resource-filters .sort-by {
    padding: 0.407em 0.75em;
    position: relative;
    background: #fff;
    font-family: 'Inter';
    display: block;
    cursor: pointer;
    color: #666;
    font-size: 14px;
}
.resource-filters .sort-by:first-child {
	border: 1px solid #e2e8f0;
    height: 39px;
    line-height: 28px;
}
.resource-filters .sort-by:first-child .toggle-icon {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADOSURBVHgBpZDLDYJAEIZnFhOvdqAVSJAY5SQt2IGUYAXECihBOsAO8IZoYANWYAdeNcDImmwCPiDod5zHl38GOOcD+BG5y26F4hyidAsdEYI7MT84cZP1Wb4ua4MuIikAgp0x1fYoG0GcuEhIc31sNQkCzkeMmCcEM13dPM+RTWOirkoHNiUSAiTFrwoE+DYoEgEO+5gvNU27vgqQyK0KaklqiYAu4mb5/SbBxySSMEodQDKzrLCUnuJ9E7QSRme7/BGFUWLDPxzjdNE28wAfG3A8qjN2ZAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    content: "";
    width: 17px;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
}
.resource-filters .sort-by:not(:first-child) {
    border: 1px solid #e2e8f0;
    position: absolute;
    width: 100%;
    margin-top: 1px;
    display: none;
    z-index: 9;
}
.resource-filters .sort-by i {
	margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    line-height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.resource-filters .sort-by .label {
	padding-left: 15px;
	position: relative;
	font-size: 14px;
}
.resource-filters .sort-by i.fa-sort-down,
.resource-filters .sort-by i.fa-sort-up {
	vertical-align: middle;	
  	font-size: 13px;
  	line-height: 13px;
}
.resource-filters .sort-by i.fa-sort-up {
	margin-top: 4px;
}
.resource-filters .sort-by i.fa-sort {
	vertical-align: middle;
  	font-size: 13px;
  	line-height: 13px;
  	margin-top: 1px;
}
.dot-pulse {
	position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #192450;
    color: #192450;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
    margin: 0 20px;
}
.dot-pulse::before, .dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #192450;
    color: #192450;
}
.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
}
.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}
@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }

    30% {
        box-shadow: 9999px 0 0 2px;
    }

    60%, 100% {
        box-shadow: 9999px 0 0 -5px;
    }
}
.dot-pulse-wrapper {
	display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 9;
    text-align: center;
}
.dot-pulse-wrapper i {
	font-size: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    margin-top: 30%;
}
.loading .dot-pulse-wrapper {
	display: block;
}
.list-projects .featured-resource iframe {
	width: 100%;
	height: 240px;
}
.list-projects .featured-resource .featured-preview:before {
	content: none;
}
.list-projects .featured-resource {
	border: 1px solid #0053b1;
	background: #0053b1;
}
.list-projects .slick-arrow {
	box-shadow: none !important;
}
.list-projects .content {
	padding-bottom: 0;
}
.fancybox-container.projects .fancybox-caption .tags,
.list-projects .tags {
	display: flex;
	gap: 5px;
	margin-bottom: 10px;
}
.fancybox-container.projects .fancybox-caption .tags .tag,
.list-projects .tags .tag {
	color: #fff;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 8px;
    display: block;
	background: #f18f3d;
}
.fancybox-container.projects .fancybox-caption .implementation-organisation {
	color: #8B8B8B;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px !important;
}
.fancybox-container.projects .fancybox-stage {
	right: 0;
	left: calc(50% + 6px);
}
.fancybox-container.projects .fancybox-button.fancybox-button--arrow_left {
	left: -50px !important;
}
.fancybox-container.projects .fancybox-button.fancybox-button--arrow_right {
	right: -50px !important;
}
.fancybox-container.projects .fancybox-button.fancybox-button--arrow_left,
.fancybox-container.projects .fancybox-button.fancybox-button--arrow_right {
	background: #D9D9D9;
    box-shadow: 0px 4px 34px 0px #0000008C;
    color: #192F61;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
.fancybox-container.projects .fancybox-button.fancybox-button--arrow_left svg,
.fancybox-container.projects .fancybox-button.fancybox-button--arrow_right svg {
	display: none;
}
.fancybox-container.projects .fancybox-button.fancybox-button--arrow_left:after {
	content: "\e875";
    font-family: elementskit!important;
    font-size: 22px;
    left: 0;
    top: 0;
    padding: 6px 11px;
}
.fancybox-container.projects .fancybox-button.fancybox-button--arrow_right:after {
	content: "\e876";
    font-family: elementskit!important;
    font-size: 22px;
    left: 0;
    top: 0;
    padding: 6px 11px;
}
.fancybox-container.projects .fancybox-caption {
	width: 50%;
	left: 0;
	right: auto;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 40px 15px 15px;
}
.fancybox-container.projects .fancybox-caption a:hover {
	color: initial !important;
}
.fancybox-container.projects .fancybox-caption .description * {
	color: #192f61 !important;
}
.fancybox-container.projects .fancybox-caption > div {
	overflow: auto;
}
.fancybox-container.projects .fancybox-caption div > * {
	margin-bottom: 15px !important;
	padding-top: 0;
}
.fancybox-container.projects .fancybox-caption p {
	font-size: 15px;
    line-height: 24px;
}
.fancybox-container.projects .fancybox-caption .f-arrow {
	font-size: 24px;
    vertical-align: middle;
}
.fancybox-container.projects .fancybox-caption .f-arrow.disabled {
	visibility: hidden;
}
.fancybox-container.projects .fancybox-caption .f-label {
	font-size: 12px;
	vertical-align: middle;
}
.projects-popup {
	display: none;
}
.fancybox-container.projects.full-width .fancybox-caption {
	width: 100%;
}
.fancybox-container.projects.full-width .fancybox-toolbar {
	z-index: 99999;
}

/* Responsive fixes */
@media screen and (max-width: 1300px) {
	.featured-resources .slick-prev.slick-arrow, 
	.featured-resources .slick-next.slick-arrow {
		display: none !important;
	}
}
.featured-resources.list-projects .featured-resource .title {
    color: #fff;
}
@media screen and (max-width: 768px) {
	#page .resource-list .resource-item {
		width: 100% !important;
	}
	#page .resources-filters-form {
		gap: 20px;
		flex-direction: column;
	}
	#page .resources-filters-form .filter-group {
		flex-direction: column;
	}
}