/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RTsbsr-952,
  #RTsbsr-952,
  #RTsbst-952 {
    padding: var(--sectionPadding);
    background-color: var(--backgroundColor);
    position: relative;
    /* clips anything overflowing */
    overflow: hidden;
    /* Initial hidden state */
    /* Visible state */
  }
  #RTsbsr-952 .cs-container,
  #RTsbsr-952 .cs-container,
  #RTsbst-952 .cs-container {
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #RTsbsr-952 .cs-content,
  #RTsbsr-952 .cs-content,
  #RTsbst-952 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    max-width: 33.875rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #RTsbsr-952 .cs-text,
  #RTsbsr-952 .cs-text,
  #RTsbst-952 .cs-text {
    margin-bottom: 1rem;
  }
  #RTsbsr-952 .cs-text:last-of-type,
  #RTsbsr-952 .cs-text:last-of-type,
  #RTsbst-952 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #RTsbsr-952 .cs-contact-group,
  #RTsbsr-952 .cs-contact-group,
  #RTsbst-952 .cs-contact-group {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  #RTsbsr-952 .cs-link,
  #RTsbsr-952 .cs-link,
  #RTsbst-952 .cs-link {
    padding-right: 1.875rem;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 1rem;
  }
  #RTsbsr-952 .cs-link:hover:before,
  #RTsbsr-952 .cs-link:hover:before,
  #RTsbst-952 .cs-link:hover:before {
    width: 100%;
    height: 3.5rem;
  }
  #RTsbsr-952 .cs-link:hover .cs-wrapper,
  #RTsbsr-952 .cs-link:hover .cs-wrapper,
  #RTsbst-952 .cs-link:hover .cs-wrapper {
    transform: scale(1.2);
  }
  #RTsbsr-952 .cs-link:hover .cs-icon,
  #RTsbsr-952 .cs-link:hover .cs-icon,
  #RTsbst-952 .cs-link:hover .cs-icon {
    transform: translateX(0.4375rem);
  }
  #RTsbsr-952 .cs-link:before,
  #RTsbsr-952 .cs-link:before,
  #RTsbst-952 .cs-link:before {
    /* light green circle that animates on hover */
    content: "";
    width: 3rem;
    height: 3rem;
    background: #eff1f0;
    opacity: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    transition: width 0.3s, height 0.3s, border-radius 0.3s;
  }
  #RTsbsr-952 .cs-wrapper,
  #RTsbsr-952 .cs-wrapper,
  #RTsbst-952 .cs-wrapper {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #RTsbsr-952 .cs-icon,
  #RTsbsr-952 .cs-icon,
  #RTsbst-952 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #RTsbsr-952 .cs-info,
  #RTsbsr-952 .cs-info,
  #RTsbst-952 .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #RTsbsr-952 .cs-header,
  #RTsbsr-952 .cs-header,
  #RTsbst-952 .cs-header {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #RTsbsr-952 .cs-link-content,
  #RTsbsr-952 .cs-link-content,
  #RTsbst-952 .cs-link-content {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #RTsbsr-952 .cs-image-group,
  #RTsbsr-952 .cs-image-group,
  #RTsbst-952 .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.24vw, 0.844em);
    /* everything inside this box is in ems so we can scale it all down proportionally with a font size */
    width: 40.625em;
    height: 42.9375em;
    position: relative;
    z-index: 1;
  }
  #RTsbsr-952 .cs-picture,
  #RTsbsr-952 .cs-picture,
  #RTsbst-952 .cs-picture {
    display: block;
    position: absolute;
    /* clips the image to match the border radius of the cs-picture */
    overflow: hidden;
  }
  #RTsbsr-952 .cs-picture img,
  #RTsbsr-952 .cs-picture img,
  #RTsbst-952 .cs-picture img {
    width: 100%;
    height: 100%;
    /* makes it act like a background image */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #RTsbsr-952 .cs-picture1,
  #RTsbsr-952 .cs-picture1,
  #RTsbst-952 .cs-picture1 {
    width: 21.8125em;
    height: 36.875em;
    top: 3.0625em;
    left: 0;
  }
  #RTsbsr-952 .cs-picture2,
  #RTsbsr-952 .cs-picture2,
  #RTsbst-952 .cs-picture2 {
    width: 17.5625em;
    height: 24.1875em;
    top: 0;
    right: 0;
  }
  #RTsbsr-952 .cs-picture3,
  #RTsbsr-952 .cs-picture3,
  #RTsbst-952 .cs-picture3 {
    width: 17.5625em;
    height: 17.5em;
    right: 0;
    bottom: 0;
  }
  #RTsbsr-952 .cs-seal,
  #RTsbsr-952 .cs-seal,
  #RTsbst-952 .cs-seal {
    width: 9.375em;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -40%);
  }
  #RTsbsr-952 .cs-floater,
  #RTsbsr-952 .cs-floater,
  #RTsbst-952 .cs-floater {
    display: none;
  }
  #RTsbsr-952 .cs-content .cs-topper,
  #RTsbsr-952 .cs-content .cs-title,
  #RTsbsr-952 .cs-content .cs-text,
  #RTsbsr-952 .cs-content .cs-topper,
  #RTsbsr-952 .cs-content .cs-title,
  #RTsbsr-952 .cs-content .cs-text,
  #RTsbst-952 .cs-content .cs-topper,
  #RTsbst-952 .cs-content .cs-title,
  #RTsbst-952 .cs-content .cs-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  #RTsbsr-952 .cs-content.visible .cs-topper,
  #RTsbsr-952 .cs-content.visible .cs-title,
  #RTsbsr-952 .cs-content.visible .cs-text,
  #RTsbsr-952 .cs-content.visible .cs-topper,
  #RTsbsr-952 .cs-content.visible .cs-title,
  #RTsbsr-952 .cs-content.visible .cs-text,
  #RTsbst-952 .cs-content.visible .cs-topper,
  #RTsbst-952 .cs-content.visible .cs-title,
  #RTsbst-952 .cs-content.visible .cs-text {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #RTsbsr-952 .cs-container,
  #RTsbsr-952 .cs-container,
  #RTsbst-952 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #RTsbsr-952 .cs-image-group,
  #RTsbsr-952 .cs-image-group,
  #RTsbst-952 .cs-image-group {
    /* set to inherit at Large Desktop */
    font-size: min(1.15vw, 1em);
    margin: 0;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #RTsbsr-952 .cs-content,
  #RTsbsr-952 .cs-content,
  #RTsbst-952 .cs-content {
    width: 51%;
  }
}
/* Large Desktop - 1800px */
@media only screen and (min-width: 112.5rem) {
  #RTsbsr-952 .cs-floater,
  #RTsbsr-952 .cs-floater,
  #RTsbst-952 .cs-floater {
    width: 27.8125rem;
    height: auto;
    display: block;
    position: absolute;
    top: 1.25rem;
    right: 0;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RTsbsr-952 {
    background-color: #e6e6e2;
    /* Initial hidden state */
    /* Visible state */
  }
  #RTsbsr-952 .cs-title,
  #RTsbsr-952 .cs-header,
  #RTsbsr-952 .cs-text,
  #RTsbsr-952 .cs-link-content {
    color: var(--bodyTextColor);
  }
  #RTsbsr-952 .cs-text,
  #RTsbsr-952 .cs-link-content {
    opacity: 0.8;
  }
  #RTsbsr-952 .cs-link:before {
    background-color: #484848;
  }
  #RTsbsr-952 .cs-content .cs-topper,
  #RTsbsr-952 .cs-content .cs-title,
  #RTsbsr-952 .cs-content .cs-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  #RTsbsr-952 .cs-content.visible .cs-topper,
  #RTsbsr-952 .cs-content.visible .cs-title,
  #RTsbsr-952 .cs-content.visible .cs-text {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #RTsbsr-952 .cs-image-group {
    /* sends it to the right in the 2nd position */
    order: 2;
  }
  #RTsbsr-952 .cs-floater {
    right: auto;
    left: -3.125rem;
    transform: scaleX(-1);
  }
}

/*# sourceMappingURL=residential.css.map */
