
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *
 * @since      2.7.0
 */
.job_read_full {
	cursor: pointer;
}

.job_apply {
	cursor: pointer;
}

.nojob {
	text-align: center;
	padding: 2em 0px;
}

.nectar-greenhouse-jobs[data-type="accordion"] .job_description {
	display: none;
}

.nectar-greenhouse-jobs[data-type="cycle"] .all_jobs {
	overflow: hidden;
}

.nectar-greenhouse-jobs .all_jobs {
	margin: 20px 0px 0px;
}

.nectar-greenhouse-jobs .job {
	display: grid;
	padding: 15px;
	margin: 5px;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 4px;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: 3fr auto auto;
	grid-template-rows: 3fr auto auto;
	border-radius: 0px 0px 2px 2px;
	color: #000;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.nectar-greenhouse-jobs .job .job_title {
	color: #20365a;
	font-size: 20px;
	line-height: 36px;
}

.nectar-greenhouse-jobs .field_wrap {
	margin: 0 0 1em;
}

.nectar-greenhouse-jobs .field_wrap input[type="file"] {
	background: none;
	border: 0;
}

.nectar-greenhouse-jobs .field_wrap.field_required label:after {
	content: " *";
}

#apply_form.invalid .field_required input:invalid {
	border: 1px solid red;
}

.apply_ty, .apply_error {
	display: none;
}

.cycle-slide-active .apply_ty {
	display: block;
}

.custom-css-textarea {
	display: none;
}

.hide {
	display: none;
}

.filter-box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.filter-in {
	width: 25%;
	font-weight: 600;
	margin: 0px 15px;
	padding: 0px;
	min-height: 120px;
}

.filter-in.btn {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
	margin: auto;
}

.filter-btn.dark-blue {
	display: block;
}

.filter-btn.dark-blue:hover {
	color: #07a;
	border: 2px solid #07a;
}

.filter-btn {
	color: #07a;
	text-align: center;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	display: inline-flex;
	padding: 16px 32px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 8px;
	border: 1px solid #07a;
	background: #fff;
}

.filter-btn:hover {
	color: #07a;
	border-radius: 8px;
	border: 1px solid #07a;
	background: rgba(0, 119, 170, .04);
}

.total-jobs {
	font-family: "Avenir Next LT Pro";
	font-size: 24px;
	font-weight: 700;
	line-height: 58px;
}

.filter-in select {
	border: 0;
}

#filter_dep option:checked, #filter_office option:checked, #filter_emp_type option:checked, #filter_job_level option:checked {
	background: #dce3e8;
}

.apply_jobs.open {
	padding: 20px;
	margin: 10px;
	border-radius: 0px 0px 2px 2px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
	background: #fff;
}

.nectar-greenhouse-jobs .job {
	grid-row-gap: 0;
}

.job_description.open {
	/*order: 1;*/
	margin-top: 10px;
}

.job > h2 {
	margin-bottom: 7px;
}

.display_company {
	font-size: 16px;
	font-weight: bold;
	color: #20365a;
}

.share_link {
	margin-left: 10px;
}

.job > .display_location {}

.job > .display_location + p {
	margin: 15px 0px;
}

.job > .display_location + p a:first-child {
	margin-right: 30px;
}

.job > .display_office {}

.job > .display_office + p {
	margin: 15px 0px;
}

.job > .display_office + p a:first-child {
	margin-right: 30px;
}

.job > p {
	padding-bottom: 0;
}

.job_apply {
	color: #2da8e2;
	transition: all .1s ease;
	-webkit-transition: all .1s ease;
	display: flex;
	padding: 10px;
	margin: 10px 0px;
	position: relative;
	opacity: 1;
	font-size: 14px;
	white-space: nowrap;
	border: 2px solid rgba(44, 168, 226, .75);
	justify-content: center;
	align-items: center;
	line-height: 16px;
	width: fit-content;
}

.job_apply:hover {
	color: #fff;
	background-color: #2ca8e2;
	transition: .5s;
}

.job_read_full {
	color: #2da8e2;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.filter-box {
		flex-direction: column;
		align-items: center;
	}
	
	.filter-in {
		width: 100%;
		margin: 0;
		padding: 5px 0px;
		min-height: auto;
	}
	
	.filter-in.btn {
		padding: 15px 0;
		justify-content: space-between;
	}
	
	.total-jobs {
		font-size: 16px;
	}
	
	.filter-btn.dark-blue {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.filter-box .filter-in label {
		font-size: 16px;
	}
	
	.filter-in select option {
		font-size: 14px;
	}
}

.ghj-tooltip {
	font-size: .9em;
	text-align: center;
	margin-top: 1em;
}

/* .total-jobs span {
    font-weight: 600;
    font-size: 1.2em;
} */

/* Select2 dropdown Multiselect */
.select2-selection--multiple ul {
	margin: auto;
}

/* Job Application Loader */
.ghjb-loader.show {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ghjb-loader {
	background: rgba(68, 68, 68, 20%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 99;
	overflow: hidden;
}

.ghjb-loader .loader {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: radial-gradient(farthest-side, #07a 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #07a);
	-webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
	animation: s3 1s infinite linear;
}

@keyframes s3 {
	100% {
		transform: rotate(1turn);
	}
}
