.course-search-base,
.jobs-search {
    color: #fefefe;
    padding: 15px;
}
.course-search-base input,
.course-search-base label,
.jobs-search input,
.jobs-search label {
    color: #fefefe;
}
.course-search-base .button,
.course-search-base .button:focus,
.course-search-base .button:hover,
.course-search-base [type="text"],
.course-search-base [type="text"]:focus,
.course-search-base [type="text"]:hover,
.course-search-base input,
.course-search-base input:focus,
.course-search-base input:hover,
.course-search-base textarea,
.course-search-base textarea:focus,
.course-search-base textarea:hover,
.jobs-search .button,
.jobs-search .button:focus,
.jobs-search .button:hover,
.jobs-search [type="text"],
.jobs-search [type="text"]:focus,
.jobs-search [type="text"]:hover,
.jobs-search input,
.jobs-search input:focus,
.jobs-search input:hover,
.jobs-search textarea,
.jobs-search textarea:focus,
.jobs-search textarea:hover {
    border-color: #fefefe;
}
@media print, screen and (min-width: 40em) {
    .course-search-base,
    .jobs-search {
        padding: 20px 10px;
    }
}
.jobs-search {
    background-color: rgba(81, 81, 81, 0.9);
}
.jobs-search input:focus,
.jobs-search textarea:focus {
    background-color: #515151;
}
.jobs-search input.placeholder,
.jobs-search textarea.placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}
.jobs-search input:-ms-input-placeholder,
.jobs-search textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}
.jobs-search input::placeholder,
.jobs-search textarea::placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}
.jobs-search [type="text"],
.jobs-search textarea {
    background-color: rgba(81, 81, 81, 0.9);
}
.jobs-search .button.hollow {
    color: #fefefe;
}
.jobs-search .button.hollow:focus,
.jobs-search .button.hollow:hover {
    background-color: #515151;
    border-color: #fefefe;
}
.jobs-search .check-button input[type="checkbox"]:focus + label,
.jobs-search .check-button label:hover {
    background-color: #515151;
    border-color: #fefefe;
    box-shadow: 0 0 5px #fefefe;
}
.search_ajaxss {
    display: block;
    width: 75%;
    float: right;
}
.search.advancedss:after {
    content: "";
    display: table;
    clear: both;
}
.read_more {
    text-decoration: underline;
}
.docs {
    display: inline-block;
}
.docs ul {
    list-style: none;
    margin: 0;
}
.docsize,
.doctype {
    display: none;
}
.advancedss {
    max-width: 66.66667rem;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .advancedss {
        width: 100%;
    }
}
.advancedss .param {
    width: 33.33333%;
    padding-right: 0.55556rem;
    padding-left: 0.55556rem;
    display: inline-block;
    float: left;
}
@media screen and (max-width: 1024px) {
    .advancedss .param {
        width: 45%;
    }
}
.advancedss .param .label {
    display: none;
}
.advancedss .param .detail {
    margin: 0 0 1rem;
}
@media screen and (max-width: 768px) {
    .advancedss .param {
        width: 100%;
    }
    .advancedss .param .label {
        display: block;
    }
}
.advancedss .param.param_p_search {
    width: 150%;
    display: table;
    position: relative;
    float: right;
}
@media screen and (max-width: 768px) {
    .advancedss .param.param_p_search {
        display: block;
    }
    .advancedss .param.param_p_search,
    .search_ajaxss {
        width: 100%;
    }
}
.advancedss .param.param_p_search input {
    font-family: Founders Grotesk Condensed, Open Sans Condensed, sans-serif;
    height: 3.55556rem;
    font-size: 2.22222rem;
}
.advancedss .param.param_p_search .label {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 33.3333%;
    padding-right: 0.55556rem;
    padding-left: 0.55556rem;
}
@media screen and (max-width: 768px) {
    .advancedss .param.param_p_search .label {
        text-align: left;
        display: block;
        width: 100%;
    }
}
.advancedss .param.param_p_search .detail {
    display: table-cell;
    padding-left: 7px;
    width: 75%;
}
@media screen and (max-width: 768px) {
    .advancedss .param.param_p_search .detail {
        display: block;
        width: 100%;
        padding: 0;
    }
}
.advancedss .links {
    display: none !important;
}
.card__body .jobclass_type {
    font-weight: 700;
}
@keyframes a {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#jobs_list {
    min-height: 50vh;
}
#jobs_list .card {
    animation: a cubic-bezier(0.625, 0.075, 0.11, 1.165) 0.75s forwards;
}
.param .column2,
.param .column3 {
    width: 50%;
    float: left;
}
.job_description h1 {
    display: none;
}
.job_classifications .classification .class_type,
.job_classifications .classification .class_value {
    display: inline-block;
}
.job_classifications .classification .class_type {
    font-weight: 700;
    float: left;
    margin-right: 10px;
}
.links.bottomlinks {
    margin-top: 1em;
}
.links.bottomlinks .column,
.links.bottomlinks .hs_applybutton {
    width: auto;
    padding: 0;
    display: inline-block;
}
.links.bottomlinks .hs_apply_desktop .hs_apply_button,
.links.bottomlinks a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0.11111rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #0a0a0a;
    color: #fefefe;
    font-family: Founders Grotesk Condensed, Open Sans Condensed, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.hs_content h1 {
    display: none;
}
#jobs_list .column:last-child {
    float: left;
}
body #hs_overlay {
    background: rgba(0, 0, 0, 0.8);
}
body #hs_popup {
    border-radius: 0;
    font-family: Baskerville\10 Pro, Times New Roman, serif;
    line-height: 1.33;
    text-rendering: optimizeLegibility;
}
body #hs_popup,
body #hs_popup h1,
body #hs_popup h2,
body #hs_popup h3,
body #hs_popup h4,
body #hs_popup p,
body #hs_popup ul {
    font-size: inherit;
}
@media screen and (min-width: 768px) {
    body #hs_popup {
        width: 650px;
    }
}
body #hs_popup * {
    box-sizing: border-box !important;
}
body #hs_popup .hs_navigation * {
    box-sizing: content-box !important;
}
body #hs_popup .form-group input[type="text"],
body #hs_popup .form-group select {
    display: block;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 2.16667rem;
    margin: 0 0 0.88889rem;
    padding: 0.44444rem;
    border: 1px solid #9b9b9b;
    border-radius: 0.11111rem;
    background-color: #fefefe;
    box-shadow: none;
    font-family: inherit;
    font-size: 0.88889rem;
    font-weight: 400;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body #hs_popup .form-group label {
    float: left;
    width: auto;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    padding-right: 10px;
}
body #hs_popup .form-group label:after {
    right: 0;
    left: inherit;
}
body #hs_popup .form-group .customfile-wrap {
    width: 100%;
}
body #hs_popup .form-group .customfile-wrap input[type="text"] {
    width: 80%;
}
body #hs_popup .form-group .customfile-wrap button {
    width: 20%;
    padding: 0.66em 1em;
}
body #hs_popup .formbody {
    width: 100%;
}
body #hs_popup .formbuttons {
    padding: 10px 2%;
}
body #hs_popup .formbuttons .btn.btn_secondary.btn_double,
body #hs_popup .formbuttons input#btnsubmit,
body #hs_popup .formbuttons input.btn.submit,
body #hs_popup button.customfile-upload {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 0 1rem;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0.11111rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: #0a0a0a;
    background-color: #0a0a0a;
    color: #fefefe;
    font-family: Founders Grotesk Condensed, Open Sans Condensed, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
