/*! CSS Used from: https://www.whs.school.nz/wp-includes/css/dist/block-library/style.min.css?ver=d059b56f48a01fe81b5eb6756ad499c2 ; media=all */
@media all {
    :root {
        --wp-admin-theme-color: #007cba;
        --wp-admin-theme-color-darker-10: #006ba1;
        --wp-admin-theme-color-darker-20: #005a87;
    }

    .has-text-align-center {
        text-align: center;
    }
}
/*! CSS Used from: https://www.whs.school.nz/wp-content/plugins/crelly-slider/css/crellyslider.min.css?ver=1.4.4 ; media=all */
@media all {
    .crellyslider {
        margin: 0 auto;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        line-height: 1.5;
        font-size: 14px;
        color: #000;
        font-family: Verdana,sans-serif;
    }

        .crellyslider, .crellyslider * {
            touch-action: pan-y;
        }

            .crellyslider > .cs-controls, .crellyslider > .cs-navigation {
                z-index: 999;
                -webkit-transition: all .2s;
                -moz-transition: all .2s;
                -o-transition: all .2s;
                -ms-transition: all .2s;
                transition: all .2s;
                opacity: 0;
            }

            .crellyslider:hover > .cs-controls, .crellyslider:hover > .cs-navigation {
                opacity: 1;
            }

            .crellyslider > .cs-slides {
                list-style: none;
                margin: 0;
                padding: 0;
                width: 100%;
            }

                .crellyslider > .cs-slides > .cs-slide {
                    margin: 0;
                    padding: 0;
                    
                    position: absolute;
                    overflow: hidden;
                    -webkit-touch-callout: none;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

            .crellyslider > .cs-controls {
                position: absolute;
                width: 100%;
                top: 50%;
                margin-top: -9px;
            }

                .crellyslider > .cs-controls > .cs-next, .crellyslider > .cs-controls > .cs-previous {
                    display: block;
                    width: 35px;
                    height: 35px;
                    position: absolute;
                    cursor: pointer;
                    background-color: #fff;
                    box-shadow: 0 3px 10px rgba(0,0,0,.16),0 3px 10px rgba(0,0,0,.23);
                    background-repeat: no-repeat;
                    background-position: center center;
                    border: 10px;
                    border-radius: 50%;
                }

                .crellyslider > .cs-controls > .cs-previous {
                    background-image: url('../img/arrow-left.png');
                    left: 30px;
                }

                .crellyslider > .cs-controls > .cs-next {
                    background-image: url('../img/arrow-right.png');
                    right: 30px;
                }

            .crellyslider > .cs-navigation {
                position: absolute;
                width: 100%;
                height: 0;
                bottom: 40px;
                text-align: center;
            }

                .crellyslider > .cs-navigation > .cs-slide-link {
                    width: 15px;
                    height: 15px;
                    display: inline-block;
                    cursor: pointer;
                    margin: 6px;
                    background-color: #fff;
                    box-shadow: 0 3px 10px rgba(0,0,0,.16),0 3px 10px rgba(0,0,0,.23);
                    border: 10px;
                    border-radius: 50%;
                    opacity: .5;
                }

                    .crellyslider > .cs-navigation > .cs-slide-link.cs-active {
                        opacity: 1;
                    }

            .crellyslider > .cs-progress-bar {
                width: 0%;
                height: 4px;
                position: absolute;
                top: 0;
                background-color: #fff;
                opacity: .5;
                z-index: 999;
            }

                .crellyslider > .cs-progress-bar.cs-progress-bar-hidden {
                    opacity: 0;
                }
}
/*! CSS Used from: https://www.whs.school.nz/wp-content/themes/whs_theme_v3/style.css?ver=1.0 ; media=all */
@media all {
    html, body {
        border: none;
        margin: 0;
        padding: 0;
    }

    h1, h2, h4, h5, p, img, li, ul, form, label, button {
        border: none;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-align: inherit;
    }

    html {
        font-size: 62.5%;
        scroll-behavior: smooth;
    }

    @media (prefers-reduced-motion: reduce) {
        html {
            scroll-behavior: auto;
        }
    }

    body {
        background: #f5efe0;
        box-sizing: border-box;
        color: #000;
        font-family: "inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif !important;
        font-size: 1.8rem;
        letter-spacing: -0.015em;
        text-align: left;
    }

    *, *::before, *::after {
        box-sizing: inherit;
        -webkit-font-smoothing: antialiased;
        word-break: break-word;
        word-wrap: break-word;
    }

    #site-content {
        overflow: hidden;
    }

    .entry-content::after {
        clear: both;
        content: "";
        display: block;
    }

    a, path {
        transition: all 0.15s linear;
    }

    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
        word-break: normal;
    }

        .screen-reader-text:focus {
            background-color: #f1f1f1;
            border-radius: 3px;
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            clip: auto !important;
            -webkit-clip-path: none;
            clip-path: none;
            color: #21759b;
            display: block;
            font-size: 0.875rem;
            font-weight: 700;
            height: auto;
            right: 5px;
            line-height: normal;
            padding: 15px 23px 14px;
            text-decoration: none;
            top: 5px;
            width: auto;
            z-index: 100000;
        }

    .skip-link {
        left: -9999rem;
        top: 2.5rem;
        z-index: 999999999;
        text-decoration: underline;
    }

        .skip-link:focus {
            display: block;
            left: 6px;
            top: 7px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            line-height: normal;
            padding: 15px 23px 14px;
            z-index: 100000;
            right: auto;
        }

    @media ( prefers-reduced-motion: reduce ) {
        * {
            animation-duration: 0s !important;
            transition-duration: 0s !important;
        }
    }

    main {
        display: block;
    }

    h1, h2, h4, h5, .faux-heading {
        font-feature-settings: "lnum";
        font-variant-numeric: lining-nums;
        font-weight: 700;
        letter-spacing: -0.0415625em;
        line-height: 1.25;
        margin: 3.5rem 0 2rem;
    }

    h1 {
        font-size: 3.6rem;
        font-weight: 800;
        line-height: 1.138888889;
    }

    h2 {
        font-size: 3.2rem;
    }

    h4 {
        font-size: 2.4rem;
    }

    h5 {
        font-size: 2.1rem;
    }

    p {
        line-height: 1.5;
        margin: 0 0 1em 0;
    }

    hr {
        border-style: solid;
        border-width: 0.1rem 0 0 0;
        border-color: #dcd7ca;
        margin: 4rem 0;
    }

        .entry-content hr, hr.styled-separator {
            background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
            background-color: transparent !important;
            border: none;
            height: 0.1rem;
            overflow: visible;
            position: relative;
        }

            .entry-content hr:not(.has-background), hr.styled-separator {
                color: #6d6d6d;
            }

                .entry-content hr::before, .entry-content hr::after, hr.styled-separator::before, hr.styled-separator::after {
                    background: currentColor;
                    content: "";
                    display: block;
                    height: 1.6rem;
                    position: absolute;
                    top: calc(50% - 0.8rem);
                    transform: rotate(22.5deg);
                    width: 0.1rem;
                }

                .entry-content hr::before, hr.styled-separator::before {
                    left: calc(50% - 0.5rem);
                }

                .entry-content hr::after, hr.styled-separator::after {
                    right: calc(50% - 0.5rem);
                }

    a {
        color: #cd2653;
        text-decoration: none;
    }

        a:hover, a:focus {
            text-decoration: underline;
        }

    ul {
        margin: 0 0 3rem 3rem;
    }

    ul {
        list-style: disc;
    }

        ul ul {
            list-style: circle;
        }

            ul ul ul {
                list-style: square;
            }

    li {
        line-height: 1.5;
        margin: 0.5rem 0 0 2rem;
    }

        li > ul {
            margin: 1rem 0 0 2rem;
        }

    .reset-list-style, .reset-list-style ul {
        list-style: none;
        margin: 0;
    }

        .reset-list-style li {
            margin: 0;
        }

    iframe {
        display: block;
        max-width: 100%;
    }

    svg, img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    label {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        margin: 0 0 0.5rem 0;
    }

    input, button {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
        line-height: 1;
    }

    input {
        border-color: #dcd7ca;
        color: #000;
    }

        input[type="search"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #fff;
            border-radius: 0;
            border-style: solid;
            border-width: 0.1rem;
            box-shadow: none;
            display: block;
            font-size: 1.6rem;
            letter-spacing: -0.015em;
            margin: 0;
            max-width: 100%;
            padding: 1.5rem 1.8rem;
            width: 100%;
        }

        input::-webkit-input-placeholder {
            line-height: normal;
        }

        input:-ms-input-placeholder {
            line-height: normal;
        }

        input::-moz-placeholder {
            line-height: revert;
        }

        button, input[type="submit"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #cd2653;
            border: none;
            border-radius: 0;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: 1.5rem;
            font-weight: 600;
            letter-spacing: 0.0333em;
            line-height: 1.25;
            margin: 0;
            opacity: 1;
            padding: 1.1em 1.44em;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            transition: opacity 0.15s linear;
        }

            button:focus, button:hover, input[type="submit"]:focus, input[type="submit"]:hover {
                text-decoration: underline;
            }

        input[type="search"]:focus {
            outline: thin dotted;
            outline-offset: -4px;
        }

    .section-inner {
        margin-left: auto;
        margin-right: auto;
    }


    .toggle {
        -moz-appearance: none;
        -webkit-appearance: none;
        color: inherit;
        cursor: pointer;
        font-family: inherit;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        text-align: inherit;
        user-select: none;
    }

    button.toggle {
        background: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        font-size: inherit;
        font-weight: 400;
        letter-spacing: inherit;
        padding: 0;
        text-transform: none;
    }

    .fill-children-current-color, .fill-children-current-color * {
        fill: currentColor;
    }

    .search-form {
        align-items: stretch;
        display: flex;
        flex-wrap: nowrap;
        margin: 0 0 -0.8rem -0.8rem;
    }

        .search-form .search-field, .search-form .search-submit {
            margin: 0 0 0.8rem 0.8rem;
        }

        .search-form label {
            align-items: stretch;
            display: flex;
            font-size: inherit;
            margin: 0;
            width: 100%;
        }

        .search-form .search-field {
            width: 100%;
        }

        .search-form .search-submit {
            flex-shrink: 0;
        }

            .search-form .search-submit:focus, .search-form .search-submit:hover {
                text-decoration: none;
            }

    .cover-modal {
        display: none;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

        .cover-modal::-webkit-scrollbar {
            display: none !important;
        }

    #site-header {
        background: #fff;
        position: relative;
    }

    .header-inner {
        max-width: 168rem;
        padding: 3.15rem 0;
        z-index: 100;
    }

    .header-titles-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0 4rem;
        text-align: center;
    }

    .header-title {
        font-size: 2rem;
        display: block;
    }

    .header-title-alt {
        font-size: 1rem;
        display: block;
    }

    .site-title, .site-logo {
        margin: 0;
    }

    .site-title {
        font-size: 2.1rem;
        font-weight: 600;
        line-height: 1;
    }

    .site-logo a, .site-logo img {
        display: block;
    }

    .site-logo img {
        max-height: 6rem;
        margin: 0 auto;
        width: auto;
    }

    .header-navigation-wrapper {
        display: none;
    }

    .header-toggles {
        display: none;
    }

    .header-inner .toggle {
        align-items: center;
        display: flex;
        overflow: visible;
        padding: 0 2rem;
    }

        .header-inner .toggle svg {
            display: block;
            position: relative;
            z-index: 1;
        }

        .header-inner .toggle path {
            fill: currentColor;
        }

    .toggle-inner {
        display: flex;
        justify-content: center;
        height: 2.3rem;
        position: relative;
    }

    .toggle-icon {
        display: block;
        overflow: hidden;
    }

    .toggle-inner .toggle-text {
        color: #6d6d6d;
        font-size: 1rem;
        font-weight: 600;
        position: absolute;
        top: calc(100% + 0.5rem);
        width: auto;
        white-space: nowrap;
        word-break: break-all;
    }

    .header-inner .toggle:focus .toggle-text, .header-inner .toggle:hover .toggle-text {
        text-decoration: underline;
    }

    .search-toggle {
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
    }

        .search-toggle .toggle-icon, .search-toggle svg {
            height: 2.5rem;
            max-width: 2.3rem;
            width: 2.3rem;
        }

    .nav-toggle {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        width: 6.6rem;
    }

        .nav-toggle .toggle-icon, .nav-toggle svg {
            height: 0.8rem;
            width: 2.6rem;
        }

        .nav-toggle .toggle-inner {
            padding-top: 0.8rem;
        }

    .primary-menu-wrapper {
        display: none;
    }

    ul.primary-menu {
        display: flex;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -0.0277em;
        flex-wrap: wrap;
        margin: -0.8rem 0 0 -1.6rem;
    }

    .primary-menu .icon {
        display: block;
        height: 0.7rem;
        position: absolute;
        pointer-events: none;
        transform: rotate(-45deg);
        width: 1.3rem;
    }

        .primary-menu .icon::before, .primary-menu .icon::after {
            content: "";
            display: block;
            background-color: currentColor;
            position: absolute;
            bottom: calc(50% - 0.1rem);
            left: 0;
        }

        .primary-menu .icon::before {
            height: 0.9rem;
            width: 0.2rem;
        }

        .primary-menu .icon::after {
            height: 0.2rem;
            width: 0.9rem;
        }

    .primary-menu li {
        font-size: inherit;
        line-height: 1.25;
        position: relative;
    }

    .primary-menu > li {
        margin: 0.8rem 0 0 1.6rem;
    }

        .primary-menu > li.menu-item-has-children > a {
            padding-right: 2rem;
        }

        .primary-menu > li > .icon {
            right: -0.5rem;
            top: calc(50% - 0.4rem);
            color: #FFF !important;
        }

    .primary-menu a {
        color: #FFF !important;
    }

    .primary-menu a {
        color: inherit;
        display: block;
        line-height: 1.2;
        text-decoration: none;
        word-break: normal;
        word-wrap: normal;
        white-space: nowrap;
    }

        .primary-menu a:hover, .primary-menu a:focus {
            text-decoration: underline;
        }

    .primary-menu li.current-menu-item > a {
        text-decoration: underline;
    }

        .primary-menu li.current-menu-item > a:hover, .primary-menu li.current-menu-item > a:focus {
            text-decoration: none;
        }

    .primary-menu ul {
        background: #000;
        border-radius: 0.4rem;
        color: #fff;
        font-size: 1.7rem;
        opacity: 0;
        padding: 1rem 0;
        position: absolute;
        right: 9999rem;
        top: calc(100% + 2rem);
        transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
        transform: translateY(0.6rem);
        width: 20rem;
        z-index: 1;
    }

    .primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children:focus > ul {
        left: 0;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.15s linear, transform 0.15s linear;
    }

    .primary-menu ul::before, .primary-menu ul::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
    }

    .primary-menu ul::before {
        height: 2.5rem;
        left: 0;
        right: 0;
    }

    .primary-menu ul::after {
        border: 1.0rem solid transparent;
        border-bottom-color: #000;
        left: 1.8rem;
    }

    .primary-menu ul a {
        background: transparent;
        border: none;
        color: #FFF;
        display: block;
        padding: 1rem 2rem;
        transition: background-color 0.15s linear;
        width: 100%;
    }

    .primary-menu ul li.menu-item-has-children > a {
        padding-right: 4.5rem;
    }

    .primary-menu ul li.menu-item-has-children .icon {
        position: absolute;
        right: 1.5rem;
        top: calc(50% - 0.5rem);
    }

    .primary-menu ul ul {
        top: -1rem;
    }

    .primary-menu ul li.menu-item-has-children:hover > ul, .primary-menu ul li.menu-item-has-children:focus > ul {
        left: calc(100% + 2rem);
    }

    .primary-menu ul ul::before {
        bottom: 0;
        height: auto;
        right: auto;
        left: -2rem;
        top: 0;
        width: 2rem;
    }

    .primary-menu ul ul::after {
        border-bottom-color: transparent;
        bottom: auto;
        left: -2rem;
        top: 2rem;
    }

    body:not(.overlay-header) .primary-menu ul ul:after {
        border-right-color: #000000 !important;
        border-left-color: transparent !important;
    }

    @media (any-pointer: coarse) {
        .primary-menu > li.menu-item-has-children > a {
            padding-right: 0;
            margin-right: 2rem;
        }

        .primary-menu ul li.menu-item-has-children > a {
            margin-right: 4.5rem;
            padding-right: 0;
            width: unset;
        }
    }

    .menu-modal {
        background: #fff;
        display: none;
        opacity: 0;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        bottom: 0;
        left: -99999rem;
        right: 99999rem;
        top: 0;
        transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
        z-index: 99;
    }

    .menu-modal-inner {
        background: #fff;
        display: flex;
        justify-content: stretch;
        overflow: auto;
        -ms-overflow-style: auto;
        width: 100%;
    }

    .menu-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    button.close-nav-toggle {
        align-items: center;
        display: flex;
        font-size: 1.6rem;
        font-weight: 500;
        justify-content: flex-end;
        padding: 3.1rem 0;
        width: 100%;
    }

        button.close-nav-toggle svg {
            height: 1.6rem;
            width: 1.6rem;
        }

        button.close-nav-toggle .toggle-text {
            margin-right: 1.6rem;
        }

    .menu-modal .menu-top {
        flex-shrink: 0;
    }

    .modal-menu {
        position: relative;
        left: calc(50% - 50vw);
        width: 100vw;
    }

        .modal-menu li {
            border-color: #dedfdf;
            border-style: solid;
            border-width: 0.1rem 0 0 0;
            display: flex;
            flex-wrap: wrap;
            line-height: 1;
            justify-content: flex-start;
            margin: 0;
        }

        .modal-menu > li > .ancestor-wrapper > a {
            font-size: 2rem;
            font-weight: 700;
            letter-spacing: -0.0375em;
        }

        .modal-menu > li:last-child {
            border-bottom-width: 0.1rem;
        }

        .modal-menu .ancestor-wrapper {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

        .modal-menu a {
            display: block;
            padding: 2rem 2.5rem;
            text-decoration: none;
            width: 100%;
        }

            .modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a {
                text-decoration: underline;
            }

    button.sub-menu-toggle {
        border-left: 0.1rem solid #dedfdf;
        flex-shrink: 0;
        margin: 1rem 0;
        padding: 0 2.5rem;
    }

        button.sub-menu-toggle svg {
            height: 0.9rem;
            transition: transform 0.15s linear;
            width: 1.5rem;
        }

    .modal-menu ul {
        display: none;
        margin: 0;
        width: 100%;
    }

        .modal-menu ul li {
            border-left-width: 1rem;
        }

            .modal-menu ul li a {
                color: inherit;
                font-weight: 500;
            }

    .menu-wrapper .menu-item {
        position: relative;
    }

    .mobile-menu {
        display: block;
    }

    .menu-bottom {
        flex-shrink: 0;
        padding: 4rem 0;
    }

    .search-modal {
        background: rgba(0, 0, 0, 0.2);
        display: none;
        opacity: 0;
        position: fixed;
        bottom: 0;
        left: -9999rem;
        top: 0;
        transition: opacity 0.2s linear, left 0s 0.2s linear;
        width: 100%;
        z-index: 999;
    }

    .search-modal-inner {
        background: #fff;
        transform: translateY(-100%);
        transition: transform 0.15s linear, box-shadow 0.15s linear;
    }

        .search-modal-inner .section-inner {
            display: flex;
            justify-content: space-between;
            max-width: 168rem;
        }

    button.search-untoggle {
        align-items: center;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        margin-right: -2.5rem;
        padding: 0 2.5rem;
    }

    .search-modal button.search-untoggle {
        color: inherit;
    }

    .search-untoggle svg {
        height: 1.5rem;
        transition: transform 0.15s ease-in-out;
        width: 1.5rem;
    }

    .search-untoggle:focus svg, .search-untoggle:hover svg {
        transform: scale(1.15);
    }

    .search-modal form {
        margin: 0;
        position: relative;
        width: 100%;
    }

    .search-modal .search-field {
        background: none;
        border: none;
        border-radius: 0;
        color: inherit;
        font-size: 2rem;
        letter-spacing: -0.0277em;
        height: 8.4rem;
        margin: 0 0 0 -2rem;
        max-width: calc(100% + 2rem);
        padding: 0 0 0 2rem;
        width: calc(100% + 2rem);
    }

        .search-modal .search-field::-webkit-input-placeholder {
            color: inherit;
        }

        .search-modal .search-field:-ms-input-placeholder {
            color: inherit;
        }

        .search-modal .search-field::-moz-placeholder {
            color: inherit;
            line-height: 4;
        }

    .search-modal .search-submit {
        position: absolute;
        right: -9999rem;
        top: 50%;
        transform: translateY(-50%);
    }

        .search-modal .search-submit:focus {
            right: 0;
        }

    .singular .entry-header {
        background-color: #fff;
        padding: 4rem 0;
    }

    h1.entry-title {
        margin: 0;
    }

    .post-inner {
        padding-top: 5rem;
    }

    .has-text-align-center {
        text-align: center;
    }

    .entry-content {
        line-height: 1.5;
    }

        .entry-content > * {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1.25em;
        }

            .entry-content > *:first-child {
                margin-top: 0;
            }

            .entry-content > *:last-child {
                margin-bottom: 0;
            }

        .entry-content a:hover, .entry-content a:focus {
            text-decoration: none;
        }

        .entry-content p {
            line-height: 1.4;
        }

        .entry-content h1, .entry-content h5 {
            margin: 3.5rem auto 2rem;
        }

        .entry-content hr {
            margin: 4rem auto;
        }

    .entry-content {
        font-family: NonBreakingSpaceOverride, "Source Sans Pro", "Helvetica Neue", Helvetica, sans-serif;
        letter-spacing: normal;
    }

        .entry-content h1, .entry-content h5 {
            font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
        }

        .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
            max-width: 85rem;
            width: calc(100% - 4rem);
        }

    .pagination-separator {
        margin: 5rem 0;
    }

    #site-footer {
        background-color: #fff;
        border-color: #dedfdf;
        border-style: solid;
        border-width: 0;
        height: auto;
    }

    .footer-top-hidden #site-footer {
        margin-top: 0;
    }

    #site-footer {
        padding: 3rem 0;
    }

    #site-footer {
        font-size: 1.6rem;
    }

        #site-footer .section-inner {
            align-items: baseline;
            display: flex;
            justify-content: space-between;
        }

        #site-footer a {
            text-decoration: none;
        }

            #site-footer a:focus, #site-footer a:hover {
                text-decoration: underline;
            }

    .to-the-top {
        color: #6d6d6d;
    }

    a.to-the-top > * {
        pointer-events: none;
    }

    .to-the-top-long {
        display: none;
    }

    .site-info p {
        line-height: 1.3;
        margin: 0;
    }

    .site-info h5 {
        margin: 1rem 0 1rem 0;
    }

    .site-info h4 {
        margin: 1rem 0 1rem 0;
    }

    .site-footer-copyright {
        padding: 2rem 0 0 0;
    }

    .site-footer-col-1 {
        width: 350px;
        float: left;
        margin-top: 12px;
        margin-right: 60px;
    }

    .site-footer-col-2 {
        width: 213px;
        float: left;
    }

    .site-footer-col-3 {
        width: 200px;
        float: left;
        margin: 4.8rem 4rem 0 0;
    }

    .site-footer-col-4 {
        float: left;
        width: 200px;
        text-align: center;
        font-size: 27px;
    }

        .site-footer-col-4 img {
            padding: 5.8rem 0 0 0;
        }

    @media ( max-width: 479px ) {
        ul {
            margin: 0 0 3rem 2rem;
        }

        li {
            margin: 0.5rem 0 0 1rem;
        }
    }

    @media ( min-width: 700px ) {
        ul {
            margin-bottom: 4rem;
        }

        hr {
            margin: 8rem auto;
        }

        h1, h2 {
            margin: 6rem auto 3rem;
        }

        h4, h5 {
            margin: 4.5rem auto 2.5rem;
        }

        h1 {
            font-size: 6.4rem;
        }

        h2 {
            font-size: 4.8rem;
        }

        h4 {
            font-size: 3.2rem;
        }

        h5 {
            font-size: 2.4rem;
        }

        button, input[type="submit"] {
            font-size: 1.7rem;
        }

        .header-inner {
            padding: 3.8rem 0;
        }

        .site-title {
            font-size: 2.4rem;
            font-weight: 700;
        }

        .site-logo img {
            max-height: 9rem;
            transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
        }

        .toggle-inner .toggle-text {
            font-size: 1.2rem;
        }

        .search-toggle {
            left: 2rem;
        }

        .nav-toggle {
            right: 2rem;
        }

        button.close-nav-toggle {
            font-size: 1.8rem;
            padding: 4rem 0;
        }

            button.close-nav-toggle svg {
                height: 2rem;
                width: 2rem;
            }

            button.close-nav-toggle .toggle-text {
                margin-right: 2.1rem;
            }

        .modal-menu {
            left: auto;
            width: 100%;
        }

            .modal-menu > li > .ancestor-wrapper > a {
                font-size: 2.4rem;
                padding: 2.5rem 0;
            }

            .modal-menu ul li {
                border-left-color: transparent;
            }

            .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
                padding: 0 3rem;
            }

                .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
                    height: 1.1rem;
                    width: 1.8rem;
                }

        .menu-bottom {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding: 4.4rem 0;
        }

        .search-modal form {
            position: relative;
            width: 100%;
        }

        .search-untoggle svg {
            height: 2.5rem;
            width: 2.5rem;
        }

        .search-modal .search-field {
            border: none;
            font-size: 3.2rem;
            height: 14rem;
        }

            .search-modal .search-field::-moz-placeholder {
                line-height: 4.375;
            }

        .singular .entry-header {
            padding: 8rem 0;
        }

        .post-inner {
            padding-top: 8rem;
        }

        .entry-content {
            font-size: 2.0rem;
        }

            .entry-content p {
                line-height: 1.476;
            }

            .entry-content h1 {
                margin: 6rem auto 3rem;
            }

            .entry-content h5 {
                margin: 4.5rem auto 2.5rem;
            }

        .pagination-separator {
            margin: 8rem 0;
        }

        .footer-top-hidden #site-footer {
            margin-top: 0;
        }

        #site-footer {
            font-size: 1.8rem;
            padding: 4.3rem 0;
        }

        .footer-credits {
            display: flex;
        }

        .to-the-top-long {
            display: inline;
        }

        .to-the-top-short {
            display: none;
        }
    }

    @media ( min-width: 1000px ) {
        #site-header {
            z-index: 2;
        }

        .header-inner {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding: 2.8rem 0;
        }

        .header-titles-wrapper {
            margin-right: 4rem;
            max-width: 50%;
            padding: 0;
            text-align: left;
        }

        .header-titles {
            align-items: baseline;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            margin: -1rem 0 0 -2.4rem;
        }

            .header-titles .site-title, .header-titles .site-logo {
                margin: 1rem 0 0 2.4rem;
            }

        .bottom-header {
            background-color: #7BB830;
            box-shadow: 0px 4px 5px #0000002b;
        }

        .top-header .header-titles {
            min-width: 60rem;
        }

        .wp-custom-logo .header-titles {
            align-items: center;
        }

        .header-navigation-wrapper {
            align-items: center;
            display: flex;
        }

        .primary-menu-wrapper {
            display: block;
            width: 100%;
        }

        .mobile-search-toggle, .mobile-nav-toggle {
            display: none !important;
        }

        .primary-menu-wrapper + .header-toggles {
            margin-left: 3rem;
        }

        .header-toggles {
            display: flex;
            flex-shrink: 0;
            margin-right: -3rem;
        }

        .header-inner .toggle {
            height: 4.4rem;
            padding: 0 3rem;
            position: relative;
            bottom: auto;
            left: auto;
            right: auto;
            top: auto;
            width: auto;
        }

        .header-inner .toggle-wrapper {
            position: relative;
        }

            .header-inner .toggle-wrapper::before {
                background: #dedfdf;
                content: "";
                display: block;
                height: 2.7rem;
                position: absolute;
                left: 0;
                top: calc(50% - 1.35rem);
                width: 0.1rem;
            }

            .header-inner .toggle-wrapper:first-child::before {
                content: none;
            }

        .toggle-inner {
            position: static;
        }

            .toggle-inner .toggle-text {
                left: 0;
                right: 0;
                text-align: center;
                top: calc(100% - 0.3rem);
                width: auto;
            }

        .header-toggles:only-child .toggle-inner {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
        }

            .header-toggles:only-child .toggle-inner .svg-icon {
                order: 1;
            }

            .header-toggles:only-child .toggle-inner .toggle-text {
                position: static;
                padding-right: 20px;
                font-size: 15px;
                color: inherit;
            }

        .menu-modal {
            opacity: 1;
            justify-content: flex-end;
            padding: 0;
            transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
        }

            .menu-modal.cover-modal {
                background: rgba(0, 0, 0, 0);
            }


        .menu-modal-inner {
            box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
            opacity: 0;
            padding: 0;
            transform: translateX(20rem);
            transition: transform 0.2s ease-in, opacity 0.2s ease-in;
            width: 50rem;
        }

        .mobile-menu {
            display: none;
        }

        .menu-bottom {
            padding: 6rem 0;
        }
    }

    @media ( min-width: 1220px ) {
        h1 {
            font-size: 6.4rem;
        }

  

        .primary-menu > li {
            margin: 0.8rem 0 0 2.5rem;
        }

        .primary-menu-wrapper + .header-toggles {
            margin-left: 4rem;
        }

        .header-toggles {
            margin-right: -4rem;
        }

            .header-toggles .toggle {
                padding: 0 4rem;
            }
    }

    .custom-header-title {
        width: 70%;
        margin: 0 auto;
        text-align: center;
        color: #e22658;
    }

        .custom-header-title h2 {
            margin: 2rem 1rem 1rem 1rem;
        }

    .custom-header-slogan {
        width: 70%;
        margin: 0 auto;
        text-align: center;
        font-style: none;
        color: #e22658;
    }

    .custom-header-slider {
        background-color: #f3f0df;
        padding: 1rem;
    }

    @media (min-width: 900px) {
        .custom-header-slider .crellyslider-slider {
            max-width: 75% !important;
        }
    }

    .custom-header-slider .crellyslider-slider {
        max-width: 100%;
        margin: 3rem auto;
        padding: 0rem;
        box-shadow: #0000007d 0px 15px 17px -9px;
    }

    .home .entry-header {
        display: none;
    }

    .home-feed a {
        display: flex;
        color: inherit;
    }

    .home-feed {
        display: flex;
        background: #0000000a;
        padding: 2rem 2rem 1rem 2rem;
        margin-bottom: 1rem;
    }

    .home-feed-thumb {
        max-width: 25%;
    }

        .home-feed-thumb img {
            height: 210px;
            width: 205px;
            object-position: top;
            object-fit: cover;
        }

    .home-feed-content {
        max-width: 72%;
        margin-left: 3%;
        font-size: 1.7rem;
    }

        .home-feed-content h5 {
            margin: 0 auto 2.5rem;
        }

    .cs-progress-bar {
        display: none !important;
    }
}
/*! CSS Used from: Embedded */
a {
    color: #e22658;
}

