/********** MOBILE - 360PX ***************/
/*****************************************/
@media only screen and (min-width: 0rem) {
    /*************** ABOUT SBS ***************/
    /*****************************************/
    #sbs-416 {
        margin-top: 2rem;
        padding: var(--sectionPadding);
        border-bottom: 1px solid #b4b2c7;
        /* clips svg as the screen grows so it doesn't overflow */
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    #sbs-416 .cs-container {
        width: 100%;
        /* changes to 1280 at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbs-416 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 34.375rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }
    #sbs-416 .cs-text {
        margin-bottom: 1rem;
    }
    #sbs-416 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbs-416 .cs-image-group {
        /* we use ems for this group so the font size scales them all down proportionally */
        font-size: min(2.3vw, 1em);
        width: 39.125em;
        height: 40.4375em;
        /* sends it to the top of the flexbox */
        order: -1;
        position: relative;
    }
    #sbs-416 .cs-picture {
        border-radius: 1.25em;
        /* clips the img tag corners */
        overflow: hidden;
        position: absolute;
        display: block;
    }
    #sbs-416 .cs-picture:before {
        /* Hover Box */
        content: "";
        width: 100%;
        height: 100%;
        background: var(--primary);
        opacity: 0.7;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 10;
        transition: opacity 0.3s;
    }
    #sbs-416 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: transform 0.6s;
    }
    #sbs-416 .cs-picture1 {
        width: 13.8125em;
        height: 21.25em;
        top: 3.75em;
        left: 0;
    }
    #sbs-416 .cs-picture2 {
        width: 23.5em;
        height: 21.25em;
        top: 3.75em;
        right: 0;
    }
    #sbs-416 .cs-picture3 {
        width: 39.125em;
        height: 13.6875em;
        bottom: 0;
        left: 0;
    }
    #sbs-416 .cs-person {
        width: auto;
        height: auto;
        overflow: visible;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
    #sbs-416 .cs-person:before {
        display: none;
    }
    #sbs-416 .cs-person img {
        width: auto;
        height: 40.4375em;
        object-fit: contain;
        position: relative;
    }
    #sbs-416 .cs-info-box {
        /* 12px - 24px top & bottom */
        padding: clamp(0.75rem, 2vw, 1.5rem) 2.25rem;
        border-radius: 0.75rem 0.75rem 0 0;
        background-color: #fff;
        border-bottom: 4px solid #2bbc2a;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
    }
    #sbs-416 .cs-job {
        /* 13px - 16px */
        font-size: clamp(0.8125rem, 1.5vw, 1rem);
        text-transform: uppercase;
        line-height: 1.2em;
        letter-spacing: 0.1em;
        margin-bottom: 0.25rem;
        color: var(--headerColor);
    }
    #sbs-416 .cs-name {
        /* 20px - 31px */
        font-size: clamp(1.25rem, 1.5vw, 1.9375rem);
        font-weight: 700;
        line-height: 1.2em;
        color: var(--headerColor);
    }
    #sbs-416 .cs-graphic {
        width: 100%;
        position: absolute;
        top: 11.375rem;
        bottom: 0;
        left: 0;
        /* flips the svg horizontally */
        transform: scaleX(-1);
        z-index: -1;
    }
    #sbs-416 .cs-graphic:before {
        /* White Box */
        content: "";
        width: 100%;
        background: #fafbfc;
        opacity: 1;
        position: absolute;
        display: block;
        /* 110px - 140px */
        top: clamp(6.875rem, 20vw, 8.75rem);
        bottom: 0;
        left: 0;
    }
    #sbs-416 .cs-graphic-img {
        width: 100%;
        height: auto;
        aspect-ratio: unset;
        position: absolute;
        left: 0;
        top: 0;
    }
    /************** MEET THE TEAM ************/
    /*****************************************/
    #meet-team-454 {
        margin-top: 2rem;
        padding: var(--sectionPadding);
        overflow-x: hidden;
    }
    #meet-team-454 .cs-container {
        width: 100%;
        /* changes to 1440px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #meet-team-454 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 21.0625rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }
    #meet-team-454 .cs-topper {
        font-size: var(--topperFontSize);
        line-height: 1.2em;
        text-transform: uppercase;
        text-align: inherit;
        letter-spacing: 0.1em;
        font-weight: 700;
        color: var(--primary);
        margin-bottom: 0.25rem;
        display: block;
    }
    #meet-team-454 .cs-title {
        font-size: var(--headerFontSize);
        font-weight: 900;
        line-height: 1.2em;
        text-align: inherit;
        max-width: 43.75rem;
        margin: 0 0 1rem 0;
        color: var(--headerColor);
        position: relative;
    }
    #meet-team-454 .cs-text {
        font-size: var(--bodyFontSize);
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        max-width: 40.625rem;
        margin: 0;
        color: var(--bodyTextColor);
    }
    #meet-team-454 .cs-text {
        margin-bottom: 2rem;
    }
    #meet-team-454 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: #fff;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
    }
    #meet-team-454 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 0.25rem;
        transition: width 0.3s;
    }
    #meet-team-454 .cs-button-solid:hover:before {
        width: 100%;
    }
    #meet-team-454 .cs-card-group {
        width: 100%;
        max-width: 62.1875rem;
        /* pushes up by the same amount as the 2nd & 4th cs-item translates up */
        margin: clamp(2rem, 9vw, 3rem) 0 0 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        /* 14px - 40px */
        row-gap: clamp(0.875rem, 3vw, 2.5rem);
        position: relative;
        z-index: 1;
    }
    #meet-team-454 .cs-item {
        list-style: none;
        /* changes at desktop */
        width: 47.5%;
        margin: 0;
        padding: 0 0 1.5rem 0;
        border: 1px solid #b4b2c7;
        background-color: #fff;
        /* 12px - 16px */
        border-radius: clamp(0.875rem, 1.5vw, 1rem);
        /* clips img tag corners */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }
    #meet-team-454 .cs-item:before,
    #meet-team-454 .cs-item:after {
        /* green boxes */
        content: "";
        width: 0;
        height: 100%;
        background: var(--primary);
        opacity: 0.9;
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        z-index: -1;
        transform-origin: left bottom;
        transition: width 0.5s;
    }
    #meet-team-454 .cs-item:after {
        bottom: 0rem;
        left: auto;
        right: 0rem;
        z-index: -1;
    }
    #meet-team-454 .cs-item:hover:before,
    #meet-team-454 .cs-item:hover:after {
        width: 100%;
    }
    #meet-team-454 .cs-item:hover .cs-picture img {
        transform: scale(1.1);
        filter: brightness(50%);
    }
    #meet-team-454 .cs-item:hover .cs-h3,
    #meet-team-454 .cs-item:hover .cs-desc {
        color: var(--bodyTextColorWhite);
    }
    #meet-team-454 .cs-item:nth-of-type(2),
    #meet-team-454 .cs-item:nth-of-type(4) {
        /* 32px - 48px */
        /* wrapped in a calc function to make clamp value negative */
        transform: translateY(calc(clamp(2rem, 9vw, 3rem) * -1));
    }
    #meet-team-454 .cs-picture {
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem;
        /* prevents img from overflowing container on hover */
        overflow: hidden;
        border-bottom: 1px solid #b4b2c7;
        aspect-ratio: 1.18518519;
        display: block;
        position: relative;
    }
    #meet-team-454 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* makes it act like a background image */
        object-fit: cover;
        transition:
            transform 0.6s,
            filter 0.3s;
    }
    #meet-team-454 .cs-ripple {
        list-style: none;
        /* changes at desktop */
        width: 120vw;
        height: auto;
        /* prevents mouse from interacting with it */
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, -50%);
    }
    #meet-team-454 .cs-ripple img {
        width: 100%;
        height: auto;
    }
    #meet-team-454 .cs-h3 {
        /* 16px - 25px */
        font-size: clamp(1rem, 1.5vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: 700;
        margin: 0 0 0.25rem 0;
        color: var(--headerColor);
        display: block;
    }
    #meet-team-454 .cs-desc {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-align: center;
        margin: 0;
        color: var(--primary);
        display: block;
    }
    /***************** STEPS *****************/
    /*****************************************/
    #steps-277 {
        padding: var(--sectionPadding);
    }
    #steps-277 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #steps-277 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
    }

    #steps-277 .cs-title {
        max-width: 20ch;
    }
    #steps-277 .cs-card-group {
        padding: 0;
        margin: 0;
        max-width: 25rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        position: relative;
    }
    #steps-277 .cs-card-group:before {
        /* list line connector */
        content: "";
        width: 1px;
        background: #1a1a1a;
        opacity: 1;
        position: absolute;
        display: block;
        /* no height, set it as a top to bottom.  
                It will grow with newly added text in the .cs-item-text */
        top: 1rem;
        bottom: 1.5rem;
        left: 3.5rem;
    }
    #steps-277 .cs-item {
        text-align: left;
        list-style: none;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #steps-277 .cs-number {
        /* 16px - 20px */
        font-size: clamp(1rem, 2vw, 1.25rem);
        font-weight: 700;
        margin-right: 2.75rem;
        /* 40px - 52px */
        width: clamp(2.5rem, 5.1vw, 3.25rem);
        height: clamp(2.5rem, 5.1vw, 3.25rem);
        border-radius: 50%;
        color: var(--bodyTextColorWhite);
        background-color: var(--primary);
        display: flex;
        justify-content: center;
        align-items: center;
        /* prevents flexbox from squishing it */
        flex: none;
        position: relative;
    }
    #steps-277 .cs-number:before {
        /* list circle */
        content: "";
        width: 0.5rem;
        height: 0.5rem;
        background: #1a1a1a;
        border-radius: 50%;
        opacity: 1;
        position: absolute;
        display: block;
        top: 50%;
        right: -1.25rem;
        transform: translateY(-50%);
    }
    #steps-277 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 2vw, 1rem);
        line-height: 1.5em;
        margin: 0;
        color: var(--bodyTextColor);
    }
    #steps-277 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: 0;
        color: #fff;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
    }
    #steps-277 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 0.25rem;
        transition: width 0.3s;
    }
    #steps-277 .cs-button-solid:hover:before {
        width: 100%;
    }
    /**************** REVIEWS ****************/
    /*****************************************/
    #reviews-510 {
        /* centers the button */
        text-align: center;
        padding: var(--sectionPadding);
        /* clips the orbs from causing overflow issues */
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    #reviews-510 .cs-container {
        width: 100%;
        /* changes to 1440px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #reviews-510 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 77.25rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #reviews-510 .cs-text {
        opacity: 0.8;
    }
    #reviews-510 .cs-card-group {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* 16px - 20px */
        gap: clamp(1rem, 2.5vw, 1.15rem);
    }
    #reviews-510 .cs-item {
        list-style: none;
        text-align: left;
        max-width: 44.375rem;
        /* 16px - 40px top & bottom */
        /* 16px - 60px left & right */
        padding: clamp(1rem, 3.15vw, 2.5rem) clamp(1rem, 5vw, 3.75rem);
        /* 24px - 48px */
        padding-bottom: clamp(1.5rem, 6vw, 3rem);
        background-color: #f7f7f7;
        /* 12px - 24px */
        border-radius: clamp(0.75rem, 1.5vw, 1.25rem);
        /* prevents padding from adding to height and width */
        box-sizing: border-box;
        /* clips the pseudo box from overflowing */
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        position: relative;
    }
    #reviews-510 .cs-item:before {
        content: "";
        width: 100%;
        height: 0.75rem;
        background: var(--primary);
        opacity: 1;
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
    }
    #reviews-510 .cs-quote {
        width: 2.5rem;
        height: auto;
        /* 16px - 32px */
        margin-bottom: clamp(1rem, 2vw, 2rem);
        display: block;
    }
    #reviews-510 .cs-item-text {
        /* 14px - 25px */
        font-size: clamp(0.875rem, 1.6vw, 1.5625rem);
        line-height: 1.5em;
        margin: 0;
        /* 24px - 44px */
        margin-bottom: clamp(1.5rem, 3vw, 2.75rem);
        color: var(--bodyTextColor);
    }
    #reviews-510 .cs-flex-group {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        /* 12px - 24px */
        gap: clamp(0.75rem, 3vw, 1.5rem);
    }
    #reviews-510 .cs-profile {
        /* 36px - 72px */
        width: clamp(2.25rem, 7vw, 4.5rem);
        height: clamp(2.25rem, 7vw, 4.5rem);
        margin: 0;
        border-radius: 50%;
        /* clips image corners to make circle */
        overflow: hidden;
        position: relative;
        display: block;
    }
    #reviews-510 .cs-profile img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* makes the image behave like a background image */
        object-fit: cover;
    }
    #reviews-510 .cs-name {
        /* 16px - 31px */
        font-size: clamp(1rem, 2.5vw, 1.9375rem);
        line-height: 1.2em;
        font-weight: 700;
        margin: 0;
        /* in case one card has more text than the other, this pushes up against the review text so the name and title are always at the bottom. Only works if parent is a flexbox */
        margin-top: auto;
        color: var(--headerColor);
        display: block;
    }
    #reviews-510 .cs-job {
        /* 14px - 20px */
        font-size: clamp(0.875rem, 1.5vw, 1.25rem);
        line-height: 1.5em;
        font-weight: 400;
        margin: 0;
        color: #746f95;
        display: block;
    }
    #reviews-510 .cs-button-solid {
        font-size: 1rem;
        /* 46px - 56px */
        line-height: clamp(2.875em, 5.5vw, 3.5em);
        text-decoration: none;
        font-weight: 700;
        text-align: center;
        margin: auto;
        color: #fff;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        border-radius: 0.25rem;
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
    }
    #reviews-510 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 0.25rem;
        transition: width 0.3s;
    }
    #reviews-510 .cs-button-solid:hover:before {
        width: 100%;
    }
}

