:root {
    --color-blue: #00A0DF;
    --color-royal: #002E6D;
    --color-steel: #8D99AE;
    --color-mist: #EFF1F3;
    --color-gray: #6C757D;
    --color-red: #C91E37;
    --color-magenta: #D3174B;
    --color-purple: #7D24C8;
    --color-teal: #00C080;
    --color-green: #18D25F;
    --color-yellow: #EBC100;
    --cp-color-primary-1: 0 160 223;
    --cp-color-primary-2: 0 46 109;
    --cp-color-primary-3: 153 51 131;
    --cp-color-primary-4: 204 15 100;
    --cp-color-gray-1: 220 220 220;
    --cp-color-gray-2: 170 170 170;
    --cp-color-gray-3: 120 120 120;
    --cp-color-gray-4: 70 70 70;
    --cp-color-warning: #f43f5e;
    --cp-color-warning-dark: #b71e39;
    --cp-color-success: 39b54a;
    --cp-color-gray-100: #161719;
    --cp-color-gray-90: #373B3F;
    --cp-color-gray-80: #4D5358;
    --cp-color-gray-70: #5D646B;
    --cp-color-gray-60: var(--color-gray);
    --cp-color-gray-50: #999FA4;
    --cp-color-gray-40: #BCC0C3;
    --cp-color-gray-30: #D3D6D8;
    --cp-color-gray-20: #E5E7E8;
    --cp-color-gray-10: #F6F7F7;
    --cp-color-royal-100: #000916;
    --cp-color-royal-90: #001C42;
    --cp-color-royal-80: #002558;
    --cp-color-royal-70: #002A63;
    --cp-color-royal-60: var(--color-royal);
    --cp-color-royal-50: #204980;
    --cp-color-royal-40: #50709C;
    --cp-color-royal-30: #859BBA;
    --cp-color-royal-20: #B9C6D8;
    --cp-color-royal-10: #F2F4F8;
    --cp-color-blue-100: var(--color-royal);
    --cp-color-blue-90: #004B8A;
    --cp-color-blue-80: #0067A6;
    --cp-color-blue-70: #0084C3;
    --cp-color-blue-60: var(--color-blue);
    --cp-color-blue-50: #3DB5E6;
    --cp-color-blue-40: #79CAEC;
    --cp-color-blue-30: #B6DFF2;
    --cp-color-blue-20: #D4EAF5;
    --cp-color-blue-10: #F2F4F8;
    --cp-color-red-100: #28060B;
    --cp-color-red-90: #510C16;
    --cp-color-red-80: #791221;
    --cp-color-red-70: #A1182C;
    --cp-color-red-60: var(--color-red);
    --cp-color-red-50: #D54D61;
    --cp-color-red-40: #E17B8A;
    --cp-color-red-30: #EBA2AD;
    --cp-color-red-20: #F2BCC4;
    --cp-color-red-10: #FFF0F3;
    --cp-color-purple-100: #1C082D;
    --cp-color-purple-90: #340F54;
    --cp-color-purple-80: #4C167B;
    --cp-color-purple-70: #641DA1;
    --cp-color-purple-60: var(--color-purple);
    --cp-color-purple-50: #933DDD;
    --cp-color-purple-40: #A964E3;
    --cp-color-purple-30: #BE8BEA;
    --cp-color-purple-20: #D4B1F1;
    --cp-color-purple-10: #E9D8F8;
    --cp-color-green-100: #052C14;
    --cp-color-green-90: #0A5527;
    --cp-color-green-80: #0E7F3A;
    --cp-color-green-70: #13A84C;
    --cp-color-green-60: var(--color-green);
    --cp-color-green-50: #30E777;
    --cp-color-green-40: #59EC92;
    --cp-color-green-30: #83F1AD;
    --cp-color-green-20: #ACF6C8;
    --cp-color-green-10: #D6FAE4;
    --cp-color-yellow-100: #332A00;
    --cp-color-yellow-90: #615000;
    --cp-color-yellow-80: #8F7600;
    --cp-color-yellow-70: #BD9B00;
    --cp-color-yellow-60: var(--color-gold);
    --cp-color-yellow-50: #FFD61A;
    --cp-color-yellow-40: #FFDF47;
    --cp-color-yellow-30: #FFE775;
    --cp-color-yellow-20: #FFEFA3;
    --cp-color-yellow-10: #FFF7D1;
    --ease-expo: cubic-bezier(.19, 1, .22, 1);
    --ease-circ: cubic-bezier(0.85, 0, 0.15, 1);
    --ease-slow: cubic-bezier(0.475, 0.425, 0, 0.995);
}

*, *::before, *::after {
    box-sizing: border-box;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, sans-serif;
}

html {
    min-height: 100%;
    -webkit-tap-highlight-color: rgba(0 0 0 / 0);
}

body {
    margin: 0;
    line-height: 1.309;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

html.frozen {
    overflow-y: hidden;
}

html, body, object, iframe, p, blockquote, pre, a, abbr, address, cite, del, dfn, img, q, strong, sub, sup, b, u, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, audio, video, button, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    vertical-align: baseline;
}

code {
    padding: 2px 4px;
    background-color: var(--cp-color-blue-10);
    border-radius: 0.25rem;
    font-family: monospace;
    color: var(--cp-color-red-50);
}

figure, picture {
    font-size: 0;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 1px;
    background-color: var(--color-gray);
}

.fullscreen {
    display: flex;
    width: 100vw;
    height: 100vh;
}

.pinned {
    position: absolute;
    inset: 0;
}

main,
.viewport {
    position: relative;
}

    main::after {
        content: '';
        position: fixed;
        inset: 0;
        opacity: 0;
        background-color: rgba(0 0 0 / 0.5);
        pointer-events: none;
        z-index: 100;
    }

.loaded main::after {
    transition: opacity 0.3s;
}

.loaded.menu-open .main {
    pointer-events: none;
    cursor: default;
}

.loaded.menu-open main::after {
    opacity: 1;
}

li {
    list-style-type: none;
}

.link-list li {
    margin-bottom: 0.5rem;
}

button, input, select, textarea, label, figcaption {
    font-size: inherit;
    background-color: transparent;
    border: 0;
    outline: none;
}

textarea {
    resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
    line-height: 1.1545;
}

.hidden, [hidden] {
    display: none !important;
}

.invisible {
    visibility: hidden;
    pointer-events: none;
}

.opaque {
    opacity: 1;
}

.transparent {
    opacity: 0;
}

.overflow,
.clip {
    overflow: hidden;
}

.heading {
    font-weight: 800;
}

    .heading.list-heading {
        margin-bottom: 1rem;
        font-size: 1.2rem;
        color: var(--color-blue);
    }

.h1 {
    font-size: clamp(2.5rem, 4vw, 4rem);
}

.h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.h2--5 {
    font-size: 42px;
}

.h3 {
    font-size: 24px;
}

.h3--5 {
    font-size: 30px;
}

.h4 {
    font-size: 18px;
}

.rtl {
    direction: rtl;
}

a {
    color: rgba(var(--cp-color-primary-2) / 1);
    text-decoration: none;
}

    a.link {
        position: relative;
        display: inline-block;
        padding-bottom: 0.25rem;
        transition: color 0.5s;
    }

        a.link.active,
        a.link:hover {
            color: rgba(var(--cp-color-primary-1) / 1);
        }

        a.link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            background-color: currentColor;
            transform-origin: right center;
            transform: scale3d(0, 1, 1);
            transition: transform 0.5s var(--ease-slow);
        }

        a.link.active::after,
        a.link:hover::after {
            transform-origin: left center;
            transform: scale3d(1, 1, 1);
        }

    a.link-action,
    .footer a.link-action {
        box-shadow: 0 1px 0 currentColor;
        color: rgba(var(--cp-color-primary-1) / 1);
        transition: color 0.3s;
    }

        a.link-action:hover {
            color: rgba(var(--cp-color-primary-2) / 1);
        }

.footer a.link-underline {
    box-shadow: 0 1px 0 currentColor;
    color: rgba(var(--cp-color-primary-1) / 1);
    transition: color 0.3s;
}

.block-link {
    position: relative;
}

    .block-link a {
        position: absolute;
        inset: 0;
    }

address {
    margin-bottom: 1rem;
    font-style: normal;
}

