/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 20 2025 | 05:24:20 */
/* OUR SPECIALISM */
.our_specialism_home_info_box_customs .pp-infobox-image {
    height: 160px;
    width: 160px;
    border-radius: 100%;
	box-shadow: rgb(207 235 249 / 99%) 0px 7px 29px 0px;
}

.our_specialism_home_info_box_customs .pp-infobox-image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.our_specialism_home_info_box_customs.tech_info .pp-infobox-image img {
	object-position: 18%;
}

.our_specialism_home_info_box_customs .pp-infobox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our_specialism_home_info_box_customs .pp-infobox-wrap:hover .pp-infobox-image {
	transform: scale(1.1);
	transition: all .3s ease;
}
/* OUR SPECIALISM */



/* MEET THE TEAM */
.meet_the_team_for_new_homepage .teamimage a img {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    border-radius: 10px;
    object-fit: cover !important;
}

.meet_the_team_for_new_homepage .team_member_name {
	color: #434f57 !important;
	font-size: 20px !important;
	font-family: "Ubuntu", sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 0;
}

.meet_the_team_for_new_homepage .team_member_role {
	color: #00a7e1 !important;
	font-size: 14px !important;
	font-family: "Ubuntu", sans-serif !important;
    font-weight: 700 !important;
    margin-top: 0;
}

.meet_the_team_for_new_homepage .row .col-md-3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.meet_the_team_for_new_homepage .row {
	display: flex;
    flex-wrap: wrap;
}
/* MEET THE TEAM */



/* BLOG */
.new_home_content_grid_for_post .pp-content-grid-post-image {
	padding: 0;
}

.new_home_content_grid_for_post .pp-content-grid-post-image {
    position: relative;
	transition: all .3s ease;
}

.new_home_content_grid_for_post .pp-content-post:hover .pp-content-grid-post-image a::before {
    content: "\f178";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #434f57;
    background: #ffffff;
    padding: 20px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 30px;
    z-index: 6;
	transition: all .3s ease;
}

.new_home_content_grid_for_post .pp-content-post:hover .pp-content-grid-post-image a::after {
    content: "";
    background: #00000080;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 5;
	transition: all .3s ease;
}

.new_home_content_grid_for_post .pp-content-grid-post-image a img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 15px;
}

.new_home_content_grid_for_post .category_post_new_home a {
	font-size: 14px;
	font-family: "Ubuntu", sans-serif;
    font-weight: 700;
	color: #ffffff;
	background: #434f57;
    padding: 5px 10px 7px 10px;
    border-radius: 15px;
	pointer-events: none;
	cursor: normal;
}

.new_home_content_grid_for_post .category_post_new_home a.renewable-energy {
	background: #279d9A;
}

.new_home_content_grid_for_post .category_post_new_home a.newspace-satellite {
	background: #9BAEBC;
}

.new_home_content_grid_for_post .category_post_new_home a.career-advice {
	background: #434F57;
}

.new_home_content_grid_for_post .category_post_new_home a.life-science, .new_home_content_grid_for_post .category_post_new_home a.life-science-career-advice {
	background: #5B4A9F;
}

.new_home_content_grid_for_post .category_post_new_home a.technology {
	background: #00A7E1;
}

.new_home_content_grid_for_post .category_post_new_home a.engineering {
	background: #F38618;
}

.new_home_content_grid_for_post .pp-content-grid-post-text {
	padding-left: 0;
	padding-right: 0;
}

.new_home_content_grid_for_post .pp-content-grid-post-title a {
	color: #434f57;
	font-size: 20px;
	font-family: "Ubuntu", sans-serif;
    font-weight: 700;
	display: -webkit-box;
  	overflow: hidden;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	letter-spacing: 0 !important;
}

.new_home_content_grid_for_post .pp-content-grid-post-meta {
	color: #434f57;
	font-size: 14px;
	font-family: "Ubuntu", sans-serif;
    font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
}

.new_home_content_grid_for_post .pp-content-grid-post-meta-sep {
    margin-left: 5px;
    margin-right: 5px;
}

.new_home_content_grid_for_post .pp-content-grid-post-more-link i {
    margin-left: 6px;
}

