/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ats_center_button {
    margin: 15px auto;
    text-align: center;
}


/**** JOB LIST ****/

.ats_navigation {
    margin: 20px 0;
}

.ats_navigation a {
    display: inline-block;
    padding: 3px 8px;
    font-weight: bold;
    margin-right: 20px;
}

.ats_job_list_wrapper .pagination h2 {
    display: none;
}

.ats_job_list_content {
    clear: both;
    margin-bottom: 10px;
}

.ats_job_list_wrapper .pagination {
    margin-top: 20px;
}

.job_descriptor_left .job_field {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}

.job_descriptor_right .job_field {
    display: inline-block;
    width: 250px;
    font-weight: bold;
}

.ats_filters {
    margin: 0 auto;
    width: 80%;
}


/**** SINGLE JOB ****/

.ats_job_main,
.ats_job_main li,
.ats_job_main li span {
    font-family: inherit !important;
    font-size: 15px !important;
    color: inherit !important;
}

.ats_job_main p,
.ats_job_main span {
    font-family: inherit !important;
    font-size: 15px !important;
    color: inherit !important;
    line-height: 1.90em !important;
}

#ats_search #ats_search_keyword {
    width: 75%;
    float: left;
    margin: 10px 10px 10px 0;
}

select.ats_job_filter {
    width: 24.3%;
    margin: 10px 10px 10px 0;
    float: left;
}

#ats_job_filter_button,
#ats_job_search_button {
    width: 200px;
    float: left;
    margin-top: 10px;
}

.single-ats_job .job_descriptor,
.post-type-archive-ats_job .job_descriptor {
    margin-right: 20px;
    padding: 2px;
    border-bottom: 1px solid #efefef;
}

#ats_jobs_per_page {
    padding: 1px 5px 1px 20px;
    width: 100px;
    margin: 5px 0 0 10px;
    display: inline-block;
}

label.ats_jobs_per_page {
    display: inline-block;
    margin-left: 20px;
}

.single-ats_job .job_descriptor_wrapper {
    padding: 50px;
    padding: 30px;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 0px 5px 13px rgb(0 0 0 / 0.11);
}

.single-ats_job .job_descriptor_wide {
    padding: 10px 0 0 0;
    clear: both;
}

.single-ats_job div>span.job_field {
    font-weight: bold;
    width: 50% !important;
    display: inline-block !important;
}

.job_descriptor_left {
    float: left;
    width: 30%;
}

.single-ats_job .job_descriptor_left {
    width: 40%;
}

.job_descriptor_right {
    float: left;
    width: 40%;
}

.single-ats_job .job_descriptor_right {
    width: 60%;
}

.single-ats_job .form-row,
.single-ats_job .vlt-form-group {
    margin-top: 10px;
}

.job_descriptor_cta {
    float: left;
    width: 20%;
}

.single-ats_job #job_position {
    clear: both;
    float: left;
}

.single-ats_job #job_description {
    clear: both;
}

.single-ats_job #mk-page-introduce {
    display: none;
}

.single-ats_job article.ats_job {
    padding: 20px 0px;
}

.ats_job_details_wrapper {
    max-width: 70%;
    min-width: 50%;
    float: left;
    margin-right: 20px;
}

.ats_job_apply_wrapper {
    max-width: 25%;
    float: left;
}

.single-ats_job form.ats_apply {
    margin-right: 5%;
}

.single-ats_job h4 {
    margin: 0 0 10px 0 !important;
}

.ats_job_footer {
    clear: both;
}

.ats_sharing {
    margin: 10px 0;
}

.ats_sharing a:not(.ats_view_all),
.ats_job_list_wrapper nav .nav-links>a.next,
.ats_job_list_wrapper nav .nav-links>a.prev {
    display: inline-block;
    padding: 3px 8px;
    font-weight: bold;
}

.ats_job_list_wrapper nav .nav-links>a.next,
.ats_job_list_wrapper nav .nav-links>a.prev {
    margin: 0 10px;
}

.ats_job_description {
    margin-top: 20px;
}


/**** JOB ARCHIVE ****/

.ats_background_gray {
    padding: 20px;
    background-color: #ccc;
    margin: 0 auto;
    text-align: center;
}

.ats_job_list_title h3 {
    margin-bottom: 0;
    font-size: 1.3em;
}

.ats_job_list_item {
    clear: both;
    margin-top: 0px;
    padding: 15px 10px 10px 20px;
    border: 1px solid #ccc;
    border-bottom: 0px;
}

.ats_job_list_item:last-child {
    border-bottom: 1px solid #ccc;
}

.ats_job_list_content {
    line-height: 1.5em;
}

.ats_job_list_content>.ats_job_list_sub {
    font-size: 0.8em;
    font-style: italic;
}

.ats_job_list_item .more {
    display: none !important;
}

.ats_job_list_wrapper {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1125px) {
    .ats_job_main {
        float: left;
        max-width: 70%;
    }
    .ats_job_side {
        float: left;
        max-width: 27%;
        margin-left: 3%;
    }
}


/**** APPLY FORM ****/

#ats_apply_footer {
    width: 50%;
    margin-right: 20px;
    float: left;
}

.no_login_wrapper {
    width: 100%;
    margin: 20px auto;
}

.no_login_left {
    float: left;
    width: 47.5%;
    margin-right: 2.5%;
    margin-top: 20px;
    padding: 30px;
    background: #ccc;
    color: #fff;
    border-radius: 15px;
}

.no_login_left h2 {
    color: #fff;
}

.no_login_right {
    float: left;
    width: 47.5%;
    padding: 10px;
    margin-left: 2.5%;
    margin-top: 20px;
}

#ats_registration_form input {
    margin-bottom: 10px;
}

.ats_apply_wrapper,
.ats_location_filter_wrapper {
    margin: 20px auto;
}

.ats_location_filter_wrapper {
    min-width: 300px;
    max-height: 500px;
    overflow-y: scroll;
    padding: 0 5px 20px 10px;
}

