body {
    color: #495057;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    word-wrap: break-word;
}

header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    padding: 10px 0;
    height: 60px;
}

.sr-only {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
    outline:none;
}

.logo {
    max-width: 200px;
    max-height: 50px;
    margin-top: 5px;
}

main {
    flex-grow: 1
}

body nav.content-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-container {
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
}

.page-components {
    margin: 0 auto;
}

footer {
    width: 100%;
}

footer .footer-components {
    min-height: 70px;
    max-width: 1250px;
    margin: 60px auto 0;
    border-top: 1px solid #80808050;
    font-size: 13px;
}

footer .footer-links {
    display: flex;
    justify-content: space-between;
}

footer .footer-links > .cookie-links, footer .footer-links > .social-media-links {
    margin: 0 0 20px;
}

footer .footer-components .social-media-links {
    display: flex;
}

footer .social-media-links > li {
    display: inline-block;
    padding: 10px;
}

footer .cookie-links, footer .social-media-links {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

footer .cookie-links > li {
    display: inline-block;
    padding: 12px 20px 12px 0;
}

footer .footer-components a {
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

footer .footer-components a:hover {
    filter: brightness(0.4);
}

footer .footer-components svg {
    fill: #495057;
    @media (prefers-contrast: more) {
        fill: #fff !important;
    }
}

nav .language-list-container {
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

nav #language-switcher {
    display: flex;
    position: relative;
}

nav #language-switcher #language-switcher-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    background: none;
    border: none;
    font-family: inherit;
}

@media screen and (max-width: 500px) {
    nav #language-switcher #language-switcher-button span {
        display: none;
    }
}

nav #language-switcher #language-switcher-button svg {
    fill: #495057;
    padding: 0 5px;
}

nav #language-switcher #language-switcher-button svg {
    fill: #495057;
    padding: 0 5px;
}

nav #language-switcher #language-switcher-button:hover {
    cursor: pointer;
}

nav .language-list-container #language__list {
    background-color: white;
    left: 0;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    min-width: 240px;
    z-index: 105;
    padding: 20px;
}

nav .language-list-container #language__list a {
    color: #495057;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

nav .language-list-container #language__list a:hover {
    filter: brightness(0.4);
}

nav .language-list-container #language__list p {
    margin: 0 0 10px 0;
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    color: #495057;
}

nav .language-list-container {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1;
    font-size: 14px;
}

html[dir="rtl"] nav .language-list-container {
    left: 0;
    right: unset;
}

.copyright {
    max-width: fit-content;
}

.button {
    font-family: inherit;
    min-height: 40px;
    min-width: 140px;
    height: auto;
    padding: 10px;
    border-radius: 4px;
    border: transparent;
    background-color: #495057;
    font-size: 14px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.14), 0 1px 5px rgba(0,0,0,.12);
    color: #fff;
    line-height: 1.3333333em;
    font-weight: bold;
}

.button:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4) 0 0);
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #page-component .tlk-fo-components-context-search-agent .tlk-fo-context-with-search-criteria .sidebar-keyword-and-language-container {
        margin-left: -15px;
        margin-right: -15px;
    }
    #page-component .tlk-fo-components-context-search-agent .tlk-fo-context-with-search-criteria #talentSearchFormSidebar {
        margin-left: -15px;
        margin-right: -15px;
    }

    footer .footer-links {
        flex-direction: column;
    }

    footer .social-media-links > li:first-child {
        padding: 10px 10px 10px 0;
    }
}

@media screen and (max-width: 991px) {
    #page-component .tlk-fo-components-context-search-agent.tlk-fo-components-styling-context .tlk-fo-context-with-search-criteria #lumesseSearchCriteriaWidget {
        padding: 0;
    }
}

#skip-to-content-button {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    pointer-events: none
}

#skip-to-content-button:focus {
    opacity: 1;
    pointer-events: auto;
}
