/*Handingling the mismatches on header and footer START*/
:root {
    --primary-color: #006553;
    --info-color: #333333;
}

body {
    line-height: 1;
    font-size: 14px;
}

footer {
    height: auto;
}

a, a:hover, a:focus {
    color: var(--primary-color);
}

.copyright .copyright-inner{
    display: flex;
    justify-content: space-between;
}

.phx-copyright {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
}

.social-networks ul {
    margin-bottom: 17px;
}

.social-networks h5,
.footer-contact h5 {
    font-family: "proxima-nova";
    font-weight: 600;
    margin-top: 14px;
}

.social-networks h6,
.footer-contact h6{
    color: #222;
    font-weight: 600;
}

.footer-contact p {
    margin-bottom: 17px;
}

.footer-contact a:hover,
.footer-contact a:focus {
    color: #fff;
}

.glyphicon {
    color: unset;
}

footer a:hover {
    text-decoration: none;
}
/*Handingling the mismatches on header and footer END*/


/*Sidebar/Careernav changes START*/
aside.sidebar {
    margin-top: 37px;
}

aside.sidebar .careernav p {
    margin-bottom: 0;
}

aside.sidebar .careernav p a{
    padding: 8px 0;
    font-size: 16px;
    transition: all ease 0.3s;
    color: var(--primary-color);
}

    aside.sidebar .careernav p a:hover {
        background-color: #006553;
        padding-left: 10px;
        color: #fff;
        text-decoration: none;
    }

        aside.sidebar .careernav p a:focus {
            text-decoration: none;
        }

main.body-content aside {
    margin-right: 0;
}

.job-search_title {
    margin-top: 30px;
}
/*Sidebar/Careernav changes END*/

/*Buttons START*/
.btn {
    transition: all ease 0.3s;
}

.btn.btn-primary, .btn.btn-success {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

    .btn.btn-primary:hover, .btn.btn-success:hover {
        background-color: #0b7865;
        border-color: #0b7865;
        color: #fff;
    }

.btn.btn-info {
    background-color: var(--info-color);
    border-color: var(--info-color);
    color: #fff;
}

    .btn.btn-info:hover {
        background-color: #525252;
        border-color: #525252;
        color: #fff;
    }
/*Buttons END*/

/*Main content detail changes START*/
.vacancy-info .form-group:last-child {
    margin-bottom: 10px;
}

.vacancies-title {
    font-weight: 600;
}

ul.nav-wizard li.active {
    color: var(--primary-color);
    background: #cbefe9;
}

    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: var(--primary-color);
        background: #cbefe9;
    }

    ul.nav-wizard li.active:after {
        border-left: 16px solid var(--primary-color);
    }

.question-title {
    margin-bottom: 5px;
}

br {
    font-size: 20px;
}

.vacancy-box.feature-job {
    border-color: var(--primary-color);
    background-color: #e0f5f1;
}

.pagination {
    margin-top: 0;
}

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

    .pagination > li > a {
        color: var(--primary-color);
    }

.badge {
    margin-top: 10px;
}

.panel-default .panel-heading {
    background-color: var(--primary-color);
}

#iframe, #pdfViewer {
    margin-bottom: 2rem;
}

aside.sidebar.hidden-sm {
    display: block !important;
}

.topButtons {
    display: none;
}

.job-ad-side__content > .btn-primary{
    margin-bottom: 1rem;
}
.alert li {
    list-style: none;
}

.modal-open .mobile-menu {
    display: none!important;
}

.vacancy-info h2 a {
    color: #333333;
}
/*Main content detail changes END*/


/*Mobile Navbar START*/
.hamburger-container {
    position: absolute;
    top: 25.5px;
    right: 25.5px;
    display: none;
}

.hamburger-container .fa-bars {
    transform: scale(2);
}

#sidebar-wrapper {
    display: none;
}

.mobile-menu {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 30px;
    overflow-y: scroll;
}

.sidebar-nav li {
    padding: 8px 0;
    line-height: 1;
    font-family: "proxima-nova", sans-serif;
    list-style: none;
}

.sidebar-nav li,
.sidebar-nav a {
    text-align: center;
    font-size: 16px;
}

.sidebar-nav .careernav p {
    margin-bottom: 0;
}

.sidebar-nav .careernav p a{
    padding: 8px 0;
}

.mobile-menu .fa-home {
    transform: scale(1.2);
    margin-right: 7px;
}

.mobile-menu .username {
    text-align: center;
}

.navbar-open {
    overflow: hidden;
}

.mobile-menu .close,
.mobile-menu .close:hover,
.mobile-menu .close:focus {
    opacity: 0.8;
    color: var(--primary-color);
    transform: scale(1.2);
}

.mobile-menu a:hover,
.mobile-menu a:focus {
    text-decoration: none;
}
/*Mobile Navbar END*/


/*Mobile changes START*/
@media (max-width: 991px) {
    .hamburger-container {
        display: block;
    }

    aside.sidebar .careernav {
        display: none;
    }
}

@media(max-width: 800px) {
    header .row, .banner .row, footer .row {
        width: 100%;
        min-width: unset;
    }
}

@media(max-width: 767px) {
    .banner {
        display: none;
    }

    header {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

    main.body-content {
        padding-top: 50px;
    }

    .copyright-inner {
        flex-direction: column;
        gap: 10px;
    }

    .bottomButtons {
        display: none;
    }

    .topButtons {
        display: block;
    }
}
/*Mobile changes END*/
