.service-carousel-slide-content {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 50px;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	color: rgb(255, 255, 255);
}

.services-links-grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
}

.service-link {
	width: 33.33%;
	position: relative;
}

.service-link-content {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	display: flex;
	position: relative;
	padding: 75px 50px;
	flex-direction: column;
	align-items: flex-start;
	color: rgb(255, 255, 255);
	justify-content: flex-start;
}

.service-link-content *:first-child,
.service-carousel-slide-content *:first-child {
	margin-top: 0;
}

.service-link-content *:last-child,
.service-carousel-slide-content *:last-child {
	margin-bottom: 0;
}

.service-link:nth-of-type(even) .service-link-content,
.service-slide:nth-of-type(even) .service-carousel-slide-content {
	color: rgb(0, 0, 0);
}

.service-link:nth-of-type(even) .wp-block-button.is-style-outline .wp-block-button__link.has-lightgreen-color,
.service-slide:nth-of-type(even) .is-style-outlined .has-lightgreen-color {
  color: var(--darkgreen) !important;
  border-color: var(--darkgreen) !important;
  --buttonbordercolor: var(--darkgreen);
}

.service-link:nth-of-type(even) .wp-block-button.is-style-outline .wp-block-button__link.has-lightgreen-color:hover,
.service-link:nth-of-type(even) .wp-block-button.is-style-outline .wp-block-button__link.has-lightgreen-color:focus,
.service-slide:nth-of-type(even) .wp-block-button.is-style-outline .wp-block-button__link.has-lightgreen-color:hover,
.service-slide:nth-of-type(even) .wp-block-button.is-style-outline .wp-block-button__link.has-lightgreen-color:focus {
  color: rgb(255, 255, 255) !important;
  background-color: var(--darkgreen) !important;
  --buttonbgcolor: var(--darkgreen);
  --buttonbordercolor: var(--darkgreen);
}

.service-link-background {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

.service-link-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.service-link-background:after {
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
}

.service-link:nth-of-type(even) .service-link-background:after,
.service-slide:nth-of-type(even) .quad-carousel-slide-background:after {
	opacity: 0.8;
	background: var(--lightgray);
}

.service-link:nth-of-type(odd) .service-link-background:after,
.service-slide:nth-of-type(odd) .quad-carousel-slide-background:after {
	opacity: 0.8;
	background: var(--darkgreen);
}

.service-slide:focus:not(:hover) .quad-carousel-slide-background:after {
	opacity: 0.9;
}

/*--------------------------------------------------------------
# Editor only
--------------------------------------------------------------*/
.wp-block .service-link-content .wp-block-button__link {
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
}

.wp-block .service-link-content h3 {
	color: var(--lightgreen);
}

.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) {

}
