/* ====================== */
/* === General Styles === */
/* ====================== */

.scd-kcfep2384 {
    max-width: 1440px;
    margin: auto;
}

.scd-kcfep2384 * {
    font-size: 16px;
    font-weight: 400;
    font-family: "Staples Norms Pro";
    text-rendering: optimizeSpeed;
    /* text-rendering: optimizeLegibility; */
    font-variant-ligatures: none;
    font-feature-settings: 'liga' off;
    -webkit-font-smoothing: antialiased;
    /* -webkit-font-smoothing: subpixel-antialiased; */
}

.scd-kcfep2384 *,
.scd-kcfep2384 *::before,
.scd-kcfep2384 *::after {
    box-sizing: border-box;
}

.scd-kcfep2384 h1 {
    font-size: 32px;
}

.scd-kcfep2384 h2 {
    font-size: 26px;
}

.scd-kcfep2384 h3 {
    font-size: 20px;
}

.scd-kcfep2384 h1,
.scd-kcfep2384 h2,
.scd-kcfep2384 h3,
.scd-kcfep2384 h4,
.scd-kcfep2384 p,
.scd-kcfep2384 figure,
.scd-kcfep2384 blockquote,
.scd-kcfep2384 dl,
.scd-kcfep2384 dd {
    margin: 0;
}

.scd-kcfep2384 a {
    color: #CC0000;
}

.scd-kcfep2384 a:hover {
    color: #dd1700;
}

.scd-kcfep2384 a:not([class]) {
    text-decoration-skip-ink: auto;
}

.scd-kcfep2384 img,
.scd-kcfep2384 picture {
    max-width: 100%;
    display: block;
}

.scd-kcfep2384 span,
.scd-kcfep2384 input,
.scd-kcfep2384 button,
.scd-kcfep2384 textarea,
.scd-kcfep2384 select {
    font: inherit;
}

.scd-kcfep2384 ul {
    padding-left: 0;
    margin: 0;
}

.scd-kcfep2384 ul li {
    line-height: 1.4;
    margin-left: 25px;
}

/* ===================== */
/* === Helper Styles === */
/* ===================== */

.scd-kcfep2384 .shadow {
    box-shadow: 0px 1px 5px #dddddc;
}

.scd-kcfep2384 .shadow-light {
    box-shadow: 0px 0px 2px #dddddc;
}

.scd-kcfep2384 .border {
    border: 1px solid #dddddc;
}

.scd-kcfep2384 .shadow:hover,
.scd-kcfep2384 .shadow-light:hover {
    box-shadow: 0px 0px 15px #dddddc;
}

/* =================== */
/* === Text Styles === */
/* =================== */

.scd-kcfep2384 .label {
    margin-top: 0.25em;
    font-size: 12px;
}

.scd-kcfep2384 .emphasis {
    font-weight: 500;
}

.scd-kcfep2384 .big {
    font-size: 22px;
    font-weight: 500;
}

.scd-kcfep2384 .headline-lg {
    font-size: 48px;
    font-weight: 900;
    color: #cc0000;
}

.scd-kcfep2384 .headline-md {
    font-size: 36px;
    font-weight: 900;
    color: #cc0000;
}

.scd-kcfep2384 .headline-sm {
    font-size: 24px;
    font-weight: 900;
    color: #cc0000;
}

/* =================== */
/* === Link Styles === */
/* =================== */

.scd-kcfep2384 .link {
    color: #0875e2;
    text-decoration: none;
}

.scd-kcfep2384 .link:hover {
    text-decoration: underline;
}

.scd-kcfep2384 .link.secondary {
    color: #000000;
    text-decoration: underline;
}

.scd-kcfep2384 .link.secondary:hover {
    font-weight: 500;
}

.scd-kcfep2384 .link.on-dark {
    color: #ffffff;
    text-decoration: underline;
}

.scd-kcfep2384 .link.on-dark:hover {
    font-weight: 500;
}

/* ===================== */
/* === Button Styles === */
/* ===================== */

.scd-kcfep2384 .button {
    color: #ffffff;
    background: #cc0000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 22px;
    border: none;
    padding: 7px 22px;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 756px) {
    .scd-kcfep2384 .button {
        padding: 10px 30px;
    }
}

.scd-kcfep2384 .button:hover {
    color: #ffffff;
    background: #dd1700;
}

.scd-kcfep2384 .button.on-dark {
    color: #cc0000;
    background: #ffffff;
}

