:root {
    --homepage-side-gap: clamp(30px, calc((100vw - 1024px) * 0.25 + 30px), 200px);
}

.health-and-safety-full-width-image {
    width: 100%;
    min-height: 450px;
    margin-top: var(--jr-header-height);
    line-height: 0;
    position: relative;
    background-color: #101f3c;
    overflow: hidden;
}

.health-and-safety-full-width-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 450px;
    object-fit: cover;
    object-position: center;
}

.health-and-safety-full-width-image__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .45) 100%);
    z-index: 1;
}

.health-and-safety-full-width-image__content {
    position: absolute;
    left: var(--homepage-side-gap);
    bottom: 30px;
    color: #fff;
    max-width: 700px;
    line-height: normal;
}

.health-and-safety-full-width-image__content h1 {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}

.health-and-safety-intro {
    background: #000;
    padding: 60px 0;
}

.health-and-safety-intro__inner {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: stretch;
}

.health-and-safety-intro__content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 40px 0 var(--homepage-side-gap);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.health-and-safety-intro__heading {
    margin: 0 0 28px;
    color: #007161;
    font-family: "brother-1816", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.health-and-safety-intro__text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 18px;
}

.health-and-safety-intro__text > :first-child {
    margin-top: 0;
}

.health-and-safety-intro__text > :last-child {
    margin-bottom: 0;
}

.health-and-safety-intro__text strong,
.health-and-safety-intro__text b {
    color: #007161;
    font-family: "brother-1816", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.health-and-safety-intro__text h1,
.health-and-safety-intro__text h2,
.health-and-safety-intro__text h3,
.health-and-safety-intro__text h4,
.health-and-safety-intro__text h5,
.health-and-safety-intro__text h6 {
    color: #007161;
    font-family: "brother-1816", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.health-and-safety-intro__media {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 1025px) {
    .health-and-safety-intro__media {
        display: flex;
        align-items: flex-start;
    }
}

.health-and-safety-intro__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 960 / 600;
    object-fit: cover;
    display: block;
}

.health-and-safety-groups {
    background: #fff;
    padding: 30px 0 36px;
}

.health-and-safety-groups__inner {
    width: 100%;
    padding: 0 0 0 var(--homepage-side-gap);
    box-sizing: border-box;
}

.health-and-safety-groups__heading {
    margin: 0 0 60px;
    color: #007161;
    font-family: "brother-1816", sans-serif;
    font-size: 20px;
}

.health-and-safety-groups__logos {
    --groups-logo-count: 4;
    list-style: none;
    margin: 0;
    padding: 0;
    width: min(80vw, 100%);
    display: grid;
    grid-template-columns: repeat(var(--groups-logo-count), minmax(0, 1fr));
    column-gap: 24px;
    align-items: center;
}

.health-and-safety-groups__logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.health-and-safety-groups__logo-item:first-child {
    justify-content: flex-start;
}

.health-and-safety-groups__logo-item:last-child {
    justify-content: flex-end;
}

.health-and-safety-groups__logo-item img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 130px;
    height: auto;
    object-fit: contain;
}

.health-and-safety-accreditations-heading {
    background-color: #e4e4e4;
    padding: 45px 0 20px;
}

.health-and-safety-accreditations-heading__inner {
    width: calc(100% - (var(--homepage-side-gap) * 2));
    max-width: 1520px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.health-and-safety-accreditations-heading__title {
    margin: 0;
    font-size: 30px;
    color: #a1833f;
    text-transform: uppercase;
}

.logo-strip--accreditations {
    --logo-strip-bg: #e4e4e4;
    background-color: #e4e4e4;
}

.health-and-safety-policies {
    background: #fff;
    padding: 0;
}

.health-and-safety-policies__inner {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: stretch;
}

.health-and-safety-policies__content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 45px 85px 45px var(--homepage-side-gap);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.health-and-safety-policies__header {
    margin: 0 0 28px;
    color: #007161;
    font-family: "brother-1816", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.health-and-safety-policies__intro,
.health-and-safety-policies__intro p,
.health-and-safety-policies__intro strong,
.health-and-safety-policies__intro b,
.health-and-safety-policies__intro h1,
.health-and-safety-policies__intro h2,
.health-and-safety-policies__intro h3,
.health-and-safety-policies__intro h4,
.health-and-safety-policies__intro h5,
.health-and-safety-policies__intro h6 {
    margin: 0;
    color: #007161;
    font-family: "brother-1816", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.health-and-safety-policies__list {
    margin: 20px 0 0;
    padding-left: 18px;
    list-style: disc;
}

.health-and-safety-policies__list li {
    margin: 0 0 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.35;
    color: #1a1a1a;
}

.health-and-safety-policies__list-link {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.35;
    color: inherit;
    text-decoration: none;
}

.health-and-safety-policies__list-link:hover,
.health-and-safety-policies__list-link:focus {
    color: var(--jr-gold, #c8a032);
    text-decoration: none;
}

.health-and-safety-policies-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}

.health-and-safety-policies-modal[hidden] {
    display: none;
}

.health-and-safety-policies-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
}

.health-and-safety-policies-modal__dialog {
    position: relative;
    max-width: min(1200px, calc(100vw - 60px));
    max-height: calc(100vh - 60px);
    z-index: 1;
}

.health-and-safety-policies-modal__image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 60px);
    width: auto;
    height: auto;
    object-fit: contain;
    background: #fff;
}

