/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2025 | 13:21:06 */
.keyword_resources_search .facetwp-input-wrap {
	display: block;
}

.keyword_resources_search .facetwp-icon {
	display: none;
}

.keyword_resources_search .facetwp-search {
	background: #FAF8F7;
	font-family: "calibri", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
	color: #666666;
	border-radius: 100px;
	border: 0;
	padding: 10px 25px;
	width: 100%;
}

.keyword_resources_search .facetwp-search::placeholder {
	font-family: "calibri", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
	color: #666666;
}

.resources_ft_img {
	border-radius: 4px;
	width: 100%;
	aspect-ratio: 403/250;
	object-fit: cover;
}

.resources_featured_img a img {
	border-radius: 4px;
	width: 100%;
	aspect-ratio: 283/176;
	object-fit: cover;
}

.resources_infobox .pp-infobox-title {
	height: 72px;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
  	overflow: hidden;
}

.resources_title a {
	color: #13334F !important;
	font-family: "calibri", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
	text-decoration: none !important;
	height: 100px;
	display: block;
}

.resources_sep {
	min-height: 1px;
    width: 100%;
    background: #D1D3D4;
    margin-top: 15px;
    margin-bottom: 15px;
}

.resources_posted_date {
	color: #666;
    font-family: "calibri", Verdana, Arial, sans-serif;
    font-size: 15px;
	line-height: 24px;
    font-weight: 400;
}

.jd_more_info_main a {
	pointer-events: none !important;
	text-decoration: none !important;
	color: #666666 !important;
}

.article_detail_featured_img img {
	aspect-ratio: 373/232;
	object-fit: cover;
	width: 100%;
}

#article_social_share .job_detail_share_btn {
	justify-content: flex-start;
}

#related_articles_module .resources_featured_img a img {
	aspect-ratio: 318 / 176;
}

#related_articles_module .resources_title a {
	color: #fff !important;
	height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#related_articles_module .resources_sep {
	background: #fff;
}

#related_articles_module .resources_posted_date {
	color: #fff;
}