/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #banner-712 {
        /* 175px - 200px top */
        padding: clamp(10.9375rem, 10vw, 12.5rem) 1rem 6.25rem;
        position: relative;
        z-index: 1;
    }
    #banner-712 .cs-container {
        text-align: center;
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
    #banner-712 .cs-int-title {
        /* 39px - 61px */
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
        font-weight: 900;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0;
        color: var(--bodyTextColorWhite);
        position: relative;
    }
    #banner-712 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #banner-712 .cs-background:before {
        /* background color overlay */
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.75;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #banner-712 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* Makes img tag act as a background image */
        object-fit: cover;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #banner-712 .cs-background:before {
        opacity: 1;
        background: linear-gradient(
            90.01deg,
            rgba(0, 0, 0, 0.9) 16.86%,
            rgba(0, 0, 0, 0) 100%
        );
    }
}

/*-- -------------------------- -->
<---        Side By Side        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #RPsbs-1280,
    #RPsbsr-1280 {
        padding: var(--sectionPadding);
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    #RPsbs-1280 .cs-container,
    #RPsbsr-1280 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 53.125rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-direction: column;
        /* 48px - 108px */
        gap: clamp(3rem, 5vw, 6.75rem);
    }
    #RPsbs-1280 .cs-content,
    #RPsbsr-1280 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #RPsbs-1280 .cs-title,
    #RPsbsr-1280 .cs-title {
        max-width: 20ch;
    }
    #RPsbs-1280 .cs-text,
    #RPsbsr-1280 .cs-text {
        margin-bottom: 1rem;
    }
    #RPsbs-1280 .cs-text:last-of-type,
    #RPsbsr-1280 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #RPsbs-1280 .cs-button-solid,
    #RPsbsr-1280 .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: 0;
        color: #fff;
        border: none;
        min-width: 9.375rem;
        padding: 0 1.5rem;
        background-color: var(--primary);
        border-radius: 0.25rem;
        overflow: hidden;
        display: inline-block;
        position: relative;
        z-index: 1;
        /* prevents padding from adding to the width */
        box-sizing: border-box;
        transition: color 0.3s;
    }
    #RPsbs-1280 .cs-button-solid:before,
    #RPsbsr-1280 .cs-button-solid:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 0%;
        background: #000;
        opacity: 1;
        top: 0;
        left: 0;
        z-index: -1;
        transition: width 0.3s;
    }
    #RPsbs-1280 .cs-button-solid:hover,
    #RPsbsr-1280 .cs-button-solid:hover {
        color: #fff;
    }
    #RPsbs-1280 .cs-button-solid:hover:before,
    #RPsbsr-1280 .cs-button-solid:hover:before {
        width: 100%;
    }
    #RPsbs-1280 .cs-picture,
    #RPsbsr-1280 .cs-picture {
        width: 100%;
        /* 456px - 598px */
        height: clamp(28.5rem, 46vw, 37.375rem);
        border-radius: 1.25rem;
        overflow: hidden;
        display: block;
        /* sends it to the bottom in the 2nd position */
        order: 2;
        position: relative;
        z-index: 1;
    }
    #RPsbs-1280 .cs-picture:before,
    #RPsbsr-1280 .cs-picture:before {
        /* black overlay */
        content: "";
        width: 100%;
        height: 100%;
        background: #1a1a1a;
        opacity: 0.3;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #RPsbs-1280 .cs-picture img,
    #RPsbsr-1280 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    #RPsbs-1280 .cs-background,
    #RPsbsr-1280 .cs-background {
        width: 100%;
        height: 50%;
        background-color: #1a1a1a;
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    #RPsbs-1280 .cs-background img,
    #RPsbsr-1280 .cs-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #RPsbs-1280 .cs-content,
    #RPsbsr-1280 .cs-content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 2rem;
    }
    #RPsbs-1280 .cs-flex,
    #RPsbsr-1280 .cs-flex {
        width: 45%;
    }
    #RPsbs-1280 .cs-title,
    #RPsbsr-1280 .cs-title {
        margin: 0;
    }
    #RPsbs-1280 .cs-text,
    #RPsbsr-1280 .cs-text {
        width: 50%;
    }
    #RPsbs-1280 .cs-button-solid,
    #RPsbsr-1280 .cs-button-solid {
        margin-right: auto;
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #RPsbs-1280,
    #RPsbsr-1280 {
        /* moved padding back to the section container */
        padding: var(--sectionPadding);
    }
    #RPsbs-1280 .cs-container,
    #RPsbsr-1280 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #RPsbs-1280 .cs-content,
    #RPsbsr-1280 .cs-content {
        width: 100%;
        max-width: 27.0625rem;
        margin: 0;
        flex-direction: column;
        order: 2;
        row-gap: 0;
    }
    #RPsbs-1280 .cs-flex,
    #RPsbsr-1280 .cs-flex {
        width: 100%;
    }
    #RPsbs-1280 .cs-title,
    #RPsbsr-1280 .cs-title {
        margin: 0 0 1rem 0;
        color: var(--headerColor);
    }
    #RPsbs-1280 .cs-text,
    #RPsbsr-1280 .cs-text {
        width: 100%;
    }
    #RPsbs-1280 .cs-picture,
    #RPsbsr-1280 .cs-picture {
        max-width: 46.125rem;
        order: 1;
    }
    #RPsbs-1280 .cs-background,
    #RPsbsr-1280 .cs-background {
        display: block;
        width: 60vw;
        height: 100%;
        /* 172px - 336px */
        margin-right: clamp(11.125rem, 30vw, 21rem);
        border-radius: 0 0 1rem 0;
        left: auto;
        right: 50%;
        top: 0;
    }
}

/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #RPsbsr-1280 .cs-content {
        order: -1;
    }
    #RPsbsr-1280 .cs-background {
        margin: 0;
        /* 172px - 336px */
        margin-left: clamp(11.125rem, 30vw, 21rem);
        border-radius: 1rem 0 0 0;
        left: 50%;
        right: auto;
    }
}

                                