@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Thin.woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Light.woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Regular.woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Medium.woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Bold.woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Black.woff");
    font-weight: 900;
    font-style: normal;
}

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

.scd-wrapper {
    text-rendering: optimizeSpeed;
    scroll-behavior: smooth;
    max-width: 1404px;
    margin: auto;
}
  
.scd-wrapper * {
    font-size: 16px;
    font-weight: 400;
    font-family: "Staples Norms Pro";
}
  
.scd-wrapper *,
.scd-wrapper *::before,
.scd-wrapper *::after {
    box-sizing: border-box;
}
  
.scd-wrapper h1 {
    font-size: 32px;
}
  
.scd-wrapper h2 {
    font-size: 26px;
}
  
.scd-wrapper h3 {
    font-size: 20px;
}
  
.scd-wrapper h1,
.scd-wrapper h2,
.scd-wrapper h3,
.scd-wrapper h4,
.scd-wrapper p,
.scd-wrapper figure,
.scd-wrapper blockquote,
.scd-wrapper dl,
.scd-wrapper dd {
    margin: 0;
}
  
.scd-wrapper a:not([class]) {
    text-decoration-skip-ink: auto;
}
  
.scd-wrapper img,
.scd-wrapper picture {
    max-width: 100%;
    display: block;
}
  
.scd-wrapper input,
.scd-wrapper button,
.scd-wrapper textarea,
.scd-wrapper select {
    font: inherit;
}

.scd-wrapper ul {
    padding-left: 0;
}

.scd-wrapper ul li {
    line-height: 1.4;
    padding-left: 15px;
    margin-left: 10px;
    background-image: url("../images/bullet.svg");
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: 0 7px;
}

.scd-wrapper ul li,
.scd-wrapper ol li {
    list-style: none;
}

.scd-wrapper ul li::marker,
.scd-wrapper ul li::before {
    display: none;
    content: "";
    line-height: 0;
    min-width: 0;
}
  
/* ===================== */
/* === Helper Styles === */
/* ===================== */

.scd-wrapper .shadow {
    box-shadow: 0px 1px 5px #dddddc;
}
  
.scd-wrapper .shadow-light {
    box-shadow: 0px 0px 2px #dddddc;
}
  
.scd-wrapper .border {
    border: 1px solid #dddddc;
}
  
.scd-wrapper .shadow:hover,
.scd-wrapper .shadow-light:hover {
    box-shadow: 0px 0px 15px #dddddc;
}
  
/* =================== */
/* === Text Styles === */
/* =================== */
  
.scd-wrapper .label {
    margin-top: 0.25em;
    font-size: 12px;
}
  
.scd-wrapper .emphasis {
    font-weight: 500;
}
  
.scd-wrapper .big {
    font-size: 22px;
    font-weight: 500;
}
  
.scd-wrapper .headline-lg {
    font-size: 48px;
    font-weight: 900;
    color: #cc0000;
}
  
.scd-wrapper .headline-md {
    font-size: 36px;
    font-weight: 900;
    color: #cc0000;
}
  
.scd-wrapper .headline-sm {
    font-size: 24px;
    font-weight: 900;
    color: #cc0000;
}
  
/* =================== */
/* === Link Styles === */
/* =================== */
  
.scd-wrapper .link {
    color: #0875e2;
    text-decoration: none;
}
  
.scd-wrapper .link:hover {
    text-decoration: underline;
}
  
.scd-wrapper .link.secondary {
    color: #000000;
    text-decoration: underline;
}
  
.scd-wrapper .link.secondary:hover {
    font-weight: 500;
}
  
.scd-wrapper .link.on-dark {
    color: #ffffff;
    text-decoration: underline;
}
  
.scd-wrapper .link.on-dark:hover {
    font-weight: 500;
}
  
/* ===================== */
/* === Button Styles === */
/* ===================== */
  
.scd-wrapper .button {
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border-radius: 22px;
    border: none;
    padding: 0 30px;
    text-decoration: none;
    margin-bottom: 1em;
    margin-right: 1em;
}
  
.scd-wrapper .button:hover {
    cursor: pointer;
}
  
.scd-wrapper .button.primary {
    color: #ffffff;
    background: #cc0000;
}
  
.scd-wrapper .button.primary:hover {
    background: #a30100;
}
  
.scd-wrapper .button.primary.on-dark {
    color: #cc0000;
    background: #ffffff;
}
  
.scd-wrapper .button.primary.on-dark:hover {
    background: #f4f5f4;
}
  
