@charset "utf-8";

/* About page editorial overrides — site release 12.9 */

.editorial-type .about-bio {
	margin-bottom: 80px;
}

.editorial-type .about-bio .client-description {
	max-width: none;
}

.editorial-type .job-entry {
	align-items: baseline;
}

.editorial-type .job-date {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #66645f;
	grid-row: 1;
	align-self: baseline;
}

.editorial-type .job-title,
.editorial-type .company-name {
	font-family: 'Satoshi', Helvetica, Arial, sans-serif;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #111111;
	text-transform: none;
	align-self: baseline;
}

.editorial-type .job-description,
.editorial-type .company-location {
	font-family: Georgia, serif;
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #66645f;
	margin-top: 12px;
	padding: 0;
}

.editorial-type .social-spacer {
	display: none;
}

.editorial-type .social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 96px;
	flex: none;
	width: 100%;
}

@media all and (min-width: 769px) {
	.editorial-type .social-links {
		gap: 146px;
	}
}

.editorial-type .social_media {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: auto;
	flex: 0 0 auto;
	min-width: 60px;
}

.editorial-type .social_media > a {
	display: block;
	text-align: center;
}

.editorial-type .social_media br {
	display: none;
}

.editorial-type .social_media img {
	width: 60px !important;
	height: 60px !important;
	max-width: none !important;
	flex-shrink: 0 !important;
	object-fit: contain;
	margin-bottom: 2px !important;
}

.editorial-type .social_media_link {
	font-family: Georgia, serif;
	font-size: 16px !important;
	font-weight: normal;
	line-height: 1.5 !important;
	letter-spacing: normal;
	text-transform: none;
	color: #66645f;
	margin-top: 0;
	background-image:
		linear-gradient(
			transparent 0px,
			#DBD332 0px,
			#DBD332 2px,
			transparent 2px
		),
		linear-gradient(
			transparent 0px,
			#66645f 0px,
			#66645f 2px,
			transparent 2px
		);
}

@media all and (max-width: 768px) {
	.editorial-type .social-links {
		justify-content: space-between;
		gap: 0;
		flex-wrap: nowrap;
	}

	.editorial-type .social_media {
		align-items: center;
		flex: 1 1 0;
		min-width: 0;
		position: relative;
	}

	.editorial-type .social_media img {
		margin-bottom: 0 !important;
	}

	.editorial-type .social_media_link {
		position: absolute !important;
		top: 62px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		margin: 0 !important;
		text-align: center !important;
	}

	.editorial-type .job-title,
	.editorial-type .company-name {
		font-size: 18px !important;
		font-weight: 700 !important;
	}

	.editorial-type .job-date {
		font-size: 13px;
	}

	.editorial-type .job-description,
	.editorial-type .company-location {
		font-size: 16px !important;
		margin-top: 12px;
	}
}

@media all and (max-width: 480px) {
	.editorial-type .social_media {
		min-width: 0;
	}

	.editorial-type .social_media img {
		width: 50px !important;
		height: 50px !important;
	}

	.editorial-type .social_media_link {
		top: 52px !important;
		font-size: 11px !important;
	}

	.editorial-type .job-date {
		align-self: start;
	}

	.editorial-type .job-title,
	.editorial-type .company-name {
		font-size: 18px !important;
		font-weight: 700 !important;
	}

	.editorial-type .job-description,
	.editorial-type .company-location {
		font-size: 16px !important;
		margin-top: 12px;
	}
}
