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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.scd-kcfep1401 {
    scroll-behavior: smooth;
    max-width: 1440px;
    margin: auto;
}

.scd-kcfep1401 * {
    font-size: 15px;
    font-family: "Interstate";
    font-weight: 400;
    color: #000000;
    text-rendering: optimizeSpeed;
    /* text-rendering: optimizeLegibility; */
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
    /* -webkit-font-smoothing: subpixel-antialiased; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scd-kcfep1401 .button {
    color: #ffffff;
    background: #cc0000;
    font-family: "Staples Norms Pro";
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 22px;
    border: none;
    padding: 10px 30px;
    text-decoration: none;
    cursor: pointer;
    /*border: 1px solid #4182ba;*/
}

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

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

.scd-kcfep1401 .button.on-dark:hover {
    background: #f4f5f4;
}

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

.scd-kcfep1401 .button.secondary:hover {
    background: #f4f5f4;
}

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

.scd-kcfep1401 .button.secondary.on-dark:hover {
    background: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

/* ===================== */
/* ===== kcfep1401 ===== */
/* ===================== */



.scd-kcfep1401 {
    width: 370px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.scd-kcfep1401 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
    
}



.scd-kcfep1401 .inner h2.title {
    font-family: "Geometria";
    font-weight: 300;
    font-size: 24pt;
    color: #1D70B7;
    text-transform: uppercase;
    text-align: center;
}
.scd-kcfep1401 .inner p.sub_copy {
    font-family: "Interstate";
    font-weight: 300;
    font-size: 16pt;
    color: #193F76;
    text-align: center;
}



.scd-kcfep1401 .inner .top_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
.scd-kcfep1401 .inner .top_wrap p {
    font-weight: 300;
}
.scd-kcfep1401 .inner .top_wrap .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.scd-kcfep1401 .inner .top_wrap .column.or {
    width: 110px;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 10px 0;
}

.scd-kcfep1401 .inner h3.title {
    font-family: "Geometria";
    font-weight: 300;
    font-size: 22pt;
    color: #1D70B7;
    text-align: center;
}



.scd-kcfep1401 .inner img.find_a_store {
    width: 282px;
}



.scd-kcfep1401 .inner .column .drop_off {
    display: flex;
    width: 296px;
    margin-top: 5px;
    align-items: flex-end;
}
.scd-kcfep1401 .inner .column .drop_off .drop_off_column {
    display: flex;
    flex-direction: column;
}
.scd-kcfep1401 .inner .column .search_section {
    display: flex;
    max-width: 300px;
    margin-top: 5px;
}
.scd-kcfep1401 .inner .column .search_section img.magnifying_glass {
    max-width: 47px;
    max-height: 47px;
    margin-right: 10px;
}
.scd-kcfep1401 .inner .column .drop_off img.arrow {
    max-width: 12px;
    margin-left: 22px;
    flex-shrink: 0;
}
.scd-kcfep1401 .inner .column .drop_off img.shredder {
    max-width: 51px;
    max-height: 51px;
    margin-right: 10px;
}
.scd-kcfep1401 .inner .column .drop_off .drop_off_text {
    margin-bottom: 6px;
}
.scd-kcfep1401 .inner .column .drop_off a.button {
    margin: 0 0 8px 20px;
}



.scd-kcfep1401 .inner .column.or .arrow {
    width: 32px;
    flex-shrink: 0;
}
.scd-kcfep1401 .inner .column.or .arrow.left {
    margin-top: 3px;
    transform: rotate(180deg);
}
.scd-kcfep1401 .inner .column.or .arrow.right {
    margin-top: 3px;
}



.scd-kcfep1401 .inner .pick_up_header {
    display: flex;
    align-items: center;
    margin-left: ;
}
.scd-kcfep1401 .inner .column .schedule_text {
    max-width: 210px;
    margin-left: 35px;
}
.scd-kcfep1401 .inner .column.pick_up .arrow.right {
    display: none;
    width: 32px;
    margin: 0 0 0 3px;
    flex-shrink: 0;
}
.scd-kcfep1401 .inner img.schedule_a_pickup {
    width: 247px;
    margin-left: 20px;
}



.scd-kcfep1401 .inner .column.decide_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 280px;
    height: 44px;
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    padding: 10px 10px;
    margin: 40px 0 0 0;
    overflow: hidden;
    transition: height 0.75s;
}
.scd-kcfep1401 .inner .column.decide_wrap:hover {
    height: 270px;
}
.scd-kcfep1401 .inner .decide_header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.scd-kcfep1401 .inner img.info {
    width: 20px;
}
.scd-kcfep1401 .inner h4.decide {
    font-size: 18px;
    color: #193F76;
    text-transform: uppercase;
    margin: 1px 0 0 10px;
}
.scd-kcfep1401 .inner .decide_sub {
    font-size: 17px;
    line-height: 20px;
    color: #1D70B7;
    text-transform: uppercase;
    margin-top: 10px;
}
.scd-kcfep1401 .inner .decide_text {
    font-size: 15px;
    line-height: 18px;
}