.ats_location_filter_wrapper label {
    display: inline-block;
}

#ats_search_location_apply a {
    color: #fff;
}

#ats_search_location_apply a:hover {
    color: #fff;
}

.ats_apply_wrapper p {
    line-height: 1em;
}

.ats_application_note {
    padding: 5px 20px 20px;
    font-size: 0.8em;
    text-align: center;
}

form.ats_apply label {
    display: block;
}

form.ats_apply input,
form.ats_apply select {
    margin-bottom: 10px;
    width: 100%;
}

form.ats_apply h3 {
    text-align: center;
}

form .ats_apply_form_submit_wrapper button {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    text-decoration: none;
    padding: 20px 28px;
    font-size: 1.5em;
    line-height: 100%;
    border-radius: 0;
}

.ats_full_apply {
    clear: both;
    max-width: 350px;
    margin-top: 20px;
}

.ats_button {
    float: left;
}

#ats_login_form .login-submit {
    display: none;
}


/**** SEARCH FORM ****/

.ats_search_inner {
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
}

.ats_search_link {
    margin-top: 10px;
}

#ats_search fieldset {
    border: none !important;
    padding: 0;
}

.ats_search_form_submit_wrapper {
    margin-top: 15px;
}

#ats_quick_search_footer {
    width: 45%;
    float: left;
    margin-top: 20px;
}

.ats_quick_search fieldset {
    max-width: 70%;
    float: left;
}

.ats_quick_search .ats_search_form_submit_wrapper {
    max-width: 30%;
    float: left;
}

.ats_quick_search .ats_search_form_submit_wrapper>button {
    padding: 8px;
    font-size: 1em;
    margin-top: 5px;
}

.ats_search_wrapper {
    margin: 20px 0 0;
}

.ats_search_filter {
    height: 200px;
    border: 1px solid #F0F0F0;
    overflow-y: scroll;
    padding: 5px 10px;
    margin-bottom: 20px;
    max-width: 450px;
    float: left;
    margin-right: 10px;
}

form#ats_search label:not(.ats_side_label) {
    display: block;
}

.ats_side_label {
    margin-left: 10px;
}

form#ats_search input[type=text] {
    margin-bottom: 10px;
    width: 100%;
}

form#ats_search h3 {
    text-align: center;
}

.ats_search_categories_wrapper {
    margin-top: 20px;
}

form .ats_search_form_submit_wrapper button {
    width: 100%;
    max-width: 220px;
    display: inline-block;
    text-decoration: none;
    padding: 20px 28px;
    font-size: 1.5em;
    line-height: 100%;
    border-radius: 0;
}


/**** FULL APPLY ****/

#form_ats_header {
    margin: 0 0 30px;
}

#form_ats_header h2 {
    float: left;
    margin: 0 0 4px !important;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
}

#form_ats_header .ats-acct-desc {
    clear: both;
    margin: 0 0 16px;
    font-size: 14px;
    color: #666;
    float: none;
}

#form_ats_header #form_ats_progress {
    float: right;
    text-align: right;
    width: 30%;
    margin-top: -20px;
}

#form_ats_progress_text {
    font-size: 10px;
    letter-spacing: -1px;
    display: block;
    color: #fff;
    padding: 1px 5px;
    text-align: center;
}

.form_half {
    float: left;
    width: 47%;
    margin: 5px 1.5%;
}

.ats_fullapp_container input[type=text],
.ats_fullapp_container select {
    margin-bottom: 5px;
}

@-moz-document url-prefix() {
    .ats_fullapp_container select {
        padding-bottom: 13px !important;
    }
}

.ats_fullapp_container .form_pane,
#ats_apply_loader_wrapper {
    border: none !important;
    padding: 15px 5px;
}

.ats_fullapp_container .form_wide {
    padding: 0 20px;
}

.ats_fullapp_container input[type=date],
.ats_fullapp_container input[type=email],
.ats_fullapp_container input[type=number],
.ats_fullapp_container input[type=password],
.ats_fullapp_container input[type=search],
.ats_fullapp_container input[type=tel],
.ats_fullapp_container input[type=text],
.ats_fullapp_container input[type=url],
.ats_fullapp_container select,
.ats_fullapp_container textarea {
    padding: 15px 20px;
}

.ats_fullapp_container fieldset div,
.ats_fullapp_container fieldset p,
.ats_fullapp_container fieldset label,
.ats_fullapp_container fieldset h4 {
    /* color: #fff; */
}

.ats_fullapp_container input.error,
.ats_fullapp_container select.error,
.ats_fullapp_container label.error,
.form_ats_question.error {
    border: 2px solid #c53030 !important;
    outline: none;
    box-shadow: 0 0 0 1px #c53030;
}

.ats_form_pane_header {
    color: #fff;
    text-align: center;
}

.form_ats_question label {
    display: inline-block;
    margin: 0 5px;
}

.form_ats_question input {
    margin-bottom: 20px;
}

/* Padding under each radio question row (Yes/No) in the Questions section */
.ats_fullapp_container .form_ats_question:has(input[type="radio"]) {
    padding-bottom: 1.25em;
}

/* Space between "I agree to the Terms" checkbox and Applicant Signature */
.ats_fullapp_container .form_ats_question.ats_form_agree_error {
    margin-bottom: 2.25em;
}

.form_ats_button {
    background: #808080;
    padding: 5px 10px;
    border: 1px solid #808080;
    color: #fff;
}

#form_ats_progress_bar {
    display: none;
    width: 100%;
    height: 25px;
    border: 2px solid #cccccc;
    border-radius: 15px;
    background: #f7f7f7;
    padding-right: 4px;
}

#form_ats_progress_percent {
    width: 10%;
    height: 17px;
    background: #007481;
    border-radius: 10px;
    margin-top: 2px;
    margin-left: 2px;
}

