/**
 * 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;
}

.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;
    /*height: 200px;*/
    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;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    color: #000;
    /*width: 30%; */
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top: 4px solid #ffb43c;
}

.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: space-between;
}

.filter-in {
    width: 24%;
    font-weight: 600;
}

.filter-in.btn {
    text-align: right;
    padding-top: 30px;
}

.filter-btn {
    background-color: #ffb43c;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    border: 0;
    padding: 10px 20px;
}

.filter-in select {
    border: 0;
    background-color: #f0ede8;
    padding: 10px;
    height: 40px;
}

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

.nectar-greenhouse-jobs .job {
    grid-row-gap: 0;
    /*
    display: flex;
    flex-wrap: wrap;
*/
}

.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 {
    background-color: #ffb43c;
    padding: 12px 15px 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: small;
}

.job_apply,
.job_read_full {
    color: #20365a;
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .filter-box {
        flex-direction: column;
    }

    .filter-in {
        width: 100%;
    }

    .filter-in.btn {
        padding: 15px 0;
        text-align: center;
    }
}

/*.nectar-loader{
    position: fixed;
    width: 100%;
    height: 50%;
    opacity: .5;
}

.nectar-loader .loader{
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  /*position: absolute;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes rotate {
   100% keyframe for  clockwise. 
     use 0% instead for anticlockwise 
  100% {
    -webkit-transform: rotate(360deg);
  }
}*/