button, input[type="submit"] {
    background-color: #e22658;
}

button, input[type="submit"] {
    color: #ffffff;
}

body {
    color: #000000;
}

.entry-content hr:not(.has-background), hr.styled-separator {
    color: #6d6d6d;
}

input, hr {
    border-color: #dbdbdb;
}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a {
    color: #da053e;
}

body:not(.overlay-header) .primary-menu ul, .header-footer-group button, .header-footer-group input[type="submit"] {
    color: #f3f0df;
}

#site-header, #site-footer, .menu-modal, .menu-modal-inner, .search-modal-inner, .singular .entry-header {
    background-color: #f3f0df;
}

    .header-footer-group, body:not(.overlay-header) #site-header .toggle, .menu-modal .toggle {
        color: #000000;
    }

body:not(.overlay-header) .primary-menu ul {
    background-color: #000000;
}

body:not(.overlay-header) .primary-menu > li > ul:after {
    border-bottom-color: #000000;
}

body:not(.overlay-header) .primary-menu ul ul:after {
    border-left-color: #000000;
}

body:not(.overlay-header) .toggle-inner .toggle-text, .to-the-top {
    color: #676241;
}

.header-footer-group input, #site-footer, .menu-modal nav * {
    border-color: #d3cfab;
}

body:not(.overlay-header) .header-inner .toggle-wrapper::before {
    background-color: #d3cfab;
}