.sf-t4.sf-fade .sf-nav-on-top .sf-viewport,
.sf-t4.sf-fade .sf-nav-on-bottom .sf-viewport,
.sf-t4.sf-slide .sf-nav-on-top .sf-viewport,
.sf-t4.sf-slide .sf-nav-on-bottom .sf-viewport,
.sf-t4.sf-none .sf-nav-on-top .sf-viewport,
.sf-t4.sf-none .sf-nav-on-bottom .sf-viewport {
    border: none !important;
}

.sf-t3 .sf-nav li.sf-active,
.sf-t3 .sf-nomob .sf-nav li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) {
    background: #007481;
}

.sf-t3 .sf-nav li.sf-nav-step-disabled,
.sf-t3 .sf-nav li.sf-nav-unlink,
.sf-t3 .sf-nav li {
    background: #c7c7c7;
}

.sf-t3.sf-wizard .sf-btn,
.sf-t3 .sf-content .nocsript-sf-btn {
    background: #808080;
}

/* SAVE & CONTINUE / Next – muted teal (#3E868D), BACK stays gray */
.sf-t3.sf-wizard .sf-btn.sf-btn-next,
a.next-btn.sf-right.sf-btn.sf-btn-next {
    background: #3E868D !important;
}
.sf-t3.sf-wizard .sf-btn.sf-btn-next:after,
a.next-btn.sf-right.sf-btn.sf-btn-next:after {
    background: url(../img/t2-arr-right.png) no-repeat center center #3E868D;
}

.sf-t3 .sf-nav li.sf-active .sf-nav-number {
    background: #004E59;
}

.sf-t3.sf-wizard .sf-btn:after {
    background: url(../img/t2-arr-right.png) no-repeat center center #004E59;
}

.sf-t3 .sf-nav li.sf-nav-step-disabled,
.sf-t3 .sf-nav li.sf-nav-unlink {
    color: #fff;
}

.sf-viewport {
    background: #fff;
}

.ats_saved {
    background: url(../img/check.png) no-repeat scroll 7px 7px;
    background-position: center right;
}


/**** SKILLSETS  ****/

.skillset_container {
    margin-bottom: 20px !important;
}

.ats_skillset_container .skillpane {
    overflow: hidden;
}

.ats_skillset_container .sf-t3.sf-none .sf-viewport .sf-step {
    padding: 0px 0;
}

.ats_skillset_container .form_wide {
    padding: 0 0 !important;
}

.section_divider {
    padding: 10px 30px;
    background: #fff;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin: 5px 0 0;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.section_divider .divider {
    color: #000;
}

.skillset_header {
    text-align: center;
    padding: 20px 0px;
}

.skillset_header h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
}

.ats_skillset_container .ats_form_pane_header {
    display: none;
}

.ats_skillset_container .section_header {
    background-color: #007481;
    color: #fff;
}

.ats_skillset_container .flex4,
.ats_skillset_container .flex3 {
    clear: both;
    padding: 5px 20px;
}

.ats_skillset_container .questions div {
    color: #000;
}

.ats_skillset_container .flex4.questions .line_name {
    font-weight: bold;
}

.ats_skillset_container .flex4.questions,
.ats_skillset_container .flex3.questions {
    padding: 20px;
}

.ats_skillset_container .flex4.questions:nth-child(even) {
    background: #D0D0D0;
}

.ats_skillset_container .flex9.questions .line_name {
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-left: 20px;
    display: inline-block;
}

.ats_skillset_container input.error,
.ats_skillset_container select.error {
    border: 2px solid #c53030 !important;
    outline: none;
    box-shadow: 0 0 0 1px #c53030;
}

.ats_skillset_container .flex9.questions .line_name.error {
    color: #c53030;
}

.ats_skillset_container .flex4>div,
.ats_skillset_container .flex3>div {
    box-sizing: border-box;
    float: right;
    max-width: 70%;
    padding: 0 10px;
    text-align: center;
}

