.highlight-template {
	margin-top: 80px;
	margin-bottom: 0;
}

.category-heading {
	text-transform: uppercase;
}

.category-filter {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.filter-option {
	color: #000;
	padding: 6px 16px 5px;
	margin-right: 0px;
	margin-top: 19px;
	display: block;
	cursor: pointer;
	transition: 0.45s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transition: 0.45s cubic-bezier(0.25, 1, 0.5, 1);
	text-decoration: none !important;
	outline: none !important;
}

.filter-option:hover,
.filter-option:focus-visible {
	background-color: #003366;
	color: #fff;
}

.filter-option.active {
	background-color: #003366 !important;
	color: #fff;
	cursor: context-menu;
}

.post-list-container {
	margin-top: 40px;
}

.list-title {
	text-transform: uppercase;
}
#post-list {
    margin: 80px 0 0;
    display: flex;
    flex-wrap: wrap;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.post-item {
    width: calc(100% / 3);
	padding: 50px 50px 51px;
	position: relative;
}

.post-item .post-item-inner {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	position: relative;
	z-index: 1;
	transition: 0.45s ease-in-out;
    -webkit-transition: 0.45s ease-in-out;
	justify-content: flex-start;
	height: 100%;
}

.post-item:first-child .container {
	border-top: 0;
}

.post-item:nth-last-child(2) .container {
	border-bottom: 1px solid #CACACA;
}

.post-item>div {
	box-sizing: border-box;
}

.post-item h3 {
    margin-bottom: 11px;
    margin-top: 9px;
	/* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.post-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 21px;
	flex: 1;
}
.post-category,
.post-date {
    font-weight: 700;
}
.post-info {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.post-item .post-link {
	display: flex;
	margin-top: auto;
	flex-direction: column;
}
.post-item .button {
	width: fit-content;
}
.post-content .content-wrapper {
    margin-bottom: 20px;
}
.post-images .image-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 66.845%;
	overflow: hidden;
}
.post-images .image-wrapper.image-portrait {
    padding-bottom: 115.79%;
}
.post-images .image-wrapper img {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.post-list-container .button-loadmore {
	text-align: center;
	margin-bottom: 0;
	margin-top: 80px;
}
.post-download {
    border-top: 1px solid #000000;
    margin-top: 19px;
    padding-top: 20px;
}

#load-more {
	font-weight: 700;
	cursor: pointer;
}

/* SVG spinner icon animation */
.spinner {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	z-index: 2;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
}

.spinner .path {
	stroke: #cccccc;
	stroke-linecap: round;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
}

.no-posts-message {
	margin-top: 40px;
}

.post-bkg {
	background-color: #F0F0F0;
    position: absolute;
	z-index: 0;
	bottom: 0;
	top: 100%;
	left: 0;
	right: 0;
    transition: 0.85s all;
}

.excerpt {
	color: #000;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item:hover .post-bkg {
	top: 0;
}

.post-item:hover + .post-item .post-item-inner, .post-item:last-child:hover .container {
	border-color: #fff;
}

.jumpNav {
	position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #003366;
    z-index: -1;
	transition: 0.45s cubic-bezier(0.25, 1, 0.5, 1);
	-webkit-transition: 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}
.post-info.visible-mobile {
    display: none;
}
@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}

	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}

@media (max-width: 1199px) {
	.post-info {
		width: 172px;
	}
	.post-item .h3, .post-item h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.post-item {
		padding: 50px 16px;
	}
}

@media (max-width: 1024.98px) {
	.post-item {
		width: 50%;
	}
}
@media (max-width: 767.98px) {
	.post-info.visible-mobile {
		display: flex;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.post-info.visible-desktop {
		display: none;
	}
	.highlight-template {
		margin-top: 60px;
	}

	.filter-option {
		padding: 5px 16px;
		margin-top: 20px;
	}
	#post-list {
		margin: 0;
	}
	.post-item {
		padding: 0 16px;
		width: 100%;
	}

	.post-item .post-item-inner {
		display: block;
		padding: 60px 0 59px;
        border-bottom: 1px solid #F0F0F0;
	}

	.post-content,
	.post-images,
	.post-info {
		width: 100%;
		padding: 0;
	}

	.post-item h3 {
        margin-bottom: 10px;
        margin-top: 20px;
        overflow: visible;
        display: flex;
        -webkit-line-clamp: inherit;
        line-clamp: inherit;
	}
	.post-content .content-wrapper {
		margin-bottom: 30px;
	}
	.post-info {
		flex-direction: row;
		margin-top: 22px;
	}

	.post-info .h3 {
		font-size: 16px;
		line-height: 26px;
		font-weight: normal;
	}

	.post-list-container .button-loadmore {
		margin-top: 100px;
	}
	.post-info.visible-mobile ~ .post-content h3 {
		margin-top: 0;
	}
	.post-item .post-link {
		flex-direction: row;
		justify-content: space-between;
	}

	.post-download {
		border: none;
		margin: 0;
		padding: 0;
	}
}