/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2026 | 05:48:47 */
.js_keyword_search_custom .facetwp-icon {
	display: none;
}

.facetwp-facet {
	margin-bottom: 0 !important;
}

.js_keyword_search_custom .facetwp-input-wrap {
	display: block;
}

.js_keyword_search_custom .facetwp-search {
	background: #fff;
	border-radius: 6px;
	padding: 8px 12px;
	color: #393939;
	font-size: 15px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.js_keyword_search_custom .facetwp-search::placeholder {
	color: #393939;
	font-size: 15px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.search_jobs_keyword_search_btn .fwp-submit {
	border: 1px solid #fff;
	background-color: #17495E;
	border-radius: 4px;
	padding: 10px 7px;
	width: 100%;
	color: #fff;
	font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.search_jobs_keyword_search_btn .fwp-submit span img {
	margin-right: 5px;
}


/* Filter Facets */

.js_left_facet_filters .facetwp-facet-title {
	color: #0076B0;
	font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.js_left_facet_filters .facetwp-checkbox {
	background: url(/wp-content/uploads/2026/05/Rectangle-33.svg) 0 50% no-repeat;
    background-size: 14px 14px;
	display: flex;
    justify-content: space-between;
}

.js_left_facet_filters .facetwp-checkbox.checked {
    background-image: url(/wp-content/uploads/2026/05/Rectangle-33-1.svg);
}

.js_left_facet_filters .facetwp-checkbox span {
	color: #12123E;
	font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
	line-height: 24px;
}

.js_left_facet_filters .fs-wrap {
	width: 100%;
}

.js_left_facet_filters .fs-wrap .fs-label {
	color: #000000;
	font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
	line-height: 24px;
}

.js_left_facet_filters .fs-label-wrap {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	padding: 2px 8px;
}

.js_left_facet_filters .fs-wrap.multiple.fs-open .fs-label-wrap {
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.js_left_facet_filters .fs-dropdown {
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.js_left_facet_filters .fs-dropdown .fs-search {
	background-color: transparent;
	border-bottom: 1px solid #666666;
}

.js_left_facet_filters .fs-dropdown .fs-search input, .js_left_facet_filters .fs-dropdown .fs-search input::placeholder {
	color: #000000;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 13px;
}

.js_left_facet_filters .fs-dropdown .fs-options {
	padding-top: 14px;
	padding-bottom: 14px;
}

.js_left_facet_filters .fs-wrap.multiple .fs-option .fs-checkbox i {
	width: 16px;
    height: 16px;
	border: 1px solid #002E5C;
}

.js_left_facet_filters .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	width: 16px;
    height: 16px;
	border: 1px solid #002E5C;
	background-color: #81D9FF;
}

.js_left_facet_filters .fs-wrap.multiple .fs-option .fs-option-label {
	color: #393939;
	font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
	line-height: 24px;
}

.js_left_facet_filters .facetwp-reset {
	border: 0.5px solid #000000;
	border-radius: 4px;
	background: transparent;
	color: #666666;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 26px;
	padding: 1px 12px;
}

/* Filter Facets */

/* Jobs */

.frontline_group_jobs_date_posted {
	color: #333333;
	font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
	line-height: 24px;
}

.frontline_group_jobs_info_and_btn {
	display: flex;
	align-items: flex-end;
	gap: 30px;
}

.frontline_group_jobs_info {
	width: 75%;
}

.frontline_jobs_info p {
	color: #333333;
	font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
	margin-bottom: 0;
}

.frontline_group_jobs_link_btn {
	width: 25%;
}

.frontline_group_job_title a {
	color: #1B5B77 !important;
	text-decoration: none !important;
	font-size: 32px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.frontline_jobs_info {
	display: flex;
	gap: 15px;
}

.frontline_group_jobs_sep {
    min-height: 2px;
    width: 100%;
    background: #81D9FF;
    margin-top: 15px;
    margin-bottom: 20px;
}

.frontline_group_jobs_link_btn a {
	text-decoration: none !important;
	color: #FFFFFF;
	letter-spacing: 1.96px;
	font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
	background: #1B5B77;
	border-radius: 8px;
	padding: 10px 20px;
	width: 100%;
	display: block;
	text-align: center;
}

.frontline_group_jobs_link_btn a:hover {
	background: #17495E;
}

/* Jobs */

/* Pager */

.js_pager_frontline_group .facetwp-pager {
	text-align: center;
}

.js_pager_frontline_group .facetwp-page.active {
	background: #81D9FF;
	color: #fff;
	border-radius: 100px;
	padding: 1px 7px;
}

.js_pager_frontline_group .facetwp-page {
	color: #393939;
	font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
	text-decoration: none !important;
}

/* pager */

/* Job Detail */

.jd_frontline_jobs_info .frontline_jobs_more_info {
	color: #fff;
}

.jd_social_share .pp-share-button {
	height: 3.2em;
}

.jd_social_share .pp-share-button-icon {
	width: 3.2em;
}

.gform_required_legend {
	display: none !important;
}

#input_2_5:after, #input_3_4:after {
    content: "Upload File";
    position: absolute;
	top: 0.7rem;
    left: 2.8rem;
    width: 145px !important;
    color: #A3A3A3;
	letter-spacing: 1.96px;
	font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
	line-height: 26px;
	cursor: pointer;
}

#input_2_5, #input_3_4 {
	position: relative;
	color: #1B5B77;
	font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
	outline: none !important;
	width: 100%;
}

#input_2_5::file-selector-button, #input_3_4::file-selector-button {
	width: 145px;
	text-align: center;
	letter-spacing: 1.96px;
	font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
	line-height: 26px;
	color: transparent;
	border: 1px solid #1B375F;
	border-radius: 8px;
	background-color: #fff;
	padding: 5px 20px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

#field_submit {
	justify-content: flex-end;
}

.ginput_container_consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.gform-footer {
	padding: 0 !important;
}

#gform_2 .gfield_consent_label, #gform_3 .gfield_consent_label {
	color: #4E504D !important;
	font-weight: 400 !important;
}

#input_3_2, #input_3_3 {
	width: 100% !important;
}

.gfield_select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(/wp-content/uploads/2026/05/CaretDown.svg);
	background-repeat: no-repeat;
	background-position: right 12px center;
}

