html, body {
    font-family: "Montserrat", sans-serif;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.c-footer-nav__child-link:hover,
.c-primary-nav__link:hover,
.c-footer-nav__link:hover,
.c-legal-nav__link:hover,
.c-footer-nav__child-link:focus,
.c-primary-nav__link:focus,
.c-footer-nav__link:focus,
.c-legal-nav__link:focus {
    text-decoration: none;
}

@media (min-width: 1024px) {
    h1 {
        font-size: 48px;
    }
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 0;
}

.job-search-ajax-results .text-center {
    padding-top: 40px;
}

nav.navbar {
    flex: 0 0 auto;
}

.btn {
    text-decoration: none;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
}

    .btn:hover, .btn:focus {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.btn-social-icon {
    min-width: initial;
}

.btn-default {
    background: #fff;
    border: 1px solid #000;
}

    .btn-default:hover, .btn-default:focus {
        background: #efefef;
    }

    .btn-default:focus {
        -webkit-box-shadow: 0, 0, 0, #fff;
        -moz-box-shadow: 0, 0, 0, #fff;
        box-shadow: 0, 0, 0, #fff;
    }

.btn-primary, .btn-info {
    background: #000;
    border-color: #000;
    border: 1px solid black;
}

    .btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
        background-color: #222;
        border: 1px solid #222;
        -webkit-transition: all, 0.1s, ease-in-out;
        -moz-transition: all, 0.1s, ease-in-out;
        -ms-transition: all, 0.1s, ease-in-out;
        -o-transition: all, 0.1s, ease-in-out;
        transition: all, 0.1s, ease-in-out;
    }

.btn[class*="btn-share"], [class*="btn-share"].btn-menu {
    background: #000;
    color: white;
    border: 1px solid #000;
}

    .btn[class*="btn-share"]:hover, [class*="btn-share"].btn-menu:hover {
        background-color: #222;
        border: 1px solid #222;
    }

a.btn {
    display: inline-block;
    margin-bottom: 3px;
}

.btn-outline-dark {
    border: 1px solid #c4c4c4;
}

    .btn-outline-dark:hover, .btn-outline-dark:focus {
        background: #dddddd;
    }

.c-primary-nav__child-link:focus, .c-primary-nav__child-link:hover,
.c-primary-nav__child-link:active, .c-primary-nav__child-link.is-current {
    text-decoration: none;
}


.btn-success {
    color: #fff;
    background-color: black;
    border: 1px solid black;
    cursor: pointer;
}

    .btn-success.focus, .btn-success:focus, .btn-success:hover {
        color: #fff;
        background-color: #222;
        border: 1px solid #222;
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: black;
        border: 1px solid black;
        cursor: pointer;
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #222;
        border: 1px solid #222;
    }

.main-content .search-jobs .control-label {
    font-size: 16px;
    font-size: 1.6rem;
}

.form-control {
    border-color: #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .form-control:hover, .form-control:focus {
        border-color: #c4c4c4;
    }

    .form-control:focus {
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd;
    }

.thumbnail .caption {
    color: #777;
}

.vacancy-box.feature-job {
    border-color: #b9b9b9;
    background-color: #fff8f3;
}


.alert {
    margin: 20px 0;
    font-weight: bold;
}

.alert-danger {
    background-color: #ffdcda;
    border-color: #f44336;
    color: #f44336;
}

.pagination .active > a, .pagination .active > a:hover, .pagination .active > a:focus,
.pagination .active > span, .pagination .active > span:hover, .pagination .active > span:focus {
    background-color: black;
    border: 1px solid black;
    color: white;
}

.pagination li > a:hover, .pagination li > a:focus,
.pagination li > span:hover, .pagination li > span:focus {
    border: 1px solid #222;
    background-color: #222;
}

.pagination li > a, .pagination li > span,
.pagination .disabled > a, .pagination .disabled > a:hover {
    color: white;
}

i#social {
    opacity: 0.85;
}

.linkedinimport {
    font-family: Roboto, Arial, sans-serif;
    padding-left: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    .linkedinimport i.fa-linkedin {
        line-height: 32px;
    }

ul.nav-wizard {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 24px;
}

    ul.nav-wizard li:before {
        border-left-color: #fff;
    }

    ul.nav-wizard li a {
        color: #000;
    }

    ul.nav-wizard li.active {
        color: #fff;
        background: #97c93d;
    }

        ul.nav-wizard li.active a, ul.nav-wizard li.active a:active, ul.nav-wizard li.active a:focus, ul.nav-wizard li.active a:visited {
            color: #fff;
            background: #97c93d;
            text-decoration: none;
        }

        ul.nav-wizard li.active:after {
            border-left-color: #97c93d;
        }

#JobNumberOrTitle.k-textbox {
    width: 100%;
}

