body {
    margin: 0;
    font-family: 'stolzl', sans-serif;
    color: #5A5A5A;
}

/* Header styling */
.site-header {
    background-color: #00263E;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.site-header .container {
    position: relative;
}

.site-header .nav-primary {
    display: none;
}

.site-header .nav-primary .primary-menu {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}

.site-header .nav-primary .menu-item {
    display: block;
    font-size: 14px;
}

.site-header .nav-primary .menu-item a {
    display: block;
}

.site-header .nav-primary .menu-item:last-of-type {
    margin-right: 0;
}

.site-header a {
    padding: 5px 10px;
}

.site-header a,
.site-header a:link,
.site-header a:visited,
.site-header a:active {
    color: white;
}

.site-header a:hover,
.site-header a:focus {
    color: rgba(255,255,255,0.7);
}

.nav-toggle {
    text-align: right;
}

.js-nav-toggle {
    cursor: pointer;
    display: inline-block;
    padding: 18px 0px 0;
}

.js-nav-toggle svg {
    width: 32px;
    height: 32px;
    color: #fff;
}

.header-login-buttons {
    position: absolute;
    top: -20px;
    right: 20px;
}

@media (min-width: 960px) {
    .nav-toggle {
        display: none;
    }

    .site-header .nav-primary {
        display: block;
    }

    .site-header .nav-primary .primary-menu {
        margin-top: 0;
    }

    .site-header .nav-primary .menu-item {
        display: inline-block;
        margin: 0 10px;
    }

    .site-header .nav-primary .primary-menu {
        text-align: right;
    }
}

@media (min-width: 1024px) {
    .site-header {
        padding: 40px 20px;
    }

    .site-header .row {
        align-items: center;
        display: flex;
    }

    .header-login-buttons {
        top: -40px;
    }
}

.header-login-buttons {
    display: flex;
}

.site-header .header-buttons {
    border: 1px solid #fff;
    border-top-width: 0;
    color: #fff;
    border-radius: 0px;
    font-size: 10px;
    padding: 3px 12px;
}

.site-header .header-buttons:hover {
    background-color: #3DAE2B;
    color: #fff;
    border-color: #3DAE2B;

}

@media (min-width: 400px) {
    .site-header .header-buttons {
        padding: 6px 24px;
    }
}

/* Footer styling */
.site-footer {
    background-color: #00263E;
    padding: 50px 20px;
}

.site-footer h4 {
    font-size: 24px;
    font-weight: 500;
    color: white;
    margin-bottom: 20px;
}

.site-footer .newsletter-column h4 + p {
    margin-bottom: 22px;
}

.site-footer h6 {
    font-size: 12px;
    font-weight: 500;
    color: white;
    margin: 0 0 4px;
}

.site-footer p {
    font-size: 12px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    color: white;
}

.site-footer .contact-details-column p {
    line-height: 16px;
    margin-bottom: 28px;
}

.site-footer .contact-details-column p:last-of-type {
    margin-bottom: 0;
}

.site-footer .credits-column p {
    line-height: 16px;
    margin-bottom: 14px;
}

.pipe_separator {
    padding: 0 5px;
}

.site-footer .credits-column p.credit {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 30px;
}

.site-footer input {
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 100px;
    color: white;
    width: 100% !important;
    margin: 0px;
}

.gfield footer {
    padding: 0px;
}

.site-footer .news_submit:hover {
    color: #3DAE2B;
}

.site-footer .news_submit {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    background: none;
    border: none;
    color: #3DAE2B;
}

/* Latest jobs section */
.section.latest_jobs .jobs-sidebar {
    margin-bottom: 30px;
}

.latest_jobs h2 {
    color: #3DAE2B;
    font-size: 24px;
    margin-top: 0;
}
.section.latest_jobs .jobs-sidebar p {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    margin: 0 0 22px;
}

.section.latest_jobs .jobs-sidebar p:first-of-type {
    font-size: 20px;
    line-height: 25px;
}

.section.latest_jobs .jobs-sidebar p:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 400px) {
    .latest_jobs h2 {
        font-size: 35px;
    }
}

@media (min-width: 960px) {
    .section.latest_jobs .jobs-sidebar {
        margin-bottom: 0;
    }
}

.job-info-wrap {
    margin-bottom: 30px;
}

.latest-jobs-wrapper .btn {
    text-transform: none;
}

.site-footer.generic-landing-footer .gform_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

body .site-footer.generic-landing-footer .gform_wrapper.gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0;
    padding-right: 0;
}

body .site-footer.generic-landing-footer .gform_wrapper.gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

body .site-footer.generic-landing-footer .gform_wrapper.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 12px;
    padding: 6px 12px;
    margin-top: 0;
    margin-bottom: 12px;
}

body .site-footer.generic-landing-footer .gform_wrapper.gform_legacy_markup_wrapper .gform_footer {
    margin-top: 0;
    padding-top: 0;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
    opacity: 0.7;
}

.meet_the_team_description p {
    color: #fff;
}


#timesheet-select,
#deliver-to,
#week-ending,
#week-ending-rtwtr,
#additional-work-time-select {
    appearance: none;
    border-radius: 9999px;
    border-color: #5A5A5A;
    padding: 8px 15px;
    font-size: 16px;
    max-width: 600px;
    width: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
        background-position: right 20px center;
        background-repeat: no-repeat;
        background-size: 1.5em 1.5em;
        padding-right: 30px;
        -webkit-print-color-adjust: exact;
        color-adjust: exact
}

.enter-timesheet {
    border: solid 1px #00263E;
    margin-bottom: 30px;
}

