:root {
    --primary-color: #febe11;
}

html {
    height: 100%;
    overflow-y: auto;
}

body {
    font-size: 16px;
    line-height: 25px;
    height: 100%;
}

footer {
    height: auto;
    margin-top: auto;
}

#qodef-page-wrapper {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

#qodef-top-area a:hover,
#qodef-page-header a:hover,
#qodef-page-footer a:hover,
#qodef-top-area a:focus,
#qodef-page-header a:focus,
#qodef-page-footer a:focus {
    text-decoration: none;
}

#qodef-page-footer-bottom-area-inner p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 25px;
}

.phx-copyright {
    color: #fff;
}

main.body-content hr {
    max-width: unset;
}

h1, h1 > span {
    font-weight: 600;
}

main.body-content {
    margin-top: 2rem;
}

aside.sidebar {
    margin-top: 20px;
}

aside.sidebar .careernav p {
    margin-bottom: 0;
}

aside.sidebar .careernav p a{
    padding: 8px 0;
    color: #000;
    transition: 0.3s all ease;
}

    aside.sidebar .careernav p a:hover {
        text-decoration: none;
        padding-left: 10px;
        background-color: #000;
        color: #fff;
    }

        aside.sidebar .careernav p a:focus{
            text-decoration: none;
        }

#JobNumberOrTitle {
    width: 100%;
}

.btn {
    border-radius: 0;
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 500;
    transition: 0.5s all ease;
    border-width: 2px;
}

main.body-content .btn.btn-primary {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

    main.body-content .btn.btn-primary:hover {
        background-color: #fff;
        color: #000;
    }

main.body-content .btn.btn-info {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

    main.body-content .btn.btn-info:hover {
        background-color: #fff;
        color: var(--primary-color);
        border-color: var(--primary-color);
    }

main.body-content .feature-job .btn.btn-info:hover {
    background-color: #f9f3e5;
}

main.body-content .btn.btn-danger:hover {
    background-color: #fff;
    color: #d9534f;
}

main.body-content .btn.btn-outline-dark, main.body-content .btn.btn-default {
    border: 2px solid #000;
    background-color: #c5c5c5;
}

    main.body-content .btn.btn-outline-dark:hover, main.body-content .btn.btn-default:hover {
        background-color: #fff;
        color: #000;
    }

main.body-content .btn.btn-success {
    color: #fff;
    background-color: #5cb85c;
}

    main.body-content .btn.btn-success:hover {
        color: #5cb85c;
        background-color: #fff;
        border-color: #5cb85c;
    }

.btn:not(btn-xs) {
    padding: 6px 12px !important;
    line-height: 1.5;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
}

/*buttons end*/

.job-search_title {
    text-transform: none;
    text-align: left;
    margin-top: 32px;
}

.social-share a,
.btn.btn-share--back a{
    color: var(--primary-color);
}

.watchlist a{
    color: var(--primary-color);
    font-size: 14px;
}

.thumbnail.vacancy-box.feature-job {
    background-color: #f9f3e5;
    border-color: #000;
}

.pagination > .active > a, .pagination > .active > a:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: #ab7d00;
}

.pagination > li > a, .pagination > li > a:hover {
    background-color: #fff;
    color: #000;
}

.job-ad-side__content > .btn {
    margin-bottom: 1rem;
}

.job-options a {
    color: var(--primary-color);
}

.btn.btn-share--front,
.btn.btn-share--back {
    border: 2px solid #000;
}

input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, textarea:hover {
        cursor: auto;
    }

    input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, textarea:focus {
        background-color: #fff;
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.question-title {
    margin-bottom: 5px;
}

    .question-title span {
        font-weight: 500;
    }

main.body-content h1,
main.body-content h2,
main.body-content h3,
main.body-content h4,
main.body-content h5,
main.body-content h6 {
    text-transform: none;
    text-align: left;
}

.wkf-panel-forms .form-row a {
    color: #000;
}

.badge.new {
    background-color: var(--primary-color);
}

ul.nav-wizard li.active {
    color: #000;
    background: #ffedc3;
}

    ul.nav-wizard li.active a, ul.nav-wizard li.active a:active, ul.nav-wizard li.active a:visited, ul.nav-wizard li.active a:focus {
        color: #000;
        background: #ffedc3;
    }

ul.nav-wizard li.active:after {
    border-left: 16px solid var(--primary-color);
}

#iframe, #pdfViewer {
    margin-bottom: 2rem;
}

.control-label {
    font-weight: 500;
}

#loginForm a, #registerForm a{
    color: var(--primary-color);
}

.modal-title{
    display: inline-block;
}

#qodef-mobile-header-opener {
    line-height: 1;
}

    #qodef-mobile-header-opener .qodef-lines .qodef-line.qodef-line-1 {
        top: 8px
    }

    #qodef-mobile-header-opener .qodef-lines .qodef-line.qodef-line-2 {
        top: 18px
    }

    #qodef-mobile-header-opener .qodef-lines {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
    }

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-mobile-header-opener .qodef-lines .qodef-line {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #000;
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: top 0.3s ease, transform 0.3s ease;
    transition: top 0.3s ease, transform 0.3s ease;
    transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

#qodef-mobile-header-opener.qodef--opened .qodef-lines .qodef-line.qodef-line-1 {
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#qodef-mobile-header-opener.qodef--opened .qodef-lines .qodef-line.qodef-line-2 {
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#qodef-mobile-header-navigation .qodef-m-inner > ul > li > a {
    text-transform: none;
}

#qodef-mobile-header-navigation-menu .careernav p {
    margin-bottom: 0;
}

#qodef-mobile-header-navigation-menu .careernav p a {
    margin-bottom: 0;
    padding: 10px 0;
    color: #000;
    font-size: 20px;
}

#qodef-mobile-header-navigation-menu a:hover, #qodef-mobile-header-navigation-menu a:focus {
    text-decoration: none;
}

.topButtons {
    display: none;
}

.nea-banner {
    margin-top: 30px;
}

    .nea-banner h6,
    .nea-banner p > span{
        font-size: 16px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
    }

select.selectpicker {
    display: block !important;
}

@media(max-width: 1024px) {
    .job-search_title {
        margin-top: 12px;
    }

    aside.sidebar .careernav {
        display: none;
    }    
}

@media(max-width: 991px ){
    ul.nav-wizard li.active:after {
        border-left: 8px solid var(--primary-color);
    }

    input[type="submit"].btn {
        margin-bottom: 5px;
    }
}

@media(max-width: 767px){
    .bottomButtons {
        display: none;
    }

    .topButtons {
        display: block;
    }

    aside.sidebar.hidden-xs.hidden-sm {
        display: block!important;
        margin-bottom: 50px;
    }

    .container {
        width: 100%;
    }
}