sup {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    vertical-align: super;
}

.sup-counter {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.p1,
.font-lg {
    font-size: 1.2rem;
}

.p2,
.font-sm {
    font-size: 0.875rem;
}

.p3 {
    font-size: 12px;
}

.p2-label {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(var(--cp-color-primary-1) / 1);
    line-height: 1.11545;
}

.alt-1,
.alt-2,
.alt-3 {
    color: var(--color-gray);
}

.text-color-gray-1 {
    color: rgba(var(--cp-color-gray-1) / 1);
}

.text-color-gray-2 {
    color: rgba(var(--cp-color-gray-2) / 1);
}

.text-color-gray-3 {
    color: rgba(var(--cp-color-gray-3) / 1);
}

.text-color-gray-4 {
    color: rgba(var(--cp-color-gray-4) / 1);
}

ul.layout-list {
    display: flex;
    align-items: center;
}

    ul.layout-list li {
        margin-right: 1rem;
    }

ul.check-list {
    margin-top: 2rem;
}

    ul.check-list li {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        padding: 1rem;
        border-bottom: 1px solid rgba(var(--cp-color-gray-2) / 1);
        font-size: 1.25rem;
    }

        ul.check-list li:last-child {
            border-bottom-width: 0;
        }

        ul.check-list li .block-icon {
            margin-right: 1rem;
        }

        ul.check-list li p {
            margin: 0;
        }

ul.bulleted-list {
    margin-left: 1rem;
}

    ul.bulleted-list li {
        list-style-type: disc;
        list-style-position: outside;
        margin-bottom: 0.5rem;
    }

.training-class-heading {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .training-class-heading > sup {
        margin-left: 0.25rem;
        font-size: 1.25rem;
    }

.training-class-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

.training-class-card {
    position: relative;
    padding: 1rem;
    border: 1px solid var(--cp-color-gray-50);
    border-radius: 0.5rem;
}

    .training-class-card.focused {
        border-color: transparent;
    }


        .training-class-card.focused.focus-blue {
            background-color: var(--color-blue);
        }

        .training-class-card.focused.focus-royal {
            background-color: var(--color-royal);
        }

        .training-class-card.focused.focus-green {
            background-color: var(--cp-color-green-70);
        }

        .training-class-card.focused.focus-red {
            background-color: var(--color-red);
        }

        .training-class-card.focused > * {
            color: white;
        }

        .training-class-card.focused .link-button img {
            filter: brightness(0) invert(1);
        }

        .training-class-card.focused.focus-blue .link-button {
            background-color: var(--cp-color-blue-70);
        }

            .training-class-card.focused.focus-blue .link-button:hover {
                background-color: var(--cp-color-blue-80);
            }

        .training-class-card.focused.focus-royal .link-button {
            background-color: var(--color-royal);
        }

            .training-class-card.focused.focus-royal .link-button:hover {
                background-color: var(--cp-color-royal-90);
            }

        .training-class-card.focused.focus-green .link-button {
            background-color: var(--cp-color-green-70);
        }

            .training-class-card.focused.focus-green .link-button:hover {
                background-color: var(--cp-color-green-80);
            }

        .training-class-card.focused.focus-red .link-button {
            background-color: var(--color-red);
        }

            .training-class-card.focused.focus-red .link-button:hover {
                background-color: var(--cp-color-red-80);
            }

.training-class-card-label {
    color: var(--color-gray);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1rem;
}

.training-class-card.focused .training-class-card-label {
    color: var(--cp-color-blue-20);
}

.training-class-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
}

.gradient-text {
    display: inline-block;
    padding-bottom: 0.1em;
    background: black;
    background: linear-gradient(135deg, rgba(var(--cp-color-primary-1) / 1), rgba(var(--cp-color-primary-2) / 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.strike {
    text-decoration: line-through;
}

.text-white {
    color: white;
}

.text-red {
    color: red;
}

.color-blue {
    color: var(--color-blue);
}

.color-royal {
    color: var(--color-royal);
}

.color-steel {
    color: var(--color-steel);
}

.color-mist {
    color: var(--color-mist);
}

.color-green {
    color: var(--color-green);
}

.color-red {
    color: var(--color-red);
}

.color-yellow {
    color: var(--color-yellow);
}

.text-primary-1 {
    color: rgba(var(--cp-color-primary-1) / 1);
}

.text-primary-2 {
    color: rgba(var(--cp-color-primary-2) / 1);
}

.text-primary-3 {
    color: rgba(var(--cp-color-primary-3) / 1);
}

.text-primary-4 {
    color: rgba(var(--cp-color-primary-4) / 1);
}

.bg-gray-1 {
    background-color: rgba(var(--cp-color-gray-1) / 1);
}

.bg-gray-2 {
    background-color: rgba(var(--cp-color-gray-2) / 1);
}

.bg-gray-3 {
    background-color: rgba(var(--cp-color-gray-3) / 1);
}

.bg-gray-4 {
    background-color: rgba(var(--cp-color-gray-4) / 1);
}

.bg-primary-1 {
    background-color: rgba(var(--cp-color-primary-1) / 1)
}

.bg-primary-2 {
    background-color: rgba(var(--cp-color-primary-2) / 1)
}

.bg-primary-3 {
    background-color: rgba(var(--cp-color-primary-3) / 1)
}

.bg-primary-4 {
    background-color: rgba(var(--cp-color-primary-4) / 1)
}

.bg-color-red {
    background-color: var(--cp-color-warning);
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.text-upper {
    text-transform: uppercase;
}

.text-titlecase {
    text-transform: capitalize;
}

/* z-index order */
.z-back {
    z-index: -1;
}

.z-front {
    z-index: 1;
}

.z-top {
    z-index: 2;
}

/* images */
.placeholder {
    background-color: var(--cp-color-gray-30);
}

.placeholder,
.block-image {
    font-size: 0;
}

    .block-image figcaption {
        font-size: 1rem;
    }

    .block-image > img {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: inherit;
    }

.absolute-image {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

    .absolute-image > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

.fit img,
.fit video,
.fit iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.fit-contain img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

/* positioning */
.sticky {
    position: sticky;
}

.layer {
    display: flex;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

.bottom-right {
    bottom: 0;
    right: 0;
}

.block-icon {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0;
}

    .block-icon.outline {
        outline: 1px solid rgba(var(--cp-color-gray-1) / 1);
    }

    .block-icon > img {
        width: 100%;
        height: auto;
    }

.icon-24 {
    width: 24px;
    height: 24px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-32 {
    width: 48px;
    height: 48px;
}

.icon-60 {
    width: 60px;
    height: 60px;
}

.icon-72 {
    width: 72px;
    height: 72px;
}

.icon-84 {
    width: 84px;
    height: 84px;
}

.icon-96 {
    width: 96px;
    height: 96px;
}

.icon-120 {
    width: 120px;
    height: 120px;
}

.img-6 {
    width: 6rem;
}

.img-8 {
    width: 8rem;
}

.img-10 {
    width: 10rem;
}

.img-12 {
    width: 12rem;
}

.img-16 {
    width: 16rem;
}

.img-20 {
    width: 20rem;
}

.img-black {
    filter: brightness(1) invert(1);
}

/* containers */
.container {
    position: relative;
    padding-left: clamp(2rem, 6vw, 8rem);
    padding-right: clamp(2rem, 6vw, 8rem);
}

.center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1366px;
}

.view-xl {
    max-width: 1366px;
}

.view-md,
.center-md {
    max-width: 1024px;
}

.view-sm,
.center-sm {
    max-width: 800px;
}

.content,
.content-wrapper {
    position: relative;
    margin-top: 4rem;
}

.centered {
    text-align: center;
}

/* vertical alignment */
.va-top {
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.va-bottom {
    vertical-align: bottom
}

/* tables */
.table {
    width: 100%;
    border-collapse: collapse;
}

    .table th,
    .table td {
        text-align: left;
        border-bottom: 1px solid var(--cp-color-gray-30);
    }

    .table tr:last-child td {
        border-bottom-width: 0;
    }

    .table th {
        padding: 1rem 1rem 2rem;
        vertical-align: top;
    }

    .table td {
        padding: 1rem;
        vertical-align: middle;
    }

    .table.minimal {
        font-size: 0.875rem;
    }

        .table.minimal .row-header {
            background-color: var(--color-mist);
            font-size: 1rem;
            font-weight: 700;
        }

        .table.minimal td {
            padding: 1rem;
            border-bottom-width: 0;
        }

/* layout */
.inline-layout {
    display: inline-flex;
}

.layout,
.layout .block-item {
    position: relative;
    display: flex;
}

    .layout.vstack {
        flex-direction: column;
    }

    .layout.reverse {
        flex-direction: row-reverse;
    }

    .layout.flexible {
        flex-wrap: wrap;
    }

    .layout .area {
        outline: 1px solid blue;
    }

    .layout.gap {
        gap: 1rem;
    }

    .layout.gap-2 {
        gap: 2rem;
    }

    .layout.-middle-center {
        justify-content: center;
        place-items: center;
    }

.block-item.item-bottom {
    align-self: flex-end;
}

.media {
    width: 100%;
}

.col-2 .block-item {
    flex: 1 0 512px;
}

.center-xl .col-3 .block-item {
    flex: 1 1 calc(1024px / 3 + 1rem);
}

.center-md .col-3 .block-item {
    flex: 1 1 calc(1024px / 3 - 2rem);
}

.center-xl .col-4 .block-item {
    flex: 1 1 calc(1024px / 4 + 1rem);
}

.center-md .col-4 .block-item {
    flex: 1 1 calc(1024px / 4 - 1rem);
}

.row {
    flex-direction: row;
}

.column {
    flex-direction: column;
}

.content-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.align-start {
    align-items: flex-start;
}

.place-center {
    align-items: center;
    justify-content: center;
}

.layout.between {
    justify-content: space-between;
}

.layout.around {
    justify-content: space-around;
}

.layout.evenly {
    justify-content: space-evenly;
}

.fill-space {
    flex-grow: 1;
}

.h-100 {
    height: 100%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 33.33333%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-66 {
    width: 66.666667%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

/* gutters - padding */
.gutter,
.p-1 {
    padding: 1rem;
}

.gutter-2,
.p-2 {
    padding: 2rem;
}

.gutter-4,
.p-4 {
    padding: 4rem;
}

.pl-1 {
    padding-left: 1rem;
}

.pl-2 {
    padding-left: 2rem;
}

.pt-0 {
    padding-top: 0 !important;
}

.pd-y-1 {
    padding-top: 1rem;
}

.pd-x1-flush {
    padding: 1rem 1rem 1rem 0;
}

.gutter-y1-2,
.pt-2 {
    padding-top: 2rem;
}

.gutter-y1-4,
.pt-4 {
    padding-top: 4rem;
}

.pb-05 {
    padding-bottom: 0.5rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pr-1 {
    padding-right: 1rem;
}

.gutter-x2-2,
.pr-2 {
    padding-right: 2rem;
}

.gutter-x2-4,
.pr-4 {
    padding-right: 4rem;
}


/* spacers - margins */
.spacer {
    margin: 1rem;
}

.spacer-2 {
    margin: 2rem;
}

.spacer-4 {
    margin: 4rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1,
.spacer-top {
    margin-top: 1rem;
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-05 {
    margin-bottom: 0.5rem;
}

.spacer-bottom,
.mb-1 {
    margin-bottom: 1rem;
}

.spacer-right,
.mr-1 {
    margin-right: 1rem;
}

.spacer-left,
.ml-1 {
    margin-left: 1rem;
}

.spacer-x,
.mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mr-05,
.spacer\:r-05 {
    margin-right: 0.5rem;
}

.spacer\:r-1 {
    margin-right: 1rem;
}

.spacer\:b-05 {
    margin-bottom: 0.5rem;
}

.spacer\:b-1 {
    margin-bottom: 1rem;
}

.spacer\:b-2 {
    margin-bottom: 2rem;
}

/* rounded corners */
.round-025 {
    border-radius: 0.25rem;
}

.round-05 {
    border-radius: 0.5rem;
}

.round-1 {
    border-radius: 1rem;
}

/* block items - inner child of a layout > block layout */
.block-item {
}

    .block-item .row {
        display: flex;
        flex-direction: row;
    }

    .block-item .column {
        display: flex;
        flex-direction: column;
    }

.auto-left {
    margin-left: auto;
}

.auto-right {
    margin-right: auto;
}

.auto-margins {
    margin: auto;
}

/* site header */
.site-header {
    position: relative;
    width: 100%;
    transition: transform 0.5s var(--ease-slow);
    z-index: 200002;
}

    .site-header.floating {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

html.menu-open .site-header {
    position: fixed;
}

html.invert .site-header {
    background-color: transparent;
}

.site-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.site-header .site-logo {
    flex: 0 0 200px;
}

    .site-header .site-logo img {
        max-width: 200px;
        height: auto;
        transition: all 0.5s;
    }

html:not(.invert) .site-header .site-logo img.black {
    filter: brightness(1) invert(0);
}

html.invert:not(.menu-open) .site-header .site-logo img:not(.gold, .black) {
    filter: brightness(0) invert(1);
}

.site-header .site-nav {
    position: relative;
    display: flex;
    flex-grow: 1;
    margin-left: 2rem;
}

    .site-header .site-nav .site-nav-item {
        position: relative;
        margin-left: 1rem;
        margin-right: 1rem;
        flex-shrink: 0;
        letter-spacing: -.32px;
    }

        .site-header .site-nav .site-nav-item a {
            display: block;
            padding: 0.5rem;
            font-weight: 600;
        }

html.invert .site-header .site-nav .site-nav-item a {
    color: white;
}

.callout-button[data-toggle-menu] {
    display: none;
    margin-top: 0;
    padding: 0.5rem 2rem;
    font-size: 0.875rem;
}

/* site menu */
.site-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    transform: translate3d(0, -100%, 0);
    z-index: 2000;
}

.loaded .site-menu {
    transition: transform 0.5s var(--ease-slow);
}

.loaded.menu-open .site-menu {
    transform: translate3d(0, 0, 0);
}

.site-menu-logo {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1rem;
    margin-left: 2rem;
    width: 200px;
}

.site-menu-header {
    display: none;
    height: 66px;
}

.site-menu-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 66px;
    padding: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.menu-open .site-menu-wrapper {
    opacity: 1;
    pointer-events: all;
}

.menu-open:has(.scrollers) .site-menu-wrapper {
    padding: 4rem 2rem 2rem;
}

.site-menu-list li {
    margin-bottom: 0.5rem;
}

    .site-menu-list li a {
        font-size: 24px;
        padding-bottom: 0.25rem;
    }


/* sections */
.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    .section.section-sm {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .section .section-header {
        margin-bottom: 2rem;
    }

    .section.banner {
        padding-top: calc(78px + 2rem);
    }

.hero-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    .hero-section.collide {
        padding-bottom: 0;
    }

    .hero-section .hero-item {
        flex: 1 0 480px;
    }

    .hero-section .hero-header {
        padding-right: 4rem;
        padding-bottom: 2rem;
    }

.hero-banner {
    padding-block: 12rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 25%;
    color: white;
}

    .hero-banner.c-banner {
        background-image: url(/img/construction-hero.jpg);
    }

.subtitle,
.secondary {
    color: var(--color-gray);
}

.subtitle {
    font-size: 1.2rem;
    font-weight: 600;
}

.hero-section .hero-graphic {
    max-height: 480px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.leader-section {
    padding-top: calc(76px + 2rem);
    padding-bottom: 2rem;
}

.section-header .intro {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.center:not(.center-md):not(.center-sm) .section-header .intro,
.center-xl .section-header .intro {
    max-width: calc(1366px / 2);
}

.center-md .section-header .intro {
    max-width: calc(1024px / 2);
}

.center-xl .section-header .intro {
    width: 100%;
}

.region {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* form */
.fieldset {
    margin-bottom: 2rem;
    padding: 0 2rem;
    border: 2px solid var(--cp-color-gray-30);
    border-radius: 0.25rem;
}

    .fieldset legend {
        margin-bottom: 2rem;
        padding: 1rem 2rem;
        background-color: var(--cp-color-blue-20);
        border-radius: 0.25rem;
        font-weight: 700;
        color: var(--color-royal);
    }

.field-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.field-group {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .field-group.grow-0 {
        flex-grow: 0;
    }

.field-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .field-wrap::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

.field-label {
    margin-bottom: 1rem;
    font-weight: 600;
}

    .field-label.required {
        position: relative;
    }

        .field-label.required::before {
            content: '*';
            margin-right: 0.25rem;
            color: red;
        }

.field-description {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: var(--color-gray);
}

label[for] {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.field {
    padding: 1rem;
    border: 2px solid var(--cp-color-gray-30);
    border-radius: 0.25rem;
    box-shadow: 0 0 0 0 rgba(0 0 0 / 0);
    transition: border 0.3s, box-shadow 0.3s;
}

    .field:hover {
        border-color: var(--color-blue);
    }

    .field:focus {
        border-color: var(--color-blue);
        box-shadow: 0 0 0 0.25rem var(--cp-color-blue-20);
        cursor: auto;
    }

    .field[readonly]:hover,
    .field[disabled]:hover {
        border-color: var(--cp-color-gray-50);
    }

    .field.input-validation-error {
        border-color: var(--color-red);
        box-shadow: 0 0 0 0.25rem var(--cp-color-red-10);
        color: var(--color-red);
    }

    .field.filter {
        font-size: 0.875rem;
        border-color: var(--color-gray);
        border-radius: 0.5rem;
    }

pre.field {
    white-space: initial;
}

.field-check-label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .field-check-label .checkbox,
    .field-check-label .radio {
        position: absolute;
        visibility: hidden;
    }

    .field-check-label span {
        position: relative;
        display: inline-flex;
        margin-right: 1rem;
    }

        .field-check-label span:last-child {
            margin-right: 0;
        }

    .field-check-label .check-icon {
        width: 1rem;
        height: 1rem;
        background-color: transparent;
        border-radius: 0.125rem;
        outline: 2px solid var(--cp-color-gray-30);
        overflow: hidden;
        transition: background-color 0.3s, box-shadow 0.3s;
    }

        .field-check-label .check-icon::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: url(/img/icons/ic_fluent_checkmark_24_filled.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            background-color: transparent;
            opacity: 0;
            transition: all 0.3s;
        }

    .field-check-label:hover .check-icon {
        outline-color: var(--color-blue);
    }

    .field-check-label:has(input:checked) .check-icon {
        outline-color: var(--color-blue);
        box-shadow: 0 0 0 0.25rem var(--cp-color-blue-20);
    }

        .field-check-label:has(input:checked) .check-icon::before {
            background-color: var(--color-blue);
            opacity: 1;
        }

    .field-check-label .radio-icon {
        width: 1rem;
        height: 1rem;
        outline: 2px solid var(--cp-color-gray-30);
        outline-offset: 0.25rem;
        border-radius: 50%;
        transition: outline-color 0.3s;
    }

        .field-check-label .radio-icon::before {
            content: '';
            position: absolute;
            inset: 0;
            background-color: transparent;
            border-radius: inherit;
            opacity: 0;
            transition: background-color 0.3s, opacity 0.3s, transform 0.3s;
        }

    .field-check-label:hover .radio-icon {
        outline-color: var(--color-blue);
    }

    .field-check-label input:checked .radio-icon {
        outline-color: var(--color-blue);
    }

    .field-check-label:has(input:checked) .radio-icon::before {
        background-color: var(--color-blue);
        opacity: 1;
    }

.validation-summary-errors.field-validation-summary {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: var(--cp-color-red-10);
    border-left: 0.25rem solid currentColor;
    border-radius: 0.25rem;
    color: var(--color-red);
}

    .validation-summary-errors.field-validation-summary::before {
        content: 'Error';
        position: relative;
        margin-bottom: 0.5rem;
        font-weight: 700;
        color: inherit;
    }

.field-validation-summary ul li {
    position: relative;
}

.validation-summary-errors.field-validation-summary ul li::before {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.field-radio,
.field-check {
    margin: 0 0.25rem 0 0;
}

.field[disabled],
.field[readonly] {
    background-color: var(--cp-color-gray-10);
    cursor: not-allowed;
}

.field-group .field {
    width: 100%;
}

.field-validation-error {
    display: block;
    margin-top: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    color: red;
}

.field-error-summary {
    outline: 1px solid var(--color-red);
    color: var(--color-red);
}

.field-notice {
    position: relative;
    margin-bottom: 2rem;
}

.field-submit {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 2rem;
    background-color: var(--color-blue);
    border-radius: 0.5rem;
    cursor: pointer;
    overflow: hidden;
}

.field-delete {
    background-color: var(--color-red);
    color: white;
}

.field-submit > span {
    position: relative;
    display: inline-block;
    color: white;
    z-index: 1;
}

.field-submit::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-royal);
    transform: translate3d(0, 100%, 0);
    transition: transform 0.5s var(--ease-slow);
}

.field-submit.field-delete::after {
    background-color: var(--cp-color-warning-dark);
}

.field-submit:hover::after {
    transform: translate3d(0, 0, 0);
}

/* form submit confirmation */
.overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0 0 0 / 0.3);
    z-index: 999999;
}

.success-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 512px;
    height: auto;
    padding: 2rem 4rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 0 2rem 0 rgba(0 0 0 / 0.3);
    opacity: 0;
    transform: translate3d(-50%, -45%, 0);
    transition: opacity 0.3s;
    animation: _animateSuccessDialog 0.5s 0.25s var(--ease-slow) forwards;
    z-index: 2000;
}

.menu-open .success-dialog {
    opacity: 0.5;
}

@keyframes _animateSuccessDialog {
    to {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0);
    }
}

/* services - home page */
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.service-card {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

    .service-card .block-image {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        max-width: 10rem;
        min-height: 10rem;
        padding-bottom: 2rem;
    }

    .service-card .h3,
    .service-card .button-group {
        flex-grow: 1;
    }

/* home - pillars */
.pillar-controller {
    flex: 1 1 380px;
}

.pillar-accordion {
    position: sticky;
    top: 76px;
    counter-reset: panel;
}

.pillar-panel {
    position: relative;
    margin-bottom: 0.5rem;
}

    .pillar-panel .heading {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 1rem;
        background-color: rgba(255 255 255 / 0.8);
        border: 1px solid rgba(var(--cp-color-primary-2) / 0.3);
        border-radius: 0.5rem;
        cursor: pointer;
        transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    }

        .pillar-panel .heading:hover {
            border-color: rgba(var(--cp-color-primary-2) / 1);
        }

        .pillar-panel .heading.active {
            background-color: rgba(var(--cp-color-primary-2) / 1);
            color: white;
        }

    .pillar-panel .panel-icon {
        display: flex;
        flex-shrink: 0;
        width: 2rem;
        height: 2rem;
        padding: 0.25rem;
        background-color: rgba(var(--cp-color-primary-1) / 1);
        border-radius: 50%;
        transition: transform 0.5s var(--ease-slow);
    }

    .pillar-panel .heading.active .panel-icon {
        transform: rotate(90deg);
    }

    .pillar-panel .panel-icon > img {
        margin: 0;
        width: 100%;
    }

.pillar-content {
    overflow: hidden;
    height: 0;
}

.pillar-wrapper {
    padding: 1rem;
}

.pillar-image {
    position: relative;
    flex: 1 1 512px;
    transform: translateY(-8rem);
    z-index: -1;
}

    .pillar-image > img {
        object-position: right;
    }

/* home - slider development */
.slider {
    height: calc(100vh - 4rem);
}

.slider-section {
    overflow: hidden;
}

.slick-list {
    height: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: grab;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    display: none !important;
}

.slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 4rem;
    margin-bottom: 4rem;
    z-index: 999;
}

    .slick-dots li {
        margin-left: 1rem;
        margin-right: 1rem;
    }

        .slick-dots li button {
            position: relative;
            width: 1.5rem;
            height: 1.5rem;
            border: 1px solid white;
            border-radius: 50%;
            font-size: 0;
            transform-origin: center;
            transform: scale(0.6);
            transition: transform 0.5s var(--ease-slow);
            cursor: pointer;
        }

            .slick-dots li.slick-active button,
            .slick-dots li button:hover {
                transform: scale(1);
            }

            .slick-dots li button::before,
            .slick-dots li button::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: white;
                border-radius: inherit;
                transform-origin: inherit;
                transform: scale(0);
                transition: transform 0.5s var(--ease-slow);
            }

            .slick-dots li.slick-active button::before,
            .slick-dots li.slick-active button:hover::before,
            .slick-dots li button:hover::after {
                transform: scale(0.5);
            }

.slide {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow: hidden;
}

.slide-background {
    position: absolute;
    inset: 0;
}

    .slide-background::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(rgba(0 0 0 / 0.1) 35%, rgba(0 0 0 / 0.5) 60%);
        pointer-events: none;
    }

.slide-content {
    position: relative;
    height: 100%;
    padding-left: 4rem;
    padding-right: 12rem;
    justify-content: flex-end;
}

    .slide-content .header {
        max-width: 768px;
        margin-bottom: 4rem;
        padding-right: 4rem;
        color: white;
    }

/* home - what we do */
.accordion {
    position: relative;
}

    .accordion .panel {
        border-bottom: 1px solid rgba(var(--cp-color-gray-1) / 1);
    }

        .accordion .panel:last-child {
            border-bottom-width: 0;
        }

    .accordion .panel-button {
        padding: 1rem 2rem;
        cursor: pointer;
    }

        .accordion .panel-button .block-icon {
            margin-right: 1rem;
            flex-shrink: 0;
        }

        .accordion .panel-button .panel-title {
            margin-bottom: 0;
            padding-right: 2rem;
            transition: color 0.3s;
        }

        .accordion .panel-button.active .panel-title,
        .accordion .panel-button:hover .panel-title {
            color: rgba(var(--cp-color-primary-1) / 1);
        }

        .accordion .panel-button .panel-toggle {
            position: relative;
            width: 1.5rem;
            height: 1.5rem;
            transform-origin: center center;
            transition: transform 0.25s var(--ease-slow);
        }

            .accordion .panel-button .panel-toggle::before {
                content: '';
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: rgba(var(--cp-color-primary-2) / 1);
                transform-origin: center center;
                transform: scale(0);
                transition: transform 0.5s var(--ease-slow);
            }

        .accordion .panel-button.active .panel-toggle::before {
            transform: scale(2);
        }

        .accordion .panel-button .panel-toggle .plus {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 100%;
            transform-origin: center center;
            transition: transform 0.25s var(--ease-slow);
        }

            .accordion .panel-button .panel-toggle .plus::before,
            .accordion .panel-button .panel-toggle .plus::after {
                content: '';
                position: absolute;
                top: 50%;
                width: 100%;
                height: 2px;
                background-color: black;
                transform-origin: center center;
                transition: background-color 0.3s;
            }

        .accordion .panel-button.active .panel-toggle .plus {
            transform: rotate(45deg);
        }

        .accordion .panel-button .panel-toggle .plus::after {
            transform: rotate(90deg);
        }

        .accordion .panel-button:hover .panel-toggle .plus::before,
        .accordion .panel-button:hover .panel-toggle .plus::after,
        .accordion .panel-button.active .panel-toggle .plus::before,
        .accordion .panel-button.active .panel-toggle .plus::after {
            background-color: rgba(var(--cp-color-primary-1) / 1);
        }

    .accordion .panel-content {
        position: relative;
        height: 0;
        overflow: hidden;
    }

    .accordion .panel-wrapper {
        position: relative;
        padding: 1rem;
    }

/* home - clients */
.logo-grid {
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 1rem;
    place-items: center;
}

    .logo-grid .affiliate > img {
        max-height: 4rem;
    }

img.desaturate {
    filter: invert(0.6);
}

/* home - articles */
.article-grid {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.article-item {
    margin-bottom: 2rem;
}

    .article-item .block-image {
        margin-bottom: 2rem;
        max-height: 24rem;
        overflow: hidden;
    }

    .article-item .heading {
        margin-bottom: 1rem;
        transition: color 0.3s;
    }

    .article-item:hover .heading {
        color: var(--color-blue);
    }

    .article-item p {
        color: black;
    }

    .article-item .byline {
        font-size: 0.875rem;
        color: var(--color-steel);
    }

.related-articles-grid {
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 1rem;
}

/* home - testimonials */
.quote-card {
    position: relative;
    width: 36rem;
    margin-right: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem 0 rgba(0 0 0 / 0.3);
    overflow: hidden;
}

    .quote-card blockquote {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .quote-card:nth-child(even) {
        align-self: center;
    }

    .quote-card:nth-child(2n+1) {
        transform: translateY(2rem);
    }

    .quote-card .quote {
        flex-grow: 1;
        padding: 2rem;
        font-size: 18px;
        line-height: 1.618;
    }

    .quote-card .quotation {
        margin-top: 1rem;
        margin-left: 2rem;
        margin-bottom: 0;
        transform: translateY(1rem);
    }

        .quote-card .quotation > svg {
            fill: var(--color-blue);
        }

    .quote-card .quote-author {
        padding: 1.5rem 2rem;
        background: linear-gradient(to right, var(--color-purple), var(--color-yellow));
        font-weight: 600;
        color: white;
    }

    .quote-card:nth-child(n+2) .quote-author {
        background: linear-gradient(to right, var(--color-yellow), var(--color-teal));
    }

    .quote-card:nth-child(n+3) .quote-author {
        background: linear-gradient(to right, var(--color-teal), var(--color-magenta));
    }

    .quote-card:nth-child(n+4) .quote-author {
        background: linear-gradient(to right, var(--color-magenta), var(--color-blue));
    }

    .quote-card:nth-child(n+5) .quote-author {
        background: linear-gradient(to right, var(--color-blue), var(--color-purple));
    }

/* articles - index */
/* articles - details */
.article-details {
    padding-top: 4rem;
}

.article-details-header .heading {
    margin-bottom: 1rem;
    font-size: 2.4rem;
}

.article-details-image {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: var(--cp-color-gray-30);
}

.article-details-body {
    padding-left: 4rem;
    padding-right: 4rem;
}

    .article-details-body ul,
    .article-details-body ol {
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-left: 1rem;
        line-height: 1.618;
    }

        .article-details-body ul li {
            list-style-type: disc;
        }

        .article-details-body ol li {
            list-style-type: decimal;
        }

    .article-details-body img {
        width: 100%;
    }

/* construction */
.c-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

/* construction - capabilities list/grid */
.t-grid {
    grid-template-columns: 40ch 1fr;
    gap: 2rem;
    padding-block: 1rem;
    border-bottom: 1px solid var(--color-gray);
}

.t-label {
    display: inline;
    padding: 0.5rem;
    border: 1px solid var(--color-gray);
    color: var(--color-gray);
    font-family: monospace;
    font-size: 1rem;
    text-transform: uppercase;
}

.t-list {
    margin-top: 2rem;
}

    .t-list li {
        padding-block: 1rem;
        border-bottom: 1px solid currentColor;
    }

        .t-list li:last-child {
            border-bottom: 0;
        }

/* about - leader previews */
.leadership-team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(256px - 2rem, 100%), 1fr));
    gap: 2rem;
}

.team-profile-image,
.leader-profile-image {
    position: relative;
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

    .team-profile-image > img {
        object-position: top;
    }

.team-profile-header,
.leader-profile-header {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .team-profile-header p,
    .leader-profile-header p {
        margin: 0;
    }

.team-profile-name,
.leader-profile-name {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

/* leadership - edit */
table[data-sort-leaders] tbody tr {
    transition: box-shadow 0.5s, font-weight 0.3s;
}

tr[draggable] {
    cursor: grab;
}

    tr[draggable].dragging {
        box-shadow: 0 0 2rem 0 rgba(0 0 0 / 0.3);
        cursor: grabbing;
    }

/* leadership team - 11/30/2022 */
.team-profile {
    position: relative;
}

    .team-profile a {
        position: absolute;
        inset: 0;
    }

.profile-dialog {
    width: clamp(calc(320px - 4rem), calc(100vw - 2rem), 1024px);
    max-width: calc(100vw - 2rem);
    min-height: 100vh;
    margin: 0 0 0 auto;
    padding: 4rem;
    border: none;
    box-shadow: -2rem 0 4rem 0 rgba(0 0 0 / .15%);
    opacity: 0;
    transform: translate3d(2rem, 0, 0);
}

    .profile-dialog[open] {
        animation: _animateProfileDialogOpen 0.5s var(--ease-slow) forwards;
    }

    .profile-dialog::backdrop {
        background-color: rgba(0 0 0 / 0.35);
        opacity: 0;
    }

    .profile-dialog[open]::backdrop {
        animation: _animateProfileDialogBackgrop 0.3s linear forwards;
    }

@keyframes _animateProfileDialogOpen {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes _animateProfileDialogBackgrop {
    to {
        opacity: 1;
    }
}

.profile-dialog .profile-dialog-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

    .profile-dialog .profile-dialog-content article {
        flex-grow: 1;
    }

.profile-dialog-content picture {
    margin-top: 2rem;
    margin-bottom: 2rem;
    outline: 1px dashed red;
}

.close-dialog {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

    .close-dialog > svg {
        position: relative;
        font-size: 0;
        transform-origin: center;
        transform: scale3d(0.6, 0.6, 1);
    }

/* about - leader details page */
.profile-image {
    font-size: 0;
}

    .profile-image > img {
        max-width: 320px;
    }

.profile-body {
    margin-top: 2rem;
}

.profile-name {
    margin-bottom: 0;
    font-size: 36px;
}

.profile-title {
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.profile-text {
    white-space: pre-line;
}

/* about - statistics */
.btn-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}


/* awards and recognition */
.awards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    gap: 1rem;
}

    .awards-grid .award {
        display: inline-grid;
        position: relative;
        padding: 1rem;
        border: 1px solid #e0e0e0;
    }

        .awards-grid .award figure {
            display: inline-grid;
            align-content: start;
            place-items: center;
            grid-template-rows: 14rem auto;
            font-size: initial;
        }

            .awards-grid .award figure img {
                max-width: clamp(8rem, 100%, 14rem);
                height: 100%;
            }

            .awards-grid .award figure figcaption {
                text-align: center;
                margin-top: 1rem;
                max-width: 25ch;
            }

/* rates and rate files */
.rate-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 2rem;
}

.rate-item {
    display: flex;
    flex-direction: column;
    place-items: center;
    gap: 1rem;
    padding: 2rem;
    border: 1px solid var(--cp-color-gray-50);
    border-radius: 0.5rem;
    text-align: center;
    transition: border 0.3s, box-shadow 0.3s;
}

    .rate-item:hover {
        border-color: var(--cp-color-gray-60);
        box-shadow: 0 0 0.5rem 0 var(--cp-color-gray-20);
    }

/* offsites */
.timeline-list {
    position: relative;
}

    .timeline-list li {
        outline: 1px dashed violet;
    }

    .timeline-list > li {
        position: relative;
        outline: 2px dashed red;
        margin-bottom: 1rem;
        padding: 1rem 2rem;
    }

        .timeline-list > li::before {
            content: '';
            position: absolute;
            top: 1rem;
            bottom: 1rem;
            left: 1rem;
            border-left: 2px solid var(--color-gray);
        }

    .timeline-list ul {
        position: relative;
        margin-left: 2rem;
    }


.offsite-banner {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: black;
}

.offsite-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    position: absolute;
    inset: 0;
    padding: 4rem 8vw;
    text-align: center;
    z-index: 100;
}

    .offsite-header > * {
        color: white;
        text-shadow: 0 0.25rem 1rem rgba(0 0 0 / 0.6);
    }

.offsite-heading {
    position: relative;
    font-family: 'Din Light', sans-serif;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

    .offsite-heading.title {
        margin-top: 0.667em;
        margin-bottom: 0.33em;
        letter-spacing: -0.32rem;
        font-size: clamp(5rem, 12vw, 12rem);
    }

    .offsite-heading.year {
        font-size: 3rem;
    }

.offsite-intro {
    padding-top: 4rem;
}

.offsite-heading.heavy {
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: 900;
    color: inherit;
}

.offsite-intro .article {
    font-size: 1.6rem;
    line-height: 1.618;
    color: var(--color-gray);
}

.offsite-image-grid {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2rem;
}

.offsite-media {
    margin-bottom: 2rem;
    padding-right: 2rem;
    grid-row: span 6;
}

    .offsite-media > img,
    .offsite-media > video {
        width: 100%;
    }

    .offsite-media p {
        margin-top: 1rem;
        line-height: 1.6;
        font-family: 'Din Light', Poppins, sans-serif, system-ui;
        font-size: 1rem;
        font-weight: 600;
        color: var(--color-gray);
    }

.video-background {
    position: relative;
    width: 100vw;
    height: 100vh;
}

    .video-background > iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .video-background::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0 0 0 / 0.6);
        pointer-events: none;
    }

.video-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0 0 0 / 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    perspective: 600px;
    z-index: 3000;
}

.video-lightbox {
    position: relative;
    top: 4rem;
    left: 0;
    right: 0;
    width: 1024px;
    height: 576px;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s var(--ease-slow);
}

    .video-lightbox .video-player {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        overflow: hidden;
    }

        .video-lightbox .video-player iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0);
        }

.playing .video-overlay {
    opacity: 1;
    pointer-events: auto;
}

.playing .video-lightbox {
    opacity: 1;
    transform: translate3d(0, -4rem, 0);
}

.video-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(var(--cp-color-primary-1) / 0.8), rgba(var(--cp-color-primary-3) / 0.8));
    opacity: 0;
    cursor: pointer;
    transform-origin: center;
    transform: translate3d(-50%, -50%, 0) scale(0.8);
    transition: opacity 0.5s, transform 1s var(--ease-slow);
    z-index: 200;
}

    .video-marker::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-left: 0.6rem solid white;
        border-top: 0.4rem solid transparent;
        border-bottom: 0.4rem solid transparent;
        transform: translate3d(-50%, -50%, 0);
    }

.story-header:hover .video-marker {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(2);
}

.video-close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 2rem;
    height: 2rem;
    background: url(/img/icons/cp-plus.svg) no-repeat center center;
    cursor: pointer;
    transform-origin: center;
    transform: rotate(45deg);
}


/* services - industries */
.service-row {
    gap: 0 4rem;
}

    .service-row.alternate {
        flex-direction: row-reverse;
    }

    .service-row:nth-child(odd) .service-item:nth-child(even),
    .service-row:nth-child(even) .service-item:nth-child(odd) {
        padding-top: 2rem;
    }

.service-image {
    position: sticky;
    top: 78px;
    width: 100%;
    margin-bottom: auto;
}

.service-row:nth-child(even) {
    flex-direction: row-reverse;
}

/* grid */
.grid {
    display: grid;
}

    .grid.grid-2 {
        grid-template-columns: repeat(auto-fit, minmax(calc(1024px / 2 - 2rem * 2), 1fr));
    }

    .grid.grid-3 {
        grid-template-columns: repeat(auto-fit, minmax(calc(1366px / 3 - 2rem * 3), 1fr));
    }

    .grid.grid-4 {
        grid-template-columns: repeat(auto-fit, minmax(calc(1366px / 4 - 1rem * 4), 1fr));
    }

    .grid.grid-2x {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid.grid-3x {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid.grid-4x {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid.grid-6x {
        grid-template-columns: repeat(6, 1fr);
    }

.industry-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(50% - 0.5rem);
    height: 12rem;
    margin-bottom: 1rem;
    padding: 1rem;
}

    .industry-item:nth-child(even) {
        transform: translate3d(0, 50%, 0);
    }

    .industry-item .industry-image {
        position: absolute;
        inset: 0;
        z-index: -1;
    }

        .industry-item .industry-image::after {
            content: '';
            position: absolute;
            inset: 0;
            background-color: rgba(0 0 0 / 0.3);
        }

    .industry-item .heading {
        position: relative;
        margin-bottom: 0;
        color: white;
    }

/* contact partial */
.callout-section {
    color: white;
}

.callout {
    position: relative;
    background: linear-gradient(135deg, var(--color-blue), var(--color-purple));
    border-radius: 2rem;
}

    .callout.contact-theme {
        background: linear-gradient(135deg, var(--color-royal), var(--color-teal));
    }

.callout-header {
    position: relative;
}

    .callout-header .h2 {
        margin-bottom: 1rem;
    }

.button-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .button-group.spread-between {
        justify-content: space-between;
    }

.capsule {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin: 2px;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    text-align: center;
    cursor: pointer;
}

    .capsule.compact {
        padding: 0.25rem 1rem;
        font-size: 0.875rem;
    }

    .capsule.delete,
    .capsule.warning {
        color: var(--color-red);
        background-color: var(--cp-color-red-10);
    }

        .capsule.delete:hover,
        .capsule.warning:hover {
            background-color: var(--cp-color-red-20);
        }

    .capsule.edit,
    .capsule.info {
        color: var(--color-blue);
        background-color: var(--cp-color-blue-20);
    }

        .capsule.edit:hover,
        .capsule.info:hover {
            background-color: var(--cp-color-blue-30);
            color: var(--cp-color-blue-80);
        }

    .capsule.add,
    .capsule.success {
        color: var(--cp-color-green-70);
        background-color: var(--cp-color-green-10);
    }

        .capsule.add:hover,
        .capsule.success:hover {
            background-color: var(--cp-color-green-20);
            color: var(--cp-color-green-80);
        }


.link-button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    color: currentColor;
    font-size: 0.875rem;
    transition: background-color 0.3s, color 0.3s;
}

    .link-button.blue {
        background-color: var(--color-blue);
        color: white;
    }

        .link-button.blue:hover {
            background-color: var(--cp-color-blue-70);
        }

    .link-button:not(.blue, .green, .red, .purple) {
        background-color: var(--color-mist);
    }

        .link-button:not(.blue, .green, .red, .purple):hover {
            background-color: var(--cp-color-gray-30);
        }

.callout-button,
.cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 1rem 2rem;
    background-color: rgba(var(--cp-color-primary-1) / 1);
    border-radius: 0.5rem;
    color: white;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
}

    .callout-button.small {
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        font-size: 0.875rem;
    }

    .callout-button.mt-0 {
        margin-top: 0;
    }

.cta-button {
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 0.5rem;
}

    .cta-button.inline {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }

    .callout-button.warning,
    .cta-button.warning {
        background-color: var(--cp-color-red-50);
    }

.callout-button .icon {
    position: relative;
    display: inline-flex;
    width: 24px;
    height: 24px;
    margin-left: 0.25rem;
    z-index: 1;
}

    .callout-button .icon img {
        width: 100%;
    }

.callout-button.dark,
.cta-button.dark {
    background-color: var(--cp-color-gray-80);
}

.callout-button::after,
.cta-button::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color-royal);
    border-radius: inherit;
    transform-origin: right center;
    transform: scale3d(0, 1, 1);
    transition: transform 0.5s var(--ease-slow);
}

.callout-button.warning::after,
.cta-button.warning::after {
    background-color: var(--cp-color-red-70);
}

.callout-button.dark::after,
.cta-button.dark::after {
    background-color: rgba(0 0 0 / 1);
}

.callout-button:hover::after {
    transform-origin: left center;
    transform: scale3d(1, 1, 1);
}

.callout-button span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.cta-link {
    font-weight: 600;
}

    .cta-link.primary-1 {
        color: rgba(var(--cp-color-primary-1) / 1);
    }

    .cta-link.warning {
        color: var(--cp-color-warning);
    }


/* careers - offsite images */
.offsite-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.offsite-card {
    position: relative;
    padding: 2rem;
}

    .offsite-card a {
        position: absolute;
        inset: 0;
    }

    .offsite-card picture {
        display: block;
        max-width: 22rem;
        margin: auto;
    }

    .offsite-card header {
        margin-top: 2rem;
    }

.block-article {
    margin-bottom: 2rem;
    padding-right: 2rem;
}

    .block-article .h3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

/* map island */
.map-island {
    margin: auto auto 2rem;
    width: clamp(100px, 66.67vw, 32rem);
    background-color: red;
    border: none;
}

    .map-island[open] {
        transform: translate3d(0, 1rem, 0);
        animation: _animateMapIslandOpen 0.3s var(--ease-slow) forwards;
    }

    .map-island.closing {
        animation: _animateMapIslandClosing 0.3s var(--ease-slow) forwards;
    }

    .map-island::backdrop {
        background-color: rgba(0 0 0 / 0);
    }

@keyframes _animateMapIslandOpen {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes _animateMapIslandClosing {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 1rem, 0);
    }
}

/* footer */
.footer {
    --footer-margin: 4rem;
    margin-top: var(--footer-margin);
    padding-top: var(--footer-margin);
    padding-bottom: var(--footer-margin);
    background-color: var(--color-royal);
}

    .footer a,
    .footer > * {
        color: white;
    }

    .footer a {
        flex-shrink: 0;
    }

        .footer a.link {
            padding-bottom: 0.25rem;
        }

    .footer hr {
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem;
        height: 1px;
        background-color: var(--cp-color-blue-90);
    }

.footer-logo {
    flex-grow: 1;
    margin-bottom: 2rem;
}

.footer-icon {
    margin-right: 1rem;
}

.footer .link-list {
    padding-right: 1.5rem;
}

    .footer .link-list li a {
        font-size: 0.875rem;
    }

.footer .region:last-child {
    margin-bottom: 0;
}

.footer .eeo,
.footer p3 {
    font-size: 12px;
}

    .footer .eeo a,
    .footer .eeo a:hover {
        color: var(--color-blue);
    }

/* scrollers */
.scrollers {
    position: relative;
    display: flex;
    flex-grow: 1;
    z-index: 10000;
}

.menu-open .scrollers {
    position: sticky;
    top: 0;
}

.scroller {
    position: relative;
    transform-origin: center;
    display: flex;
}

.scroller-track {
    display: flex;
    align-items: center;
    gap: 0 clamp(2rem, 6vw, 8rem);
    animation-name: _animateScroller;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 90s;
}

    .scroller-track[data-speed='15'] {
        animation-duration: 15s;
    }

    .scroller-track[data-speed='30'] {
        animation-duration: 30s;
    }

    .scroller-track[data-speed='45'] {
        animation-duration: 45s;
    }

    .scroller-track[data-speed='60'] {
        animation-duration: 30s;
    }

    .scroller-track[data-speed='75'] {
        animation-duration: 75s;
    }

    .scroller-track[data-speed='120'] {
        animation-duration: 120s;
    }

    .scroller-track[data-speed='140'] {
        animation-duration: 140s;
    }

.scroller-item {
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
}

    .scroller-item > img {
        object-fit: contain;
        object-position: center;
        height: 100%;
    }

/* animation keyframes */
@keyframes _animateScroller {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes _animateFromLeft {
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* event photo grid */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 2rem 1rem;
}

    .photo-grid .photo-cell {
        display: flex;
        flex-direction: column;
    }

        .photo-grid .photo-cell .button-group {
            margin-top: 1rem;
        }

.event-photo-collage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-auto-rows: 5rem;
    grid-auto-flow: dense;
    gap: 1rem;
}

.event-photo {
    position: relative;
    grid-row: span 2;
    border-radius: 0.5rem;
    overflow: hidden;
}

    .event-photo.tall {
        grid-row: span 4;
    }

    .event-photo.wide {
        grid-column: span 2;
    }

    .event-photo.wide-and-tall {
        grid-row: span 4;
        grid-column: span 2;
    }

    .event-photo.p36 {
        grid-row: 7 / span 4;
    }

    .event-photo > img {
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-size: 0;
    }

/* notices */
.notice {
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    border-left: 0.25rem solid;
    border-radius: 0.25rem;
}

    .notice .heading,
    .notice p {
        margin-bottom: 0.5rem;
    }

    .notice .heading {
        font-size: 22px;
    }

    .notice p:last-child {
        margin-bottom: 0;
    }

    .notice.info {
        background-color: var(--cp-color-blue-10);
        color: var(--cp-color-blue-70);
    }

        .notice.info code {
            background-color: var(--cp-color-gray-20);
            color: var(--cp-color-red-60);
        }

    .notice.success {
        background-color: var(--cp-color-green-10);
        color: var(--cp-color-green-90);
    }

    .notice.warning {
        background-color: var(--cp-color-red-10);
        color: var(--color-red);
    }

/* list columns */
.column-3 {
    column-count: 3;
    column-gap: 1rem;
    margin-bottom: 2rem;
}

/* link grid - for admin site */
ul.link-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    grid-auto-rows: 2rem;
    gap: 1rem;
}

    ul.link-grid li {
        position: relative;
        display: flex;
        flex-direction: column;
        grid-row: span 4;
        padding: 1rem;
        border: 2px solid var(--cp-color-gray-30);
        border-radius: 0.25rem;
    }

        ul.link-grid li:hover {
            color: var(--color-blue);
            border-color: var(--color-blue);
        }

        ul.link-grid li .spacer {
            flex-grow: 1;
        }

        ul.link-grid li a {
            position: absolute;
            inset: 0;
        }

/* event ticker */
.event-ticker {
    padding: 1rem;
    background: linear-gradient(145deg, var(--color-blue), var(--color-royal));
    text-align: center;
    font-size: 0.875rem;
}

.event-ticker-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: 4rem;
    margin-right: 4rem;
}

