/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbs-70,
  #RPsbsr-70 {
    padding: var(--sectionPadding);
  }
  #RPsbs-70 .cs-container,
  #RPsbsr-70 .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);
  }
  #RPsbs-70 .cs-container .cs-content,
  #RPsbsr-70 .cs-container .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #RPsbs-70 .cs-container .cs-content .cs-text,
  #RPsbsr-70 .cs-container .cs-content .cs-text,
  #RPsbs-70 .cs-container .cs-content .wysiwyg-wrapper p,
  #RPsbsr-70 .cs-container .cs-content .wysiwyg-wrapper p {
    margin-bottom: 1rem;
  }
  #RPsbs-70 .cs-container .cs-content .cs-text:last-of-type,
  #RPsbsr-70 .cs-container .cs-content .cs-text:last-of-type,
  #RPsbs-70 .cs-container .cs-content .wysiwyg-wrapper p:last-of-type,
  #RPsbsr-70 .cs-container .cs-content .wysiwyg-wrapper p:last-of-type {
    margin-bottom: 2rem;
  }
  #RPsbs-70 .cs-picture,
  #RPsbsr-70 .cs-picture {
    width: 95%;
    max-width: 18.75rem;
    margin: 0;
    position: relative;
    display: block;
    /* width divided by height */
    aspect-ratio: 312/335;
    z-index: 1;
  }
  #RPsbs-70 .cs-picture:before,
  #RPsbsr-70 .cs-picture:before {
    /* Top right box */
    content: "";
    width: 10rem;
    /* 202px - 248px */
    height: clamp(12.625rem, 25vw, 15.5rem);
    background: var(--primaryDark);
    opacity: 1;
    position: absolute;
    display: block;
    opacity: 0.2;
    /* 16px -20px */
    /* wrapped in a calc funtion to get a negative clamp value */
    top: calc(clamp(.5rem, 2.09vw, 1.25rem) * -1);
    right: calc(clamp(.5rem, 2.09vw, 1.25rem) * -1);
  }
  #RPsbs-70 .cs-picture:after,
  #RPsbsr-70 .cs-picture:after {
    /* Bottom left box */
    content: "";
    width: 10rem;
    /* 202px - 248px */
    height: clamp(12.625rem, 25vw, 15.5rem);
    background: var(--primaryDark);
    opacity: 1;
    position: absolute;
    display: block;
    opacity: 0.2;
    /* 16px -20px */
    /* wrapped in a calc funtion to get a negative clamp value */
    bottom: calc(clamp(.5rem, 2.09vw, 1.25rem) * -1);
    left: calc(clamp(.5rem, 2.09vw, 1.25rem) * -1);
    z-index: -1;
  }
  #RPsbs-70 .cs-picture img,
  #RPsbsr-70 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #RPsbs-70 .cs-container,
  #RPsbsr-70 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    /* 60px - 128px */
    gap: clamp(3.75rem, 9.5vw, 8rem);
  }
  #RPsbs-70 .cs-container .cs-content,
  #RPsbsr-70 .cs-container .cs-content {
    width: 45%;
    margin: 0;
  }
  #RPsbs-70 .cs-picture,
  #RPsbsr-70 .cs-picture {
    /* 328px - 502px */
    width: clamp(20.5rem, 37.5vw, 31.375rem);
    /* 440px - 520px */
    height: clamp(27.5rem, 40vw, 32.5rem);
    /* 16px - 20px */
    margin: 0 0 0 clamp(1rem, 5vw, 1.25rem);
    max-width: 34.375rem;
    flex: none;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbsr-70 {
    background-image: var(--sectionBackgroundGradient);
    border-top: var(--sectionBackgroundBorderTop);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48em) {
  #RPsbsr-70 .cs-container {
    justify-content: flex-end;
  }
  #RPsbsr-70 .cs-picture {
    /* 16px - 20px */
    margin-right: clamp(1rem, 5vw, 1.25rem);
    /* forces it to the left */
    order: 2;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbs-70 .board-of-directors h3 {
    color: var(--secondary);
    font-size: 1.5rem;
    font-weight: 600;
  }
  #RPsbs-70 .board-of-directors ul {
    margin-left: 2rem;
    margin-top: 0.5rem;
  }
  #RPsbs-70 .board-of-directors ul li {
    line-height: 1.9;
    font-weight: 600;
  }
  #RPsbs-70 .board-of-directors ul li span {
    font-weight: 500;
    font-style: italic;
    color: #333;
  }
}