.scd-wrapper .button.secondary {
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
  
.scd-wrapper .button.secondary:hover {
    background: #f4f5f4;
}
  
.scd-wrapper .button.secondary.on-dark {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}
  
.scd-wrapper .button.secondary.on-dark:hover {
    background: rgba(0, 0, 0, 0.1);
}
  
.scd-wrapper .button.disabled {
    color: #ffffff;
    background: #dddddc;
    pointer-events: none;
}
  
/* ================== */
/* === Checkboxes === */
/* ================== */
  
.scd-wrapper .cbox-row {
    display: block;
}
  
.scd-wrapper .cbox-row input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
  
.scd-wrapper .cbox-row input:checked + label:before {
    background-color: #0875e2;
    border: 1px solid #0875e2;
}
  
.scd-wrapper .cbox-row input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
  
.scd-wrapper .cbox-row label {
    position: relative;
    cursor: pointer;
}
  
.scd-wrapper .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-wrapper .radio-row input:checked, .scd-wrapper .radio-row input:not(:checked) {
    position: absolute;
    left: -9999px;
}
  
.scd-wrapper .radio-row input:checked + label, .scd-wrapper .radio-row input:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
  
.scd-wrapper .radio-row input:checked + label:before, .scd-wrapper .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-wrapper .radio-row input:checked + label:after, .scd-wrapper .radio-row input:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
}
  
.scd-wrapper .radio-row input:checked + label:before {
    background: #0875e2;
    border: none;
}
  
.scd-wrapper .radio-row input:checked + label:after {
    opacity: 1;
    transform: scale(1);
    background: #ffffff;
}
  
.scd-wrapper .radio-row input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}


body {
    margin: 0;
    padding: 0;
}

.whiteboard-button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 18px;
}

.kcfep1024-scd-wrapper {
    margin: 0 auto;
    max-width: 1440px;
}

.kcfep1024 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Staples Norms Pro, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.kcfep1024 .video-banner {
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    border-radius: 18px;
    background-image: linear-gradient(to bottom, #cc0000 100%, transparent), url('/sbd/cre/products/230210/kcfep1024/images/2_mod_video.png') ;
    background-size: 50% 100%, cover;
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    max-width: 690px;
    height: 300px;
    color: #ffffff;
    text-align: left;
}


.kcfep1024 .video-banner .img-container {
    /* height: 100%; */
    margin-left: 50px;
    max-width: 37%;
}

.kcfep1024 img {
    display: inline;
}

.kcfep1024 .trured {
    height: 44px;
    width: auto;
}

.kcfep1024 .title {
    font-family: Nicholas, Arial, Helvetica, sans-serif;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 9px;
    margin-bottom: 0;
}

.kcfep1024 .subtitle { 
    font-family: Staples Norms Pro, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}

.kcfep1024 .video-banner .body-copy {
    max-width: 415px;
    font-weight: 500;
    
    font-size: 14px;
}

.kcfep1024 .video-banner .watch {
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    /* justify-content: center; */

}

.kcfep1024 .video-banner .play {
    height: 17px;
    margin-left: 4px;

}

.kcfep1024 .tool-banner {
    width: 100%;
    max-width: 690px;
    height: 300px;
    text-align: left;
    background-color: #f5f5f5;
    border-radius: 18px;
    background-image: url('/sbd/cre/products/230210/kcfep1024/images/ipad.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 53%;
    margin-top: 30px;
}

.kcfep1024 .tool-banner .title {
    margin-top: 78px;
    font-family: Staples Norms Pro, Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    line-height: 32px;
    font-weight: 700;
}

.kcfep1024 .tool-banner .img-container {
    max-width: 320px;
    margin-top: 50px;
    margin-left: 50px;
}

.kcfep1024 .tool-banner .img-container .body-copy {
    font-weight: 500;
    margin-top: 9px;
    font-size: 14px;
    margin-bottom: 32px;
    max-width: 65%;
}

.kcfep1024 .tool-banner .cta {
    text-decoration: none;
    font-family: Staples Norms Pro, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 10px 24px;
    background-color: #cc0000;
    border-radius: 999px;
}

/* .hystmodal-close {
    color: #fff;
    filter: drop-shadow(2px 2px #000);
} */

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

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

}

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

}

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

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1094px) {
    .kcfep1024 {
        flex-direction: row;
        justify-content: space-around;
    }
    .kcfep1024 .tool-banner {
        margin-top: 0;
        margin-left: 18px;
    }
}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (max-width: 480px) {
    .kcfep1024 .tool-banner {
        background-image: none;
    }
    .kcfep1024 .video-banner {
        background-image: none;
        background-color: #cc0000;
    }
    .kcfep1024 .video-banner .img-container {
        max-width: 60%;
    }
}