.new_home_content_grid_for_post .pp-content-grid-post-more-link a {
	color: #00a7e1 !important;
	font-size: 14px;
	font-family: "Ubuntu", sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.new_home_content_grid_for_post .pp-content-grid-post-more-link {
    margin-top: 15px;
}

.new_home_content_grid_for_post .category_post_new_home {
    margin-bottom: 15px;
}

.new_home_content_grid_for_post a.pp-grid-load-more-button span.pp-grid-loader-text {
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.new_home_content_grid_for_post .category_post_new_home a {
    margin-top: 5px;
    display: inline-block;
}
/* BLOG */




/* SALARY BENCHMARK */
.new_salary_benchmark_homepage_customs select {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 100%;
	color: #434f57 !important;
	font-size: 14px;
	font-family: "Ubuntu", sans-serif;
    font-weight: 700;
	text-transform: uppercase;
}

.new_salary_benchmark_homepage_customs .col-md-4.top_form_col {
	padding-left: 0;
}

.new_salary_benchmark_homepage_customs .row.market_updt_page_top_row .col-md-12 > .row .col-md-4.top_form_col:nth-child(2) {
	border-left: 1px solid #e1e5ee;
	border-right: 1px solid #e1e5ee;
}

.new_salary_benchmark_homepage_customs .job_details_last_buttons.buttonsss1.view_insights_shortcode {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: #00a7e1;
    text-transform: uppercase;
    padding: 14px 30px !important;
    border: none;
    transition: all .3s ease;
}

.new_salary_benchmark_homepage_customs .job_details_last_buttons.buttonsss1.view_insights_shortcode:hover {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: #434f57;
    transition: all .3s ease;
}

.new_salary_benchmark_homepage_customs .row.market_updt_page_top_row .col-md-12 > .row {
    display: flex;
    align-items: center;
	margin-left: 1rem !important;
}

.new_salary_benchmark_homepage_customs .col-md-4.top_form_col .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/wp-content/uploads/2024/09/chevron-down-solid-1.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 10px !important;
}

.new_salary_benchmark_homepage_customs .col-md-4.top_form_col .form-control::-ms-expand {
    display: none;
}

/* SALARY BENCHMARK */




/* COST OF LIVING CALCULATOR */
.cost_of_calc_new_homepage_customs {
    z-index: 3 !important;
    position: relative;
}

.cost_of_calc_new_homepage_customs .col-md-4.step_label_cc_col {
	display: none;
}

.cost_of_calc_new_homepage_customs form#calculatorForm {
    display: flex;
    align-items: center;
}

.cost_of_calc_new_homepage_customs .mb_40_remove {
    margin-bottom: 20px !important;
}

.cost_of_calc_new_homepage_customs .width_full_home {
    width: 100% !important;
}

.cost_of_calc_new_homepage_customs span.select2-selection.select2-selection--single {
	color: #434f57 !important;
    border-radius: 36px !important;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffffff !important;
	font-size: 14px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    padding: 9px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: auto !important;
    border: none !important;
	position: relative;
    width: 100% !important;
}

.cost_of_calc_new_homepage_customs .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: auto;
    position: absolute;
    top: 12%;
    right: 7px;
    width: 20px;
}

.cost_of_calc_new_homepage_customs .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.cost_of_calc_new_homepage_customs .select2-container--default .select2-selection--single {
	position: relative;
}

.cost_of_calc_new_homepage_customs .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "";
    background-image: url(/wp-content/uploads/2024/09/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-color: #00a7e1;
    width: 35px;
    height: 35px;
    position: absolute;
    padding: 10px;
    border-radius: 100%;
    background-size: 15px;
    background-position: center center;
    right: 0;
    top: 0;
}

