/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 10:06:39 */
.team_detail_popup_main {
	display: none;
}

.team_detail_popup_main.shown {
	display: block;
}

.team_detail_main_content_row{
	padding: 64px 40px;
    margin: 0;
    align-items: center;
    display: flex;
	background-image: url("/wp-content/uploads/2025/09/Education-Job-Search-Background.svg");
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
}

.team_detail_member_featured_image img{
	object-position: top;
	border-radius: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.team_member_img_col h3{
	margin-top: 12px;
	margin-bottom: 24px;
}

.team_member_img_col{
	padding-right: 36px;
}

.team_more_info_icons p{
	color: #1A2F9C;
	display: flex;
	align-items: center;
	gap: 12px;
}

.team_more_info_icons p a{
	text-decoration: none;
	color: #1A2F9C;
}

.two_recruiter_grid .pp-content-post-grid{
	max-width: 600px;
}

.one_recruiter_grid .pp-content-post-grid{
	max-width: 300px;
}

.three_recruiter_grid .pp-content-post-grid{
	max-width: 900px;
}