:root {
    --primaryColor: #79948c;
    --darkGreen: #314746;
}


@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.woff2') format('woff2'),
    url('../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BlackItalic.woff2') format('woff2'),
    url('../fonts/Gotham-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
    url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
    url('../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-ThinItalic.woff2') format('woff2'),
    url('../fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
    url('../fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/Gotham-UltraItalic.woff2') format('woff2'),
    url('../fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
    url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('../fonts/Gotham-ExtraLight.woff2') format('woff2'),
    url('../fonts/Gotham-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../fonts/Gotham-Ultra.woff2') format('woff2'),
    url('../fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('../fonts/Gotham-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/Gotham-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
    url('../fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body, html {
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body {
    font-size: 1rem;
    line-height: 1.5rem;
}

h1 {
    font-family: "Times New Roman", Arial sans-serif;
    font-weight: 400;
    font-size: 3.525rem;
    line-height: 4.025rem;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--primaryColor);
    hyphens: auto;
}

h2, h2 b, h3, h3 b {
    font-size: 1.525rem;
    line-height: 2.025rem;
    margin-top: 0;
    margin-bottom: 22px;
    color: var(--primaryColor);
}

b, strong {
    font-weight: bold;
}

a, a:active, a:visited {
    text-decoration: underline;
    color: var(--primaryColor);
}

a:hover, a:focus {
    color: #CFD85A;
}

a, a:hover, a:focus, a:active, a.active {
    outline: none;
}

ul {
    padding-left: 0;
    margin-top: 22px;
    margin-bottom: 22px;
    list-style: none;
}

ul li::before {
    content: "•";
    display: inline-block;
    width: 15px;
    margin-right: 5px;
}

.button, .button:active, .button:visited {
    display: inline-block;
    background-color: var(--primaryColor);
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    line-height: 1.5;
    color: #fff;
    border: 0;
    padding: 7px 50px;
    font-weight: 400;
    min-width: 280px;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
}

.button:hover, .button:focus {
    background-color: var(--darkGreen);
    color: #FFFFFF;
}

header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0 0;
    background-color: #fff0;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

header .logo {
    position: absolute;
    margin-top: 0;
    right: 0;
    z-index: 999999;
    text-align: right;
    padding-right: 0;
    float: right;
}

header .logo svg {
    transition: all 0.3s;
    margin-right: -16px;
    margin-top: -2px;
}

header.header-scrolled svg {
    height: 80px;
    width: auto;
    margin: 0 auto;
    position: relative;
    margin-right: -4px;
}

main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 325px auto 0;
    box-sizing: border-box;
    gap: 5%;
}

.customerLogo {
    margin-bottom: 3rem;
    position: absolute;
    top: -280px;
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customerLogo img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

#tasksAndSkills h2, #workplace h2 {
    margin-top: 22px;
}

#workplace a {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
}

#workplace a svg {
    flex-shrink: 0;
}

.awards img {
    width: 120px;
}

.column-1 {
    width: 75%;
}

.column-2 {
    align-self: flex-end;
    margin-bottom: 55px;
}

#applyCta {
    margin-top: 22px;
}

.buttonsContainer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 1.5rem;
    margin-top: 30px;
}

footer {
    font-size: 14px;
    background: #314746;
    color: #fff;
    letter-spacing: .39px;
    z-index: 9998;
    background-position: 101% -1px;
    background-repeat: no-repeat;
    background-image: url('../images/wilhelm-logo-weiss.svg');
}

.container-80 {
    position: relative;
}

#shareAndFollow {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 12rem;
    row-gap: 3rem;
    margin: 55px 0;
}

#socialFollow {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#socialShare {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#socialShare a {
    display: inline-flex
}

#socialShare a svg {
    overflow: visible;
}

#shareUsItemWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
}

#shareUsButton, #shareUsButton:visited {
    position: relative;
    cursor: pointer;
    border: none;
    background: transparent;
    border-radius: 0;
    color: var(--primaryColor);
}

#shareUsButton:hover, #shareUsButton:focus {
    color: #CFD85A;
    outline: 0;
}

.shareUsItem a {
    display: flex;
}

.shareUsItem a svg {
    overflow: visible;
    transition: 0.2s ease-in-out;

}

.shareUsItem a svg path {
    fill: white;
}

.shareUsContainer {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    width: 120px;
    padding: 0.75rem 1rem;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
    background-color: var(--primaryColor);
    justify-content: center;
}

.shareUsContainer::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-color: var(--primaryColor);
    position: absolute;
    transform: rotate(45deg);
    margin-top: 0;
    bottom: -8px;
    left: calc(50% - 8px);
}

.shareUsContainer:focus {
    outline: none;
}

.shareUsContainer[hidden] {
    display: none;
}

#shareUsButton[aria-expanded="true"] .shareUsContainer {
    opacity: 1;
    visibility: visible;
}

#contact p {
    font-size: 0.925rem;
    margin-bottom: 0;
}

.awardsMobile {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 22px;
}

@media (min-width: 992px) {
    .container-80 {
        padding-left: 5%;
        padding-right: 5%;
        max-width: 1920px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }

    h1 {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }

    h2, h2 b, h3, h3 b {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    #contact p {
        font-size: 0.725rem;
        line-height: 1.225rem;
    }
    .awards img {
        width: 100px;
    }
}

@media screen and (max-width: 961px) {
    main {
        flex-direction: column;
    }
    .column-1 {
        width: 100%;
    }
    .column-2 {
        align-self: flex-start;
    }
    header {
        position: relative;
    }
    .desktop {
        display: none;
    }
}

@media screen and (min-width: 962px) {
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 1224px) {
    main {
        margin-top: 200px;
    }
    .container-80 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .customerLogo {
        top: -160px;
        max-width: 200px;
        max-height: 200px;
    }
    header.header-scrolled svg {
        margin-right: -16px;
        margin-top: -2px;
    }
}

@media (max-width:991px) {
    header .logo svg {
        height: 80px;
        width: auto;
        right: 0;
        margin-right: -2px;
        margin-top: -2px;
    }

    main {
        margin-top: 100px;
    }

    .customerLogo {
        position: relative;
        top: -60px;
    }
}

@media screen and (max-width: 1224px) and (min-width: 992px) {
    header .logo svg {
        height: calc(238px + -38 * ((100vw - 992px) / 1362));
        width: auto;
    }
}

.printOnly {
    display: none;
}

@media (max-width: 375px) {
    .customerLogo {
        position: relative;
        top: 0;
        margin-bottom: 1.5rem;
    }
    main {
        margin-top: 70px;
    }
}