body {
    font-family: 'Open-Sans', sans-serif;
}

.header {
    border-bottom: 1px solid #ccc;
}

a {
    color: #000;
}

a:hover, a:focus {
    color: #2e2e2e;
}

.header-inner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1750px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
}

.header-inner-container a {
    display: flex;
    align-items: center;
}

.other-logos-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 75px;
}

.header-below {
    background-color: #cfc7c2;
}

.header-below-container {
    max-width: 1750px;
    margin-left: auto;
    margin-right: auto;    
    padding: 8px 0;
    padding-left: 27px;
}

    .header-below-container p {
        margin-bottom: 0;
        font-weight: 600;
    }

footer {
    height: auto;
    background-color: #000;
    display: flex;
    justify-content:center;
    align-items: center;
}

footer p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    padding: 20px 20px;
    font-size: 13px;
}

main.body-content {
    margin-top: 30px;
}

aside.sidebar {
    margin-top: 21px;
}

.sidebar .careernav p {
    margin-bottom: 0;
}

.sidebar .careernav p a{
    padding: 9px 0;
    color: #000;
    transition: 0.3s all ease;
}

    .sidebar .careernav p a:hover {
        text-decoration: none;
        padding-left: 10px;
        color: #fff;
        background-color: #000;
    }

    .sidebar .careernav p a:focus {
        text-decoration: none;
    }

    .vacancy-info h2 a {
        color: #000;
    }

.btn.btn-primary, .btn.btn-info {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

    .btn.btn-primary:hover, .btn.btn-info:hover {
        background-color: #2e2e2e;
        border-color: #2e2e2e;
        color: #fff;
    }

.social-share a {
    color: #000;
}

.vacancy-box.feature-job {
    background-color: #efeeec;
}

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: #efeeec;
}

ul.nav-wizard li.active {
    color: #000;
    background: #efeeec;
}

    ul.nav-wizard li.active:after {
        border-left: 16px solid #000;
    }

.question-title {
    margin-bottom: 5px;
}

.pagination {
    margin: 10px 0 20px;
}

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    .pagination > li > a, .pagination > li > span {
        color: #000;
    }

.modal-title {
    display: inline-block;
}

#iframe, #pdfViewer {
    margin-bottom: 2rem;
}

.hamburger {
    display: none;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
}

.hamburger .fa-bars {
    transform: scale(2.3);
}

.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;
}

.modal-open .mobile-menu {
    display: none !important;
}

.navbar-open {
    overflow: hidden;
}

.mobile-navbar-logo img {
    max-height: 90px;
}

.mobile-navbar-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.mobile-menu ul {
    list-style: none;
}

.mobile-menu .careernav {
    margin-top: 8px;
}

.mobile-menu .careernav p {
    margin-bottom: 0;
}

.mobile-menu a {
    font-size: 16px;
    padding: 8px 0;
}

    .mobile-menu a:hover,
    .mobile-menu a:focus {
        text-decoration: none;
    }

.mobile-menu .fa-home {
    transform: scale(1.2);
}

.mobile-menu .close {
    opacity: 0.8;
}

.mobile-menu .close .fa-close {
    transform: scale(2);
}

.phx-copyright {
    text-align: center;
}

.btn.btn-share--front, .btn.btn-share--back {
    background-color: #000;
    color: #fff;
}

    .btn.btn-share--back a {
        color: #fff;
    }

header.header {
    background-color: #000;
    padding: 20px 0;
}

.img-britomart {
    max-height: 45px;
}

.img-landing {
    max-height: 60px;
}

.img-landing-wines {
    max-height: 70px;
}

.img-atarangi {
    max-height: 20px;
}

.img-cooper {
    padding: 26px 20px;
    max-height: 120px;
}

.img-hotel-brit {
    height: 60px;
    padding: 0 20px;
}

body {
    height: unset;
    min-height: 100vh;
    position: relative;
}

main.body-content {
    padding-bottom: 90px;
    margin-bottom: 0;
}

footer {
    position: absolute;
    margin-top: auto;
    width: 100%;
    bottom: 0;
}

@media(max-width: 1680px) {
    .logo-container img {
        max-height: 100px;
    }

    .img-britomart {
        max-height: 30px;
    }

    .img-landing {
        max-height: 40px;
    }

    .img-atarangi {
        max-height: 15px;
    }

    .img-hotel-brit {
        height: 50px;
    }

    .other-logos-container {
        gap: 65px;
    }
}

@media(max-width: 1400px) {
    .logo-container img {
        max-height: 100px;
    }

    .img-britomart {
        max-height: 30px;
    }

    .img-landing {
        max-height: 40px;
    }

    .img-landing-wines {
        max-height: 60px;
    }

    .img-atarangi {
        max-height: 15px;
    }

    .img-hotel-brit {
        height: 50px;
    }

    .other-logos-container {
        gap: 55px;
    }
}

@media(max-width: 1350px){
    .logo-container img {
        max-height: 80px;
    }

    .img-britomart {
        max-height: 20px;
    }

    .img-landing {
        max-height: 28px;
    }

    .img-landing-wines {
        max-height: 50px;
    }

    .img-atarangi {
        max-height: 12px;
    }

    .img-hotel-brit {
        height: 40px;
    }

    .other-logos-container {
        gap: 40px;
    }
}

@media(max-width: 991px) {
    .other-logos-container {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .header-inner-container {
        padding-right: 10px;
    }

    .header-below {
        display: none;
    }

    #wrapper {
        z-index: unset;
    }
}

@media(max-width: 767px) {
    aside.sidebar {
        display: block!important;
    }

    aside.sidebar .careernav {
        display: none;
    }
}