/* Styles from old css files (2023-08-23) */

@font-face {
font-family: '$Helv-Thin';
src: url("../fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff") format("woff"); }
@font-face {
font-family: '$Helv-Light';
src: url("../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"); }
@font-face {
font-family: '$Helv-Medium';
src: url("../fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"); }
@font-face {
font-family: '$Helv-Bold';
src: url("../fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"); }
@font-face {
font-family: 'HNC-Bold';
src: url("../fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"); }
@font-face {
font-family: 'HNC-Heavy';
src: url("../fonts/33bb86d1-8adf-454e-aee3-ca1c89445476.woff") format("woff"); }
@font-face {
font-family: 'HNC-Black';
src: url("../fonts/58310d61-40ac-4464-b817-30d9e9deb3bb.woff") format("woff"); }

html body a.z_cta {
    background: #cc0000;
    font-family: "$Helv-Medium", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 12px 16px;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    width: 160px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.scd-kcfep1275 .inner .kcfep1275_section .content.green_goals p.link a.z_cta {
    color: #4D4D4D;
    background-color: #ffffff;
}
.scd-kcfep1275 .inner .kcfep1275_section .content.green_goals p.link a.z_cta:hover {
    color: #ffffff;
    background-color: #4D4D4D;
    text-decoration: none;
}

html body p {
    font-style: normal;
}

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

.scd-kcfep1275 {
    text-rendering: optimizeSpeed;
    scroll-behavior: smooth;
    max-width: 1440px;
    margin: auto;
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
}
  
.scd-kcfep1275 * {
    font-size: 16px;
    font-weight: 400;
    font-family: "Staples Norms Pro";
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
}
  
.scd-kcfep1275 *,
.scd-kcfep1275 *::before,
.scd-kcfep1275 *::after {
    box-sizing: border-box;
}
  
.scd-kcfep1275 h1 {
    font-size: 32px;
}
  
.scd-kcfep1275 h2 {
    font-size: 26px;
}
  
.scd-kcfep1275 h3 {
    font-size: 20px;
}
  
.scd-kcfep1275 h1,
.scd-kcfep1275 h2,
.scd-kcfep1275 h3,
.scd-kcfep1275 h4,
.scd-kcfep1275 p,
.scd-kcfep1275 figure,
.scd-kcfep1275 blockquote,
.scd-kcfep1275 dl,
.scd-kcfep1275 dd {
    margin: 0;
}

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

.scd-kcfep1275 a:hover {
    color: #ffffff;
}

.scd-kcfep1275 a:not([class]) {
    text-decoration-skip-ink: auto;
}
  
.scd-kcfep1275 img,
.scd-kcfep1275 picture {
    max-width: 100%;
    display: block;
}
  
.scd-kcfep1275 input,
.scd-kcfep1275 button,
.scd-kcfep1275 textarea,
.scd-kcfep1275 select {
    font: inherit;
}

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

.scd-kcfep1275 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-kcfep1275 ul li,
.scd-kcfep1275 ol li {
    list-style: none;
}

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

.scd-kcfep1275 .shadow {
    box-shadow: 0px 1px 5px #dddddc;
}
  
.scd-kcfep1275 .shadow-light {
    box-shadow: 0px 0px 2px #dddddc;
}
  
.scd-kcfep1275 .border {
    border: 1px solid #dddddc;
}
  
.scd-kcfep1275 .shadow:hover,
.scd-kcfep1275 .shadow-light:hover {
    box-shadow: 0px 0px 15px #dddddc;
}
  
/* =================== */
/* === Text Styles === */
/* =================== */
  
.scd-kcfep1275 .label {
    margin-top: 0.25em;
    font-size: 12px;
}
  
.scd-kcfep1275 .emphasis {
    font-weight: 500;
}
  
.scd-kcfep1275 .big {
    font-size: 22px;
    font-weight: 500;
}
  
.scd-kcfep1275 .headline-lg {
    font-size: 48px;
    font-weight: 900;
    color: #cc0000;
}
  
.scd-kcfep1275 .headline-md {
    font-size: 36px;
    font-weight: 900;
    color: #cc0000;
}
  
.scd-kcfep1275 .headline-sm {
    font-size: 24px;
    font-weight: 900;
    color: #cc0000;
}
  
/* =================== */
/* === Link Styles === */
/* =================== */
  
.scd-kcfep1275 .link {
    color: #0875e2;
    text-decoration: none;
}
  
.scd-kcfep1275 .link:hover {
    text-decoration: underline;
}
  
.scd-kcfep1275 .link.secondary {
    color: #000000;
    text-decoration: underline;
}
  
.scd-kcfep1275 .link.secondary:hover {
    font-weight: 500;
}
  
.scd-kcfep1275 .link.on-dark {
    color: #ffffff;
    text-decoration: underline;
}
  
.scd-kcfep1275 .link.on-dark:hover {
    font-weight: 500;
}
  
/* ===================== */
/* === Button Styles === */
/* ===================== */
  
.scd-kcfep1275 .button {
    color: #ffffff;
    background: #cc0000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 0px;
    border: none;
    padding: 10px 30px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: uppercase;
}

.scd-kcfep1275 .button:hover {
    background: #dd1700;
}
  
.scd-kcfep1275 .button.on-dark {
    color: #cc0000;
    background: #ffffff;
}
  
.scd-kcfep1275 .button.on-dark:hover {
    background: #f4f5f4;
}
  
.scd-kcfep1275 .button.secondary {
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
  
.scd-kcfep1275 .button.secondary:hover {
    background: #f4f5f4;
}
  
.scd-kcfep1275 .button.secondary.on-dark {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}
  
.scd-kcfep1275 .button.secondary.on-dark:hover {
    background: rgba(0, 0, 0, 0.1);
}
  
.scd-kcfep1275 .button.disabled {
    color: #ffffff;
    background: #dddddc;
    pointer-events: none;
}
  
/* ================== */
/* === Checkboxes === */
/* ================== */
  
.scd-kcfep1275 .cbox-row {
    display: block;
}
  
.scd-kcfep1275 .cbox-row input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
  
.scd-kcfep1275 .cbox-row input:checked + label:before {
    background-color: #0875e2;
    border: 1px solid #0875e2;
}
  
.scd-kcfep1275 .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-kcfep1275 .cbox-row label {
    position: relative;
    cursor: pointer;
}
  
.scd-kcfep1275 .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-kcfep1275 .radio-row input:checked, .scd-kcfep1275 .radio-row input:not(:checked) {
    position: absolute;
    left: -9999px;
}
  
.scd-kcfep1275 .radio-row input:checked + label, .scd-kcfep1275 .radio-row input:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
  
.scd-kcfep1275 .radio-row input:checked + label:before, .scd-kcfep1275 .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-kcfep1275 .radio-row input:checked + label:after, .scd-kcfep1275 .radio-row input:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
}
  
.scd-kcfep1275 .radio-row input:checked + label:before {
    background: #0875e2;
    border: none;
}
  
.scd-kcfep1275 .radio-row input:checked + label:after {
    opacity: 1;
    transform: scale(1);
    background: #ffffff;
}
  
.scd-kcfep1275 .radio-row input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

/* ===================== */
/* ===== kcfep1275 ===== */
/* ===================== */

html body .z_white_text {
    color: #ffffff;
}

.scd-kcfep1275 .inner {
    display: flex;
    flex-direction: column;
}

.scd-kcfep1275 .inner .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 254px;
    background-image: url(../images/62286_hero_mob.png);
    background-size: cover;
    background-color: #d3d0ca;
    background-repeat: no-repeat;
    border-bottom: solid 5px #cc0000;
}
.scd-kcfep1275 .inner .header h1 {
    font-family: "HNC-Bold", Helvetica, Arial, Verdana, sans-serif;
    font-weight: lighter;
    font-style: normal;
    font-size: 30px;
    line-height: 1.1em;
    padding: 0;
    text-align: center;
}
.scd-kcfep1275 .inner .header p {
    width: 350px;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin-top: 20px;
    text-align: center;
}

