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

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

.scd-kcfep1586 * {
    font-size: 16px;
    font-weight: 400;
    font-family: "Staples Norms Pro";
    text-rendering: optimizeSpeed;
    /* text-rendering: optimizeLegibility; */
    font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
    /* -webkit-font-smoothing: subpixel-antialiased; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scd-kcfep1586 .link:hover {
    color: #0875e2;
    text-decoration: underline;
}

.scd-kcfep1586 .link.secondary {
    color: #000;
    text-decoration: underline;
}

.scd-kcfep1586 .link.secondary:hover {
    color: #000;
    font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scd-kcfep1586 .cbox-row input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.scd-kcfep1586 .cbox-row label {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}

.scd-kcfep1586 .cbox-row label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #cc0000;
    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: 10px;
    top: -1px;
}

/* ===================== */
/* === Radio Buttons === */
/* ===================== */

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

.scd-kcfep1586 .radio-row input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

/* ===================== */
/* ===== kcfep1586 ===== */
/* ===================== */

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

.scd-kcfep1586 .inner {
    max-width: 550px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scd-kcfep1586 .inner .primary_column {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.scd-kcfep1586 .inner .primary_column .list_item {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    padding: 5px 15px 5px;
    flex-grow: ;
}
.scd-kcfep1586 .inner .primary_column .list_item label h4,
.scd-kcfep1586 .inner .primary_column .list_item .red_box h4 {
    font-size: 18px;
    font-weight: bold;
    display: inline;
}
.scd-kcfep1586 .inner .primary_column .list_item label p,
.scd-kcfep1586 .inner .primary_column .list_item label ul {
    margin-left: 32px;
}

.scd-kcfep1586 .red_box {
    background-color: #cc0000;
    padding: 20px;
    margin: 0 10px 6px;
    border-radius: 15px;
}
.scd-kcfep1586 .red_box h4,
.scd-kcfep1586 .red_box p,
.scd-kcfep1586 .red_box p a:link {
    color: #fff;
}



.scd-kcfep1586 .hide_on_mobile {
    display: none !important;
}
.scd-kcfep1586 .inner .hide_on_desktop {
    display: inline-block !important;
}



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

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

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .scd-kcfep1586 .hide_on_mobile {
        display: inline-block !important;
    }
    .scd-kcfep1586 .hide_on_desktop {
        display: none !important;
    }
    .scd-kcfep1586 * {
        font-size: 18px;
    }
    .scd-kcfep1586 .inner {
        max-width: 1200px;
        flex-direction: row;
    }
    .scd-kcfep1586 .inner .primary_column {
        width: 50%;
    }
    .scd-kcfep1586 .inner .primary_column .list_item label h4 {
        font-size: 20px;
        line-height: 28px;
    }
}

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

}