
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #ABoutRPsbs-328,
    #AboutRPsbsr-328 {
        padding: var(--sectionPadding);
    }
    #ABoutRPsbs-328 .cs-container,
    #AboutRPsbsr-328 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #ABoutRPsbs-328 .cs-content,
    #AboutRPsbsr-328 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 33.875rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

























    #ABoutRPsbs-328 .cs-text:last-of-type,
    #AboutRPsbsr-328 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #ABoutRPsbs-328 .cs-quote,
    #AboutRPsbsr-328 .cs-quote {
        margin: 0 0 2rem 0;
        /* 16px - 32px */
        padding: clamp(1rem, 3vw, 2rem);
        background-color: #9498c71b;
        border-radius: 1rem;
        position: relative;
    }
    #ABoutRPsbs-328 .cs-quote-text,
    #AboutRPsbsr-328 .cs-quote-text {
        /* 14px - 16px */
        font-size: 1.2rem;
        line-height: 1.5em;
        margin: 0 0 1rem;
        color: #000000;
        display: block;
      
         font-family: 'abel';
    }
    #ABoutRPsbs-328 .cs-name,
    #AboutRPsbsr-328 .cs-name {
        font-size: 1rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 0.25rem;
        color: var(--headerColor);
        display: block;
        font-family: 'bungee';
    }
    #ABoutRPsbs-328 .cs-job,
    #AboutRPsbsr-328 .cs-job {
        font-size: 1.2rem;
        line-height: 1.5em;
        color: #000000;
        display: block;
         font-family: 'abel';
    }
      #ABoutRPsbs-328 .cs-quote-icon,
    #AboutRPsbsr-328 .cs-quote-icon {
        /* 60px - 136px */
        width: clamp(3.75rem, 10vw, 8.5rem);
        height: auto;
        position: absolute;
        bottom: 0rem;
        /* 16px - 32px */
        fill: #0000003a;
        right: clamp(1rem, 4vw, 2rem);
    }
    #ABoutRPsbs-328 .cs-image-group,
    #AboutRPsbsr-328 .cs-image-group {
        /* scaling the font size with the view width */
        font-size: min(2.31vw, 0.7em);
        /* using ems so we can use font size to scale the whole section */
        width: 39.4375em;
        height: 39.75em;
        position: relative;
    }
    #ABoutRPsbs-328 .cs-picture,
    #AboutRPsbsr-328 .cs-picture {
        border-radius: 1.5em;
        /* clips img tag corners */
        overflow: hidden;
        position: absolute;
        display: block;
       

        
       
    }
    #ABoutRPsbs-328 .cs-picture img,
    #AboutRPsbsr-328 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* makes image act like a background image */
        object-fit: cover;
    }
    #ABoutRPsbs-328 .cs-picture1,
    #AboutRPsbsr-328 .cs-picture1 {
        width: 32.625em;
        height: 36.3125em;
        left: 0;
        top: 0;
         filter: invert(0.15)
    }
    #ABoutRPsbs-328 .cs-picture2,
    #AboutRPsbsr-328 .cs-picture2 {
        width: 25.875em;
        height: 25em;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
        /* 6px - 12px */
        border: clamp(0.375em, 1.5vw, 0.75em) solid #5A95B9;
        right: 0;
        bottom: 0;
       
    }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #ABoutRPsbs-328 .cs-container,
    #AboutRPsbsr-328 .cs-container {
        flex-flow: row;
        justify-content: space-between;
        gap: 3.25rem;
    }
    #ABoutRPsbs-328 .cs-image-group,
    #AboutRPsbsr-328 .cs-image-group {
        font-size: min(1.2vw, 1em);
        flex: none;
    }
    #ABoutRPsbs-328 .cs-content,
    #AboutRPsbsr-328 .cs-content {
        margin: 0;
    }
}
















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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-1100-1112 {
        padding: var(--sectionPadding);
        background-color: #9498c71b
    }
    #sbsr-1100-1112 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #sbsr-1100-1112 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: 32.625rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }
    #sbsr-1100-1112 .cs-text {
        margin-bottom: 1rem;
        
    }
    #sbsr-1100-1112 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }
    #sbsr-1100-1112 .cs-ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        
    }
    #sbsr-1100-1112 .cs-li {
        list-style: none;
        padding: 0;
        margin: 0;
       
    }
    #sbsr-1100-1112 .cs-h3 {
        /* 20px - 25px */
        font-size: 1.25rem, 3vw, 1.5625rem;
        line-height: 1.2em;
        font-weight: 700;
        margin: 0 0 0.75rem;
        font-family: 'bungee';
    }
    #sbsr-1100-1112 .cs-li-text {
        font-size: var(--bodyFontSize);
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        max-width: 39.375rem;
        margin: 0;
        color: var(--bodyTextColor);
         font-family: 'abel';

    }
    #sbsr-1100-1112 .cs-image-group {
        /* scales the whole group based on the view width size and stop when that vales equals .8em, resets at desktop */
        font-size: min(2.235vw, 0.8em);
        width: 40.5em;
        height: 37.125em;
        display: block;
        position: relative;
        z-index: 1;
    }
    #sbsr-1100-1112 .cs-picture {
        position: absolute;
        
    }
    #sbsr-1100-1112 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
         border-radius: 1.5em;
         border: clamp(0.375em, 1.5vw, 0.75em) solid #5AA3CF;
    }
    #sbsr-1100-1112 .cs-picture1 {
        width: 20.1875em;
        height: 27.9375em;
        top: 0;
        right: 0;
        z-index: 10;
        border-radius: 1.5em;
    }
    #sbsr-1100-1112 .cs-picture2 {
        width: 19.0625em;
        height: 27.5625em;
        bottom: 0;
        left: 0;
    }
    #sbsr-1100-1112 .cs-stripes {
        width: 34.25em;
        height: 90%;
        display: block;
        position: absolute;
        top: 5em;
        left: 2.5em;
        z-index: -1;
          filter: invert(0.15)
    }
    #sbsr-1100-1112 .cs-graphic {
        width: 11.5em;
        height: auto;
        position: absolute;
        bottom: 5em;
        left: 13.875em;
        z-index: 10;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #sbsr-1100-1112 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #sbsr-1100-1112 .cs-image-group {
        font-size: min(1.2vw, 1em);
        flex: none;
        /* sends it to the right in the 2nd position */
        order: 2;
    }
}






