
:root {
	--font-default: "Brother 1816", calibri, sans-serif;
	--font-alt: "Brother 1816 Printed", calibri, sans-serif;
	--font-size-default: 18px;
	--font-weight-default: 300;
	--line-height-default: 1.333;
}

body {
	--wp--preset--font-size--medium: 18px;
}

/**  end vars */
@media (max-width: 1024px) {
	.wp-block-acf-iconstext-row.style1.shell {
		padding-inline: 1rem;
	}
}

.wp-block-acf-iconstext-row.style1.shell .service-card__title {
	font-weight: 400;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style1 .service-card__footer .btn {
		font-size: 14px;
	}
}

.wp-block-acf-iconstext-row.style2.shell {
	padding-inline: 4rem;
	max-width: 1216px !important;
}

@media (max-width: 1024px) {
	.wp-block-acf-iconstext-row.style2.shell {
		padding-inline: 2rem;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style2.shell {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style2 .services__grid {
		gap: 0;
	}
}

.services {
	position: relative;
}

.services .services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	position: relative;
	z-index: 2;
}

@media (max-width: 1024px) {
	.services .services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .services__grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}

.services .service-card {
	background: #fefffe;
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid #8fd9ff;
	min-height: 420px;
	padding: 4px;
}

.services .service-card.service-card--stat {
	border: none;
	min-height: auto;
	padding: 0;
}

.services .service-card__media {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	margin-bottom: 2rem;
	border-radius: 1rem;
}

.services .service-card__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	transition: transform .6s ease;
}

.services .service-card__content {
	padding: 0 1rem 1rem;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .service-card__content {
		text-align: center;
	}
}

.services .service-card__title {
	margin: 0;
	font-size: 36px;
	font-weight: 600;
	color: #143441;
	line-height: 1.3;
	margin-bottom: 1rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .service-card__title {
		font-size: 30px;
		font-weight: 350;
	}
}

.services .service-card__lead {
	margin: 0;
	color: #143441;
	font-size: 1rem;
	margin-bottom: 2rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .service-card__lead {
		margin-bottom: 0;
	}
}

.services .service-card__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 1.25rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .service-card__list {
		display: none;
	}
}

.services .service-card__item {
	display: flex;
	gap: .7rem;
	align-items: flex-start;
	color: #143441;
	font-size: 1rem;
	margin-left: 0;
}

.services .service-card__item::before {
	display: none;
}

.services .service-card__text {
	max-width: 275px;
	width: 100%;
	line-height: 1.3;
}

.services .service-card__icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	position: relative;
	flex: 0 0 28px;
	background-color: #8fd9ff;
}

.services .service-card__icon::after {
	content: "";
	position: absolute;
	inset: 6px 7px 6px 9px;
	background: url("https://cdn-ilembmp.nitrocdn.com/mrbqDlYliyskEtUJFSLoGZctRQCMTdoh/assets/images/source/rev-08f26e6/upstateoecc.org/wp-content/themes/ohcc/inc/blocks/iconstext/./images/Icon_check.svg") center/contain no-repeat;
	width: 14px;
	height: 13px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.services .service-card__footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	padding-top: 52px;
	justify-content: space-between;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .service-card__footer {
		padding-top: 1rem;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .service-card__footer a.bttn {
		font-size: 14px;
	}
}

.services .service-card__badge {
	position: absolute;
	background: #93aa62;
	color: #143441;
	font-weight: 700;
	padding: .25rem .5rem;
	font-size: .85rem;
	border-radius: 6px;
	box-shadow: 0 4px 10px rgba(0, 13, 22, .12);
	transform: translateY(-50%);
}

.services .service-card__badge--left {
	left: -18px;
	top: 40px;
	border: 2px solid #fefffe;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .service-card__badge--left {
		display: none;
	}
}

.services .service-card__badge--bottom {
	left: 50%;
	bottom: -14px;
	transform: translate(-50%, 50%);
	background: #143441;
	color: #fefffe;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .service-card__badge--bottom {
		right: 12px;
		left: auto;
		transform: translateY(50%);
	}
}

.services .service-card--stat {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 300px;
}

.services .service-card--stat .service-card__content--stat {
	width: 100%;
	padding: 1.5rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .service-card--stat .service-card__content--stat {
		padding: 43px 41px;
	}
}

.services .service-stat__number {
	font-size: 4rem;
	font-weight: 350;
	color: #75884d;
	line-height: 1;
	margin: 0 0 .75rem 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .service-stat__number {
		font-size: 3rem;
	}
}

.services .service-stat__unit {
	font-size: 48px;
	font-weight: 600;
	color: #75884d;
	margin-left: .25rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.services .service-stat__unit {
		font-size: 32px;
	}
}