.scd-kcfep2384 .button.on-dark:hover {
    color: #cc0000;
    background: #f4f5f4;
}

.scd-kcfep2384 .button.secondary {
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.scd-kcfep2384 .button.secondary:hover {
    color: #000000;
    background: #f4f5f4;
}

.scd-kcfep2384 .button.secondary.on-dark {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}

.scd-kcfep2384 .button.secondary.on-dark:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.1);
}

.scd-kcfep2384 .button.disabled {
    color: #ffffff;
    background: #dddddc;
    pointer-events: none;
}

.scd-kcfep2384 .button.disabled:hover {
    color: #ffffff;
    background: #dddddc;
    pointer-events: none;
}

/* ================== */
/* === Checkboxes === */
/* ================== */

.scd-kcfep2384 .cbox-row {
    display: block;
}

.scd-kcfep2384 .cbox-row input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.scd-kcfep2384 .cbox-row input:checked+label:before {
    background-color: #0875e2;
    border: 1px solid #0875e2;
}

.scd-kcfep2384 .cbox-row input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.scd-kcfep2384 .cbox-row label {
    position: relative;
    cursor: pointer;
}

.scd-kcfep2384 .cbox-row label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #979797;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    top: -1px;
}

/* ===================== */
/* === Radio Buttons === */
/* ===================== */

.scd-kcfep2384 .radio-row input:checked,
.scd-kcfep2384 .radio-row input:not(:checked) {
    position: absolute;
    left: -9999px;
}

.scd-kcfep2384 .radio-row input:checked+label,
.scd-kcfep2384 .radio-row input:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.scd-kcfep2384 .radio-row input:checked+label:before,
.scd-kcfep2384 .radio-row input:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 18px;
    height: 18px;
    border: 1px solid #979797;
    border-radius: 100%;
    background: #ffffff;
}

.scd-kcfep2384 .radio-row input:checked+label:after,
.scd-kcfep2384 .radio-row input:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
}

.scd-kcfep2384 .radio-row input:checked+label:before {
    background: #0875e2;
    border: none;
}

.scd-kcfep2384 .radio-row input:checked+label:after {
    opacity: 1;
    transform: scale(1);
    background: #ffffff;
}

.scd-kcfep2384 .radio-row input:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

/* ================================== */
/* === Normalization (2024-05-15) === */
/* ================================== */

