/* PAGE-SPECIFIC STYLES FOR THE ABOUT PAGE */
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RTsbs-1473,
  #RTsbsr-1473,
  #RTsbst-1473 {
    padding: var(--sectionPadding);
  }
  #RTsbs-1473 .cs-container,
  #RTsbsr-1473 .cs-container,
  #RTsbst-1473 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #RTsbs-1473 .cs-content,
  #RTsbsr-1473 .cs-content,
  #RTsbst-1473 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    /* changes to 433px at desktop */
    max-width: 33.875rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #RTsbs-1473 .cs-title,
  #RTsbsr-1473 .cs-title,
  #RTsbst-1473 .cs-title {
    max-width: 20ch;
  }
  #RTsbs-1473 .cs-text,
  #RTsbsr-1473 .cs-text,
  #RTsbst-1473 .cs-text {
    margin-bottom: 1rem;
  }
  #RTsbs-1473 .cs-text:last-of-type,
  #RTsbsr-1473 .cs-text:last-of-type,
  #RTsbst-1473 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #RTsbs-1473 .cs-ul,
  #RTsbsr-1473 .cs-ul,
  #RTsbst-1473 .cs-ul {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 2.5rem;
    row-gap: 1rem;
  }
  #RTsbs-1473 .cs-li,
  #RTsbsr-1473 .cs-li,
  #RTsbst-1473 .cs-li {
    font-size: var(--bodyFontSize);
    list-style: none;
    font-weight: 700;
    line-height: 1.5em;
    width: 100%;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    /* push icon top the top so if the list item goes to two lines the icon stays at the top */
    align-items: flex-start;
    gap: 0.5rem;
  }
  #RTsbs-1473 .cs-icon,
  #RTsbsr-1473 .cs-icon,
  #RTsbst-1473 .cs-icon {
    width: 1.5rem;
    height: auto;
    /* adds extra space between the icon and top of parent so it's more centered */
    margin-top: 1px;
    display: block;
  }
  #RTsbs-1473 .button-box,
  #RTsbsr-1473 .button-box,
  #RTsbst-1473 .button-box {
    width: 100%;
    max-width: 39.375rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  #RTsbs-1473 .cs-link,
  #RTsbsr-1473 .cs-link,
  #RTsbst-1473 .cs-link {
    text-decoration: none;
    padding-right: 2.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
  }
  #RTsbs-1473 .cs-link:hover .cs-wrapper,
  #RTsbsr-1473 .cs-link:hover .cs-wrapper,
  #RTsbst-1473 .cs-link:hover .cs-wrapper {
    transform: scale(1.2);
  }
  #RTsbs-1473 .cs-wrapper,
  #RTsbsr-1473 .cs-wrapper,
  #RTsbst-1473 .cs-wrapper {
    width: 3.25rem;
    height: 3.25rem;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
    transition: transform 0.3s;
  }
  #RTsbs-1473 .cs-img,
  #RTsbsr-1473 .cs-img,
  #RTsbst-1473 .cs-img {
    width: 3.25rem;
    height: auto;
    border: 2px solid #BABABA;
    border-radius: 50%;
    /* prevents border from affecting height and width */
    box-sizing: border-box;
  }
  #RTsbs-1473 .cs-icon,
  #RTsbsr-1473 .cs-icon,
  #RTsbst-1473 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
  }
  #RTsbs-1473 .cs-info,
  #RTsbsr-1473 .cs-info,
  #RTsbst-1473 .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #RTsbs-1473 .cs-header,
  #RTsbsr-1473 .cs-header,
  #RTsbst-1473 .cs-header {
    font-size: 1.5625rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #RTsbs-1473 .cs-phone,
  #RTsbsr-1473 .cs-phone,
  #RTsbst-1473 .cs-phone {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #RTsbs-1473 .cs-job,
  #RTsbsr-1473 .cs-job,
  #RTsbst-1473 .cs-job {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--secondary);
    display: block;
  }
  #RTsbs-1473 .cs-link-content,
  #RTsbsr-1473 .cs-link-content,
  #RTsbst-1473 .cs-link-content {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #RTsbs-1473 .cs-button-solid,
  #RTsbsr-1473 .cs-button-solid,
  #RTsbst-1473 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    overflow: hidden;
    margin: 0;
    color: #fff;
    padding: 0 3rem;
    border-radius: 1.875rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #RTsbs-1473 .cs-button-solid:before,
  #RTsbsr-1473 .cs-button-solid:before,
  #RTsbst-1473 .cs-button-solid:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 0%;
    background: var(--secondary);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #RTsbs-1473 .cs-button-solid:hover:before,
  #RTsbsr-1473 .cs-button-solid:hover:before,
  #RTsbst-1473 .cs-button-solid:hover:before {
    width: 100%;
  }
  #RTsbs-1473 .cs-image-group,
  #RTsbsr-1473 .cs-image-group,
  #RTsbst-1473 .cs-image-group {
    /* scales the whole group based on the view width size and stop when that vales equals .745em, resets at desktop */
    font-size: min(2.15vw, .8em);
    width: 41.25em;
    height: 47.3125em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #RTsbs-1473 .cs-picture,
  #RTsbsr-1473 .cs-picture,
  #RTsbst-1473 .cs-picture {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
  }
  #RTsbs-1473 .cs-picture img,
  #RTsbsr-1473 .cs-picture img,
  #RTsbst-1473 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #RTsbs-1473 .cs-picture1,
  #RTsbsr-1473 .cs-picture1,
  #RTsbst-1473 .cs-picture1 {
    width: 25.8125em;
    height: 24.25em;
    border-radius: 12.125em;
    border: 0.5em solid var(--secondary);
    top: 0;
    left: -0.5em;
    z-index: -1;
  }
  #RTsbs-1473 .cs-picture2,
  #RTsbsr-1473 .cs-picture2,
  #RTsbst-1473 .cs-picture2 {
    width: 18.125em;
    height: 18.125em;
    border-radius: 50%;
    border: 0.5em solid #FFD3C6;
    bottom: 13.25em;
    right: -0.5em;
    z-index: 10;
  }
  #RTsbs-1473 .cs-picture3,
  #RTsbsr-1473 .cs-picture3,
  #RTsbst-1473 .cs-picture3 {
    width: 23.875em;
    height: 21.8125em;
    border-radius: 8.5em;
    border: 0.5em solid var(--primary);
    bottom: 0;
    left: -0.5em;
    z-index: -1;
  }
  #RTsbs-1473 .cs-floater1,
  #RTsbsr-1473 .cs-floater1,
  #RTsbst-1473 .cs-floater1 {
    width: 10.1875em;
    height: auto;
    position: absolute;
    top: 8.125em;
    right: 4.375em;
    transform: rotate(-38deg);
  }
  #RTsbs-1473 .cs-floater2,
  #RTsbsr-1473 .cs-floater2,
  #RTsbst-1473 .cs-floater2 {
    width: 5.0625em;
    height: auto;
    position: absolute;
    top: 22em;
    left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #RTsbs-1473 .cs-link:nth-of-type(1),
  #RTsbsr-1473 .cs-link:nth-of-type(1),
  #RTsbst-1473 .cs-link:nth-of-type(1) {
    border-right: 1px solid #E8E8E8;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #RTsbs-1473 .cs-container,
  #RTsbsr-1473 .cs-container,
  #RTsbst-1473 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #RTsbs-1473 .cs-image-group,
  #RTsbsr-1473 .cs-image-group,
  #RTsbst-1473 .cs-image-group {
    font-size: min(.9vw, 1em);
    flex: none;
  }
}
/* Large Desktop - 1200px */
@media only screen and (min-width: 75rem) {
  #RTsbs-1473 .cs-image-group,
  #RTsbsr-1473 .cs-image-group,
  #RTsbst-1473 .cs-image-group {
    font-size: min(1.13vw, 1em);
    flex: none;
  }
}
/*-- -------------------------- -->
<---    Side By Side Reverse    -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RTsbsr-1473 {
    background-color: #f7f7f786;
  }
  #RTsbsr-1473 .cs-picture1 {
    left: auto;
    right: -0.5em;
  }
  #RTsbsr-1473 .cs-picture2 {
    right: auto;
    left: -0.5em;
  }
  #RTsbsr-1473 .cs-picture3 {
    left: auto;
    right: -0.5em;
  }
  #RTsbsr-1473 .cs-floater1 {
    left: 4.375em;
    right: auto;
  }
  #RTsbsr-1473 .cs-floater2 {
    left: auto;
    right: 0;
    top: 21.5625em;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #RTsbsr-1473 .cs-image-group {
    /* sends it to the right in the 2nd position */
    order: 2;
  }
}
