.case-filters {
	width: 100%;
	padding: 50px 0;
}

.case-filters .site-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.case-filters button {
	outline: 0;
	margin: 5px;
	font-size: 1em;
	border-radius: 0;
	background: none;
	font-weight: 700;
	color: rgb(0, 0, 0);
	border: 2px solid rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
}

.case-filters button:focus:not(:hover) {
	outline-offset: 3px;
	outline: 2px solid var(--lightgreen);
}

.case-filters button:hover {
	border: 2px solid var(--lightgreen);
}

.case-filters button.active {
	color: var(--darkgreen);
	border: 2px solid var(--lightgreen);
	background-color: var(--lightgreen);
}

.case-carousel-slide {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.case-carousel-slide .site-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.case-carousel-slide .site-wrapper.right {
	justify-content: flex-end;
}

.case-carousel-slide .site-wrapper.left {
	justify-content: flex-start;
}

.case-links {
	width: 100%;
}

.case-link {
	width: 100%;
	padding: 100px 0;
	position: relative;
	background-color: var(--darkgray);
}

.case-link .site-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.case-link:nth-of-type(odd) .site-wrapper {
	justify-content: flex-start;
}

.case-carousel-content,
.case-link-content {
	z-index: 5;
	width: 100%;
	max-width: 700px;
	text-align: left;
	position: relative;
	color: rgb(255, 255, 255);
}

.case-carousel-content *:first-child,
.case-link-content *:first-child {
	margin-top: 0;
}

.case-carousel-content *:last-child,
.case-link-content *:last-child {
	margin-bottom: 0;
}

.case-carousel-content h3,
.case-link-content h3 {
	color: var(--lightgreen);
}

.case-subtext {
	font-size: 1em;
	font-style: italic;
	color: var(--lightgreen);
	font-family: var(--mainfont);
}

.case-categories-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.case-categories-list b {
	font-size: 1.4em;
	color: var(--lightgreen);
}

.case-carousel-content .wp-block-buttons,
.case-link-content .wp-block-buttons {
	margin-top: 2em;
}

.case-link-background {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

.case-link-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.case-link-background:after {
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------------------
# Editor only
--------------------------------------------------------------*/
.wp-block .case-carousel-content .wp-block-button__link,
.wp-block .case-link-content .wp-block-button__link {
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
}

.wp-block .case-link:nth-of-type(n+4) {
	display: none;
}

.wp-block .single-carousel {
	width: 100%;
	position: relative;
}

.wp-block .single-carousel-slide {
	width: 100%;
	height: 60vh;
	min-height: 600px;
	position: relative;
}

.wp-block .single-carousel-slide:nth-of-type(n+2) {
	display: none;
}

.wp-block .single-carousel-slide .site-wrapper {
	width: 100%;
}

.wp-block .single-carousel-slide-background {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

.wp-block .single-carousel-slide-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.wp-block .single-carousel-slide-background:after {
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
}

.wp-block .case-carousel .dots {
	z-index: 5;
	right: 20px;
	bottom: 20px;
	display: flex;
	list-style: none;
	position: absolute;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-end;
}

.wp-block .case-carousel .dots span {
	height: 8px;
	width: 50px;
	transform: skewX(-15deg);
		background-color: var(--lightgreen);
}

.wp-block .case-carousel .dots span:not(:first-of-type) {
	margin-left: 10px;
	background-color: rgba(255, 255, 255, 0.5);
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Responsive 1450px - 1025px
--------------------------------------------------------------*/
@media screen and (max-width: 1450px) and (min-width: 1025px) {

}

/*--------------------------------------------------------------
## Responsive 1024px - 641px
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) and (min-width: 641px) {

}

/*--------------------------------------------------------------
## Responsive 640px - 300px
--------------------------------------------------------------*/
@media screen and (max-width: 640px) and (min-width: 300px) {

}