.ats_skillset_container .flex9>div {
    box-sizing: border-box;
    max-width: initial;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.ats_skillset_container .flex2>div {
    box-sizing: border-box;
    max-width: initial;
    float: right;
    padding: 0 10px;
    text-align: center;
}

.ats_skillset_container .flex4>div.first,
.ats_skillset_container .flex3>div.first {
    box-sizing: border-box;
    float: left;
    width: 45%;
    clear: both;
    text-align: left;
    margin-top: 0.5em;
}

.ats_skillset_container .flex9>div.first {
    text-align: left;
    padding: 10px 0;
}

.ats_skillset_container .flex9>div.first.banner {
    box-sizing: border-box;
    width: 100%;
    clear: both;
    text-align: left;
    margin-top: 0.5em;
    padding-left: 30px;
}

.ats_skillset_container .flex2>div.first {
    text-align: left;
    float: left;
    width: 50%;
    clear: both;
    text-align: left;
}

.ats_skillset_container .flex2>div.otherrow {
    text-align: left;
    float: left;
    width: 50%;
    text-align: left;
}

.ats_skillset_container .flex4>div.first>.second,
.ats_skillset_container .flex3>div.first>.second {
    float: right;
    text-align: right;
}

.ats_skillset_container .flex4 .flex_option4 {
    float: left;
    width: 100px;
    text-align: center;
}

@media screen and (max-width: 1083px) {
    .ats_skillset_container .flex4 .flex_option4 {
        float: left;
        width: 80px;
        text-align: center;
    }
    .ats_skillset_container .flex9.questions label.ui-button {
        width: 100%;
    }
}

@media screen and (max-width: 891px) {
    .ats_skillset_container .flex4 .flex_option4 {
        float: left;
        width: 120px;
        text-align: center;
    }
}

@media screen and (max-width: 775px) {
    .ats_skillset_container .flex4 .flex_option4 {
        float: left;
        width: 100px;
        text-align: center;
    }
}

@media screen and (max-width: 665px) {
    .ats_skillset_container .flex4>div,
    .ats_skillset_container .flex3>div {
        float: none;
        width: 100%;
        clear: both;
        max-width: 100%;
    }
    .ats_skillset_container .flex4>div.first,
    .ats_skillset_container .flex3>div.first {
        float: none;
        width: 100%;
        clear: both;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .ats_skillset_container .flex4 .flex_option4 {
        float: left;
        width: 20%;
        text-align: center;
        margin: 10px 2%;
    }
    .form_half {
        float: none;
        clear: both;
        width: auto;
    }
}

@media screen and (max-width: 414px) {
    .ats_skillset_container .flex4,
    .ats_skillset_container .flex3 {
        padding: 5px 0px;
    }
    .ats_skillset_container .flex4>div.first,
    .ats_skillset_container .flex3>div.first {
        max-width: 82%;
    }
}

.ats_skillset_container .flex9 .flex_option4 {
    float: left;
    width: auto;
    text-align: center;
    padding: 0 5px;
}

.ats_skillset_container .flex3 .flex_option4 {
    float: left;
    width: 120px;
    text-align: center;
    padding: 0 5px;
}

.ats_skillset_container .section_header .banner {
    font-size: 1.4em;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 30px;
}

.ats_skillset_container .section_header {
    vertical-align: top;
}

.ats_skillset_container .flex9.section_header {
    padding: 10px 0;
}

.ats_skillset_container .flex2.section_header {
    padding: 10px 0;
    margin-bottom: 10px;
}

.ats_skillset_container .flex3 .other_line {
    display: none;
    width: 100%;
    clear: both;
    float: none;
    max-width: 100%;
    padding: 0 30px 0 10px;
}

.ats_skillset_container .other_line .first {
    float: left;
}

.ats_skillset_container .section_header div.item_count {
    font-size: 1.5em;
}

.ats_skillset_container .section_header h3 {
    color: #fff;
    font-weight: bold;
}

.ats_skillset_container .section_subhead {
    padding: 20px 30px;
    background: gray;
    margin-bottom: 0;
    clear: both;
    text-transform: uppercase;
    color: #fff;
}

.ats_skillset_container .section_subhead div {
    font-weight: bold;
}

.ats_skillset_container table .section_header div {
    text-align: center;
}

.ats_skillset_container fieldset .line_name {}

.ats_skillset_container fieldset .form_wide.skillset_submit {
    padding: 20px 10% !important;
}

.ats_skillset_container .skillset_submit label {
    color: #000;
    display: inline-block;
}

.ats_skillset_container .skillset_submit p {
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}

/* Certify checkbox: match epic-job-board location selection style (dark teal, rounded square, white check when checked) */
.ats_skillset_container .skillset_submit input#certify {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    border: 2px solid #0d3b4c;
    border-radius: 3px;
    background: #fff;
    vertical-align: middle;
    margin: 0 8px 0 0;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ats_skillset_container .skillset_submit input#certify:hover {
    border-color: #0d5b6b;
}
.ats_skillset_container .skillset_submit input#certify:checked {
    background-color: #0d3b4c;
    border-color: #0d3b4c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.ats_skillset_container .skillset_submit input#certify:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(13, 59, 76, 0.25);
}

/* Full application: all checkboxes – green style (checked = green fill, white check) */
.ats_fullapp_container input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    border: 2px solid #dadce0;
    border-radius: 4px;
    background: #fff;
    vertical-align: middle;
    margin: 0 8px 0 0;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ats_fullapp_container input[type="checkbox"]:hover {
    border-color: #007481;
}
.ats_fullapp_container input[type="checkbox"]:checked {
    background-color: #007481;
    border-color: #007481;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.ats_fullapp_container input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 116, 129, 0.35);
}

/* Full application: all radio buttons – bigger, green when selected (like checkbox treatment) */
.ats_fullapp_container input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    border: 2px solid #dadce0;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    margin: 0 6px 0 0;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.ats_fullapp_container input[type="radio"]:hover {
    border-color: #007481;
}
.ats_fullapp_container input[type="radio"]:checked {
    border-color: #007481;
    background-color: #fff;
    box-shadow: inset 0 0 0 6px #007481;
}
.ats_fullapp_container input[type="radio"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 116, 129, 0.35);
}
.ats_fullapp_container input[type="radio"]:checked:focus {
    outline: none;
    box-shadow: inset 0 0 0 6px #007481, 0 0 0 2px rgba(0, 116, 129, 0.35);
}