.cost_of_calc_new_homepage_customs button.btn {
    font-size: 14px !important;
    font-family: "Ubuntu", sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #00a7e1 ! IMPORTANT;
    text-transform: uppercase;
    padding: 14px 25px !important;
    border: none !important;
    transition: all .3s ease !important;
    height: auto !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown .select2-search__field::placeholder, .select2-results__options .select2-results__option {
    font-size: 14px !important;
    font-family: "Ubuntu", sans-serif !important;
    font-weight: 700 !important;
    color: #434f57 !important;
	text-align: left !important;
}

.cost_of_calc_new_homepage_customs button.btn:hover {
    font-size: 14px !important;
    font-family: "Ubuntu", sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #434f57 !important;
    transition: all .3s ease !important;
}

.cost_of_calc_new_homepage_customs span.select2.select2-container.select2-container--default.select2-container--below {
    width: 100% !important;
    padding: 30px;
}

.cost_of_calc_new_homepage_customs .row.csp_1 .col-md-8 {
    width: 100% !important;
}

.cost_of_calc_new_homepage_customs .row.csp2 .col-md-8 {
    width: 100% !important;
}

.cost_of_calc_new_homepage_customs .row.btn_spcs {
    margin-bottom: 20px !important;
}

.cost_of_calc_new_homepage_customs .row.btn_spcs .col-md-6 {
    width: 100% !important;
}
/* COST OF LIVING CALCULATOR */




/* JOB GRID */
.home_new_jobs_grid_custom .new_home_job_main_container .row {
	margin-left: auto;
	margin-right: auto;
}

.home_new_jobs_grid_custom .new_home_job_main_container {
	padding: 0;
}

.home_new_jobs_grid_custom .pp-content-post {
	border: 1px solid #e1e5ee;
	border-radius: 10px 10px 20px 20px;
    padding: 20px 0px 10px 0px;
	transition: all .2s ease;
}

.home_new_jobs_grid_custom .new_home_job_type_text {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #9baebc;
    text-transform: uppercase;
}

.home_new_jobs_grid_custom .new_home_job_title {
    font-size: 20px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #434f57 !important;
    text-decoration: none !important;
	text-align: left;
	display: -webkit-box;
  	overflow: hidden;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	height: 52px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 15px;
	transition: all 0.3s ease;
}

.home_new_jobs_grid_custom .new_home_job_title:hover {
    color: #9BAeBC !important;
	transition: all 0.3s ease;
}

.home_new_jobs_grid_custom .new_home_job_main_container {
	cursor: pointer !important;
}

.home_new_jobs_grid_custom .new_home_job_description p {
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    color: #434f57;
	text-align: left;
}

.home_new_jobs_grid_custom .new_home_job_description a {
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #434f57 !important;
	text-align: left;
	display: inline-block;
    text-decoration: none !important;
}

.home_new_jobs_grid_custom .new_home_job_more_info_div {
    border-top: 1px solid #e1e5ee;
    padding-top: 20px;
}

.home_new_jobs_grid_custom .new_home_job_top_area {
    padding-left: 20px;
    padding-right: 20px;
}

.home_new_jobs_grid_custom .new_home_job_more_info_div .new_home_job_more_info_col {
	padding-left: 10px;
	padding-right: 0;
}

.home_new_jobs_grid_custom .new_home_job_more_info_div {
	padding-left: 20px;
	padding-right: 20px;
}

.home_new_jobs_grid_custom .new_home_more_info {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #434f57;
	text-align: left;
}

.home_new_jobs_grid_custom .new_home_more_info span {
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    color: #9baebc;
}

/* .home_new_jobs_grid_custom .new_home_more_info i {
    color: #279d9a;
} */

.home_new_jobs_grid_custom .pp-content-post:hover {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0 0 20px 20px;
	border-top: 4px solid #9BAeBC;
	transition: all .2s ease;
}

.home_new_jobs_grid_custom .new_home_job_main_container .row {
    margin-top: 10px;
}

.home_new_jobs_grid_custom .new_home_more_info i {
    margin-right: 5px;
}


/* .home_new_jobs_grid_custom .new_home_job_description {
    height: 17.5rem;
} */
/* JOB GRID */




/* HERO FORM */
#field_43_1 {
	grid-column: span 8;
    -ms-grid-column-span: 8;
}

#gform_43 #field_submit {
	grid-column: span 4;
    -ms-grid-column-span: 4;
}

#field_43_1 .ginput_container.ginput_container_text::after {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    right: 4rem;
    width: 17px;
    height: 17px;
    top: 1.3rem;
}

#field_43_1 .ginput_container.ginput_container_text {
    position: relative;
}

#input_43_1 {
    padding-left: 50px;
    padding-right: 60px;
}
/* HERO FORM */


.home_view_more_job_btn .facetwp-facet {
	text-align: right;
}