/********** TABLET - 768PX ***************/
/*****************************************/
@media only screen and (min-width: 48rem) {
    /*************** ABOUT SBS ***************/
    /*****************************************/
    #sbs-416 .cs-container {
        /* added section padding here only for the padding top in case you place it under a section that has a background color other than white.  It would look bad having the grey svg shape touching the edge of the next section. So we add this to create space and account for that.  If the section above this stitch has a white background, you can remove this */
        /* padding: var(--sectionPadding); */
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        max-width: 80rem;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    #sbs-416 .cs-content {
        width: 53%;
    }
    #sbs-416 .cs-image-group {
        font-size: min(1.1vw, 1em);
        flex: none;
    }
    #sbs-416 .cs-graphic {
        background-color: transparent;
        top: 0rem;
    }
    #sbs-416 .cs-graphic:before {
        /* 230px - 350px*/
        top: clamp(16rem, 26vw, 21.875rem);
    }
    #sbs-416 .cs-graphic-img {
        /* 60px - 100px */
        top: clamp(3.75rem, 6vw, 6.25rem);
    }
    /************** MEET THE TEAM ************/
    /*****************************************/
    #meet-team-454 .cs-container {
        max-width: 90rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #meet-team-454 .cs-card-group {
        width: calc(73%);
    }
    #meet-team-454 .cs-ripple {
        width: 120%;
    }
    /***************** STEPS *****************/
    /*****************************************/
    #steps-277 .cs-container {
        max-width: 80rem;
    }
    #steps-277 .cs-card-group {
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        column-gap: 2em;
    }
    #steps-277 .cs-card-group:before {
        /* reset width */
        width: auto;
        height: 1px;
        /* 60px - 76px */
        top: clamp(3.75rem, 7.5vw, 4.75rem);
        left: 6.875rem;
        right: 6.875rem;
    }
    #steps-277 .cs-item {
        text-align: center;
        width: 13.625rem;
        /* remove margin from mobile */
        margin: 0;
        /* orient to vertical spacing */
        flex-direction: column;
        align-items: center;
    }
    #steps-277 .cs-number {
        margin: 0;
        /* 40px - 60px */
        margin-bottom: clamp(2.5rem, 6vw, 3.75rem);
    }
    #steps-277 .cs-number:before {
        top: auto;
        left: 50%;
        /* -24px to -28px */
        /* use calc() to multiply clamp value by -1 to get a negative clamp value */
        bottom: calc(clamp(1.5rem, 2.9vw, 1.75rem) * -1);
        transform: translateX(-50%);
    }
    /**************** REVIEWS ****************/
    /*****************************************/
    #reviews-510 .cs-container {
        max-width: 90rem;
    }
    #reviews-510 .cs-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #reviews-510 .cs-title {
        margin: 0;
    }
    #reviews-510 .cs-text {
        width: 50%;
        margin: 0;
    }
    #reviews-510 .cs-card-group {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
}