.ats_skillset_container div label.ui-button,
.ats_choose_skillsets label.ui-button {
    color: #007481;
    border: 1px solid #007481;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}


/* .ats_skillset_container .flex9.questions label.ui-button {
    min-height: 48px;
} */

.ats_skillset_container label>span.ui-button-text {
    padding: 10px 15px;
    font-size: 18px;
}

.ats_skillset_container label.ui-state-active,
.ats_choose_skillsets label.ui-state-active {
    background: #007481;
    color: #fff !important;
}

.ats_skillset_container input[type=text] {
    border: 1px solid #808080;
}


/**** SKILLSET SIDEBAR ****/

aside.ats_sidebar {
    /* background-color: #f7f7f7; */
    background: rgb(247, 247, 247);
    background: -moz-linear-gradient(180deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f7f7f7", endColorstr="#ffffff", GradientType=1);
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    margin: 15px auto;
    border-radius: 15px;
}

.ats_sidebar_item.welcome {
    padding: 5px 5px 30px;
    display: block;
}

.ats_sidebar_item a.vlt-btn {
    letter-spacing: 0;
    font-weight: 600;
    padding: 20px 0px;
}

aside.ats_sidebar .sidebar-name {
    font-family: Montserrat;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.25;
    text-transform: none;
    color: #565657;
}

aside.ats_sidebar .sidebar-welcome {
    font-family: Montserrat;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.25;
    text-transform: none;
    color: #007481;
}

aside.ats_sidebar .previous-skillset {
    font-family: Montserrat;
    font-size: .6em;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    font-style: italic;
    margin-bottom: 20px;
    text-align: center;
    text-transform: lowercase;
    color: #efefef;
}

.previous-checklist-link {
    background: #fff;
    padding: 10px 15px;
    width: 100%;
    display: block;
    color: #888;
    border-radius: 10px;
    margin-bottom: 10px;
}

aside.ats_sidebar .sidebar_wrapper {
    padding: 10px;
    color: #fff;
}

aside.ats_sidebar .sidebar_wrapper a {
    font-size: 14px;
}

aside.ats_sidebar .sidebar_wrapper a:hover {
    color: #efefef;
    background: #777;
}

aside.ats_sidebar .sidebar_wrapper h2 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    margin-top: 10px;
}

aside.ats_sidebar .sidebar_wrapper .ats_skillset_list {
    color: #fff;
    text-align: left;
    background-color: #007481;
    margin-bottom: 0;
    padding: 0px 15px 10px;
    width: 100%;
    border-radius: 15px;
    margin: 20px 0 -5px;
    padding: 1px 21px 17px;
}

aside.ats_sidebar .sidebar_wrapper .ats_skillset_list .ats_skillset_key {
    font-size: 0.6em;
    padding: 0 10px;
    text-align: center;
}

aside.ats_sidebar .sidebar_wrapper #ats_fullapp_button {
    background-color: #004E59;
    width: 100%;
    padding: 10px 3px;
    color: #fff;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
}

aside.ats_sidebar .sidebar_wrapper #ats_fullapp_button:hover,
aside.ats_sidebar .sidebar_wrapper #ats_select_skills_button:hover {
    cursor: pointer;
}

aside.ats_sidebar .sidebar_wrapper #ats_select_skills_button {
    background-color: #808080;
    width: 100%;
    padding: 10px 3px;
    color: #fff;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
}

.ats_choose_skillsets h2 {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: none;
}

.ats_choose_skillsets > div > p:first-of-type {
    margin: 0 0 24px;
    font-size: 14px;
    color: #666;
    max-width: none;
}

.ats_choose_skillsets .skill_category_filter {
    margin: 10px auto 20px;
    text-align: center;
}

.ats_skillset_ledgend {
    display: inline-block;
    font-size: 15px;
}

.ats_skillset_header_content_text {
    font-size: 15px;
    color: #666;
}

.ats_skillset_ledgend_container {
    padding: 20px 0px;
}

.ats_skillset_keysep {
    display: inline-block;
    margin: 0 14px;
}

@media only screen and ( max-width: 600px) {
    .ats_skillset_ledgend {
        display: block;
    }
    .ats_skillset_keysep {
        display: none;
    }
}

#ats_skills_select {
    border: 1px solid #000;
    margin-bottom: 20px;
    background-image: url('/wp-content/themes/leedo/assets/img/select-two.png');
}

.ats_choose_skillsets #do_skillsets {
    margin: 20px auto;
    max-width: 300px;
    display: block;
}

.ats_choose_skillsets form {
    margin: 0 5%;
}

.skillset_item_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.skillset_item_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.skillset_item_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.skillset_item_container:hover input~.skillset_item_checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.skillset_item_container input:checked~.skillset_item_checkmark {
    background-color: #007481;
}


/* Create the checkmark/indicator (hidden when not checked) */

.skillset_item_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.skillset_item_container input:checked~.skillset_item_checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.skillset_item_container .skillset_item_checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/**** SUBSCRIBE FORM ****/

.ats_message {
    color: darkred;
}

.ats_success {
    color: #000;
}

#ats_subscribe_form label,
#ats_refer_form label {
    display: block;
    margin-top: 10px;
}

.ats_subscribe input,
.ats_refer input {
    width: 100%;
}

.ats_subscribe fieldset,
.ats_refer fieldset {
    border: none;
}

#ats_subscribe_form button:hover,
#ats_refer_form button:hover {
    cursor: pointer;
}

#ats_subscribe_form input[type=email],
#ats_refer_form input[type=email] {
    margin-top: 0 !important;
}

#ats_subscribe_loader_wrapper {
    max-height: 35px;
    overflow: hidden;
}

.ats_loader,
.ats_loader:before,
.ats_loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.ats_loader {
    color: #000;
    font-size: 6px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.ats_loader:before,
.ats_loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.ats_loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.ats_loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


/**** SKILLS ****/

.skillset_container {
    max-width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 800px) {
    .skillset_container {
        max-width: 100%;
        padding: 0 10px;
    }
}

.skills-checklist {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .004em;
    line-height: 1.65;
    text-transform: none;
    color: #5c5c5c;
    background-color: #007481;
    border-radius: 15px 15px 25px 25px;
    padding: 10px 10px 25px 10px;
    margin-top: 20px;
    margin-bottom: -15px;
}

.skills-checklist-form td {
    border-bottom: 1px solid gray;
}

.skills-checklist .table-title td,
.skills-checklist .table-title th {
    color: #fff;
    background: #777;
}

.skills-checklist label {
    cursor: pointer;
    min-width: 80px;
}

.skills-checklist .radio_container label {
    font-size: 23px;
    line-height: .5em;
}

.skills-checklist .td_radio label {
    min-width: 0 !important;
    padding: 0;
}

.skills-checklist label {
    display: block;
    padding-bottom: 4px;
    padding-bottom: .4rem;
    color: #666;
}

.skills-checklist label {
    display: block;
    padding-bottom: 4px;
    padding-bottom: .4rem;
}

.td_radio input[type=radio],
.td_radio input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 12px;
}

.skills-checklist input[type=checkbox],
.skills-checklist input[type=radio] {
    width: auto;
    margin-right: .3em;
}

.skills-checklist input[type=checkbox],
.skills-checklist input[type=radio] {
    width: auto;
    margin-right: .3em;
}

