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

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

.scd-recycling-2023 a {
    color: #CC0000;
}

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

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

.scd-recycling-2023 ul {
    padding-left: 0;
}

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

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

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

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

/* ===================== */
/* === 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: 1200px) {

}

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

}

