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

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

.scd-kcfep1994 * {
    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-kcfep1994 *,
.scd-kcfep1994 *::before,
.scd-kcfep1994 *::after {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scd-kcfep1994 .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-kcfep1994 .cbox-row label {
    position: relative;
    cursor: pointer;
}

.scd-kcfep1994 .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-kcfep1994 .radio-row input:checked,
.scd-kcfep1994 .radio-row input:not(:checked) {
    position: absolute;
    left: -9999px;
}
  
.scd-kcfep1994 .radio-row input:checked + label,
.scd-kcfep1994 .radio-row input:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
  
.scd-kcfep1994 .radio-row input:checked + label:before,
.scd-kcfep1994 .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-kcfep1994 .radio-row input:checked + label:after,
.scd-kcfep1994 .radio-row input:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
}
  
.scd-kcfep1994 .radio-row input:checked + label:before {
    background: #0875e2;
    border: none;
}
  
.scd-kcfep1994 .radio-row input:checked + label:after {
    opacity: 1;
    transform: scale(1);
    background: #ffffff;
}
  
.scd-kcfep1994 .radio-row input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

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

.scd-kcfep1994 ol,
.scd-kcfep1994 ul, 
.scd-kcfep1994 li {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
.scd-kcfep1994 ol,
.scd-kcfep1994 ul {
    margin-bottom: 15px;
}
.scd-kcfep1994 b {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.scd-kcfep1994 i {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: italic;
    letter-spacing: inherit;
    line-height: inherit;
}
.scd-kcfep1994 span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
.scd-kcfep1994 sup,
.scd-kcfep1994 sub {
    color: inherit;
    font-size: 70%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: 50%;
    letter-spacing: inherit;
}

/* ========================= */
/* ===== scd-kcfep1994 ===== */
/* ========================= */

.scd-kcfep1994 .inner {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    min-height: 370px;
    background-color: #f8f8f8;
    overflow: hidden;
    border-radius: 16px;
}



.scd-kcfep1994 .inner .left,
.scd-kcfep1994 .inner .right {
    position: relative;
    width: 100%;
    min-height: 270px;
    z-index: 5;
}

.scd-kcfep1994 .inner .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 7% 5%;
}

.scd-kcfep1994 .inner .left .eyebrow {
    color: #00635B;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 4px 2px;
}
.scd-kcfep1994 .inner .left .main-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 95%;
    margin-bottom: 15px;
}
.scd-kcfep1994 .inner .left .main-text {
    margin: 0 0 20px 2px;
}

.scd-kcfep1994 .inner .bg-video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.scd-kcfep1994 .inner .bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    z-index: 0;
}

.scd-kcfep1994 .inner button.video-toggle-button {
    position: absolute;
    right: 56px;
    bottom: 20px;
    padding: 0;
    border: 0;
    background: none;
    z-index: 5;
}
.scd-kcfep1994 .inner button.video-toggle-button:hover {
    cursor: pointer;
}
.scd-kcfep1994 .inner button.video-toggle-button .icon {
    color: #ffffff;
    font-size: 20px;
    width: auto;
    height: 20px;
}
.scd-kcfep1994 .inner button.video-toggle-button .icon.play-button {
    height: 20px;
}
.scd-kcfep1994 .inner button.video-toggle-button .icon.pause-button {
    height: 18px;
}
.scd-kcfep1994 .inner button.video-toggle-button.paused .icon.pause,
.scd-kcfep1994 .inner button.video-toggle-button.playing .icon.play {
    display: none;
}
.scd-kcfep1994 .inner button.video-toggle-button.paused .icon.play,
.scd-kcfep1994 .inner button.video-toggle-button.playing .icon.pause {
    display: inline;
}

.scd-kcfep1994 .inner button.mute-toggle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0;
    border: 0;
    background: none;
    z-index: 5;
}
.scd-kcfep1994 .inner button.mute-toggle:hover {
    cursor: pointer;
}
.scd-kcfep1994 .inner button.mute-toggle .icon {
    color: #ffffff;
    font-size: 20px;
    width: auto;
    height: 20px;
}
.scd-kcfep1994 .inner button.mute-toggle .icon.fa-volume-xmark {
    height: 20px;
}
.scd-kcfep1994 .inner button.mute-toggle .icon.fa-volume {
    height: 20px;
}
.scd-kcfep1994 .inner button.mute-toggle.unmuted .icon.fa-volume-xmark,
.scd-kcfep1994 .inner button.mute-toggle.muted .icon.fa-volume-high {
    display: none;
}
.scd-kcfep1994 .inner button.mute-toggle.unmuted .icon.fa-volume-high,
.scd-kcfep1994 .inner button.mute-toggle.muted .icon.fa-volume-xmark {
    display: inline;
}

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

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

}

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

    .scd-kcfep1994 .inner {
        flex-direction: row;
    }

    .scd-kcfep1994 .inner .left,
    .scd-kcfep1994 .inner .right {
        width: 50%;
    }

    .scd-kcfep1994 .inner .left {
        padding: 4%;
    }

    .scd-kcfep1994 .inner .left .main-title {
        font-size: 36px;
    }
    .scd-kcfep1994 .inner .left .eyebrow,
    .scd-kcfep1994 .inner .left .main-text {
        font-size: 18px;
    }

    .scd-kcfep1994 .inner button.video-toggle-button .icon {
        font-size: 24px;
    }
    .scd-kcfep1994 .inner button.video-toggle-button .icon.play-button {
        height: 22px;
    }
    .scd-kcfep1994 .inner button.video-toggle-button .icon.pause-button {
        height: 20px;
    }

}

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

/* 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) {

}