/* Minification failed. Returning unminified contents.
(27,28): run-time error CSS1039: Token not allowed after unary operator: '-tertiary-three'
(32,23): run-time error CSS1039: Token not allowed after unary operator: '-lora'
(39,21): run-time error CSS1039: Token not allowed after unary operator: '-max-container-width'
(67,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-two'
(85,21): run-time error CSS1039: Token not allowed after unary operator: '-max-container-width'
(153,28): run-time error CSS1039: Token not allowed after unary operator: '-tertiary-three'
(174,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-two'
 */
/*
    ANCHOR
    * ABOUT US
    --------------------------------------------
*/
@media (min-width: 1024px) {
    .about-content {
        margin-top: 4.5rem;
    }

    .section-block--career {
        margin-top: 3rem;
    }
}

@media (max-width: 1023px) {
    .about-content {
        margin-bottom: 3rem;
    }
}

.section-block--career .c-picture__img-item {
    border-bottom-left-radius: 40px;
}

.careers-values {
    background-color: var(--tertiary-three);
}

.careers-values__header {
    font-size: 3.4rem;
    font-family: var(--lora);
    line-height: 4rem;
    margin-bottom: 2.3rem;
}

.careers-values__inner {
    width: 100%;
    max-width: var(--max-container-width);
    padding: 4.9rem 2rem;
    margin: 0 auto;
}