/* Recruiter */

.recruiter_jd_frontline_main_container {
	display: flex;
	gap: 40px;
}

.recruiter_main_detail {
	width: 30%;
}

.recruiter_img img {
	width: 100%;
	border-radius: 8px;
}

.recruiter_name {
	color: #fff;
	font-size: 25px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
	margin-bottom: 2px;
}

.recruiter_email a, .recruiter_phone a {
	color: #fff;
	font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
	line-height: 24px;
	text-decoration: none !important;
}

.recruiter_name, .recruiter_email, .recruiter_phone, .recruiter_linkedin {
	margin-left: 10px;
}

.recruiter_email {
	margin-bottom: 0;
}

.about_recruiter {
	width: 70%;
}

.about_recruiter h2 {
	color: #fff;
	font-size: 35px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
	line-height: 45px;
	margin-top: 0;
}

.frontline_group__recruiters_jobs_sep {
	min-height: 2px;
    width: 230px;
    background: #81D9FF;
    margin-top: 15px;
    margin-bottom: 20px;
}

.recruiter_para p {
	color: #fff;
	font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
	letter-spacing: 1px;
}

/* Recruiter */

/* Related Jobs */

.related_jobs_frontline_group .frontline_group_jobs_date_posted {
	text-align: right;
	color: #15335F;
}

.related_jobs_frontline_group .frontline_group_jobs_info_and_btn {
	display: block !important;
}

.related_jobs_frontline_group .frontline_group_jobs_info, .related_jobs_frontline_group .frontline_group_jobs_link_btn {
	width: 100% !important;
}

.related_jobs_frontline_group .frontline_group_job_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	height: 85px;
}

.related_jobs_frontline_group .frontline_group_jobs_sep {
	width: 158px !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

.related_jobs_frontline_group .frontline_jobs_info {
	gap: 5px !important;
    flex-direction: column;
	margin-bottom: 30px;
}

.related_jobs_frontline_group .frontline_jobs_info span {
	margin-right: 5px;
}

/* Related Jobs */

/* Job Detail */