/******** SMALL DESKTOP - 1024PX *********/
/*****************************************/
@media only screen and (min-width: 64rem) {
    /***************** STEPS *****************/
    /*****************************************/

    /**************** REVIEWS ****************/
    /*****************************************/

}

/*** IN-BETWEEN DESKTOP - 1200PX *********/
/*****************************************/
@media only screen and (min-width: 75rem) {
    /************** MEET THE TEAM ************/
    /*****************************************/
    #meet-team-454 .cs-content {
        /* 24px - 80px */
        margin-left: clamp(1.5rem, 5.5vw, 5rem);
    }
    #meet-team-454 .cs-card-group {
        justify-content: center;
        margin: 0;
        /* 20px - 40px */
        column-gap: clamp(1.5rem, 2.5vw, 2.5rem);
    }
    #meet-team-454 .cs-card-group:hover .cs-ripple {
        transform: translate(-50%, -50%) scale(1.1);
    }
    #meet-team-454 .cs-item {
        width: calc(30%);
        max-width: 19.0625rem;
    }
    #meet-team-454 .cs-item:nth-of-type(2),
    #meet-team-454 .cs-item:nth-of-type(4) {
        transform: none;
    }
    #meet-team-454 .cs-item:nth-of-type(1) {
        transform: translateY(19.4375rem);
    }
    #meet-team-454 .cs-item:nth-of-type(3) {
        transform: translateY(13.3125rem);
    }
    #meet-team-454 .cs-picture {
        height: 15.125rem;
        aspect-ratio: 1.26033058;
    }
    #meet-team-454 .cs-ripple {
        width: 90%;
        transition: transform 0.3s;
    }
    /***************** STEPS *****************/
    /*****************************************/

    /**************** REVIEWS ****************/
    /*****************************************/
}

