.bullhorn-wrapper{
    background: #f2f2f2;
    padding: 1rem;
    margin: .5rem 0;
}
.bullhorn-wrapper *:first-child {margin-top: 0}
.bullhorn-wrapper .status, .float-right{float:right;}
.cv-form{max-width: 800px;}
.cv-form .cv-field {margin: 12px 0}
.cv-form .cv-field input[type=text],.cv-form .cv-field textarea, .cv-form .cv-field select  {border: 1px solid #b2b2b2; width: 100%; padding: 3px 6px}
.cv-form .cv-field label { display: inline-block; width: 100%}
@media screen and (min-width: 480px) {
    .cv-form .cv-field input[type=text],.cv-form .cv-field textarea, .cv-form .cv-field select{ width: 70%}
    .cv-form .cv-field label { width: 30%}
}
.bullhorn-button{
background: #323ECD !important;
    padding: 6px 12px !important;
    color: #fff !important;
    border-radius: 6px !important;
    border: none !important;
    margin: 12px 0 !important;
    display: inline-block
}
.bullhorn-button:hover{box-shadow: 0 0 5px #aaa}


/*---New job layout---*/
.jobs-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.job-content .job-wrapper .jobs-container .job-card {
    height: 100%;
}

.job-content .job-wrapper .jobs-container .job-card .job-title {
    display: block;
}

.job-content .job-wrapper .jobs-container .job-card .job-chips {
    text-align: left;
}

div#job-filters label {
    font-weight: bold;
    color: #323ECD;
    margin-bottom: 20px;
    display: block;
}

div#job-filters label select {
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(50, 62, 205, 0.2);
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 1rem;
    max-height: 54px;
}

.job-content .job-wrapper .job-card .job-title a {
    text-decoration: none;
    color: #141428 !important;
}

.job-ctas {
    display: flex;
    align-items: anchor-center;
    margin-top: 20px;
}

.job-ctas a.btn-lge.blue {
    padding: 1rem 2rem;
    margin-left: auto;
    margin-right: 0;
}

div#job-filters label .select2-container, input#filter-search {
    margin-top: 5px !important;
}

div#job-filters .search {
    margin-bottom: 20px;
}

div#job-filters {
    margin-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    margin-bottom: 20px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    border: 2px solid #5B38FC;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 2px solid transparent;
    box-shadow: 0 4px 20px 0 rgba(50,62,205,0.2);
    box-shadow: 0 4px 20px 0 rgba(50, 62, 205, 0.2);
    border-radius: 10px;
    padding: 0 1rem;
}

.select2-container--default .select2-selection--single {
    min-height: 54px;
}

span.select2-search.select2-search--inline {
    margin: auto;
    display: block;
}

.select2-container .select2-search--inline .select2-search__field {
    height: auto;
    vertical-align: middle;
    margin: auto;
    align-content: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-radius: 0;
    height: 100%;
}

.entry-content ul li.select2-selection__choice:before {
    content: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 5px 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    top: 0;
    height: 100%;
    margin-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 100%;
    align-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 400;
}

.select2-container--open .select2-dropdown--below {
    /* margin-top: 25px; */
    border: 2px solid #5b38fd;
    border-top: none;
}

/*---Search---*/
span#start-search {
    position: absolute;
    right: 0.75rem;
    top: 43px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    background: #5B38FD url("/wp-content/themes/remedium/images/search-white.svg") no-repeat center / 50%;
    cursor: pointer;
}

label[for="filter-search"] {
    position: relative;
}

input#filter-search {
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(50, 62, 205, 0.2);
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 1rem;
    padding-right: 4rem;
}

/*--job count---*/
.jobs-page-title {
    display: flex;
}

.jobs-page-title p#job-count {
    align-content: center;
    margin-bottom: 1.5rem !important;
    margin-left: auto;
    margin-right: 0;
}

.no-jobs-message {
    grid-column: 1 / -1;
    width: 100%;
    display: block;
    background: #fff;
    padding: 1rem;
    border-radius: 15px;
}

@media screen and (max-width:1410px) {
    .job-content .job-sidebar {
        flex: 0 0 30%;
    }
    
    .jobs-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }    
}

@media screen and (max-width:996px) {
    .job-content .job-sidebar .search {
        position: relative;
        top: auto;
    }
    
    div#job-filters {
        margin-bottom: 0 !important;
    }
    
    .job-content {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .jobs-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }    
}

@media screen and (max-width:550px) {
    .jobs-page-title {
        display: block;
    }
    
    .job-content .job-wrapper h2 {
        margin-bottom: 5px;
    }
}

/*---GRAVITY FORM 10 (MINI NURSE FORM) SUBMIT BUTTON---*/
/* Style submit button to match Form ID 8 (Job Application Form) */
div#gform_wrapper_10 .gform_footer input[type="submit"],
div#gform_wrapper_10 .gform_page_footer input[type="submit"],
div#gform_wrapper_10 input[type="submit"],
div#gform_wrapper_10 input[type="button"].gform_next_button,
#gform_wrapper_10 .gform_footer input[type="submit"],
#gform_wrapper_10 .gform_page_footer input[type="submit"],
#gform_wrapper_10 input[type="submit"],
#gform_wrapper_10 input[type="button"].gform_next_button {
    flex: 1 !important;
    background-image: url(/wp-content/themes/remedium/images/bg-button.svg) !important;
    background-color: transparent !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    padding: 20px 40px !important;
    cursor: pointer !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
}

/* When only one button is present, make it full width */
div#gform_wrapper_10 .gform_footer input[type="submit"]:only-child,
div#gform_wrapper_10 .gform_page_footer input[type="submit"]:only-child,
div#gform_wrapper_10 .gform_page_footer input[type="button"].gform_next_button:only-child {
    width: 100% !important;
}

p.gform_required_legend {
    display: none;
}