@media all {
    .easy-notification-bar {
        display: table;
        width: 100%;
        background: #0073aa;
        color: #fff;
        padding: 0.5em 1em;
        font-size: 16px;
        line-height: 1.8;
        position: relative;
        z-index: 99;
        box-sizing: border-box;
    }

        .easy-notification-bar a, .easy-notification-bar a:hover, .easy-notification-bar a:visited, .easy-notification-bar a:focus {
            color: inherit;
            text-decoration: underline;
        }

    .enb-system-font {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    }

    .easy-notification-bar-container {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .easy-notification-bar-message, .easy-notification-bar-button {
        display: inline-block;
    }

    .easy-notification-bar-button {
        margin-left: 0.67em;
        padding: 0.2em 0;
    }

        .easy-notification-bar-button a {
            padding: 0.35em 1.25em;
        }

            .easy-notification-bar-button a, .easy-notification-bar-button a:hover, .easy-notification-bar-button a:visited, .easy-notification-bar-button a:focus {
                color: #fff;
                font-weight: 700;
                text-decoration: none;
                background: rgba(0,0,0,0.5);
            }

                .easy-notification-bar-button a:hover {
                    opacity: 0.9;
                }

    .easy-notification-bar .enb-textcenter {
        text-align: center;
    }
}
/*! CSS Used from: Embedded */
.easy-notification-bar {
    background: #dd3333;
}
/*! CSS Used from: Embedded */
body.custom-background {
    background-color: #ffffff;
}
/*! CSS Used fontfaces */
@font-face {
    font-family: NonBreakingSpaceOverride;
    src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
}



html{
    overflow-x: hidden;
    overflow-y: auto;
}

#site-content > div.custom-header-slider > div.custom-header-title > h2 {
    padding-bottom: 20px;
}