.scd-kcfep2384 ol,
.scd-kcfep2384 ul,
.scd-kcfep2384 li {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.scd-kcfep2384 ol,
.scd-kcfep2384 ul {
    margin-bottom: 15px;
}

.scd-kcfep2384 b {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.scd-kcfep2384 i {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: italic;
    letter-spacing: inherit;
    line-height: inherit;
}

.scd-kcfep2384 span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.scd-kcfep2384 sup,
.scd-kcfep2384 sub {
    color: inherit;
    font-size: 60%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: 50%;
    letter-spacing: inherit;
}

/* ========================= */
/* ===== scd-kcfep2384 ===== */
/* ========================= */

.scd-kcfep2384 .video-banner {
    width: 100%;
    background: #f1f2f2;
}

.scd-kcfep2384 .video-banner .banner-content {
    /* max-width: 1440px; */
    position: relative;
    max-width: 1800px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 6px;
    margin: auto;
    overflow: hidden;
}

.scd-kcfep2384 .video-banner .banner-content .logo {
    position: relative;
    width: 100px;
    height: auto;
    margin: 0 auto 16px;
    z-index: 5;
}

.scd-kcfep2384 .video-banner .banner-content .title-img {
    position: relative;
    width: 150px;
    height: auto;
    /* height: 34px;
    color: transparent;
    background-image: url("../images/staples-tech.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; */
    margin: 0 auto 16px;
    z-index: 5;
}

.scd-kcfep2384 .video-banner .banner-content h1 {
    display: inline;
    color: #ffffff;
    font-size: inherit;
    font-weight: 700;
    margin: 0;
    z-index: 5;
}

.scd-kcfep2384 .video-banner .banner-content .copy {
    max-width: 300px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Staples Norms Pro";
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.02px;
    margin-bottom: 16px;
    z-index: 5;
}

.scd-kcfep2384 .video-banner .banner-content .subcopy {
    display: inline;
    max-width: 300px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 450;
    /* margin: 0 auto; */
    z-index: 5;
}

.scd-kcfep2384 .video-banner .banner-content button.modal-button {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 8px 26px;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.scd-kcfep2384 .video-banner .banner-content video {
    width: 100%;
}

.scd-kcfep2384 .video-banner .banner-content .bg-video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.scd-kcfep2384 .video-banner .banner-content .bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scd-kcfep2384 .video-banner .banner-content button.video-toggle-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 0;
    border: 0;
    background: none;
}

.scd-kcfep2384 .video-banner .banner-content button.video-toggle-button:hover {
    cursor: pointer;
}

.scd-kcfep2384 .video-banner .banner-content button.video-toggle-button .icon {
    color: #ffffff;
    font-size: 20px;
    width: auto;
    height: 20px;
}

.scd-kcfep2384 .video-banner .banner-content button.video-toggle-button .icon.play-button {
    height: 20px;
}

.scd-kcfep2384 .video-banner .banner-content button.video-toggle-button .icon.pause-button {
    height: 18px;
}

.scd-kcfep2384 .video-banner .banner-content button.video-toggle-button.paused .icon.fa-pause,
.scd-kcfep2384 .video-banner .banner-content button.video-toggle-button.playing .icon.fa-play {
    display: none;
}

.scd-kcfep2384 .video-banner .banner-content button.video-toggle-button.paused .icon.fa-play,
.scd-kcfep2384 .video-banner .banner-content button.video-toggle-button.playing .icon.fa-pause {
    display: inline;
}

/* Under Text */

.scd-kcfep2384 .under-text {
    max-width: 875px;
    margin: 35px auto 0;
    padding: 0 30px;
    text-align: center;
}

.scd-kcfep2384 .under-text .text {
    /* margin-bottom: 24px; */
    margin-bottom: 0;
}

.scd-kcfep2384 .under-text h1 {
    font-size: 18px;
    line-height: 1.36;
    display: inline;
}

.scd-kcfep2384 .under-text p {
    font-size: 18px;
    line-height: 1.36;
    display: inline;
}

/* .scd-kcfep2384 .under-text p .sup {
    font-size: 50%;
} */

.scd-kcfep2384 .under-text .bold {
    color: #C00;
    font-weight: 700;
}

.scd-kcfep2384 .under-text .button {
    font-size: 14px;
}

/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* Video Banner */

    .scd-kcfep2384 .video-banner .banner-content {
        min-height: 450px;
    }

    .scd-kcfep2384 .video-banner .banner-content .logo {
        width: 140px;
        margin: 0 auto 35px;
    }

    .scd-kcfep2384 .video-banner .banner-content .title-img {
        width: 254px;
        /* height: 75px;
        font-size: 72px; */
        margin: 0 auto 24px;
    }

    /* .scd-kcfep2384 .video-banner .banner-content h1 {
        font-size: 26px;
    } */

    .scd-kcfep2384 .video-banner .banner-content .copy {
        max-width: 600px;
        font-size: 62px;
        letter-spacing: -1.86px;
        margin-bottom: 24px;
    }

    .scd-kcfep2384 .video-banner .banner-content .subcopy {
        max-width: 730px;
        font-size: 24px;
        margin-bottom: 24px;
    }

    .scd-kcfep2384 .video-banner .banner-content button.modal-button {
        padding: 10px 30px;
    }

    .scd-kcfep2384 .video-banner .banner-content button.modal-button img {
        width: 16px;
    }

    .scd-kcfep2384 .video-banner .banner-content button.modal-button span {
        font-size: 16px;
    }

    .scd-kcfep2384 .video-banner .banner-content button.video-toggle-button .icon {
        font-size: 24px;
    }

    .scd-kcfep2384 .video-banner .banner-content button.video-toggle-button .icon.play-button {
        height: 22px;
    }

    .scd-kcfep2384 .video-banner .banner-content button.video-toggle-button .icon.pause-button {
        height: 20px;
    }

    /* Under Text */

    .scd-kcfep2384 .under-text .text {
        /* margin-bottom: 24px; */
        margin-bottom: 0;
    }

    .scd-kcfep2384 .under-text h1 {
        font-size: 22px;
    }

    .scd-kcfep2384 .under-text p {
        font-size: 22px;
    }

    .scd-kcfep2384 .under-text .button {
        font-size: 16px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .scd-kcfep2384 .under-text h1 {
        font-size: 24px;
    }

    .scd-kcfep2384 .under-text p {
        font-size: 24px;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {

    .scd-kcfep2384 .under-text h1 {
        font-size: 26px;
    }

    .scd-kcfep2384 .under-text p {
        font-size: 26px;
    }

}