.scd-kcfep1275 .inner .middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.scd-kcfep1275 .inner .grey {
    background-color: #f7f7f7;
}

.scd-kcfep1275 .inner .kcfep1275_section .title h2 {
    max-width: 360px;
    padding: 42px 0 11px 0;
    margin: 0 auto;
    text-align: center;
    font-family: "HNC-Bold", Helvetica, Arial, Verdana, sans-serif;
    font-size: 23px;
    line-height: 27px;
    color: #4d4d4d;
    font-weight: lighter;
    font-style: normal;
    text-transform: uppercase;
}
.scd-kcfep1275 .inner .kcfep1275_section .title h3 {
    max-width: 255px;
    padding: 0px 0 41px 0;
    margin: 0 auto;
    text-align: center;
    font-family: "$Helv-Thin", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #4d4d4d;
    font-weight: lighter;
    font-style: normal;
}

.scd-kcfep1275 .inner .kcfep1275_section .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0 auto;
}

.scd-kcfep1275 .inner .kcfep1275_section .content .one_third {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 15px 0 15px;
}
.scd-kcfep1275 .inner .kcfep1275_section .content .one_third h3 {
    font-family: "HNC-Bold", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: light;
    font-style: normal;
    padding: 21px 0 12px 0;
    margin: 0 auto;
}
.scd-kcfep1275 .inner .kcfep1275_section .content .one_third p {
    width: 100%;
    max-width: 330px;
    color: #666666;
    font-family: "$Helv-Light", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0 auto 50px auto;
}