#site-header > div.top-header > div > div.header-titles-wrapper > div > div > a:hover {
    color: #e22658;
}

#site-header > div.top-header > div > div.header-titles-wrapper > div > div > a:focus {
    color: #e22658;
}

#site-footer > div > div > div > div.site-footer-col-2 > a:hover {
    color: #e22658;
}

#site-footer > div > div > div > div.site-footer-col-2 > a:focus {
    color: #e22658;
}

#site-content > div.container.body-content > div > aside > div.careernav.unauth > p > a:hover {
    color: #e22658;
}

#site-content > div.container.body-content > div > article > div.pull-right > div > a:hover {
    color: #e22658;
}

#site-content > div.container.body-content > div > aside > div.searchjob > form > div > div:nth-child(9) > input:hover {
    color: #ffffff;
    background-color: #e22658;
}

#site-content > div.container.body-content > div > article > div.vacancies-wrapper > div > div > div > div > h2 > a:hover {
    color: #e22658;
}

#site-content > div.container.body-content > div > aside > div.careernav.unauth > p > a:focus {
    color: #e22658;
}

#site-content > div.container.body-content > div > article > div.pull-right > div > a:focus {
    color: #e22658;
}

#site-content > div.container.body-content > div > aside > div.searchjob > form > div > div:nth-child(9) > input:focus {
    color: #ffffff;
    background-color: #e22658;
}

