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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbsr-1816 {
      padding: var(--sectionPadding);
      /* 100px - 200px */
      padding-bottom: clamp(6.25rem, 8vw, 12.5rem);
      background-color: #222;
      /* clips anything overflowing */
      overflow: hidden;
      position: relative;
      z-index: 1;
    }
    #sbsr-1816 .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-1816 .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;
      position: relative;
      z-index: 3;
    }
    #sbsr-1816 .cs-title,
    #sbsr-1816 .cs-text {
      color: var(--bodyTextColorWhite);
    }
    #sbsr-1816 .cs-text {
      margin-bottom: 1rem;
      opacity: 0.8;
    }
    #sbsr-1816 .cs-text:last-of-type {
      margin-bottom: 2rem;
    }
    #sbsr-1816 .cs-ul {
      width: 100%;
      max-width: 39.375rem;
      margin: 0 0 2rem;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      row-gap: 1rem;
      column-gap: 0.75rem;
    }
    #sbsr-1816 .cs-li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: column;
      grid-column: span 4;
      /* 16px - 20px */
      gap: clamp(1rem, 2.5vw, 1.25rem);
    }
    #sbsr-1816 .cs-li-picture {
      /* 60px - 80px */
      width: 3rem;
      height: 3rem;
      margin: 0;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      /* prevents flexbox from squishing it */
      flex: none;
      position: relative;
      z-index: 1;
    }
    #sbsr-1816 .cs-li-picture:before {
      /* background color */
      content: '';
      width: 100%;
      height: 100%;
      background: #1D1C1C;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      z-index: -1;
    }
    #sbsr-1816 .cs-li-icon {
      width: 1.5rem;
      height: auto;
      display: block;
    }
    #sbsr-1816 .cs-h3 {
      /* 13px - 16px */
      font-size: clamp(0.8125rem, 2vw, 1rem);
      line-height: 1.2em;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      text-align: left;
      margin: 0 0 0.75rem 0;
      color: var(--bodyTextColorWhite);
      opacity: 0.8;
    }
    #sbsr-1816 .cs-li-text {
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.2em;
      text-align: left;
      margin: 0;
      color: var(--bodyTextColorWhite);
    }
    #sbsr-1816 .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: black;
      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;
    }
    #sbsr-1816 .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;
    }
    #sbsr-1816 .cs-button-solid:hover:before {
      width: 100%;
    }
    #sbsr-1816 .cs-image-group {
      /* scales the whole section down and ties the font size to the vw and stops at 75% of the vale of 1em, changes at desktop */
      font-size: min(2.1vw, .70rem);
      /* everything inside this box is in ems so we can scale it all down proportionally with a font size */
      width: 40.1875em;
      height: 38em;
      position: relative;
      z-index: 1;
    }
    #sbsr-1816 .cs-picture {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      object-fit: cover;
    }
    #sbsr-1816 .cs-picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    #sbsr-1816 .cs-mask {
      width: 101%;
      height: 101%;
      object-fit: cover;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 1;
      transform: translate(-50%, -50%);
    }
    #sbsr-1816 .cs-graphic {
      width: 100%;
      min-width: 75rem;
      height: auto;
      object-fit: cover;
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 1;
      transform: translateX(-50%);
    }
    #sbsr-1816 .cs-dark {
      display: none;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #sbsr-1816 .cs-container {
      max-width: 80rem;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
    #sbsr-1816 .cs-image-group {
      /* set to inherit at Large Desktop */
      font-size: min(1.1vw, 1rem);
      flex: none;
      /* sends it to the right in the 2nd position */
      order: 2;
    }
    #sbsr-1816 .cs-image-group:before {
      display: block;
    }
    #sbsr-1816 .cs-content {
      width: 51%;
    }
  }
  /* Desktop - 1300px */
  @media only screen and (min-width: 81.25rem) {
    #sbsr-1816 .cs-image-group {
      font-size: inherit;
    }
    #sbsr-1816 .cs-li {
      flex-direction: row;
    }
  }
  /* Large Desktop - 2000px */
  @media only screen and (min-width: 125rem) {
    #sbsr-1816 {
      /* pushes down when the screen size gets too big and the graphic starts getting too tall and creeps up on the content above it */
      padding-bottom: 9vw;
    }
  }
  /* Dark Mode */
  @media only screen and (min-width: 0rem) {
    body.dark-mode #sbsr-1816 {
      background-color: rgba(0, 0, 0, 0.6);
    }
    body.dark-mode #sbsr-1816 .cs-light {
      display: none;
    }
    body.dark-mode #sbsr-1816 .cs-dark {
      display: block;
    }
  }
                                  