/******** LARGE DESKTOP 1300PX ***********/
/*****************************************/
@media only screen and (min-width: 81.25rem) {
    /*************** ABOUT SBS ***************/
    /*****************************************/
    #sbs-416 .cs-container {
        align-items: center;
    }
    #sbs-416 .cs-image-group {
        font-size: 1em;
    }
    #sbs-416 .cs-graphic::before {
        display: none;
    }
    /************** MEET THE TEAM ************/
    /*****************************************/

    /***************** STEPS *****************/
    /*****************************************/

    /**************** REVIEWS ****************/
    /*****************************************/

}

/************** DARK MODE ****************/
/*****************************************/
@media only screen and (min-width: 0rem) {
    /*************** ABOUT SBS ***************/
    /*****************************************/
    body.dark-mode #sbs-416 .cs-topper {
        color: var(--primaryLight);
    }
    body.dark-mode #sbs-416 .cs-title,
    body.dark-mode #sbs-416 .cs-text,
    body.dark-mode #sbs-416 .cs-item-text {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #sbs-416 .cs-h3 {
        color: var(--primaryLight);
    }
    body.dark-mode #sbs-416 .cs-graphic {
        filter: brightness(55%);
        opacity: 0.2;
    }
    /************** MEET THE TEAM ************/
    /*****************************************/
    body.dark-mode #meet-team-454 .cs-topper {
        color: var(--primaryLight);
    }
    body.dark-mode #meet-team-454 .cs-title,
    body.dark-mode #meet-team-454 .cs-text,
    body.dark-mode #meet-team-454 .cs-h3 {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #meet-team-454 .cs-item {
        background-color: var(--medium);
    }
    body.dark-mode #meet-team-454 .cs-desc {
        color: var(--primaryLight);
    }
    /***************** STEPS *****************/
    /*****************************************/
    body.dark-mode #steps-277 .cs-topper {
        color: var(--primaryLight);
    }
    body.dark-mode #steps-277 .cs-title,
    body.dark-mode #steps-277 .cs-text,
    body.dark-mode #steps-277 .cs-item-text {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #steps-277 .cs-text {
        opacity: 0.8;
    }
    body.dark-mode #steps-277 .cs-card-group:before {
        background: var(--bodyTextColorWhite);
    }
    body.dark-mode #steps-277 .cs-number:before {
        background-color: var(--bodyTextColorWhite);
    }
    /**************** REVIEWS ****************/
    /*****************************************/
    body.dark-mode #reviews-510 .cs-topper {
        color: var(--primaryLight);
    }
    body.dark-mode #reviews-510 .cs-title,
    body.dark-mode #reviews-510 .cs-text {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #reviews-510 .cs-item {
        background-color: var(--medium);
    }
    body.dark-mode #reviews-510 .cs-quote-white {
        opacity: 0.2;
    }
    body.dark-mode #reviews-510 .cs-item-text,
    body.dark-mode #reviews-510 .cs-name {
        color: var(--bodyTextColorWhite);
    }
    body.dark-mode #reviews-510 .cs-job {
        color: var(--bodyTextColorWhite);
        opacity: 0.7;
    }
}