.skills-checklist input[type=checkbox],
.skills-checklist input[type=radio] {
    padding: 0;
    border: none;
    background: 0 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=radio]:checked+.td_fieldname,
input[type=checkbox]:checked+.td_fieldname {
    background: #f24659;
}

.skills-checklist .td_fieldname {
    display: none;
    background: #aaa;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    line-height: 1.2em;
    min-width: 1.5em;
    text-transform: none;
    display: inline-block;
}

.skills-checklist .reading-width,
.skills-checklist h1.entry-title {
    max-width: 720px;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

.skills-checklist .td_radio {
    text-align: center;
}

.skills-checklist table {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 0 0 3em;
}

.skills-checklist tr {
    border-bottom: 1px solid #777;
}

.skills-checklist th,
.skills-checklist td {
    padding: .5em;
}

.skills-checklist .cform {
    width: 100%;
    max-width: 50em;
    margin: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.skills-checklist .table-title td,
.skills-checklist .table-title th {
    color: #fff;
    background: #777;
}

.table-title .table-title-header {
    display: table-cell !important;
}

.skills-checklist .th_cent,
.skills-checklist .td_radio {
    min-height: 71px;
    width: 25%;
    float: left;
}

.skills-checklist .th_cent,
.skills-checklist .td_radio {
    padding: 1em .5em .5em;
    vertical-align: top;
    border: none;
}

.skills-checklist table td {
    padding: 12px 20px;
}

.skills-checklist input[type=submit] {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #f24659;
    background: 0 0;
    color: #f24659 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    padding: 14px 38px;
    padding: 1.4rem 3.8rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.skills-checklist input[type=submit]:hover {
    color: #fafafa !important;
    background: #f24659;
}

.skills-checklist .td_radio label {
    width: 60px !important;
    margin: 0 auto;
    text-align: center;
}

.skills-checklist td {
    border-bottom: 1px solid #777;
}

.skills-checklist th {
    border-bottom: 2px solid #777;
    padding: 12px 20px;
    font-size: inherit;
}

.skills-checklist .td_divider {
    border-left: 1px solid #777;
}

.skills-checklist .th_divider {
    border-left: 1px solid #000;
}

.skills-checklist th.empty-cell {
    border-left: 0 !important;
}

#ats_full_app_complete {
    padding: 50px;
    background-color: #007481;
    color: #fff;
    border-radius: 20px;
    margin: 0 20px;
}

#ats_full_app_complete a {
    color: #fff;
    font-weight: bolder;
    /* text-decoration: underline; */
    letter-spacing: 1px;
    border: 1px solid #efefef;
    padding: 4px 6px;
}

#ats_full_app_complete a:hover {
    color: #999999;
    background: #ffffff;
}

#ats_skillset_complete {
    padding: 50px;
    background-color: #007481;
    color: #fff;
    border-radius: 20px;
    margin: 0 20px;
}

#ats_skillset_complete a {
    color: #fff;
    font-weight: bolder;
    letter-spacing: 1px;
    border: 1px solid #efefef;
    padding: 4px 6px;
}

#ats_skillset_complete a:hover {
    color: #999999;
    background: #ffffff;
}

#ats_saving {
    text-align: right;
    font-size: 0.8em;
    color: #007481;
    display: none;
}

#ats_logout,
#ats_skillset_logout {
    text-align: center;
    float: right;
    font-size: 0.9em;
    padding: 2px 5px;
    color: #6a6a6a;
}

#ats_logout:hover {
    color: #007481;
}

.finish-btn {
    font-size: 1em !important;
}

/* Skills checklist & application loading state - fake button with "Saving"/"Submitting" + spinner inside */
.ats-skillset-submit-fake.ats-skillset-submitting {
    display: inline-block;
    cursor: wait !important;
    opacity: 0.9;
    pointer-events: none;
    padding: 0.4em 1em;
    vertical-align: middle;
    text-decoration: none;
}
.ats-skillset-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 6px;
    vertical-align: middle;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: ats-skillset-spin 0.6s linear infinite;
}
@keyframes ats-skillset-spin {
    to { transform: rotate(360deg); }
}

/** jQueryUI **/

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png);
}