.scd-kcfep1401 .inner .bottom_title {
    margin: 35px 0 0 0;
}
.scd-kcfep1401 .inner .bottom_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.scd-kcfep1401 .inner .bottom_wrap .row {
    max-width: 280px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
}
.scd-kcfep1401 .inner .bottom_wrap .column.left {
    margin: 30px 55px 0 0;
}
.scd-kcfep1401 .inner .bottom_wrap .column.center {
    display: none;
}
.scd-kcfep1401 .inner .bottom_wrap .column.right {
    margin: 30px 0 0 55px;
}
.scd-kcfep1401 .inner .bottom_wrap .column.right .row {
    justify-content: flex-start;
}
.scd-kcfep1401 .inner .bottom_wrap .row.bottom {
    margin-bottom: 0;
}
.scd-kcfep1401 .inner .bottom_wrap .row .text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 260px;
}
.scd-kcfep1401 .inner .bottom_wrap .column.left .row .text_wrap {
    text-align: right;
}
.scd-kcfep1401 .inner .bottom_wrap h4.box_bin_title {
    position: relative;
    color: #1D70B7;
    font-size: 16px;
    font-weight: 300;
    /*
    font-size: 20px;
    font-weight: 400;
    */
}
.scd-kcfep1401 .inner .bottom_wrap .box_bin_sub {
    color: #1D70B7;
    font-size: 15px;
    font-weight: 300;
}
.scd-kcfep1401 .inner .bottom_wrap .box_bin_text {
    margin-top: 3px;
    font-size: 15px;
    font-weight: 300;
}

.scd-kcfep1401 .inner .bottom_wrap img {
    position: absolute;
}
.scd-kcfep1401 .inner .bottom_wrap img.shred_bin {
    top: 0;
    right: -51px;
    width: 41px;
}
.scd-kcfep1401 .inner .bottom_wrap img.calendar {
    top: 0;
    right: -58px;
    width: 45px;
}
.scd-kcfep1401 .inner .bottom_wrap img.pickup {
    width: 65px;
}
.scd-kcfep1401 .inner .bottom_wrap .column.left img.pickup {
    top: 0;
    right: -77px;
}
.scd-kcfep1401 .inner .bottom_wrap img.box {
    top: 0;
    left: -57px;
    width: 41px;
}
.scd-kcfep1401 .inner .bottom_wrap .column.right img.pickup {
    top: 0;
    left: -81px;
}

.scd-kcfep1401 .inner .bottom_wrap img.number {
    display: none;
    position: absolute;
    z-index: -2;
}
.scd-kcfep1401 .inner .bottom_wrap .column.left img.number.num_1 {
    width: 20px;
    top: -20px;
    left: 70px;
}



.scd-kcfep1401 .hide_on_desktop {
    display: inline;
}
.scd-kcfep1401 .hide_on_mobile {
    display: none;
}



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

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 525px) {
    .scd-kcfep1401 {
        width: 500px;
    }
}

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