.health-and-safety-policies-modal__close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

body.health-and-safety-policies-modal-open {
    overflow: hidden;
}

.health-and-safety-policies__media {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 1025px) {
    .health-and-safety-policies__media {
        display: flex;
        align-items: flex-start;
    }
}

.health-and-safety-policies__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.health-and-safety-more {
    background: #007161;
    padding: 60px 0;
}

.health-and-safety-more__inner {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.health-and-safety-more__media {
    flex: 0 0 50%;
    max-width: 50%;
}

.health-and-safety-more__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 960 / 600;
    object-fit: cover;
    display: block;
}

.health-and-safety-more__content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 var(--homepage-side-gap) 0 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.health-and-safety-more__heading {
    margin: 0 0 28px;
    color: #fff;
    font-family: "brother-1816", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.health-and-safety-more__text {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    /*margin-bottom: 18px;*/
}

.health-and-safety-more__text p,
.health-and-safety-more__text li {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.health-and-safety-more__text strong,
.health-and-safety-more__text b,
.health-and-safety-more__text h1,
.health-and-safety-more__text h2,
.health-and-safety-more__text h3,
.health-and-safety-more__text h4,
.health-and-safety-more__text h5,
.health-and-safety-more__text h6 {
    color: #fff;
    font-family: "brother-1816", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.health-and-safety-more__text > :first-child {
    margin-top: 0;
}

.health-and-safety-more__text > :last-child {
    margin-bottom: 0;
}

.health-and-safety-more__text ul,
.health-and-safety-more__text ol {
    padding-left: 18px;
}

@media (max-width: 1024px) {
    .health-and-safety-full-width-image__content {
        left: var(--homepage-side-gap);
        right: var(--homepage-side-gap);
        max-width: 700px;
    }

    .health-and-safety-full-width-image__content h1 {
        font-size: 30px;
    }

    .health-and-safety-intro,
    .health-and-safety-more {
        padding: 60px 0;
    }

    .health-and-safety-intro__inner {
        flex-direction: column;
    }

    .health-and-safety-intro__content {
        max-width: 100%;
        flex-basis: auto;
        padding: 0 var(--homepage-side-gap);
    }

    .health-and-safety-intro__heading {
        font-size: 20px;
    }

    .health-and-safety-intro__text {
        font-size: 17px;
    }

    .health-and-safety-intro__media {
        margin-top: 20px;
        max-width: 100%;
        flex-basis: auto;
        padding: 0 var(--homepage-side-gap);
        box-sizing: border-box;
    }

    .health-and-safety-intro__media img {
        max-width: 100%;
        width: min(100%, 700px);
        height: auto;
        margin-left: 0;
        margin-right: auto;
    }

    .health-and-safety-groups {
        padding: 24px 0 30px;
    }

    .health-and-safety-groups__heading {
        margin-bottom: 22px;
    }

    .health-and-safety-groups__logos {
        width: 100%;
        column-gap: 16px;
    }

    .health-and-safety-more__inner {
        flex-direction: column;
    }

    .health-and-safety-policies {
        padding: 0;
    }

    .health-and-safety-policies__inner {
        flex-direction: column;
    }

    .health-and-safety-policies__content {
        max-width: 100%;
        flex-basis: auto;
        padding: 30px var(--homepage-side-gap);
    }

    .health-and-safety-policies__media {
        margin-top: 20px;
        max-width: 100%;
        flex-basis: auto;
    }

    .health-and-safety-policies__media img {
        max-width: 100%;
        height: auto;
    }

    .health-and-safety-more__media,
    .health-and-safety-more__content {
        max-width: 100%;
        flex-basis: auto;
    }

    .health-and-safety-more__content {
        padding: 30px var(--homepage-side-gap) 0;
    }

    .health-and-safety-more__heading {
        font-size: 20px;
    }

    .health-and-safety-more__text,
    .health-and-safety-more__text p,
    .health-and-safety-more__text li {
        font-size: 17px;
    }

    .health-and-safety-more__media img {
        max-width: 100%;
        height: auto;
    }

    .health-and-safety-policies__list {
        margin-top: 16px;
    }

    .health-and-safety-policies__list li,
    .health-and-safety-policies__list-link {
        font-size: 17px;
    }
}

@media (max-width: 800px) {
    .health-and-safety-accreditations-heading__title {
        font-size: 24px;
    }

    .health-and-safety-intro__heading {
        font-size: 20px;
    }

    .health-and-safety-intro__text {
        font-size: 17px;
    }

    .health-and-safety-more__text {
        font-size: 17px;
    }

    .health-and-safety-policies-modal {
        padding: 20px;
    }

    .health-and-safety-policies-modal__dialog {
        max-width: calc(100vw - 40px);
        max-height: calc(100vh - 40px);
    }

    .health-and-safety-policies-modal__image {
        max-height: calc(100vh - 40px);
    }
}