.careers-values__items {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.careers-values__item {
    width: 45%;
    text-align: center;
    margin-bottom: 2.1rem;
}

.careers-values__para {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 0;
}

.careers-values__item-header {
    display: block;
    font-size: 2rem;
    color: var(--primary-two);
}

.careers-value__item-img {
    margin-bottom: 1.2rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
    TESTIMONIALS
    --------------------------------------------
*/
.careers-gallery__items,
.careers-testimonial__inner {
    width: 100%;
    max-width: var(--max-container-width);
    padding: 4rem 2rem;
    margin: 0 auto;
}

.careers-testimonial__items {
    position: relative;
    margin-top: 5.2rem;
    display: flex !important;
    align-items: center;
}

.careers-testimonial__figure {
    display: flex;
    flex-direction: column;
    padding: 0px 50px;
    justify-content: center;
}

.careers-testimonial__img {
    margin-bottom: 2.7rem;
    border-radius: 0px 40px 0px 0px;
    width: 100%;
    height: auto;
}

.careers-testimonial__caption {
    font-size: 20px;
    line-height: 30px;
}

.careers-testimonial__caption-info {
    margin-top: 2.1rem;
}

.careers-testimonial__caption-info-header {
    display: block;
    font-weight: bold;
}

.careers-testimonial__items .slick-arrow {
    font-size: 0;
    line-height: 0;
    border: 0;
    height: 46px;
    width: 46px;
    background: url('../../Images/Corporate/AboutUs/carousel-arrow.svg') center no-repeat;
}

.careers-testimonial__items .slick-prev,
.careers-testimonial__items .slick-next {
    bottom: 0;
}

.careers-testimonial__items .slick-prev {
    left: 0;
    margin-right: 30px;
}

.careers-testimonial__items .slick-next {
    left: 90px;
    transform: rotate(-180deg);
    margin-left: 30px;
}

/* MANAWA AKO */
.careers-manawa-ako {
    padding: 3.2rem 0;
    background-color: var(--tertiary-three);
}

/* GRADUATE */
.careers-graduate {
    padding: 4rem 0 2rem;
}

    .careers-graduate > .c-container,
    .careers-opportunities > .c-container {
        max-width: 840px;
    }

.careers-graduate__para {
    margin-top: 1.6rem;
    margin-bottom: 4rem;
}

    .careers-graduate__para a {
        font-weight: 700;
        text-decoration: underline;
        color: var(--primary-two);
    }

/* OPPORTUNITIES */
.careers-opportunities {
    padding: 7rem 0rem 5rem;
    background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
}

.careers-opportunities__para {
    margin-top: 4rem;
}

/* DIVERSITY AND INCLUSION */
.di-header-container {
    width: 100%;
    max-width: 86rem;
    padding: 0 2rem;
    margin: 0 auto;
}

.di-container {
    padding: 4.5rem 0;
    position: relative;
}

h1.di__title {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 2.4rem;
}

.di__title {
    font-size: 3.4rem;
    line-height: 4.6rem;
    margin-bottom: 2.4rem;
}

.di__news {
    padding-top: 30px;
}

.di__news-load-more {
    margin-top: 4.5rem;
}

.di__news .news-list__news-item-wrapper:nth-child(n + 10) {
    display: none;
}

.di__asset-acc {
    max-width: 31.2rem;
}

.section-block--career .c-section-block__inner {
    justify-content: normal;
}

.section-block--career .c-section-block__copy {
    max-width: 50%;
    width: 50%;
    padding-right: 7%;
}

.section-block--career .c-section-block__asset {
    max-width: 50%;
    width: 50%;
}

.section-block--career .c-picture__img-item {
    max-width: 100%;
    width: 100%;
}

.diversity-section-block .c-section-block-icon-no-link__sub-header {
    text-align: center;
}

.rainbow-tick-logo,
.hearing-accredited-workplace-logo,
.diversity-award-logo {
    height: 160px;
    margin-right: 20px;
}

.living-wage-employer-logo {
    height: 200px;
}

.di-accredited .c-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.di-accredited .di__inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

    .di-accredited .di__inner:first-child {
        margin-right: 20px;
    }

    .di-accredited .di__inner:last-child {
        margin-left: 20px;
    }

.di-accredited .di__copy {
    width: unset;
    margin-top: 20px;
    flex: 1;
}

.di-header-container p {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}

.careers-values__header {
    text-align: center;
    margin-bottom: 3.7rem;
}

.careers-values__items {
    flex-wrap: nowrap;
}

.careers-values__item {
    margin-bottom: 0;
}

.di-container:first-child {
    text-align: center;
}

.di__inner {
    display: flex;
    justify-content: space-between;
}

.di__copy,
.di__asset {
    width: 48%;
}

    .di__asset img {
        border-radius: 0px 0px 0px 40px;
    }

.c-section-block__asset-dynamic {
    width: 550px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

    .c-section-block__asset-dynamic img {
        max-width: unset;
        position: absolute;
        top: 0;
        left: 0;
    }

@media (min-width: 768px) and (max-width: 1023px) {
    .c-section-block__asset-dynamic {
        width: 50vw;
        height: unset;
        overflow: hidden;
    }

        .c-section-block__asset-dynamic img {
            top: -60px;
            left: -70px;
        }

    .section-block--career .c-picture {
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        border-radius: 0px 0px 0px 40px;
    }

    .section-block--career .c-picture__img-item {
        max-width: unset;
        width: auto;
        height: 100%;
    }

    .careers-testimonial__figure {
        padding: 0 20px;
    }

    .careers-testimonial__caption {
        font-size: 16px;
        line-height: 24px;
    }

    .rainbow-tick-logo,
    .hearing-accredited-workplace-logo,
    .diversity-award-logo {
        height: 120px;
    }

    .living-wage-employer-logo {
        height: 150px;
    }

    .di-accredited .c-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .di-accredited .di__inner {
        flex-direction: row;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .di-accredited .di__inner:first-child {
            margin-bottom: 30px;
        }

        .di-accredited .di__inner > div {
            width: 190px;
        }

    .di-accredited .di__asset {
        flex-basis: 200px;
    }

    .di-accredited .di__copy {
        margin-top: 0px;
        margin-left: 20px;
    }

    .di-accredited .hearing-accredited-workplace-logo {
        height: 180px;
    }

    .careers-manawa-ako__para {
        margin-top: 2.5rem;
    }

    .careers-manawa-ako__img {
        margin-top: 3.2rem;
    }

    .careers-values__media {
        margin-bottom: 5.2rem;
    }

    .di-header-container p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .c-section-block__asset-dynamic {
        display: none;
    }

    .section-block--career .c-section-block__copy {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .section-block--career .c-section-block__asset {
        display: none;
    }

    .diversity-section-block .c-section-block-icon-no-link__sub-header {
        text-align: left;
    }

    .careers-testimonial__caption {
        font-size: 16px;
        line-height: 24px;
    }

    .rainbow-tick-logo,
    .hearing-accredited-workplace-logo,
    .diversity-award-logo {
        height: 80px;
        margin-right: 10px;
    }

    .living-wage-employer-logo {
        height: 100px;
    }

    .rainbow-tick-logo,
    .hearing-accredited-workplace-logo {
        margin-bottom: 30px;
    }

    .careers-testimonial__items {
        margin-top: 3rem;
    }

        .careers-testimonial__items .slick-prev {
            margin-right: 0px;
        }

        .careers-testimonial__items .slick-next {
            margin-left: 0px;
        }

    .careers-testimonial__figure {
        padding: 0px;
        margin: 0px 10px;
    }

    .di-accredited .c-container {
        display: flex;
        flex-direction: column;
    }

    .di-accredited .di__inner {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        .di-accredited .di__inner:first-child {
            margin-bottom: 30px;
        }

    .di-accredited .di__copy {
        margin-top: 0px;
    }

    .di-accredited .hearing-accredited-workplace-logo {
        height: 120px;
        margin-bottom: 10px;
    }

    .di-accredited .rainbow-tick-logo {
        height: 100px;
        margin-bottom: 10px;
    }

    .di-header-container h1 {
        font-size: 45px;
        line-height: 50px;
        text-align: left;
    }

    .di-header-container p {
        font-size: 16px;
        line-height: 24px;
    }

    .di-info .di__inner {
        flex-direction: column;
    }

    .di-info .di__copy,
    .di-info .di__asset {
        width: 100%;
    }

    .di__title + p {
        padding-bottom: 4rem;
    }
}

@media (min-width: 1024px) {
    .di-content {
        margin-top: 6rem;
    }

    .careers-values__inner {
        padding: 8rem 2rem;
    }

    .careers-values__header {
        font-size: 5rem;
        line-height: 6rem;
    }

    .careers-values__content {
        display: flex;
        justify-content: space-between;
    }

    .careers-values__media,
    .careers-values__items {
        width: 46%;
    }

    .careers-values__items {
        flex-wrap: wrap;
    }

    .careers-values__item {
        width: 48%;
        text-align: left;
    }

    .careers-value__item-img {
        justify-content: unset;
    }

    .careers-values__media {
        margin: 0;
    }

    /* MANAWA AKO */
    .careers-manawa-ako {
        padding: 6rem 0 9rem;
    }

    .careers-manawa-ako__inner {
        display: flex;
        justify-content: space-between;
        margin-top: 4.1rem;
    }

    .careers-manawa-ako__para,
    .careers-manawa-ako__img {
        width: 47%;
        flex-shrink: 1;
    }

    /* GRADUATE */
    .careers-graduate {
        text-align: center;
    }

    .careers-graduate__para {
        margin-top: 2.4rem;
        text-align: left;
    }

    /* Diversity and inclusion */
    h1.di__title {
        font-size: 5rem;
        line-height: 6.5rem;
    }

    .di__title {
        font-size: 4rem;
        line-height: 5.5rem;
    }
}