.lds-dual-ring {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 1px;
    border-radius: 50%;
    border: 1px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.heateor_sss_horizontal_sharing {
    margin-top: -68px;
}

.ats_jobs_background {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://epictravelstaffing.com/wp-content/uploads/2019/03/roadahead-70.jpg);
    padding: 20px 500px 50px 500px;
    margin: 20px -500px 10px -500px;
    background-position: center bottom;
}

@media only screen and (max-width: 990px) {
    .heateor_sss_horizontal_sharing {
        margin-top: -18px;
        float: none !important;
        clear: both;
    }
}

.ats_mobile {
    display: none;
}

.ats_mobile .job_field {
    display: inline-block;
    margin-top: 10px;
}

.ats_form_reset {
    text-align: right;
    margin: -8px 0 0 0;
    padding-right: 10px;
}

.ats_disclaimer {
    font-style: italic;
    clear: both;
    margin: 10px 0 20px;
}

@media only screen and (max-width:600px) {
    #ats_search #ats_search_keyword {
        width: 100%;
        float: none;
    }
    .job_descriptor_cta {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    #ats_job_filter_button,
    #ats_job_search_button {
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .ats_view_all_sm {
        clear: both;
        display: block;
    }
    label.ats_jobs_per_page {
        display: inline-block;
        margin-left: 0;
    }
    .ats_filters {
        width: 100%;
    }
    .ats_filters select {
        float: none !important;
        width: 100%;
    }
    .ats_search_inner {
        margin: 0 !important;
        max-width: 100%;
        width: 100%;
    }
    .ats_desciptor_cta {
        clear: both;
        margin: 0 auto;
        text-align: center;
    }
    .ats_desciptor_left,
    .ats_desciptor_right {
        width: 40%;
    }
    .ats_sharing a:not(.ats_view_all),
    .ats_job_list_wrapper nav .nav-links>a.next,
    .ats_job_list_wrapper nav .nav-links>a.prev {
        font-weight: bold;
        display: block;
        margin: 5px 0;
        padding: 5px 10px;
    }
    .ats_form_reset {
        text-align: left;
        margin: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:1024px) {
    .ats_filters {
        width: 100%;
    }
    .ats_search_inner {
        width: 100%;
        max-width: 100%;
    }
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 46.8em) {
    .skills-checklist tr {
        border-bottom: none;
    }
    .skills-checklist .th_cent,
    .skills-checklist .td_radio {
        width: auto;
        clear: none;
        float: none;
    }
    .table_skills .empty-cell {
        position: static;
    }
    .skills-checklist .th_cent,
    .skills-checklist .td_radio {
        padding: .5em;
        border-bottom: 1px solid #777;
    }
}

a.next-btn.sf-right.sf-btn.sf-btn-next:hover,
.sf-t3.sf-wizard .sf-btn.sf-btn-next:hover {
    background: #007481;
}

.sf-t3.sf-none .sf-viewport,
.sf-t3.sf-fade .sf-viewport,
.sf-t3.sf-slide .sf-viewport {
    border-radius: 16px;
    border: 6px solid #efefef;
}

.ats_fullapp_container .sf-t3 .sf-nav li {
    font-size: 12px;
    height: 49px;
    line-height: 42px;
    padding: 0 20px;
    text-align: center;
    border-radius: 15px;
    margin-right: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.ats_fullapp_container .sf-t3 .sf-nav li.sf-nav-link:not(.sf-nav-step-disabled):not(.sf-nav-unlink) {
    cursor: pointer;
}
.ats-nav-all-clickable .sf-t3 .sf-nav li.sf-nav-link {
    background: #007481;
    cursor: pointer;
}
.ats-nav-all-clickable .sf-t3 .sf-nav li.sf-nav-link .sf-nav-number {
    background: #004E59;
}
.ats-nav-all-clickable .sf-t3 .sf-nav li.sf-active {
    background: #005a63;
}
.ats-nav-all-clickable .sf-t3 .sf-nav li.sf-active .sf-nav-number {
    background: #003a40;
}

.ats_fullapp_container .sf-t3 .sf-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 20px;
}
.ats_fullapp_container .sf-t3 .sf-nav::-webkit-scrollbar {
    height: 4px;
}
.ats_fullapp_container .sf-t3 .sf-nav::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 4px;
}
.ats_fullapp_container .sf-t3 .sf-nav li {
    flex-shrink: 0;
    white-space: nowrap;
}

.sf-t3.sf-wizard .sf-btn,
.sf-t3 .sf-content .nocsript-sf-btn {
    border-radius: 30px;
}

@media (max-width: 992px) {
    .sf-t3.sf-wizard:not(.sf-rtl) .sf-btn.sf-btn-prev {
        padding-left: 22px;
    }
    .sf-t3.sf-wizard .sf-btn {
        padding: 0 22px;
    }
    #form_ats_header #form_ats_progress {
        margin-top: 0px;
    }
}

button#add_education,
button#add_certificate,
button#add_experience,
button#add_specialty,
button#add_reference {
    border-radius: 25px;
    padding: 17px 25px 17px 54px;
    background: #007481;
    border: none;
    font-size: 0.8em;
    margin-top: 15px;
    display: inline;
    position: relative;
    border: 1px solid #007481;
}

button#add_education:hover,
button#add_certificate:hover,
button#add_experience:hover,
button#add_specialty:hover,
button#add_reference:hover {
    background: none;
    color: #007481;
}

button#add_education i,
button#add_certificate i,
button#add_experience i,
button#add_specialty i,
button#add_reference i,
button#remove_education i,
button#remove_certificate i,
button#remove_experience i,
button#remove_specialty i,
button#remove_reference i {
    left: 14px;
    position: absolute;
    font-size: 30px;
    top: 10px;
    z-index: 1;
}

button#remove_education,
button#remove_certificate,
button#remove_experience,
button#remove_specialty,
button#remove_reference {
    border-radius: 25px;
    padding: 17px 25px 17px 54px;
    background: #004E59;
    border: none;
    font-size: 0.8em;
    margin-top: 15px;
    display: inline;
    position: relative;
    border: 1px solid #004E59;
}

button#remove_education:hover,
button#remove_certificate:hover,
button#remove_experience:hover,
button#remove_specialty:hover,
button#remove_reference:hover {
    background: none;
    color: #004E59;
}

#form_ats_education_block_2,
#form_ats_education_block_3,
#form_ats_education_block_4,
#form_ats_education_block_5,
#form_ats_education_block_6,
#form_ats_education_block_7,
#form_ats_education_block_8,
#form_ats_education_block_9,
#form_ats_education_block_10,
#form_ats_education_block_11,
#form_ats_education_block_12,
#form_ats_education_block_13,
#form_ats_education_block_14,
#form_ats_experience_block_2,
#form_ats_experience_block_3,
#form_ats_experience_block_4,
#form_ats_experience_block_5,
#form_ats_experience_block_6,
#form_ats_experience_block_7,
#form_ats_experience_block_8,
#form_ats_experience_block_9,
#form_ats_experience_block_10,
#form_ats_experience_block_11,
#form_ats_experience_block_12,
#form_ats_experience_block_13,
#form_ats_experience_block_14,
#form_ats_specialty_block_2,
#form_ats_specialty_block_3,
#form_ats_specialty_block_4,
#form_ats_specialty_block_5,
#form_ats_specialty_block_6,
#form_ats_specialty_block_7,
#form_ats_specialty_block_8,
#form_ats_specialty_block_9,
#form_ats_specialty_block_10,
#form_ats_specialty_block_11,
#form_ats_specialty_block_12,
#form_ats_specialty_block_13,
#form_ats_specialty_block_14,
#form_ats_reference_block_2,
#form_ats_reference_block_3,
#form_ats_reference_block_4,
#form_ats_reference_block_5,
#form_ats_reference_block_6,
#form_ats_reference_block_7,
#form_ats_reference_block_8,
#form_ats_reference_block_9,
#form_ats_reference_block_10,
#form_ats_reference_block_11,
#form_ats_reference_block_12,
#form_ats_reference_block_13,
#form_ats_reference_block_14 {
    border-top: 2px solid #efefef;
    margin-top: 35px;
    padding-top: 35px;
}

