/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2025 | 12:05:16 */
/* Facet Count CSS - START */
.facet_count_customs .fl-heading span {
    display: flex;
}

.facet_count_customs .facetwp-counts {
    margin-left: 7px;
    margin-right: 7px;
}
/* Facet Count CSS - END */



/* Job Listings CSS - START */
.el_job_main_container {
    padding: 25px;
    border: 1px solid #ffffff;
}

.el_job_main_container .row {
	margin: auto;
}

.posted_date_para {
    color: #0071AC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Lato", sans-serif;
}

.el_job_title {
    color: #FFFFFF !important;
    font-family: "Baskervville", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	text-decoration: none !important;
}

.el_job_seperator {
    border-top: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.el_job_more_info {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
	display: flex;
    align-items: center;
}

.el_job_more_info img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.el_job_more_info_div {
    display: flex;
    flex-wrap: wrap;
    column-gap: 36px;
}

.el_job_listings {
    display: flex;
    align-items: center;
}

.el_job_left_col {
	padding-left: 0;
}

.el_job_right_col {
	padding-right: 0;
	display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.el_job_apply_now_btn {
    background: #0071AC;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Lato", sans-serif;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.el_job_apply_now_btn:hover, .el_job_apply_now_btn:focus {
    background: #ffffff;
    color: #0071AC;
    transition: all 0.3s ease;
}

.el_job_view_details_btn {
    background: #ffffff;
    color: #0071AC;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Lato", sans-serif;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.el_job_view_details_btn:hover, .el_job_view_details_btn:focus {
    background: #0071AC;
    color: #ffffff;
    transition: all 0.3s ease;
}
/* Job Listings CSS - END */



/* Left Facet CSS - START */
.job_search_left_facet_customs .facetwp-facet-title {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Baskervville", serif;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
}

.job_search_left_facet_customs .facetwp-checkbox span {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
}

.job_search_left_facet_customs .facetwp-checkbox {
    background: url(/jobs/wp-content/uploads/2025/01/Ellipse-1-1.svg) 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

.job_search_left_facet_customs .facetwp-checkbox.checked {
    background-image: url(/jobs/wp-content/uploads/2025/01/Ellipse-1.svg) !important;
}

.job_search_left_facet_customs .facetwp-facet {
	margin-bottom: 0;
}

.job_search_clear_facets_customs .facetwp-reset {
    background: #0071AC;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Lato", sans-serif;
    text-decoration: none !important;
    border-radius: 0;
    width: 150px;
}
/* Left Facet CSS - END */



/* Pagination CSS - START */
.pager_pagination_customs .facetwp-pager {
    text-align: center;
	position: relative;
}

.pager_pagination_customs .facetwp-page {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
}

.pager_pagination_customs .facetwp-page.active {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    background: #0071AC;
    width: 35px;
    height: 35px;
    padding: 7px;
    border-radius: 100%;
}

.pager_pagination_customs .facetwp-page.next {
    color: transparent !important;
}

.pager_pagination_customs .facetwp-page.next {
    color: transparent !important;
	text-align: end;
    opacity: 1;
}

.pager_pagination_customs .facetwp-page.next::after {
    content: "Next";
    color: #0071AC;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    opacity: 1;
    background: #fff;
    padding: 6px 10px;
    position: absolute;
    right: 0;
}

.pager_pagination_customs .facetwp-page.prev {
    color: transparent !important;
	text-align: end;
    opacity: 1;
}

.pager_pagination_customs .facetwp-page.prev::after {
    content: "Prev";
    color: #0071AC;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    opacity: 1;
    background: #fff;
    padding: 6px 10px;
    position: absolute;
    left: 0;
}
/* Pagination CSS - END */



/* Top Facet CSS - START */
.job_search_facet_submit_button button.fwp-submit {
    background: #0071AC;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Lato", sans-serif;
    text-decoration: none !important;
    border-radius: 0;
	transition: all .3s ease;
	width: 100%;
	border: none !important;
}

.job_search_facet_submit_button button.fwp-submit:hover {
    background: #ffffff;
    color: #0071AC;
	transition: all .3s ease;
}

.job_search_top_facet_customs input.facetwp-autocomplete-update {
    display: none !important;
}

.job_search_top_facet_customs .facetwp-facet {
    margin-bottom: 0;
}

.job_search_top_facet_customs input.facetwp-autocomplete {
	border-radius: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
 	color: #000000;
    font-family: "Baskervville", serif;
	background: #ffffff;
}

.job_search_top_facet_customs input.facetwp-autocomplete::placeholder {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
 	color: #000000;
    font-family: "Baskervville", serif;
}

.job_search_top_facet_customs input.facetwp-search {
	border-radius: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
 	color: #000000;
    font-family: "Baskervville", serif;
	background: #ffffff;
	width: 100%;
}

.job_search_top_facet_customs input.facetwp-search::placeholder {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
 	color: #000000;
    font-family: "Baskervville", serif;
}

.job_search_top_facet_customs i.facetwp-icon {
	display: none;
}

.job_search_top_facet_customs .facetwp-input-wrap {
	display: block;
}
/* Top Facet CSS - END */