.menu_header_doofinder {
	background: #1b1851;
}

.authors-page {
	background: white;
}

.authors-page .hero {
	padding: 160px 0 85px;
}

.authors-page .hero h1 {
	color: #1B1851;
	text-align: center;
	font-family: PlutoBold;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 11px;
	letter-spacing: 0;
}

.authors-page .hero p {
	color: #595959;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.authors-page .list .box {
	padding: 24px;
	border: 1px solid #F5F5F5;
	margin-bottom: 25px;
	height: 100%;
	padding-bottom: 0;
}

.authors-page .list .box img.author-img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.authors-page .list .box h2 {
	color: #33268C;
	font-family: PlutoBold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
	letter-spacing: 0;
	text-decoration: underline;
}

.authors-page .list .box .position {
	color: #212529;
	font-family: PlutoRegular;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 10px;
}

.authors-page .list .box .description {
	color: #595959;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 10px;
}

.authors-page .list .box .linkedin {
	width: 30px;
	height: 30px;
}

.authors-page .related {
	padding: 47px 0;
	background: #FFF031;
}

.authors-page .related h2 {
	color: #1B1851;
	text-align: center;
	font-family: PlutoRegular;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 48px;
}

.authors-page .highlights-posts {
	padding: 48px 0 78px 0;
	background: #FFF031;
}

.authors-page .highlights-posts h2 {
	margin-bottom: 48px;
	color: #1B1851;
	text-align: center;
	font-family: PlutoRegular;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.authors-page .highlights-posts .posts {
	background: transparent;
}

.authors-page .highlights-posts .posts .feature-post {
	background: #ffffff;
	margin: 0 6px;
	padding: 10px 12px;
	/* min-height: 300px; */
	margin-bottom: 20px;
}

.authors-page .highlights-posts .posts .feature-post .featured-image {
	margin-bottom: 16px;
}

.authors-page .highlights-posts .posts .feature-post .category {
	margin-bottom: 24px;
}

.authors-page .highlights-posts .posts .feature-post .category a {
	color: #575757;
	text-transform: uppercase;
	font-family: PlutoRegular;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.07px;
	border-bottom: 4px solid #FFF031;
}

.authors-page .highlights-posts .posts .feature-post .category a:hover {
	text-decoration: none;
}

.authors-page .highlights-posts .posts .feature-post h3 a {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 17.634px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.088px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}












