.job-page {
    display: flex;
    flex-direction: column;
    gap: 60px 0;
    background: #fff;
    font-size: 18px;
    line-height: 1.5;
}
.job-page .container {
    max-width: 100%;
}
.job-page section {
    margin: 0;
}
.yellow-bar-title {
    position: relative;
}
.yellow-bar-title:before {
    content: '';
    width: 60px;
    height: 5px;
    background-color: #FFD13F;
    position: absolute;
    left: 0;
}
.yellow-bar-top:before {
    bottom: calc(100% + 18px);
}
.yellow-bar-bottom:before {
    top: calc(100% + 20px);
}
.pubm-job__location {
    color: #fff;
    margin-bottom: 40px;
    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 18px;
    text-transform: uppercase;
}
.pubm-job__header {
    width: 100%;
    position: relative;
    background: url(/wp-content/uploads/2024/08/bg-events.png) center center no-repeat;
    background-size: cover;
}
.pubm-job__header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../imgs/hp-lines-events.svg) no-repeat center center;
    background-size: auto 1000px;
    mix-blend-mode: soft-light;
}
.pubm-job__header .container {
    position: relative;
    padding-top: 110px;
    padding-bottom: 40px;
    z-index: 2;
}
.pubm-job__header .container:before,
.pubm-job__header .container:after {
    display: none;
    content: inherit;
}
.pubm-job__header .cta-with-arrow {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 40px;
    font-size: 18px;
    letter-spacing: 2.34px;
    color: #FFD943;
    text-transform: uppercase;
}
.pubm-job__header .cta-with-arrow svg {
    width: 25px;
    height: 25px;
    margin-right: 4px;
    margin-left: -6px;
}
.pubm-job__header h1 {
    margin: 0;
    color: #fff;
    font-size: 46px;
    font-family: 'TVNordEF-Black', sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
}
.pubm-job__container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 70px;
    gap: 50px;
}
.pubm-job__container:first-of-type {
    border-bottom: 1px solid #A8A8A8;
}
.pubm-job__container strong {
    font-family: "TVNordEF-Bold", sans-serif;
}
.pubm-job__content {
    flex-basis: 0;
    flex-grow: 1;
}
.pubm-job__title {
    margin-top: 0;
    margin-bottom: 15px;
}
.pubm-job__description {
    margin-top: 30px;
}
.pubm-job__sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
    width: 340px;
}
.pubm-job__apply-box {
    background-color: #003B5C;
    color: #fff;
    padding: 30px;
}
.pubm-job__apply-box h3 {
    margin-top: 23px;
    margin-bottom: 23px;
}
.pubm-job__sidebar .btn {
    outline: none !important;
}
#grnhse_app {
    overflow: hidden;
}
#grnhse_app iframe {
    margin-top: calc(-64px - 8rem);
    width: 900px;
}
.pubm-job__form-wrap {
    margin-top: 40px;
    width: 100%;
}


@media (max-width: 991px) {
    .pubm-job__header h1 {
        font-size: 36px;
    }
    .pubm-job__sidebar {
        order: -1;
        width: 100%;
        position: static;
    }
    .pubm-job__apply-box h3 {
        font-size: 27px;
        line-height: 0.9;
        margin-top: 21px;
    }
    .yellow-bar-top:before {
        bottom: calc(100% + 16px);
    }
    #grnhse_app iframe {
        width: 100%;
    }
}