.event-ticker a {
    padding-bottom: 0;
}

    .event-ticker a,
    .event-ticker a.link:hover {
        color: white;
    }

.event-ticker.event-banner {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* preloader */
.preloader {
    position: fixed;
    inset: 0;
    display: grid;
    place-content: center;
    background-color: black;
    color: white;
    -webkit-mask-image: radial-gradient(circle at center, transparent 0%, black 0%);
    mask-image: radial-gradient(circle at center, transparent 0%, black 0%);
    mask-position: center center;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: all 1s;
    z-index: 999999;
}

[data-preloaded=true] .preloader {
    display: none;
}

.preloader-content {
    position: relative;
    width: clamp(320px, 50vw, 800px);
    height: 512px;
    background-color: black;
}

/* media */
@media (max-width: 1468px) {
    .charts {
        min-width: 720px;
    }
}

@media (max-width: 1366px) {
    .center:not(.center-md):not(.center-sm) .layout.flexible .area.area-1 {
        flex: 1 1 calc(1366px / 4);
    }

    .center:not(.center-md):not(.center-sm) .layout.flexible .area.area-2 {
        flex: 1 1 calc(1366px / 2);
    }

    .center:not(.center-md):not(.center-sm) .layout.flexible .area.area-3 {
        flex: 1 1 calc(1366px / 3);
    }

    .charts {
        min-width: 600px;
    }

    .awards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1224px) {
    .block-columns.wwd .left-column {
        flex: 1 0 100%;
        margin-bottom: 2rem;
        padding-right: 0;
    }

        .block-columns.wwd .left-column .controllers {
            width: 100%;
        }

        .block-columns.wwd .left-column .controller {
            flex: 0 0 50%;
        }

    .charts {
        min-width: 100%;
    }
}

@media (max-width: 1280px) {
    .video-lightbox {
        width: 768px;
        height: 432px;
    }
}

@media (max-width: 1024px) {
    .site-nav .site-nav-item a {
        font-size: 0.875rem;
    }

    .center-md .layout.flexible .area.area-1 {
        flex: 1 1 calc(1024px / 4);
    }

    .center-md .layout.flexible .area.area-2 {
        flex: 1 1 calc(1024px / 2);
    }

    .center-md .layout.flexible .area.area-3 {
        flex: 1 1 calc(1024px / 3);
    }

    .sm-area-footer .scroller span {
        font-size: 9vw;
    }

    .menu-service-item {
        width: 100%;
    }

    .service-row {
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .pillar-image {
        transform: translateY(0);
    }

    .logo-grid {
        grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    }

    .t-grid {
        grid-template-columns: 1fr;
        border-bottom: 0;
    }

        .t-grid .t-list {
            margin-top: 0;
        }
}

@media (max-width: 872px) {
    .site-header .site-nav {
        display: none;
    }

    .callout-button[data-toggle-menu] {
        display: flex;
    }

    .awards-grid {
        grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    }
}

@media (max-width: 800px) {
    .center-sm .layout.flexible .area.area-1 {
        flex: 1 1 calc(800px / 4);
    }

    .center-sm .layout.flexible .area.area-2,
    .center-sm .layout.flexible .area.area-3 {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    .h3 {
        font-size: 1.25rem;
    }

    .slide-content {
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .slide-content .header {
            margin-bottom: 6rem;
            padding-right: 0;
        }

    .slide-pager {
        left: 0;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-bottom: 2rem;
        justify-content: center;
    }

    .slide-pager-button {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .video-lightbox {
        width: 100%;
    }

    .p1 {
        font-size: 1rem;
    }

    .section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .content-wrapper {
        margin-top: 2rem;
    }

    /* service accordion - home page */
    .accordion .panel-button .panel-title {
        font-size: 1.5rem;
    }

    .article-item {
        flex: 1 0 100%;
    }

    .home-articles .article-item:nth-child(even) {
        transform: none;
    }

    .quote-card {
        width: 26rem;
    }

        .quote-card:nth-child(even) {
            align-self: flex-start;
        }

    .counter-item {
        margin-bottom: 0;
    }

    .list-table-cell:nth-child(1) {
        flex: 1 0 12.5%;
    }

    .block-image.award-image > img {
        height: 10rem;
    }

    .pillar-wrapper p {
        font-size: 0.875rem;
    }

    .article-details-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .article-grid,
    .training-class-grid,
    .offsite-grid,
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-grid {
        grid-template-columns: 1fr;
    }

    .leadership-team {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 667px) and (min-width: 320px) {
    [class*='w-'] {
        width: 100%;
    }
}

@media (max-width: 667px) {
    .site-header-wrapper {
        padding: 1rem;
    }

    .site-header .site-logo {
        flex: 0 0 150px;
    }

    .menu-lines {
        width: 24px;
        height: 14px;
    }

    .site-menu-logo {
        width: 150px;
        margin-top: 1rem;
        margin-left: 1rem;
    }

    .site-menu-wrapper {
        padding: 2rem 1rem 1rem;
    }

    .site-menu-list li a {
        font-size: 20px;
    }

    .slide-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .gutter-4 {
        padding: 2rem;
    }

    .slide-content .p1,
    .quote-item blockquote {
        font-size: 0.875rem;
    }

    .slick-dots {
        left: 50%;
        right: unset;
        margin-right: 0;
        margin-bottom: 2rem;
        transform: translateX(-50%);
    }

    .callout-button {
        font-size: 0.875rem;
    }

    .hero-section .hero-header {
        padding-right: 0;
    }

    .hero-section .hero-item {
        flex: 1 0 100%;
    }

    .field-row {
        flex-direction: column;
    }

    .field-group + .field-group {
        margin-top: 2rem;
    }

    .heading.list-heading {
        margin-top: 1rem;
    }

    .h2--5 {
        font-size: 30px;
    }

    .service-row {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .service-item {
        padding-left: 0;
        padding-right: 0;
    }

    .col-2 .block-item {
        flex: 1 0 100%;
    }

    .list-table-cell:nth-child(1) {
        flex: 0 0 25%;
    }

    .list-table-cell:nth-child(2) {
        flex: 1;
    }

    .list-table-cell.has-image {
        display: none;
    }

    .accordion .panel-button .panel-toggle {
        width: 1rem;
        height: 1rem;
    }

    .btn-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .accordion .panel-button {
        padding: 1rem;
    }

        .accordion .panel-button .panel-title {
            font-size: 1rem;
        }

        .accordion .panel-button .block-icon {
        }

    .image-grid .block-item {
        flex: 1 0 8rem;
    }

    .industry-item {
        width: 100%;
    }

        .industry-item:nth-child(even) {
            transform: none;
        }

    .grid.grid-2x,
    .article-grid,
    .service-grid {
        grid-template-columns: auto;
    }
}

@media (max-width: 414px) {
    ul.check-list li {
        flex-direction: column;
        align-items: flex-start;
    }

        ul.check-list li .block-icon {
            margin-bottom: 1rem;
        }

    .logo-grid {
        grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    }

    .btn-grid {
        grid-template-columns: auto;
        gap: 1rem;
    }

    .leadership-team {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .slider {
        height: 100vh;
    }

    .media.w-20 {
        width: 20%;
    }

    .media.w-33 {
        width: 33.33333%;
    }

    .media.w-40 {
        width: 40%;
    }

    .media.w-46 {
        width: 46.66667%;
    }

    .media.w-60 {
        width: 60%;
    }

    .media.w-75 {
        width: 75%;
    }
}

@media (max-width: 667px) {
    .team-profile-image > img {
        object-fit: contain;
    }
}

@media (max-width: 414px) {
    .team-profile-image {
        height: auto;
    }

        .team-profile-image > img {
            object-fit: cover;
        }
}
