@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Gotham-Book.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Gotham-Book.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Gotham-Medium.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Gotham-Medium.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Gotham-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Gotham-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/**
 * Body.
 */
body {
    font-family: "Gotham-Book", Arial, sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    padding: 0;
    width: 100%;
    min-width:280px;
    max-width: 100%;
}

#wrapper {
    width: 100%;
    position: relative;
}

/**
 * Typography.
 */
h1 {
    font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B","Helvetica Neue",Arial,sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 20px;
    font-weight: normal;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #000000 !important;
}

p {
    margin-top: 0;
}

#jobs .job svg {
    position: relative;
    right: -70px;
    opacity: 0;
    width: 0;
    height: 50px;
    transition: right 0.2s ease-in-out, opacity 0.3s ease-in-out, flex-basis 0.2s ease-in-out, width 0.2s ease-in-out;
    flex-basis: 0;
}

#jobs .job:hover svg {
    right: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    flex-shrink: 0;
}
/**
 * SVG icons.
 */

.svg.icon {
    height: 20px;
    width: 20px;
    position: relative;
    top: 3px;
}
/**
 * Jobs.
 */
#jobs .job {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 21px 0;
    min-height: 94px;
    position: relative;
    cursor:pointer;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid black;
}

#jobs .job:first-child {
    border-top: 1px solid black;
}

#jobs .job .title {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    margin: 0;
    transition: color 0.2s ease-in-out, flex-basis 0.2s ease-in-out;
    letter-spacing: 0.1px;
    flex-basis: 80%;
}

#jobs .job:hover .title {
    color:#AF2832 !important;
}

#jobs .job .job-additions {
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: end;
}

#jobs .job:hover .job-additions {
    gap: 20px;
}

#jobs .job .workload {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    transition: color 0.2s ease-in-out, flex-basis 0.2s ease-in-out;
    color: #000000;
    letter-spacing: 0.1px;
    display: flex;
    justify-content: flex-end;
    flex-basis: 90px;
    flex-shrink: 0;
    visibility: hidden;
}

#jobs .job:hover .workload {
    right: 0;
    color:#AF2832;

}

#jobs .job svg {
    position: relative;
    right: -70px;
    opacity: 0;
    width: 0;
    height: 50px;
    transition: right 0.2s ease-in-out, opacity 0.3s ease-in-out, flex-basis 0.2s ease-in-out, width 0.2s ease-in-out;
    flex-basis: 0;
}

#jobs .job:hover svg {
    right: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    flex-shrink: 0;
}

#more {
    font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B","Helvetica Neue",Arial,sans-serif;
    bottom: 20px;
    margin-top: 10px;
    position: absolute;
    right: 20px;
    text-align: right;
}
#more a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding-right: 38px;
}
#more a svg {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    fill: #fff;
    width: 19px;
    height: 13px;
    transition: transform 900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms linear;
}
#more a:hover svg {
    transform: translateX(5px);
}

@media screen and (max-width:1023px) {
    body {
        font-size: 12px;
        line-height: 15px;
    }
    h1 {
        font-size: 28px;
        line-height: 34px;
    }
    #jobs .job {
        min-height: 72px;
        padding: 8px 0;
        gap: 12px;
        word-break: break-word;
    }
    #jobs .job .title, #jobs .job .workload {
        font-size: 20px;
        line-height: 28px;
    }
    #jobs .job svg {
        height: 32px;
    }
    #jobs .job:hover svg {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }
    #jobs .job .title {
        flex-basis: calc(100% - 60px)
    }
}