/* Large devices (desktops, 992px and up) */
@media (min-width: 900px) {
    .scd-kcfep1401 {
        width: 860px;
    }
    .scd-kcfep1401 .inner h2.title {
        font-size: 40pt;
    }
    .scd-kcfep1401 .inner h3.title {
        font-size: 26pt;
    }
    .scd-kcfep1401 .inner .top_wrap {
        flex-direction: row;
        align-items: flex-start;
        margin-top: 50px;
        min-height: 330px;
    }
    .scd-kcfep1401 .inner img.find_a_store {
        width: 282px;
    }
    .scd-kcfep1401 .inner img.schedule_a_pickup {
        width: 247px;
    }
    .scd-kcfep1401 .inner .top_wrap .column {
        justify-content: center;
        align-items: center;
    }
    .scd-kcfep1401 .inner .top_wrap .column.drop_off {
        align-items: flex-start;
        width: 290px;
    }
    .scd-kcfep1401 .inner .column .drop_off a.button {
        margin: 0 0 0 20px;
    }
    .scd-kcfep1401 .inner .top_wrap .column.or {
        width: 140px;
        align-items: center;
        margin: 0;
    }
    .scd-kcfep1401 .inner .column.or .arrow {
        width: 42px;
    }
    .scd-kcfep1401 .inner .column.or .arrow.left {
        margin-top: 5px;
        transform: unset;
    }
    .scd-kcfep1401 .inner .column.or .arrow.right {
        margin-top: 5px;
        transform: rotate(180deg);
    }
    .scd-kcfep1401 .inner .column .search_section {
        max-width: 340px;
    }
    .scd-kcfep1401 .inner .column.pick_up .arrow.right {
        display: inline;
        width: 42px;
        margin: 0 0 0 3px;
        transform: rotate(180deg);
        flex-shrink: 0;
    }
    .scd-kcfep1401 .inner .column.decide_wrap {
        justify-content: flex-start;
        align-items: flex-start;
        width: 200px;
        height: 44px;
        padding: 10px 5px 5px 10px;
        margin: 0 0 0 10px;
        transition: height 0.75s;
    }
    .scd-kcfep1401 .inner .column.decide_wrap:hover {
        height: 320px;
    }
    .scd-kcfep1401 .inner h4.decide {
        font-size: 16px;
        margin: 2px 0 0 5px;
    }
    .scd-kcfep1401 .inner .decide_sub {
        font-size: 16px;
        margin-top: 9px;
    }
    .scd-kcfep1401 .inner .decide_text {
        font-size: 14px;
        line-height: 17px;
    }



    .scd-kcfep1401 .inner .bottom_title {
        margin: -85px 0 0 120px;
    }
    .scd-kcfep1401 .inner .bottom_wrap {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        margin: unset;
        background-image: url(/sbd/images/sba/cre/products/230913/kcfep1401/images/lines.png);
        background-position: 59% -20%;
        background-size: 210px;
        background-repeat: no-repeat;
    }
    .scd-kcfep1401 .inner .bottom_wrap .row {
        max-width: unset;
    }
    .scd-kcfep1401 .inner .bottom_wrap .column {
        display: flex;
        flex-direction: column;
    }
    .scd-kcfep1401 .inner .bottom_wrap .column.left {
        width: 42%;
        margin: 50px 0 0 0;
    }
    .scd-kcfep1401 .inner .bottom_wrap .column.center {
        display: inline;
        width: 32%;
        height: 300px;
        position: relative;
    }
    .scd-kcfep1401 .inner .bottom_wrap .column.right {
        width: 27%;
        margin: 50px 0 0 0;
    }
    .scd-kcfep1401 .inner .bottom_wrap .row .text_wrap {
        max-width: unset;
    }
    
    .scd-kcfep1401 .inner .bottom_wrap h4.box_bin_title {
        font-size: 15px;
    }
    .scd-kcfep1401 .inner .bottom_wrap .box_bin_sub {
        font-size: 14px;
        line-height: 17px;
    }
    .scd-kcfep1401 .inner .bottom_wrap .box_bin_text {
        font-size: 14px;
        line-height: 17px;
    }

    .scd-kcfep1401 .inner .bottom_wrap img.number {
        display: inline;
    }
    /*
    .scd-kcfep1401 .inner .bottom_wrap .column.left img.number.num_1 {
        width: 20px;
        top: -10px;
        left: -22px;
    }
    .scd-kcfep1401 .inner .bottom_wrap .column.left img.number.num_2 {
        width: 35px;
        top: 0px;
        left: 85px;
    }
    .scd-kcfep1401 .inner .bottom_wrap .column.left img.number.num_3 {
        width: 40px;
        top: 0px;
        left: 115px;
    }
    */
    .scd-kcfep1401 .inner .bottom_wrap .column.left img.number.num_1 {
        width: 20px;
        top: -20px;
        left: 70px;
    }
    .scd-kcfep1401 .inner .bottom_wrap .column.left img.number.num_2 {
        width: 35px;
        top: -11px;
        left: 150px;
    }
    .scd-kcfep1401 .inner .bottom_wrap .column.left img.number.num_3 {
        width: 40px;
        top: -8px;
        left: 170px;
    }
    .scd-kcfep1401 .inner .bottom_wrap .column.right img.number.num_1 {
        width: 20px;
        top: -20px;
        right: -12px;
    }
    .scd-kcfep1401 .inner .bottom_wrap .column.right img.number.num_2 {
        width: 35px;
        top: -20px;
        right: -17px;
    }


    .scd-kcfep1401 .hide_on_desktop {
        display: none;
    }
    .scd-kcfep1401 .hide_on_mobile {
        display: inline;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .scd-kcfep1401 {
        transform: scale(1.3);
        margin: 130px auto;
    }
}

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