#site-content > div.container.body-content > div > aside > div.searchjob > form > div > div:nth-child(9) > input:active {
    color: #ffffff;
    background-color: #e22658;
}

#site-content > div.container.body-content > div > article > div.vacancies-wrapper > div > div > div > div > h2 > a:focus {
    color: #e22658;
}


#site-content > div.container.body-content {
    padding-top: 50px;
}

#site-content > div.container.body-content > div > article {
    margin-top: -75px;
}

#site-content > div.container.body-content > div > article > hr {
    margin: 0;
    margin-bottom: 30px;
}

#site-content > div.container.body-content > div > aside > div.careernav.auth > p.active > a:hover {
    color: #e22658;
}

#site-content > div.container.body-content > div > aside > div.careernav.auth > p.active > a:focus {
    color: #e22658;
}

#site-content > div.container.body-content > div > aside > div.careernav.auth > p > a:hover {
    color: #e22658;
}

#site-content > div.container.body-content > div > aside > div.careernav.auth > p > a:focus {
    color: #e22658;
}

#site-content > div.container.body-content > div > article > div.vacancies-wrapper > div > div > div > div > span > a:hover {
    color: #e22658;
}

#site-content > div.container.body-content > div > article > div.vacancies-wrapper > div > div > div > div > span > a:focus {
    color: #e22658;
}

#site-content > div.container.body-content > div > article > div.row.job-ad > div.col-sm-3.job-ad-side > div > div.job-options > p > a:hover {
    color: #e22658;
}

#site-content > div.container.body-content > div > article > div.row.job-ad > div.col-sm-3.job-ad-side > div > div.job-options > p > a:focus {
    color: #e22658;
}

#site-content > div.container.body-content > div > article > div.my-settings-wrapper > div.change-password > div > form > div:nth-child(5) > div > input:hover {
    color: #ffffff;
    background-color: #e22658;
}

#site-content > div.container.body-content > div > article > div.my-settings-wrapper > div.change-password > div > form > div:nth-child(5) > div > input:focus {
    color: #ffffff;
    background-color: #e22658;
}

#site-content > div.container.body-content > div > article > div.my-settings-wrapper > div.change-password > div > form > div:nth-child(5) > div > input:active {
    color: #ffffff;
    background-color: #e22658;
}

#registerLink:hover {
    color: #e22658;
}

#registerLink:focus {
    color: #e22658;
}

#loginForm > div:nth-child(5) > div.pull-right > a:hover{
    color: #e22658;
}

#loginForm > div:nth-child(5) > div.pull-right > a:focus{
    color: #e22658;
}

#loginForm > div:nth-child(6) > input:hover {
    color: #ffffff;
    background-color: #e22658;
}

#loginForm > div:nth-child(6) > input:focus {
    color: #ffffff;
    background-color: #e22658;
}

#loginForm > div:nth-child(6) > input:active {
    color: #ffffff;
    background-color: #e22658;
}

#loginLink:hover {
    color: #e22658;
}

#loginLink:focus {
    color: #e22658;
}

#registration_button_01:hover {
    color: #ffffff;
    background-color: #e22658;
}

#registration_button_01:focus {
    color: #ffffff;
    background-color: #e22658;
}

#registration_button_01:active {
    color: #ffffff;
    background-color: #e22658;
}

