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

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

.scd-buying-guide-2024 * {
    font-size: 18px;
    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-buying-guide-2024 *,
.scd-buying-guide-2024 *::before,
.scd-buying-guide-2024 *::after {
    box-sizing: border-box;
}

.scd-buying-guide-2024 h1 {
    font-size: 32px;
}

.scd-buying-guide-2024 h2 {
    font-size: 26px;
}

.scd-buying-guide-2024 h3 {
    font-size: 20px;
}

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

.scd-buying-guide-2024 a {
    color: #CC0000;
}

.scd-buying-guide-2024 a:hover {
    color: #dd1700;
}

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

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

.scd-buying-guide-2024 span,
.scd-buying-guide-2024 input,
.scd-buying-guide-2024 button,
.scd-buying-guide-2024 textarea,
.scd-buying-guide-2024 select {
    font: inherit;
}

.scd-buying-guide-2024 ul {
    padding-left: 0;
    margin: 0;
}

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

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

.scd-buying-guide-2024 .shadow {
    box-shadow: 0px 1px 5px #dddddc;
}

.scd-buying-guide-2024 .shadow-light {
    box-shadow: 0px 0px 2px #dddddc;
}

.scd-buying-guide-2024 .border {
    border: 1px solid #dddddc;
}

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

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

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

.scd-buying-guide-2024 .emphasis {
    font-weight: 500;
}

.scd-buying-guide-2024 .big {
    font-size: 22px;
    font-weight: 500;
}

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

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

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

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

.scd-buying-guide-2024 .link {
    color: #0875e2;
    text-decoration: none;
}

.scd-buying-guide-2024 .link:hover {
    text-decoration: underline;
}

.scd-buying-guide-2024 .link.secondary {
    color: #000000;
    text-decoration: underline;
}

.scd-buying-guide-2024 .link.secondary:hover {
    font-weight: 500;
}

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

.scd-buying-guide-2024 .link.on-dark:hover {
    font-weight: 500;
}

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

.scd-buying-guide-2024 .button {
    color: #ffffff;
    background: #cc0000;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    border-radius: 22px;
    border: none;
    padding: 10px 30px;
    text-decoration: none;
    cursor: pointer;
}

.scd-buying-guide-2024 .button:hover {
    color: #ffffff;
    background: #dd1700;
}

.scd-buying-guide-2024 .button.on-dark {
    color: #cc0000;
    background: #ffffff;
}

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

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

.scd-buying-guide-2024 .button.secondary:hover {
    color: #000000;
    background: #f4f5f4;
}

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

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

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

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

.scd-buying-guide-2024 .cbox-row {
    display: block;
}

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

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

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

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

/* ============================= */
/* ===== buying-guide-2024 ===== */
/* ============================= */

.scd-buying-guide-2024 .section-wrapper {
    display: flex;
    max-width: 1100px;
    padding: 0 8px;
    margin: 0 auto 32px;
    /*margin: 0 auto 30px;*/
}

.scd-buying-guide-2024 hr {
    margin: 24px 0 0 0;
    border: #ddd 1px solid;
}
.scd-buying-guide-2024 b {
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    font-style: inherit;
}
.scd-buying-guide-2024 i {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-style: italic;
}
.scd-buying-guide-2024 sup {
    font-family: inherit;
    font-size: 50%;
    font-weight: inherit;
    line-height: 50%;
    font-style: inherit;
}

.scd-buying-guide-2024 .section-wrapper.header {
    max-width: 1440px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
}
.scd-buying-guide-2024 .section-wrapper.header .header-image {
    width: 100%;
    min-height: 300px;
    background-image: url("/sbd/images/sba/cre/products/buying-guides/2024/breakroom-coffee/images/header-coffee-wide.jpg"), url("/SBA/cre/products/buying-guides/2024/breakroom-coffee/images/header-coffee-wide.jpg"), url("../images/header-coffee-wide.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.scd-buying-guide-2024 .section-wrapper.header .header-bottom {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    padding: 25px 10px 0;
    /* margin-bottom: 25px; */
    /*border-bottom: 2px solid #000000;*/
}
.scd-buying-guide-2024 .section-wrapper.header .header-bottom h1 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 24px;
}
.scd-buying-guide-2024 .section-wrapper.header .header-bottom p.sub-header {
    margin-bottom: 24px;
}
.scd-buying-guide-2024 .section-wrapper.header .header-bottom p.name {
    /* color: rgb(77, 77, 79); */
    font-size: ;
    font-weight: 700;
    margin-bottom: 4px;
}
.scd-buying-guide-2024 .section-wrapper.header .header-bottom p.job {
    font-size: ;
    margin-bottom: 4px;
}
/*
.scd-buying-guide-2024 .section-wrapper.header .header-bottom {
    display: flex;
    flex-direction: column-reverse;
}
.scd-buying-guide-2024 .section-wrapper.header .header-bottom .left {
    padding: 15px 20px 20px;
    background-color: #dddddd;
}
.scd-buying-guide-2024 .section-wrapper.header .header-bottom .left h1 {
    max-width: 200px;
}
.scd-buying-guide-2024 .section-wrapper.header .header-bottom .left h3 {
    max-width: 300px;
}
.scd-buying-guide-2024 .section-wrapper.header .header-bottom .right {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px 2px 15px 22px;
}
.scd-buying-guide-2024 .section-wrapper.header .header-bottom .right .logo {
    max-width: 275px;
}
*/

.scd-buying-guide-2024 .section-wrapper.row {
    display: flex;
    flex-direction: row;
}
.scd-buying-guide-2024 .section-wrapper.column {
    display: flex;
    flex-direction: column;
}
.scd-buying-guide-2024 .section-wrapper.bottom-button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.scd-buying-guide-2024 .section-wrapper .half-split {
    display: flex;
    flex-direction: column;
}
.scd-buying-guide-2024 .section-wrapper .half-split > div,
.scd-buying-guide-2024 .section-wrapper .half-split > .half-image {
    flex-grow: 1;
}
.scd-buying-guide-2024 .section-wrapper .half-split > .half-image {
    max-width: 100%;
    align-self:center;
}
.scd-buying-guide-2024 .section-wrapper .half-split .text-content {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.scd-buying-guide-2024 .section-wrapper h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
}
.scd-buying-guide-2024 .section-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    margin-bottom: 32px;
}
.scd-buying-guide-2024 .section-wrapper h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    font-style: normal;
    margin: 10px 0 25px;
}
.scd-buying-guide-2024 .section-wrapper h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    font-style: normal;
}
.scd-buying-guide-2024 .section-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    font-style: normal;
    margin: 0 0 15px 0;
}
.scd-buying-guide-2024 .section-wrapper b {
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    font-style: inherit;
}
.scd-buying-guide-2024 .section-wrapper sup {
    font-size: 70%;
    font-weight: 400 !important;
    line-height: 50%;
    font-style: inherit;
}

