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

.scd-kcfep1979 {
    max-width: 1440px;
    /* padding: 0 15px; */
    margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scd-kcfep1979 .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-kcfep1979 .button:hover {
    color: #ffffff;
    background: #dd1700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================= */
/* ===== scd-kcfep1979 ===== */
/* ========================= */

.scd-kcfep1979 .inner {
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 30px;
    z-index: -5;
}

.scd-kcfep1979 .inner .slide {
    display: none;
    position: absolute;
    width: 100%;
    min-height: 280px;
    transition: 0.25s all linear;
    opacity: 0;
    background-position: calc(100% + 100px) center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.scd-kcfep1979 .inner .slide.myla_b {
    background-image: url("/sbd/images/sba/cre/products/business-is-human/2024/experts-page/hero/images/myla_b_bg.png");
}
.scd-kcfep1979 .inner .slide.michelle_c {
    background-image: url("/sbd/images/sba/cre/products/business-is-human/2024/experts-page/hero/images/michelle_c_bg.png");
}
.scd-kcfep1979 .inner .slide.jake_s {
    background-image: url("/sbd/images/sba/cre/products/business-is-human/2024/experts-page/hero/images/jake_s_bg.png");
}
.scd-kcfep1979 .inner .slide.sasha_b {
    background-image: url("/sbd/images/sba/cre/products/business-is-human/2024/experts-page/hero/images/sasha_b_bg.png");
}
.scd-kcfep1979 .inner .slide.jasmine_r {
    background-image: url("/sbd/images/sba/cre/products/business-is-human/2024/experts-page/hero/images/jasmine_r_bg.png");
}

.scd-kcfep1979 .inner h1 {
    /* max-width: 170px; */
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    letter-spacing: -1px;
    /* margin: 10px 0 0 20px; */
    margin: 15px 15px 0;
    z-index: 5;
}

.scd-kcfep1979 .inner p {
    /* max-width: 120px; */
    font-size: 16px;
    /* margin: 15px 0 7px 20px; */
    margin: 15px 15px 7px;
}

.scd-kcfep1979 .inner .slide .name-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px 12px;
}
.scd-kcfep1979 .inner .slide .name-wrapper .sig {
    margin-bottom: 8px;
}
.scd-kcfep1979 .inner .slide.myla_b .name-wrapper .sig {
    width: 92px;
}
.scd-kcfep1979 .inner .slide.michelle_c .name-wrapper .sig {
    width: 115px;
}
.scd-kcfep1979 .inner .slide.jake_s .name-wrapper .sig {
    width: 123px;
}
.scd-kcfep1979 .inner .slide.sasha_b .name-wrapper .sig {
    width: 135px;
}
.scd-kcfep1979 .inner .slide.jasmine_r .name-wrapper .sig {
    width: 124px;
}
.scd-kcfep1979 .inner .slide .name-wrapper .job-title {
    max-width: 150px;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 100%;
    font-variant: all-small-caps;
    letter-spacing: 0.44px;
}

.scd-kcfep1979 .inner .expert-badge {
    position: absolute;
    display: none;
    width: 80px;
    height: auto;
    bottom: 16px;
    right: 13px;
    z-index: 3;
}

/* ================== */
/* === Animations === */
/* ================== */

.scd-kcfep1979 .inner .slide.slide1 {
    animation: 15s forwards 0s slideTransition infinite;
}
.scd-kcfep1979 .inner .slide.slide2 {
    animation: 15s forwards 3s slideTransition infinite;
}
.scd-kcfep1979 .inner .slide.slide3 {
    animation: 15s forwards 6s slideTransition infinite;
}
.scd-kcfep1979 .inner .slide.slide4 {
    animation: 15s forwards 9s slideTransition infinite;
}
.scd-kcfep1979 .inner .slide.slide5 {
    animation: 15s forwards 12s slideTransition infinite;
}

@keyframes slideTransition {
    0% {
        opacity: 0;
        /* transform: translateX(50px); */
    }
    4% {
        opacity: 1;
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(0);
    }
    24% {
        opacity: 0;
        /* transform: translateX(-50px); */
    }
    100% {
        opacity: 0;
        /* transform: translateX(-50px); */
    }
}

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

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

    .scd-kcfep1979 .inner {
        align-items: flex-start;
        min-height: 250px;
        background-color: #F1F2F2;
    }

    .scd-kcfep1979 .inner .slide {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-position: right center;
    }

    .scd-kcfep1979 .inner h1 {
        max-width: 170px;
        font-size: 40px;
        margin: 20px 0 0 40px;
    }

    .scd-kcfep1979 .inner p {
        max-width: 225px;
        font-size: 16px;
        margin: 20px 0 15px 40px;
    }

    .scd-kcfep1979 .inner .slide .name-wrapper {
        margin: 0 0 40px 52px;
    }

    .scd-kcfep1979 .inner .expert-badge {
        display: inline-block;
    }

}

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

    .scd-kcfep1979 .inner {
        min-height: 400px;
        margin-bottom: 60px;
    }
    .scd-kcfep1979 .inner .slide {
        min-height: 400px;
    }

    .scd-kcfep1979 .inner h1 {
        max-width: 380px;
        font-size: 56px;
        letter-spacing: -1.4px;
        margin: 20px 0 0 50px;
    }

    .scd-kcfep1979 .inner p {
        max-width: 300px;
        font-size: 20px;
        margin: 20px 0 15px 50px;
    }

    .scd-kcfep1979 .inner .slide .name-wrapper {
        margin: 0 0 50px 62px;
    }
    .scd-kcfep1979 .inner .slide .name-wrapper .job-title {
        max-width: 250px;
        font-size: 20px;
        letter-spacing: 0.64px;
    }

    .scd-kcfep1979 .inner .expert-badge {
        width: 126px;
        bottom: 30px;
        right: 28px;
    }

}

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

}

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

    .scd-kcfep1979 .inner {
        min-height: 536px;
    }

    .scd-kcfep1979 .inner .slide {
        min-height: 536px;
    }

    .scd-kcfep1979 .inner h1 {
        max-width: 680px;
        font-size: 62px;
        line-height: 95%;
        /* font-size: 116.499px;
        line-height: 87%; */
        letter-spacing: -3.495px;
        margin: 20px 0 0 88px;
    }

    .scd-kcfep1979 .inner p {
        max-width: 470px;
        font-size: 26px;
        margin: 10px 0 15px 88px;
    }

    .scd-kcfep1979 .inner .slide .name-wrapper {
        margin: 0 0 60px 100px;
    }
    .scd-kcfep1979 .inner .slide .name-wrapper .sig {
        margin-bottom: 12px;
    }
    .scd-kcfep1979 .inner .slide.myla_b .name-wrapper .sig {
        width: 184px;
    }
    .scd-kcfep1979 .inner .slide.michelle_c .name-wrapper .sig {
        width: 231px;
    }
    .scd-kcfep1979 .inner .slide.jake_s .name-wrapper .sig {
        width: 246px;
    }
    .scd-kcfep1979 .inner .slide.sasha_b .name-wrapper .sig {
        width: 271px;
    }
    .scd-kcfep1979 .inner .slide.jasmine_r .name-wrapper .sig {
        width: 248px;
    }
    .scd-kcfep1979 .inner .slide .name-wrapper .job-title {
        max-width: 370px;
        font-size: 28px;
        letter-spacing: 0.84px;
    }

    .scd-kcfep1979 .inner .expert-badge {
        width: 158px;
        bottom: 35px;
        right: 38px;
    }

}

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

    .scd-kcfep1979 .inner h1 {
        max-width: unset;
        font-size: 82px;
        margin: 70px 0 0 88px;
    }

    .scd-kcfep1979 .inner p {
        max-width: 672px;
        font-size: 28px;
    }

    .scd-kcfep1979 .inner .slide .name-wrapper {
        margin: 0 0 80px 31%;
    }

    .scd-kcfep1979 .inner .slide.slide2,
    .scd-kcfep1979 .inner .slide.slide5 {
        background-position: calc(100% + 25px) center;
    }

}