/*! CSS Used from: https://www.whs.school.nz/wp-content/plugins/crelly-slider/css/crellyslider.min.css?ver=1.4.4 ; media=all */
@media all {
    .crellyslider * {
        touch-action: pan-y;
    }

    .crellyslider > .cs-preloader {
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: #fff;
        position: relative;
        overflow: hidden;
    }

        .crellyslider > .cs-preloader > .cs-bg {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 11;
            display: block;
            width: 100%;
            height: 100%;
            filter: blur(5px);
            -webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -o-filter: blur(5px);
            -ms-filter: blur(5px);
        }

        .crellyslider > .cs-preloader > .cs-loader {
            width: 50px;
            height: 50px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -25px;
            margin-left: -25px;
            z-index: 12;
            background-color: #fff;
            box-shadow: 0 3px 10px rgba(0,0,0,.16),0 3px 10px rgba(0,0,0,.23);
            background-repeat: no-repeat;
            background-position: center center;
            border: 10px;
            border-radius: 50%;
        }

            .crellyslider > .cs-preloader > .cs-loader > .cs-spinner {
                top: 16px;
                left: 50%;
                margin-left: -2px;
            }

                .crellyslider > .cs-preloader > .cs-loader > .cs-spinner, .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:after, .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:before {
                    width: 4px;
                    height: 18px;
                    background-color: #0b60a9;
                    border-radius: 2px;
                }

            .crellyslider > .cs-preloader > .cs-loader > .cs-spinner {
                display: inline-block;
                position: relative;
            }

                .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:after, .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:before {
                    content: "";
                    position: absolute;
                    display: block;
                    top: 0;
                }

                .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:before {
                    left: -6px;
                }

                .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:after {
                    left: 6px;
                }

            .crellyslider > .cs-preloader > .cs-loader > .cs-spinner {
                -webkit-animation: cs-bounce-middle .6s ease .1s infinite;
                animation: cs-bounce-middle .6s ease .1s infinite;
            }

                .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:after, .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:before {
                    top: 50%;
                    -webkit-transform: translateY(-10px) translateZ(0);
                    transform: translateY(-10px) translateZ(0);
                }

                .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:before {
                    -webkit-animation: cs-bounce-middle .6s ease 0s infinite;
                    animation: cs-bounce-middle .6s ease 0s infinite;
                }

                .crellyslider > .cs-preloader > .cs-loader > .cs-spinner:after {
                    -webkit-animation: cs-bounce-middle .6s ease .2s infinite;
                    animation: cs-bounce-middle .6s ease .2s infinite;
                }
}
/*! CSS Used from: https://www.whs.school.nz/wp-content/themes/whs_theme_v3/style.css?ver=1.0 ; media=all */
@media all {
    *, *::before, *::after {
        box-sizing: inherit;
        -webkit-font-smoothing: antialiased;
        word-break: break-word;
        word-wrap: break-word;
    }

    @media ( prefers-reduced-motion: reduce ) {
        * {
            animation-duration: 0s !important;
            transition-duration: 0s !important;
        }
    }
}
/*! CSS Used keyframes */
@-webkit-keyframes cs-bounce-middle {
    0% {
        height: 4px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    50% {
        height: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    100% {
        height: 4px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@keyframes cs-bounce-middle {
    0% {
        height: 4px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    50% {
        height: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    100% {
        height: 4px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

/*! CSS Used from: https://www.whs.school.nz/wp-content/themes/whs_theme_v3/style.css?ver=1.0 ; media=all */
@media all {
    li, ul, button {
        border: none;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-align: inherit;
    }

    *, *::before, *::after {
        box-sizing: inherit;
        -webkit-font-smoothing: antialiased;
        word-break: break-word;
        word-wrap: break-word;
    }

    a {
        transition: all 0.15s linear;
    }

    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
        word-break: normal;
    }

        .screen-reader-text:focus {
            background-color: #f1f1f1;
            border-radius: 3px;
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            clip: auto !important;
            -webkit-clip-path: none;
            clip-path: none;
            color: #21759b;
            display: block;
            font-size: 0.875rem;
            font-weight: 700;
            height: auto;
            right: 5px;
            line-height: normal;
            padding: 15px 23px 14px;
            text-decoration: none;
            top: 5px;
            width: auto;
            z-index: 100000;
        }

    @media ( prefers-reduced-motion: reduce ) {
        * {
            animation-duration: 0s !important;
            transition-duration: 0s !important;
        }
    }

    a {
        color: #cd2653;
        text-decoration: none;
    }

        a:hover, a:focus {
            text-decoration: underline;
        }

    ul {
        margin: 0 0 3rem 3rem;
    }

    ul {
        list-style: disc;
    }

        ul ul {
            list-style: circle;
        }

            ul ul ul {
                list-style: square;
            }

    li {
        line-height: 1.5;
        margin: 0.5rem 0 0 2rem;
    }

        li > ul {
            margin: 1rem 0 0 2rem;
        }

    .reset-list-style, .reset-list-style ul {
        list-style: none;
        margin: 0;
    }

        .reset-list-style li {
            margin: 0;
        }

    svg {
        display: block;
        height: auto;
        max-width: 100%;
    }

    button {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
        line-height: 1;
    }

    button {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #cd2653;
        border: none;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.0333em;
        line-height: 1.25;
        margin: 0;
        opacity: 1;
        padding: 1.1em 1.44em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: opacity 0.15s linear;
    }

        button:focus, button:hover {
            text-decoration: underline;
        }

    .section-inner {
        margin-left: auto;
        margin-right: auto;
    }

    .toggle {
        -moz-appearance: none;
        -webkit-appearance: none;
        color: inherit;
        cursor: pointer;
        font-family: inherit;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        text-align: inherit;
        user-select: none;
    }

    button.toggle {
        background: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        font-size: inherit;
        font-weight: 400;
        letter-spacing: inherit;
        padding: 0;
        text-transform: none;
    }

    .fill-children-current-color, .fill-children-current-color * {
        fill: currentColor;
    }

    .cover-modal {
        display: none;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

        .cover-modal::-webkit-scrollbar {
            display: none !important;
        }

        .cover-modal.show-modal {
            display: block;
            cursor: pointer;
        }

            .cover-modal.show-modal > * {
                cursor: default;
            }

    .menu-modal {
        background: #fff;
        display: none;
        opacity: 0;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        bottom: 0;
        left: -99999rem;
        right: 99999rem;
        top: 0;
        transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
        z-index: 99;
    }

        .menu-modal.show-modal {
            display: flex;
        }

        .menu-modal.active {
            left: 0;
            opacity: 1;
            right: 0;
            transition: opacity 0.25s ease-out;
        }

    .menu-modal-inner {
        background: #fff;
        display: flex;
        justify-content: stretch;
        overflow: auto;
        -ms-overflow-style: auto;
        width: 100%;
    }

    .menu-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    button.close-nav-toggle {
        align-items: center;
        display: flex;
        font-size: 1.6rem;
        font-weight: 500;
        justify-content: flex-end;
        padding: 3.1rem 0;
        width: 100%;
    }

        button.close-nav-toggle svg {
            height: 1.6rem;
            width: 1.6rem;
        }

        button.close-nav-toggle .toggle-text {
            margin-right: 1.6rem;
        }

    .menu-modal .menu-top {
        flex-shrink: 0;
    }

    .modal-menu {
        position: relative;
        left: calc(50% - 50vw);
        width: 100vw;
    }

        .modal-menu li {
            border-color: #dedfdf;
            border-style: solid;
            border-width: 0.1rem 0 0 0;
            display: flex;
            flex-wrap: wrap;
            line-height: 1;
            justify-content: flex-start;
            margin: 0;
        }

        .modal-menu > li > .ancestor-wrapper > a {
            font-size: 2rem;
            font-weight: 700;
            letter-spacing: -0.0375em;
        }

        .modal-menu > li:last-child {
            border-bottom-width: 0.1rem;
        }

        .modal-menu .ancestor-wrapper {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

        .modal-menu a {
            display: block;
            padding: 2rem 2.5rem;
            text-decoration: none;
            width: 100%;
        }


            .modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a {
                text-decoration: underline;
            }

    button.sub-menu-toggle {
        border-left: 0.1rem solid #dedfdf;
        flex-shrink: 0;
        margin: 1rem 0;
        padding: 0 2.5rem;
    }

        button.sub-menu-toggle svg {
            height: 0.9rem;
            transition: transform 0.15s linear;
            width: 1.5rem;
        }

    .modal-menu ul {
        display: none;
        margin: 0;
        width: 100%;
    }

        .modal-menu ul li {
            border-left-width: 1rem;
        }

            .modal-menu ul li a {
                color: inherit;
                font-weight: 500;
            }

    .menu-wrapper .menu-item {
        position: relative;
    }

    .mobile-menu {
        display: block;
    }

    .menu-bottom {
        flex-shrink: 0;
        padding: 4rem 0;
    }

    @media ( max-width: 479px ) {
        ul {
            margin: 0 0 3rem 2rem;
        }

        li {
            margin: 0.5rem 0 0 1rem;
        }
    }

    @media ( min-width: 700px ) {
        ul {
            margin-bottom: 4rem;
        }

        button {
            font-size: 1.7rem;
        }


        button.close-nav-toggle {
            font-size: 1.8rem;
            padding: 4rem 0;
        }

            button.close-nav-toggle svg {
                height: 2rem;
                width: 2rem;
            }

            button.close-nav-toggle .toggle-text {
                margin-right: 2.1rem;
            }

        .modal-menu {
            left: auto;
            width: 100%;
        }

            .modal-menu > li > .ancestor-wrapper > a {
                font-size: 2.4rem;
                padding: 2.5rem 0;
            }

            .modal-menu ul li {
                border-left-color: transparent;
            }

            .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
                padding: 0 3rem;
            }

                .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle svg {
                    height: 1.1rem;
                    width: 1.8rem;
                }

        .menu-bottom {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding: 4.4rem 0;
        }
    }

    @media ( min-width: 1000px ) {
        .menu-modal {
            opacity: 1;
            justify-content: flex-end;
            padding: 0;
            transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
        }

            .menu-modal.cover-modal {
                background: rgba(0, 0, 0, 0);
            }

            .menu-modal.active {
                background: rgba(0, 0, 0, 0.2);
                transition: background-color 0.3s ease-out;
            }


        .menu-modal-inner {
            box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
            opacity: 0;
            padding: 0;
            transform: translateX(20rem);
            transition: transform 0.2s ease-in, opacity 0.2s ease-in;
            width: 50rem;
        }

        .menu-modal.active .menu-modal-inner {
            opacity: 1;
            transform: translateX(0);
            transition-timing-function: ease-out;
        }

        .mobile-menu {
            display: none;
        }

        .menu-bottom {
            padding: 6rem 0;
        }
    }
}
/*! CSS Used from: Embedded */
a {
    color: #e22658;
}

button {
    background-color: #e22658;
}

button {
    color: #ffffff;
}

.modal-menu a {
    color: #da053e;
}

.header-footer-group button {
    color: #f3f0df;
}

.menu-modal, .menu-modal-inner {
    background-color: #f3f0df;
}

    .header-footer-group, .menu-modal .toggle {
        color: #000000;
    }

    .menu-modal nav * {
        border-color: #d3cfab;
    }


/*! CSS Used from: https://www.whs.school.nz/wp-content/themes/whs_theme_v3/style.css?ver=1.0 ; media=all */
@media all {
    form, label, button {
        border: none;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-align: inherit;
    }

    *, *::before, *::after {
        box-sizing: inherit;
        -webkit-font-smoothing: antialiased;
        word-break: break-word;
        word-wrap: break-word;
    }

    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
        word-break: normal;
    }

        .screen-reader-text:focus {
            background-color: #f1f1f1;
            border-radius: 3px;
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            clip: auto !important;
            -webkit-clip-path: none;
            clip-path: none;
            color: #21759b;
            display: block;
            font-size: 0.875rem;
            font-weight: 700;
            height: auto;
            right: 5px;
            line-height: normal;
            padding: 15px 23px 14px;
            text-decoration: none;
            top: 5px;
            width: auto;
            z-index: 100000;
        }

    @media ( prefers-reduced-motion: reduce ) {
        * {
            animation-duration: 0s !important;
            transition-duration: 0s !important;
        }
    }

    svg {
        display: block;
        height: auto;
        max-width: 100%;
    }

    label {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        margin: 0 0 0.5rem 0;
    }

    input, button {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
        line-height: 1;
    }

    input {
        border-color: #dcd7ca;
        color: #000;
    }

        input[type="search"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #fff;
            border-radius: 0;
            border-style: solid;
            border-width: 0.1rem;
            box-shadow: none;
            display: block;
            font-size: 1.6rem;
            letter-spacing: -0.015em;
            margin: 0;
            max-width: 100%;
            padding: 1.5rem 1.8rem;
            width: 100%;
        }

        input::-webkit-input-placeholder {
            line-height: normal;
        }

        input:-ms-input-placeholder {
            line-height: normal;
        }

        input::-moz-placeholder {
            line-height: revert;
        }

        button, input[type="submit"] {
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #cd2653;
            border: none;
            border-radius: 0;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: 1.5rem;
            font-weight: 600;
            letter-spacing: 0.0333em;
            line-height: 1.25;
            margin: 0;
            opacity: 1;
            padding: 1.1em 1.44em;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            transition: opacity 0.15s linear;
        }

            button:focus, button:hover, input[type="submit"]:focus, input[type="submit"]:hover {
                text-decoration: underline;
            }

        input[type="search"]:focus {
            outline: thin dotted;
            outline-offset: -4px;
        }

    .section-inner {
        margin-left: auto;
        margin-right: auto;
    }

    .toggle {
        -moz-appearance: none;
        -webkit-appearance: none;
        color: inherit;
        cursor: pointer;
        font-family: inherit;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        text-align: inherit;
        user-select: none;
    }

    button.toggle {
        background: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        font-size: inherit;
        font-weight: 400;
        letter-spacing: inherit;
        padding: 0;
        text-transform: none;
    }

    .fill-children-current-color, .fill-children-current-color * {
        fill: currentColor;
    }

    .search-form {
        align-items: stretch;
        display: flex;
        flex-wrap: nowrap;
        margin: 0 0 -0.8rem -0.8rem;
    }

        .search-form .search-field, .search-form .search-submit {
            margin: 0 0 0.8rem 0.8rem;
        }

        .search-form label {
            align-items: stretch;
            display: flex;
            font-size: inherit;
            margin: 0;
            width: 100%;
        }

        .search-form .search-field {
            width: 100%;
        }

        .search-form .search-submit {
            flex-shrink: 0;
        }

            .search-form .search-submit:focus, .search-form .search-submit:hover {
                text-decoration: none;
            }

    .cover-modal {
        display: none;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

        .cover-modal::-webkit-scrollbar {
            display: none !important;
        }

        .cover-modal.show-modal {
            display: block;
            cursor: pointer;
        }

            .cover-modal.show-modal > * {
                cursor: default;
            }

    .search-modal {
        background: rgba(0, 0, 0, 0.2);
        display: none;
        opacity: 0;
        position: fixed;
        bottom: 0;
        left: -9999rem;
        top: 0;
        transition: opacity 0.2s linear, left 0s 0.2s linear;
        width: 100%;
        z-index: 999;
    }

    .search-modal-inner {
        background: #fff;
        transform: translateY(-100%);
        transition: transform 0.15s linear, box-shadow 0.15s linear;
    }

        .search-modal-inner .section-inner {
            display: flex;
            justify-content: space-between;
            max-width: 168rem;
        }

    .search-modal.active {
        left: 0;
        opacity: 1;
        transition: opacity 0.2s linear;
    }

        .search-modal.active .search-modal-inner {
            box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
            transform: translateY(0);
            transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
        }

    button.search-untoggle {
        align-items: center;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        margin-right: -2.5rem;
        padding: 0 2.5rem;
    }

    .search-modal button.search-untoggle {
        color: inherit;
    }

    .search-modal.active .search-untoggle {
        animation: popIn both 0.3s 0.2s;
    }

    .search-untoggle svg {
        height: 1.5rem;
        transition: transform 0.15s ease-in-out;
        width: 1.5rem;
    }

    .search-untoggle:focus svg, .search-untoggle:hover svg {
        transform: scale(1.15);
    }

    .search-modal form {
        margin: 0;
        position: relative;
        width: 100%;
    }

    .search-modal .search-field {
        background: none;
        border: none;
        border-radius: 0;
        color: inherit;
        font-size: 2rem;
        letter-spacing: -0.0277em;
        height: 8.4rem;
        margin: 0 0 0 -2rem;
        max-width: calc(100% + 2rem);
        padding: 0 0 0 2rem;
        width: calc(100% + 2rem);
    }

        .search-modal .search-field::-webkit-input-placeholder {
            color: inherit;
        }

        .search-modal .search-field:-ms-input-placeholder {
            color: inherit;
        }

        .search-modal .search-field::-moz-placeholder {
            color: inherit;
            line-height: 4;
        }

    .search-modal .search-submit {
        position: absolute;
        right: -9999rem;
        top: 50%;
        transform: translateY(-50%);
    }

        .search-modal .search-submit:focus {
            right: 0;
        }

    @media ( min-width: 700px ) {
        button, input[type="submit"] {
            font-size: 1.7rem;
        }

     

        .search-modal form {
            position: relative;
            width: 100%;
        }

        .search-untoggle svg {
            height: 2.5rem;
            width: 2.5rem;
        }

        .search-modal .search-field {
            border: none;
            font-size: 3.2rem;
            height: 14rem;
        }

            .search-modal .search-field::-moz-placeholder {
                line-height: 4.375;
            }
    }
}
/*! CSS Used from: Embedded */
button, input[type="submit"] {
    background-color: #e22658;
}

button, input[type="submit"] {
    color: #ffffff;
}

input {
    border-color: #dbdbdb;
}

.header-footer-group button, .header-footer-group input[type="submit"] {
    color: #f3f0df;
}

.search-modal-inner {
    background-color: #f3f0df;
}

.header-footer-group, body:not(.overlay-header) #site-header .toggle {
    color: #000000;
}

.header-footer-group input {
    border-color: #d3cfab;
}

#site-header > div.bottom-header > div > div > nav > ul {
    margin-top: 0 !important;
    display:flex !important;
    width: 90vw !important;

}

#site-content > div.container.body-content > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > div > div > div > div > span.btn.btn-share--back > a:hover {
    color:#e22658;
}

#site-content > div.container.body-content > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > div > div > a.btn.btn-primary {
    background-color:#e22658;
    border-color: #e22658;
}

#site-content > div.container.body-content > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > div > div > a.btn.btn-info {
    background-color: #e22658;
    border-color: #e22658;
}

#site-footer > div{
    inline-size: max-content;
}

body{
    overflow-x: hidden;
}

#site-footer > div > div{
    margin-left:5px;
}

@media ( max-width: 420px ) {
    body > div > div > div > div.menu-top > button {
        padding: 10px;
    }

    #site-header > div.search-modal.cover-modal.header-footer-group.show-modal.active > div {
        padding: 10px;
    }

        #site-header > div.search-modal.cover-modal.header-footer-group.show-modal.active > div > div > form > label {
            padding-left: 10px;
        }



    #site-footer > div > div > div > div.site-footer-col-2 {
        padding-left: 20px;
    }

    #site-footer > div > div > div > div.site-footer-col-3 {
        padding-left: 20px;
    }

    #site-footer > div > div > div > div.site-footer-col-4 {
        padding-left: 20px;
    }

    #site-footer > div > div > div > div.site-footer-col-1 {
        padding-bottom: 10px;
    }

    .site-footer-col-2 {
        float: none;
    }

    .site-footer-col-4 {
        float: none;
    }
}

    #site-content > div.container.body-content > div > article > div.row.job-ad > div.col-sm-9 > div > div.job-ad-buttons > div.share-buttons > span.btn.btn-share--back > a {
        color: #e22658;
    }

    #site-content > div.container.body-content > div > article > div.row.job-ad > div.col-sm-3.job-ad-side > div > a {
        background-color: #e22658;
        border-color: #e22658;
    }

    #site-content > div.container.body-content > div > article > div.row.job-ad > div.col-sm-9 > div > div.job-ad-buttons > a {
        background-color: #e22658;
        border-color: #e22658;
    }

    body > div.bootbox.modal.fade.bootbox-confirm.in > div > div > div.modal-footer > button.btn.btn-primary {
        background-color: #e22658;
        border-color: #e22658;
    }

    #site-content > div.container.body-content > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > a.btn.btn-primary.apply-disable {
        background-color: #e22658;
        border-color: #e22658;
    }

    #site-content > div.container.body-content > div > article > div.vacancies-wrapper > div > div > div > div > div.form-group.job-buttons > div > a.btn.btn-info {
        background-color: #e22658;
        border-color: #e22658;
    }

    #formPage > div.row > div > button {
        background-color: #e22658;
        border-color: #e22658;
        color: #ffffff;
    }

    #formPage > div.application-ko > div:nth-child(2) > div > div:nth-child(3) > div > div.col-md-7 > div > div > span > span > span {
        background-color: #e22658;
        border-color: #e22658;
    }

    #formPage > div.application-ko > div:nth-child(2) > div > div > div > div > div > div > div > label > input[type=radio] {
        accent-color: #e22658;
    }

    #site-content > div.container.body-content > div > article > div.my-settings-wrapper > div > div > div > div > div > a {
        background-color: #e22658;
        border-color: #e22658;
    }


    #site-content > div.container.body-content > div > article > form > p > a.btn.btn-primary.pull-right {
        background-color: #e22658;
        border-color: #e22658;
    }

    #site-content > div.container.body-content > div > article > form > div:nth-child(6) > div > input {
        background-color: #e22658;
    }

    body > div > div > div > div.menu-top > nav > ul > li:nth-child(10) > span {
        padding-top: 15px;
    }

    #subclassifications_0_header {
        color: #e22658;
    }

    #subclassifications_1_header {
        color: #e22658;
    }

    #subclassifications_2_header {
        color: #e22658;
    }

    #subclassifications_3_header {
        color: #e22658;
    }

    #subclassifications_4_header {
        color: #e22658;
    }

    #subclassifications_5_header {
        color: #e22658;
    }

    #subjobtypes_0_header {
        color: #e22658;
    }

    #subjobtypes_1_header {
        color: #e22658;
    }

    #subjobtypes_2_header {
        color: #e22658;
    }

    #subregions_5_header\ {
        color: #e22658;
    }

    #subregions_8_header\ {
        color: #e22658;
    }

    #subregions_14_header\ {
        color: #e22658;
    }

    #subregions_19_header\ {
        color: #e22658;
    }

    ul.nav-wizard li.active:after {
        border-left: 15px solid #e22658;
    }

    #formPage > ul:nth-child(2) > li > a {
        color: #e22658;
        background-color: #e220;
    }

    #formPage > ul:nth-child(2) > li {
        background-color: #e224;
    }

    #site-content > div.container.body-content > div > article > div.welcome > div > div > div > h3 > a {
        color: #e22658;
    }