input.finish-btn.sf-right.sf-btn.sf-btn-finish,
.sf-t3.sf-wizard .sf-btn.sf-btn-finish {
    background: #3E868D !important;
}
.sf-t3.sf-wizard .sf-btn.sf-btn-finish:after {
    background-color: #3E868D;
}
input.finish-btn.sf-right.sf-btn.sf-btn-finish:hover,
.sf-t3.sf-wizard .sf-btn.sf-btn-finish:hover {
    background: #2f6b71 !important;
}
.sf-t3.sf-wizard .sf-btn.sf-btn-finish:hover:after {
    background-color: #2f6b71;
}

/* ========== Save & Continue / Next / Finish – primary button styling ========== */
.sf-t3.sf-wizard .sf-btn.sf-btn-next,
a.next-btn.sf-right.sf-btn.sf-btn-next,
.sf-t3.sf-wizard .sf-btn.sf-btn-finish,
input.finish-btn.sf-right.sf-btn.sf-btn-finish {
    background: #31717F !important;
    background-image: none !important;
    transition: background 0.2s ease !important;
}
.sf-t3.sf-wizard .sf-btn.sf-btn-next:after,
a.next-btn.sf-right.sf-btn.sf-btn-next:after,
.sf-t3.sf-wizard .sf-btn.sf-btn-finish:after,
input.finish-btn.sf-right.sf-btn.sf-btn-finish:after {
    background-color: #6C757D !important;
    transition: transform 0.2s ease !important;
    transform: translateX(-6px) !important;
}
.sf-t3.sf-wizard .sf-btn.sf-btn-next:hover,
a.next-btn.sf-right.sf-btn.sf-btn-next:hover,
.sf-t3.sf-wizard .sf-btn.sf-btn-finish:hover,
input.finish-btn.sf-right.sf-btn.sf-btn-finish:hover {
    background: #2a616e !important;
}
.sf-t3.sf-wizard .sf-btn.sf-btn-next:hover:after,
a.next-btn.sf-right.sf-btn.sf-btn-next:hover:after,
.sf-t3.sf-wizard .sf-btn.sf-btn-finish:hover:after,
input.finish-btn.sf-right.sf-btn.sf-btn-finish:hover:after {
    background-color: #2a616e !important;
    transform: translateX(0) !important;
}

/* Ensure specialty dropdowns render above sf-controls when open */
.ats-fa-ps-open .sf-controls,
.ats-sp-open .sf-controls,
.ats-ps-open .sf-controls {
    z-index: 1 !important;
}
.ats-fa-ps-open .sf-viewport,
.ats-sp-open .sf-viewport,
.ats-ps-open .sf-viewport {
    overflow: visible !important;
    z-index: 5 !important;
}
.ats-fa-ps-open .sf-fieldwrap,
.ats-sp-open .sf-fieldwrap,
.ats-ps-open .sf-fieldwrap {
    overflow: visible !important;
}
.ats-fa-ps-open .sf-fieldwrap .sf-step,
.ats-sp-open .sf-fieldwrap .sf-step,
.ats-ps-open .sf-fieldwrap .sf-step {
    overflow: visible !important;
}

/* ========== Inline remove buttons for repeater blocks ========== */
.ats-repeater-block {
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px 15px 10px;
    margin-top: 15px;
    background: #fafafa;
}
.ats-repeater-remove {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid #cc3333;
    background: #fff;
    color: #cc3333;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ats-repeater-remove:hover {
    background: #cc3333;
    color: #fff;
}
button#remove_education,
button#remove_certificate,
button#remove_experience,
button#remove_specialty,
button#remove_reference {
    display: none !important;
}

/* ========== Signature pad ========== */
.ats-sig-wrap {
    margin-top: 20px;
    margin-bottom: 10px;
}
.ats-sig-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 0;
}
.ats-sig-tab {
    padding: 8px 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    border: 1.5px solid #ddd;
    background: #f5f5f5;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}
.ats-sig-tab:first-child {
    border-radius: 8px 0 0 0;
}
.ats-sig-tab:last-child {
    border-radius: 0 8px 0 0;
    border-left: none;
}
.ats-sig-tab.active {
    background: #fff;
    color: #007481;
    border-bottom-color: #fff;
}
.ats-sig-panel {
    display: none;
    border: 1.5px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 16px;
    background: #fff;
}
.ats-sig-panel.active {
    display: block;
}
.ats-sig-type-input {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}
.ats-sig-type-input:focus {
    border-color: #007481;
    outline: none;
}
.ats-sig-preview {
    min-height: 50px;
    margin-top: 10px;
    font-family: 'Dancing Script', 'Brush Script MT', cursive;
    font-size: 32px;
    color: #1a1a2e;
    padding: 8px 4px;
    border-bottom: 1.5px solid #ccc;
}
.ats-sig-canvas {
    width: 100%;
    height: 150px;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    cursor: crosshair;
    touch-action: none;
    display: block;
    background: #fff;
}
.ats-sig-clear {
    margin-top: 8px;
    padding: 6px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}
.ats-sig-clear:hover {
    background: #e0e0e0;
    color: #333;
}

/* ========== Field labels above inputs ========== */
.ats-field-label {
    display: block;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}
.ats-field-label .ats-label-req {
    color: #007481;
    margin-left: 1px;
}