.enter-timesheet-info {
    padding: 20px;
}

.enter-timesheet-heading {
    background-color: #00263E;
    padding: 20px;
    color: white;
}

.enter-timesheet-heading h3 {
    margin: 0;
}

/*---------------New Page Design CSS (Sept 2024)---------------------*/

.fixed {
    position: fixed
}

.overflow-hidden {
    overflow: hidden;
}

.updated-inner-page-header {
    position: relative;
    overflow: hidden;
    padding: 6rem 16px;
}

.updated-inner-page-header__background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.updated-inner-page-header__content {
    position: relative;
    z-index: 1;
    max-width: 1125px;
    margin: 0 auto;
}

.updated-inner-page-header__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: white;
}

@media (min-width: 768px) {
    .updated-inner-page-header {
        padding: 8rem 16px;
    }

    .updated-inner-page-header__title {
        font-size: 3rem;
        line-height: 1;
    }
}

.innerpage-intro-text-and-video {
    background-color: #fff;
    padding: 2.5rem 16px;
}

.innerpage-intro-text-and-video__content {
    max-width: 750px;
    margin: 0 auto;
}

.innerpage-intro-text-and-video__title {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 500;
    color: #00263E;
    padding-bottom: 20px;
}

.innerpage-intro-text-and-video__description {
    font-size: 1.875rem;
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 768px) {
    .innerpage-intro-text-and-video {
        padding: 6rem 16px;
    }

    .innerpage-intro-text-and-video__title {
        font-size: 7rem;
        line-height: 1.2;
    }

    .innerpage-intro-text-and-video__description {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.innerpage-intro-text-and-video__description a {
    color: #3DAE2B;
    font-weight: 500;
    text-decoration: none;
}

.innerpage-intro-text-and-video__description a:hover {
    color: #3DAE2B;
}

.innerpage-intro-text-and-video__video-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin-top: 20px;
}

.innerpage-intro-text-and-video__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.innerpage-intro-text-and-video__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerpage-intro-text-and-video__overlay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    padding: 0 20px;
    height: 100%;
}

.innerpage-intro-text-and-video__text {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.innerpage-intro-text-and-video__subheading {
    max-width: 450px;
    font-size: 2.25rem;
    font-weight: 500;
    color: #3DAE2B;
}

.innerpage-intro-text-and-video__subheading span {
    color: #ffffff;
}

.innerpage-intro-text-and-video__cta {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
}

.innerpage-intro-text-and-video__button {
    cursor: pointer;
}

.innerpage-intro-text-and-video__button svg {
    width: 75px;
    height: 75px;
}

@media (min-width: 768px) {
    .innerpage-intro-text-and-video__text {
        gap: 12px
    }

    .innerpage-intro-text-and-video__subheading {
        font-size: 6rem;
    }

    .innerpage-intro-text-and-video__subheading p {
        line-height: 1;
    }

    .innerpage-intro-text-and-video__video-container {
        width: 1125px;
        height: auto;
        margin-top: 80px;
    }

    .innerpage-intro-text-and-video__overlay {
        padding: 0 75px;
    }

    .innerpage-intro-text-and-video__button {
        max-width: 300px;
        width: 100%;
    }

    .innerpage-intro-text-and-video__button svg {
        width: 225px;
        height: 225px;
    }

    .innerpage-intro-text-and-video__cta {
    font-size: 1.875rem;
    }
}

.innerpage-video-cta {
    overflow: hidden;
    position: relative;
    padding: 2.5rem 16px 4rem 16px;
}

.innerpage-video-cta__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.innerpage-video-cta__content {
    position: relative;
    z-index: 10;
    max-width: 1125px;
    margin: 0 auto;
}

.innerpage-video-cta__description {
    max-width: 48rem;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    margin: 0 0 4rem 0;
}

.innerpage-video-cta__button {
    background-color: #3DAE2B;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    border-radius: 999px;
    text-decoration-line: none;
    padding: 1.75rem 5rem;
}

.innerpage-video-cta__button:hover {
    color: white;
}

@media (min-width: 768px) {
    .innerpage-video-cta {
        padding: 6rem 16px;
    }
}

.innerpage-2-col-img-text {
    background-color: #fff;
    padding: 2.5rem 16px;
}

.innerpage-2-col-img-text__container {
    max-width: 1125px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}

.innerpage-2-col-img-text__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerpage-2-col-img-text__title {
    color: #00263E;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 500;
}
.innerpage-2-col-img-text__description {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 3rem;
}

.innerpage-2-col-img-text__description a {
    color: #3DAE2B;
    font-weight: 500;
}

.innerpage-2-col-img-text__description a:hover {
    color: #3DAE2B;
}

@media (min-width: 768px) {
    .innerpage-2-col-img-text {
        padding: 6rem 16px;
    }

    .innerpage-2-col-img-text__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5rem;
    }

    .innerpage-2-col-img-text__title {
        font-size: 6rem;
        line-height: 1.2;
    }

    .innerpage-2-col-img-text__description {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.video-pop-up {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .8);;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: 1000;
}

.video-pop-up__button {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #ffffff;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: center;
}

.video-pop-up__button svg {
    width: 2rem;
    height: 2rem;
}

.video-pop-up__container {
    max-width: 1125px;
    width: 100%;
}

.video-pop-up__container div iframe {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .video-pop-up {
        padding: 3rem;
    }

    .video-pop-up__button {
    top: 3rem;
    right: 3rem;
    }

    .video-pop-up__button svg {
    width: 3rem;
    height: 3rem;
    }
}