body #hs_popup .submit.btn.btn_right {
    float: left;
}
body #hs_popup .formbuttons .btn.btn_secondary.btn_double {
    float: right;
}
body #hs_popup .sections li.section_active a,
body #hs_popup .sections li.section_active span {
    border: 1px solid #0a0a0a;
    background: #0a0a0a;
    color: #fff;
}
body #hs_popup .hs_multirecord_table {
    width: 100%;
}
body #hs_popup .hs_multirecord_table table tr td,
body #hs_popup .hs_multirecord_table table tr th {
    font-size: 14px;
}
body #hs_popup #form-3255-18755 {
    width: 100px;
    min-width: 0;
}
@media screen and (max-width: 768px) {
    body #hs_popup .hs_multirecord_table {
        width: 86%;
        float: left;
        overflow-x: scroll;
    }
}
body body #hs_popup > span {
    padding: 0 2%;
}
body ul.sections {
    margin: 0;
}
.job_detail .job_summary {
    display: none;
}
.wd_portal_search_start .hs_content {
    max-width: 1024px;
}
.no-flexbox .param {
    display: inline-block;
}
.no-flexbox .param_p_search {
    margin: 20px 0 0;
}
.job_classifications .classification.attachments,
.job_classifications .classification.refno,
.job_classifications .classification.x_17744 {
    margin-bottom: 15px;
}
.item0 {
    clear: both;
}
.toplinks .hs_apply_button,
.toplinks .hs_apply_button.hs_appl_desktop {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0.11111rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;
    font-family: Founders Grotesk Condensed, Open Sans Condensed, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 100% !important;
}
@media screen and (min-width: 1025px) {
    .hs_applybutton.hs_apply_desktop a {
        font-size: 0.9rem;
        padding: 0.85em 1em;
    }
}

.form-group .counter {
    display: none;
}

button:focus-visible, a:focus-visible {
outline: 2px solid #000 !important;
outline-offset:0px !important;
}

.is-stuck .logo--owl:focus-visible, .is-stuck .site-controls .button:focus-visible {
outline: 2px solid #fff !important;
outline-offset:-2px !important;
}


#ccc-notify-reject:focus-visible, .ccc-notify-link:focus-visible, .ccc-notify-buttons #ccc-notify-dismiss:focus-visible, #off-canvas-nav .menu--site-nav>li>a:focus-visible {
outline-color: #fff !important; 
}

.ccc-notify-buttons #ccc-notify-accept:focus-visible, #ccc-icon:focus-visible {
outline-color: #000 !important;
outline-offset:-4px !important; 
}