.scd-buying-guide-2024 .section-wrapper .full-image {
    width: 100%;
}

.scd-buying-guide-2024 ol {
    padding-inline-start: 18px;
}
.scd-buying-guide-2024 ul li {
    padding-inline-start: 20px;
}
.scd-buying-guide-2024 li {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    font-style: normal;
    margin-bottom: 10px;
}

.scd-buying-guide-2024 .section-wrapper .quote {
    max-width: 100%;
    color: #cc0000;
    font-size: 19px;
    line-height: 120%;
    font-weight: 700;
    padding: 0 10px 0 10px;
    margin: 15px 0;
    border-left: 2px solid #cc0000;
}

.scd-buying-guide-2024 .section-wrapper.bottom-button-container a.button {
    margin: 15px;
}

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

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

    /*
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .left h1 {
        max-width: unset;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .left h3 {
        max-width: unset;
    }
    */

}

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

    .scd-buying-guide-2024 .section-wrapper {
        margin: 0 auto 60px;
    }

    .scd-buying-guide-2024 hr {
        margin: 32px 0 0 0;
    }

    .scd-buying-guide-2024 .section-wrapper.header .header-image {
        min-height: 400px;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom {
        padding: 36px 10px 0;
        /* margin-bottom: 32px; */
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom h1 {
        font-size: 40px;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom p.sub-header,
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom p.name,
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom p.job {
        font-size: 18px;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom p.sub-header {
        margin-bottom: 32px;
    }
    /*
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom {
        flex-direction: row;
        justify-content: ;
        align-items: end;
        padding: 0 0 0 20px;
        margin-top: -60px;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .left {
        max-width: 450px;
        padding: 20px 20px 30px;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .left h1 {
        max-width: 210px;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .left h3 {
        max-width: 300px;
    }
    .scd-buying-guide-2024 .section-wrapper p {
        margin: 0 0 15px 0;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .right {
        justify-content: center;
        align-items: center;
        padding: 0 0 35px 30px;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .right .logo {
        max-width: 300px;
    }
    */

    .scd-buying-guide-2024 .section-wrapper .half-split {
        flex-direction: row;
    }
    .scd-buying-guide-2024 .section-wrapper .half-split > .half-image {
        max-width: 50%;
        margin-left: 40px;
    }

    .scd-buying-guide-2024 .section-wrapper .half-split .text-content {
        padding: 40px 0;
    }

    .scd-buying-guide-2024 .section-wrapper .quote {
        max-width: 75%;
    }

}

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

    /*
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .left {
        padding: 20px 30px 40px;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .left h1 {
        max-width: 270px;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .left h3 {
        max-width: 370px;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .right {
        padding: 0 0 45px 30px;
    }
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom .right .logo {
        max-width: 480px;
    }
    */
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom h1 {
        font-size: 48px;
        margin-bottom: 50px;
    }
    .scd-buying-guide-2024 .section-wrapper h3 {
        font-size: 32px;
    }
    .scd-buying-guide-2024 .section-wrapper h4 {
        font-size: 26px;
    }

}

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

    .scd-buying-guide-2024 .section-wrapper.header .header-image {
        min-height: 500px;
    }

    /*
    .scd-buying-guide-2024 .section-wrapper.header .header-bottom {
        justify-content: start;
        padding: 0 0 0 100px;
        margin-top: -80px;
    }
    */

}