@media ( min-width: 1000px ) and ( max-width: 1800px ) {
    #site-header > div.top-header {
        padding-left: 90px;
        padding-right: 50px;
    }

    #site-header > div.bottom-header > div > div > nav {
        padding-left: 70px;
    }


    #menu-item-4591 {
        padding-left: 20px;
    }

    #site-header > div.bottom-header > div > div > nav > ul {
        padding-left: 15px;
    }

    #menu-item-1457 {
        padding-right: 0 !important;
    }
    #menu-item-5986 {
        padding-left: 0 !important;
    }

    #menu-item-17375 {
        padding-left: 0 !important;
    }

    #menu-item-17371 {
        padding-left: 0 !important;
    }

    #menu-item-17372 {
        padding-left: 0 !important;
    }

    #menu-item-17407 {
        padding-left: 0 !important;
    }

    #menu-item-17405 {
        padding-left: 0 !important;
    }

    #menu-item-17364 {
        padding-left: 0 !important;
    }

    #menu-item-17346 {
        padding-left: 0 !important;
    }

    #menu-item-10906 {
        padding-left: 0 !important;
    }

    #menu-item-17363 {
        padding-left: 0 !important;
    }

    #site-footer > div > div {
        margin-left: 0 !important;
    }

}

#menu-item-1457{
    padding-right: 30px;
}

#menu-item-5986 {
    padding-left: 15px;
}

#menu-item-17375 {
    padding-left: 15px;
}

#menu-item-17371{
    padding-left: 15px;
}

#menu-item-17372 {
    padding-left: 15px;
}

#menu-item-17407 {
    padding-left: 15px;
}

#menu-item-17405 {
    padding-left: 15px;
}

#menu-item-17364 {
    padding-left: 15px;
}

#menu-item-17346 {
    padding-left: 15px;
}

#menu-item-10906 {
    padding-left: 15px;
}

#menu-item-17363 {
    padding-left: 15px;
}

#search-form-1 {
    font-family: "inter" !important;
}