/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/

/* Mobile - 360px */ 







/*-- -------------------------- -->
<---       Meet The Team        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #meet-team-860 {
        padding: var(--sectionPadding);
        overflow: hidden;
    }
    #meet-team-860 .cs-container {
        width: 100%;
        /* changes to 1280px at desktop */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #meet-team-860 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        max-width: 33.875rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
    }
    #meet-team-860 .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-860 .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-860 .cs-title {
        max-width: 20ch;
        font-family: 'bungee';
    }
   
    #meet-team-860 .cs-card-group {
        width: 100%;
        max-width: 39.375rem;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* 16px - 20px */
        gap: clamp(1rem, 2.3vw, 1.25rem);
        position: relative;
    }
    #meet-team-860 .cs-item {
        list-style: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }
    #meet-team-860 .cs-item:hover .cs-picture:before,
    #meet-team-860 .cs-item:hover .cs-picture:after {
        opacity: 1;
    }
    #meet-team-860 .cs-item:hover .cs-picture img {
        transform: scale(1.1);
    }
    #meet-team-860 .cs-item:hover .cs-info 
    {
        background-color: var(--secondary);
    }
    #meet-team-860 .cs-item:hover .cs-name,
    #meet-team-860 .cs-item:hover .cs-job {
       color: black;
        
    }
 
    #meet-team-860 .cs-picture {
        width: 100%;
        height: auto;
        margin: 0 0 0.5rem 0;
        /* removed at tablet */
        aspect-ratio: 328/407;
        border-radius: 1rem;
        /* clips the img corners */
        /* clips img tag from overflowing it on hover */
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }
    #meet-team-860 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* makes sure the top of the image is at the top of the parent, heads won't get cut off this way */
        object-position: top;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: transform 0.7s;
    }
    #meet-team-860 .cs-info {
        width: 100%;
        padding: 1rem;
        /* prevents padding and border from affecting height and width */
        box-sizing: border-box;
        background-color: #f7f7f7;
        border-radius: 0.75rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: background-color 0.3s;
    }
    #meet-team-860 .cs-name {
        font-size: 1.25rem;
        line-height: 1.2em;
        font-weight: 700;
        margin: 0 0 0.25rem 0;
        color: var(--headerColor);
        display: block;
        font-family: 'bungee';
        transition: color 0.3s;
    }
    #meet-team-860 .cs-job {
        /* 14px - 16px */
        font-size: 1.1rem;
        line-height: 1.5em;
        margin-right: 0;
        color: var(--bodyTextColor);
        display: block;
        font-family: 'abel';
        
        transition: color 0.3s;
    }
}
/* Tablet - 600px */
@media only screen and (min-width: 37.5rem) {
    #meet-team-860 .cs-card-group {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }
    #meet-team-860 .cs-item {
        width: 100%;
    }
    #meet-team-860 .cs-picture {
        height: 25.4375rem;
        /* remove the aspect ratio so the height can be squished */
        aspect-ratio: initial;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 56.25rem) {
    #meet-team-860 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }
    #meet-team-860 .cs-content {
        text-align: left;
        width: 55%;
        flex-direction: column;
        align-items: flex-start;
    }
    #meet-team-860 .cs-card-group {
        justify-content: center;
        flex-wrap: nowrap;
    }
    #meet-team-860 .cs-item {
        width: 100%;
    }
}

                                