p {
    font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.125;
    margin-bottom: 24px;
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.username {
    color: #222 !important;
}

a:hover {
    color: #be7c4d;
    text-decoration: underline;
}

.vacancy-info-body .container-job-details .form-group {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

    .vacancy-info-body .container-job-details .form-group span {
        cursor: help;
    }

.my-settings-wrapper .settings__content h2 {
    margin-top: 30px;
}

.overlay-menu p > a {
    padding: 7px 0;
    transition: all 0.3s ease;
    color: #be7c4d;
}

    .overlay-menu p > a:focus {
        color: #97c93d;
    }

.overlay-menu > .careernav > p > a:hover {
    color: #be7c4d;
}

.overlay-menu p > a:hover {
    padding-left: 1rem;
}

.overlay-menu {
    border: 1px solid #efefef;
}

.auth-button.pull-right.hidden-xs.hidden-sm > .btn-menu {
    font-size: 17px;
}

.overlay-menu > .careernav > p > a {
    color: black;
    text-decoration: none;
}

.job-search-ajax-results-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

a, a:hover {
    color: #be7c4d;
}

.vacancy-info > h2 > a {
    padding-right: 3px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    color: #000;
}

.vacancy-info h2 a:hover {
    color: #be7c4d;
}

.vacancy-item > .thumbnail.vacancy-box {
    height: 100%;
    margin: 5px;
}

#job-search-results-ajax {
    margin: 2rem 0;
}

.overlay-menu {
    background-color: #efefef;
}

.job-search-results-ajax {
    background-color: #efefef;
}

.thumbnail.vacancy-box > .caption, .thumbnail.vacancy-box > .caption > .vacancy-info {
    height: 100%;
}

.thumbnail .caption {
    padding: 9px;
    color: #000;
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        width: 95%;
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
        padding: 20px 32px 0 32px;
    }
}

.navigation-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1034;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease,visibility .1s linear .2s
}

.navigation-open .navigation-backdrop {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease,visibility .1s linear
}

.navigation-open {
    height: 100%;
    overflow: hidden
}

.site-content {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 2rem;
    flex: 0 0 100%;
}

@media (max-width: 1024px) {
    .search-job-title {
        display: none;
    }

    .job-search-ajax-results .text-center {
        padding-top: 30px;
    }
}

@media (min-width: 767px) and (max-width:991px) {
    .right-sm {
        float: inline-start;
    }
}

@media (min-width: 991px) {
    .main-content .container-inner div h1 {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .vacancy-item {
        min-width: 90% !important;
        width: 100% !important;
        margin-bottom: 10px;
    }

    .job-search-ajax-results-wrapper {
        display: ruby-text;
    }

    .job-search-ajax-results .text-center {
        padding-top: 10px;
    }

    .site-content {
        padding-bottom: 1rem;
    }
}

a, a:focus {
    color: #97c93d;
}

/*Mobile Navbar START*/
/* Transformation hamburger button to 'X' */
.c-hamburger.is-active .c-hamburger__inner {
    background-color: transparent;
}

    .c-hamburger.is-active .c-hamburger__inner::before {
        transform: translateY(10px) rotate(45deg);
    }

    .c-hamburger.is-active .c-hamburger__inner::after {
        transform: translateY(-10px) rotate(-45deg);
    }

#sidebar-wrapper {
    display: none;
}

.mobile-menu {
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
    visibility: hidden;
    z-index: 98;
    /*    height: 100%;   */
    padding: 16px 0;
}

    .mobile-menu.is-visible {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.2s ease-in-out;
    }

.sidebar-nav li {
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    list-style: none;
}

.sidebar-nav li, .sidebar-nav a {
    font-size: 16px;
    margin-bottom: 12px;
    color: #666;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
}

    .sidebar-nav a:hover {
        color: #be7c4d;
    }

    .sidebar-nav a:focus {
        color: #97c93d;
    }

.sidebar-nav .careernav p {
    margin-bottom: 0;
}

.mobile-menu .fa-home {
    transform: scale(1.2);
    margin-right: 7px;
}

/*Mobile Navbar END*/


li a, li a:hover, li a:focus {
    text-decoration: none;
}

.form-row > .col-left > div > a {
    color: #000;
}

.form-row > .col-left > div > a:hover {
    color: #be7c4d;
}

.topButtons {
    display: none;
}

@media(max-width:767px) {
    .bottomButtons {
        display: none;
    }

    .topButtons {
        display: block;
    }
}