body.page-id-39 #masthead .site-branding svg .cls-1,
body.page-id-20 #masthead .site-branding svg .cls-1 {
	fill: #4a4a4a;
}
body.page-id-39 #masthead h1.entry-title,
body.page-id-39 #masthead ul li a,
body.page-id-20 #masthead h1.entry-title,
body.page-id-20 #masthead ul li a {
	color: #4a4a4a;
}

body.page-id-39.page-template-full_bleed.going-up header#masthead,
body.page-id-39 section.top-section,
body.page-id-20.page-template-full_bleed.going-up header#masthead,
body.page-id-20 section.top-section {
	background-color: #fff;
}

@media screen and (min-width: 1024px) {
	body.page-id-39 section.top-section::after,
	body.page-id-20 section.top-section::after {
		content: "";
		background: linear-gradient(
			to bottom,
			hsl(100, 100%, 100%) 0%,
			hsla(100, 100%, 100%, 0.987) 8.1%,
			hsla(100, 100%, 100%, 0.951) 15.5%,
			hsla(100, 100%, 100%, 0.896) 22.5%,
			hsla(100, 100%, 100%, 0.825) 29%,
			hsla(100, 100%, 100%, 0.741) 35.3%,
			hsla(100, 100%, 100%, 0.648) 41.2%,
			hsla(100, 100%, 100%, 0.55) 47.1%,
			hsla(100, 100%, 100%, 0.45) 52.9%,
			hsla(100, 100%, 100%, 0.352) 58.8%,
			hsla(100, 100%, 100%, 0.259) 64.7%,
			hsla(100, 100%, 100%, 0.175) 71%,
			hsla(100, 100%, 100%, 0.104) 77.5%,
			hsla(100, 100%, 100%, 0.049) 84.5%,
			hsla(100, 100%, 100%, 0.013) 91.9%,
			hsla(100, 100%, 100%, 0) 100%
		);
		width: 100%;
		height: 15rem;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		opacity: 0.5;
	}
}

.page-id-20 .full-slider {
	height: 100vh;
	height: 100svh;
	overflow: hidden;
}

.page-id-20 .top-section .large-text {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 4vw;
	transform: none;
	margin-top: 4rem;
	padding-right: 1rem;
}
@media screen and (min-width: 1024px) {
	.page-id-20 .top-section .large-text {
		padding-left: 4vw;
	}
}
.page-id-20 .top-section .large-text p {
	color: rgb(64, 64, 64);
	font-weight: 400;
	/* font-size: 2.7vmin;
	letter-spacing: 0.5rem; */
	font-size: 3.7vmin;
	letter-spacing: 0.3rem;
	line-height: 2;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 765px) {
	.page-id-20 .top-section .large-text p {
		font-size: 2.7vmin;
		letter-spacing: 0.5rem;
		line-height: 2;
	}
}

.page-id-20 section.bottom-section {
	margin-top: 0;
}
.page-id-20 section.bottom-section .inner-content {
	margin-top: 3.5rem;
}

.page-id-20 section.bottom-section .wp-block-group {
	margin-bottom: 6rem;
}
.page-id-20 section.bottom-section blockquote {
	font-size: 2.7vmin;
	letter-spacing: 0.5rem;
	max-width: 1200px;
	-moz-osx-font-smoothing: unset;
	-webkit-font-smoothing: none;
}
.page-id-20 section.bottom-section blockquote p {
	margin-top: 0;
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
}

@media screen and (min-width: 40em) {
	.page-id-20 section.bottom-section .css-column {
		max-width: 1200px;
	}
	.page-id-20 section.bottom-section .css-column .wp-block-group__inner-container {
		column-count: 2;
	}
	.page-id-20 section.bottom-section .css-column p {
		break-inside: avoid;
		margin-top: 0;
		display: inline-block;
	}
	.page-id-20 section.bottom-section .css-column p:first-of-type {
		margin-top: 0;
	}
}

.page-id-20 section.bottom-section #profile-grid-container .flex-grid {
	justify-content: flex-start;
}

.page-id-20 section.bottom-section #profile-grid-container .grid-item {
	background-color: transparent;
	height: fit-content;
	max-height: min-content;
	margin-bottom: 1.75rem;
	flex: 0 0 100%;
}

@media screen and (min-width: 40rem) {
	.page-id-20 section.bottom-section #profile-grid-container .grid-item {
		flex: 0 0 calc(50% - 1.25rem);
	}
	.page-id-20 section.bottom-section #profile-grid-container .grid-item:not(:nth-child(2n)) {
		margin-right: 1.25rem;
	}
}
@media screen and (min-width: 55rem) {
	.page-id-20 section.bottom-section #profile-grid-container .grid-item {
		flex: 0 0 calc(33% - 1.25rem);
	}
	.page-id-20 section.bottom-section #profile-grid-container .grid-item:not(:nth-child(3n)) {
		margin-right: 1.25rem;
	}
}
@media screen and (min-width: 80rem) {
	.page-id-20 section.bottom-section #profile-grid-container .grid-item {
		flex: 0 0 calc(var(--images-per-row, 33%) - 1.25rem);
	}
	.page-id-20 section.bottom-section #profile-grid-container .grid-item:not(:nth-child(4n)) {
		margin-right: 1.25rem;
	}
}

.page-id-20 section.bottom-section #profile-grid-container .grid-item figcaption {
	line-height: 1.5;
}
.page-id-20 section.bottom-section #profile-grid-container .grid-item h3 {
	font-weight: 400;
	font-size: 0.9rem;
}
.page-id-20 section.bottom-section #profile-grid-container .grid-item h3 span {
	font-size: 0.7em;
}
.page-id-20 section.bottom-section #profile-grid-container .grid-item h4 {
	font-weight: 400;
	color: rgb(148 148 148);
}

.page-id-20 section.bottom-section #services li {
	break-inside: avoid;
	display: inline-block;
}

.page-id-39 .bottom-section blockquote p:not(:first-of-type) {
	margin-top: 3.5rem;
}
