.hero-section {
	padding-top: clamp(1rem, 1.5vw, 1.5rem);
}

body:not(.single-post):not(.single-jetpack-portfolio) .entry-content {
	max-width: none;
}

body.single-post .entry-content,
body.single-jetpack-portfolio .entry-content,
body.single-post .jp-relatedposts {
	margin-left: auto;
	margin-right: auto;
}

body.single-post .entry-header,
body.single-post .post-thumbnail,
body.single-jetpack-portfolio .entry-header,
body.single-jetpack-portfolio .post-thumbnail {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

body.single-post .post-thumbnail,
body.single-jetpack-portfolio .post-thumbnail {
	display: none;
}

body.single-post .single-entry.tag-show-thumbnail .post-thumbnail,
body.single-jetpack-portfolio .single-entry.tag-show-thumbnail .post-thumbnail {
	display: block;
}

@media (min-width: 720px) {
	.site-footer__inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
		column-gap: 48px;
		align-items: start;
		border-bottom: 1px solid rgba(16, 24, 40, 0.1);
		padding-bottom: 40px;
	}
	.site-footer__widgets {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 24px;
	}
}
.site-footer__brand {
	max-width: 420px;
}
.site-footer__title {
	font-size: 16px;
	font-weight: 600;
}
.site-info-text {
	font-size: 14.5px;
	font-weight: 400;
	line-height: 1.55;
	color: var(--rds-color-muted);
	margin-top: 8px;
}
.site-footer__widgets h4.wp-block-heading {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: rgb(15, 118, 110);
	margin-bottom: 14px;
}
.site-footer__widgets .wp-block-list li {
	margin-bottom: 8px;
}
.site-footer__widgets a {
	font-size: 14.5px;
	font-weight: 400;
	color: var(--rds-color-muted);
	text-decoration: none;
}
.site-footer__widgets a:hover {
	color: var(--rds-color-heading);
	text-decoration: underline;
}

.site-footer__bottom {
	margin-top: 20px;
}
.site-footer__legal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 24px;
}
.footer-copyright,
.footer-tagline {
	font-size: 13px;
	font-weight: 400;
	color: var(--rds-color-muted);
}
.site-footer__bottom .back-to-top {
	display: inline-block;
	margin-top: 12px;
	font-size: 13px;
	color: var(--rds-color-muted);
}

.site-footer__inner {
	border-bottom: none;
	padding-bottom: 0;
}
.site-footer__bottom {
	grid-column: 1 / -1;
	position: relative;
	margin-top: 40px;
	padding-top: 24px;
}
.site-footer__bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	border-top: 1px solid var(--rds-color-border);
}
.site-footer__legal {
	width: 100%;
}

.section-title {
	margin-bottom: 16px;
}
.section-lede {
	margin-top: 0;
	margin-bottom: 24px;
}

.hero-panel__eyebrow,
.section-kicker,
.timeline__index {
	color: rgb(223, 158, 82);
}
.site-footer__widgets h4.wp-block-heading {
	color: rgb(244, 192, 100);
}
.timeline__index {
	background-color: rgb(253, 243, 224);
}
.portfolio-section .section-heading {
	display: block;
}
.portfolio-grid {
	margin-top: 32px;
}

.portfolio-grid .portfolio-card:nth-child(3n+2) {
	margin-top: 0 !important;
}
.blog-section__view-all {
	text-align: center;
	margin-top: 32px;
}

  .button {
    font-family: 'Montserrat', sans-serif;
  }

  #services {
    background-color: var(--wp--preset--color--teal);
  }