.services .service-stat__label {
	font-size: 20px;
	font-weight: 600;
	color: #143441;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 1rem;
}

.services .service-stat__lead {
	font-size: 16px;
	color: #143441;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
	max-width: 400px;
	margin: 0 auto 4px;
	text-transform: uppercase;
}

.services .service-stat__description {
	margin: 0 auto;
	max-width: 293px;
	width: 100%;
}

.services .service-stat__description p {
	margin-bottom: 0;
	font-size: 1rem;
	color: #143441;
	line-height: 1.3;
	font-weight: 400;
}

.wp-block-acf-iconstext-row.style3 .services {
	padding-inline: 2rem;
}

@media (max-width: 991px) {
	.wp-block-acf-iconstext-row.style3 .services {
		padding-inline: 1rem;
	}
}

.wp-block-acf-iconstext-row.style3 .services .services__grid {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	row-gap: 4rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style3 .services .services__grid {
		row-gap: 2rem;
	}
}

.wp-block-acf-iconstext-row.style3 .services .services__grid .service-card {
	border: 0px solid #8fd9ff;
	min-height: auto;
	padding: 0;
}

.wp-block-acf-iconstext-row.style3 .services .services__grid .service-card .service-card__content {
	text-align: center;
	padding: 0;
}

.wp-block-acf-iconstext-row.style3 .services .services__grid .service-card .service-card__content .service-card__media {
	aspect-ratio: unset;
	margin-bottom: 1rem;
}

.wp-block-acf-iconstext-row.style3 .services .services__grid .service-card .service-card__content .service-card__media img {
	width: auto;
	height: auto;
	margin-inline: auto;
}

.wp-block-acf-iconstext-row.style3 .services .services__grid .service-card .service-card__content .service-stat__lead {
	font-size: 18px;
	color: #75884d;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 4px;
}

.wp-block-acf-iconstext-row.style3 .services .services__grid .service-card .service-card__content .service-stat__description {
	max-width: 100%;
}

.wp-block-acf-iconstext-row.style3 .services .services__grid .service-card .service-card__content .service-stat__description p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.5;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style3 .services .services__grid .service-card .service-card__content .service-stat__description p {
		font-size: 18px;
	}
}

.wp-block-acf-iconstext-row.style3 .services .services__grid .service-card .service-card__content .service-stat__description p a {
	margin-top: 50px;
	display: block;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.3;
}

.wp-block-acf-iconstext-row.style3 .services .services__grid .service-card .service-card__content .service-stat__description p a:hover {
	background-color: transparent;
}

.wp-block-acf-iconstext-row.style4.shell {
	padding: 76px 16px;
}

@media (max-width: 1024px) {
	.wp-block-acf-iconstext-row.style4.shell {
		padding: 32px 16px;
	}
}

.wp-block-acf-iconstext-row.style4 .services {
	padding-inline: 2rem;
}

@media (max-width: 991px) {
	.wp-block-acf-iconstext-row.style4 .services {
		padding-inline: 1rem;
	}
}

.wp-block-acf-iconstext-row.style4 .services .services__grid {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	row-gap: 4rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style4 .services .services__grid {
		row-gap: 32px;
	}
}

.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card {
	border: 0px solid #8fd9ff;
	min-height: auto;
	padding: 0;
	border-radius: 0;
}

.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content {
	text-align: left;
	padding: 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content {
		text-align: center;
		align-items: center;
	}
}

.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-card__media {
	aspect-ratio: unset;
	margin-bottom: 1rem;
	position: relative;
	display: flex;
	align-items: center;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-card__media {
		margin-bottom: 16px;
		justify-content: center;
		width: 48px;
		height: 48px;
		margin-inline: auto;
		background: rgba(147, 170, 98, .5);
		border-radius: 28px;
	}
}

.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-card__media img {
	width: auto;
	height: auto;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-card__media img {
		width: 36px;
		height: 36px;
	}
}

.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-stat__lead {
	font-size: 18px;
	color: #000d16;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 4px;
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-stat__lead {
		text-align: center;
		margin-bottom: 4px;
	}
}

.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-stat__description {
	max-width: 100%;
}

.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-stat__description p {
	font-size: 14px;
	color: #000d16;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.5;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-stat__description p {
		font-size: 18px;
		line-height: 1.3;
		text-align: center;
	}
}

.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-card__footer {
	padding-top: 1rem;
	justify-content: flex-start;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-card__footer {
		justify-content: center;
		padding-top: 6px;
	}
}

.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-card__footer a {
	font-family: "Brother 1816", calibri, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: #000d16;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

.wp-block-acf-iconstext-row.style4 .services .services__grid .service-card .service-card__content .service-card__footer a .link-icon {
	display: block;
	width: 11px;
	height: 11px;
	flex-shrink: 0;
}