.scd-kcfep1275 .inner .kcfep1275_section .content.half {
    padding: 0;
}
.scd-kcfep1275 .inner .kcfep1275_section .content .one_half {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.scd-kcfep1275 .inner .kcfep1275_section .content.half.reverse {
    flex-direction: column-reverse;
}
.scd-kcfep1275 .inner .kcfep1275_section .content .one_half img {
    width: 100%;
    height: auto;
    display: none;
}
.scd-kcfep1275 .inner .kcfep1275_section .content .one_half.image.tech {
    background-image: url(../images/62286_box_mob.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100px;
}
.scd-kcfep1275 .inner .kcfep1275_section .content .one_half.image.ink {
    background-image: url(../images/62286_ink_toner.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
}
.scd-kcfep1275 .inner .kcfep1275_section .content .one_half.image.recycle {
    background-image: url(../images/62286_recycle_other.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
}
.scd-kcfep1275 .inner .kcfep1275_section .content .one_half h4,
.scd-kcfep1275 .inner .kcfep1275_section .content .one_half p {
    width: 90%;
    text-align: center;
    color: #4D4D4D;
}
.scd-kcfep1275 .inner .kcfep1275_section .content .one_half h4 {
    font-family: "HNC-Bold", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 19px;
    padding: 0 20px;
    margin-top: 12px;
}
.scd-kcfep1275 .inner .kcfep1275_section .content .one_half p {
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 25px;
    padding: 12px 0;
}
.scd-kcfep1275 .inner .kcfep1275_section .content .one_half p.link {
    padding: 0;
    margin-bottom: 16px;
}
.scd-kcfep1275 .inner .kcfep1275_section .content a {
    width: 100%;
}

.scd-kcfep1275 .inner .kcfep1275_section .content.green_goals {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    background-image: url(../images/62286_green_goals_mob.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    margin: 15px 0;
    
}
.scd-kcfep1275 .inner .kcfep1275_section .content.green_goals h2 {
    font-family: "HNC-Bold", Helvetica, Arial, Verdana, sans-serif;
    font-weight: lighter;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0 16px 0;
    line-height: 33px;
    margin: 0;
}
.scd-kcfep1275 .inner .kcfep1275_section .content.green_goals h3 {
    font-family: "$Helv-Roman", Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    margin: 0px auto;
    padding: 0 0 36px 0;
}
.scd-kcfep1275 .inner .kcfep1275_section .content.green_goals p.link {
    width: 90%;
}
.scd-kcfep1275 .inner .kcfep1275_section .content.green_goals p.link a.z_cta {
    color: #4D4D4D;
    background-color: #ffffff;
}
.scd-kcfep1275 .inner .kcfep1275_section .content.green_goals p.link a.z_cta:hover {
    color: #ffffff;
    background-color: #4D4D4D;
    text-decoration: none;
}

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

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .scd-kcfep1275 .inner .kcfep1275_section .content.half {
        flex-direction: row;
        justify-content: flex-start;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half img {
        display: inline-block;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half.image {
        background-image: none;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half.image.tech,
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half.image.ink,
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half.image.recycle {
        height: unset;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content.half.reverse {
        flex-direction: row;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half.image {
        width: 58%;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half.text {
        width: 42%;
        padding-left: 2%;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half h4,
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half p {
        width: 95%;
        text-align: left;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half h4 {
        font-size: 22px;
        line-height: 25px;
        padding: unset;
        margin-top: unset;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half p.link {
        margin-bottom: unset;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content a {
        width: 160px;
    }

    .scd-kcfep1275 .inner .kcfep1275_section .content.green_goals {
        background-image: url(../images/62286_green_goals.png);
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content.green_goals h2 {
        font-size: 30px;
        line-height: 33px;
        padding: 0 0 25px 0;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content.green_goals h3 {
        padding: 0 0 23px 0;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content.green_goals p.link {
        width: unset;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .scd-kcfep1275 .inner .header {
        align-items: flex-start;
        height: 460px;
        padding-left: 30px;
        background-image: url(../images/62286_hero_desk.png);
        background-size: cover;
    }
    .scd-kcfep1275 .inner .header h1 {
        width: 350px;
        font-size: 45px;
        line-height: 1em;
        text-align: left;
    }
    .scd-kcfep1275 .inner .header p {
        width: 350px;
        font-size: 14px;
        line-height: 17px;
        margin-top: 10px;
        text-align: left;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .title h2 {
        max-width: unset;
        padding: 70px 0 14px 0;
        font-size: 31px;
        line-height: 34px;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .title h3 {
        max-width: unset;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content {
        flex-direction: row;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half.image,
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half.text {
        width: 50%;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half.text {
        padding-left: 2%;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half h4,
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half p {
        width: 90%;
        text-align: left;
    }
    .scd-kcfep1275 .inner .kcfep1275_section .content .one_half h4 {
        font-size: 25px;
        line-height: 27px;
    }
}

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

}