/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .sbs-1591 {
    padding: var(--sectionPadding);
  }
  .sbs-1591:nth-child(odd) {
    background-color: var(--secondaryLight);
  }
  .sbs-1591:nth-child(odd) .cs-picture1 {
    right: 2em;
    left: unset;
  }
  .sbs-1591:nth-child(odd) .cs-picture2 {
    left: 2em;
    right: unset;
  }
  .sbs-1591 .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);
  }
  .sbs-1591 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  .sbs-1591 .cs-text {
    margin-bottom: 1rem;
  }
  .sbs-1591 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  .sbs-1591 .cs-ul {
    width: 80%;
    max-width: 23rem;
    /* 32px - 36px */
    margin: 0 0 clamp(2rem, 4vw, 2.25rem) 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 24px - 32px */
    row-gap: clamp(1.5rem, 4vw, 2rem);
  }
  .sbs-1591 .cs-li {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    list-style: none;
    line-height: 1.5em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
  }
  .sbs-1591 .cs-li img {
    filter: var(--primaryFilter);
    width: 3rem;
    height: 3rem;
  }
  .sbs-1591 .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(1.959vw, 0.745em);
    width: 39.375em;
    /* we set a minimum height so it never gets smaller than this value */
    min-height: 39.25em;
    max-height: 25rem;
    display: block;
    position: relative;
    z-index: 1;
  }
  .sbs-1591 .cs-picture {
    position: absolute;
    overflow: hidden;
  }
  .sbs-1591 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sbs-1591 .cs-picture1 {
    /* the percentage heights allow them to be responsive to the height of the parent cs-image-group. On desktop, when the felxbox is set to aling-items: stretch, the cs-image group will stretch to fill the height of the parent container. So when you add more content to the cs-content group and make it taller, the cs-image group will get taller with it and every image will stretch with the parent, making this entire group responsive to the changing amounts of content next to it */
    width: 25.8125em;
    height: 79.617834%;
    border-top-left-radius: 12.875em;
    border-top-right-radius: 12.875em;
    top: 0;
    left: 2em;
    z-index: -1;
  }
  .sbs-1591 .cs-picture2 {
    width: 20em;
    height: 20em;
    border-radius: 50%;
    bottom: 0;
    right: 3em;
    z-index: 10;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  .sbs-1591:nth-child(odd) .cs-container {
    flex-direction: row-reverse;
  }
  .sbs-1591 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .sbs-1591 .cs-content {
    /* this padding sets a minimum gap between the top and bottom of the content div and the top and bottom of the cs-image-group */
    padding: 2rem 0;
    /* while the cs-image-group will stretch to fill the height of the parent, this property will ensure that the cs-content group aligns itse;f in the center of the parent div instead of stretching */
    align-self: center;
  }
  .sbs-1591 .cs-image-group {
    font-size: min(1.2vw, 1em);
    flex: none;
  }
  .sbs-1591 .cs-picture2 {
    bottom: 3em;
  }
}
/*-- -------------------------- -->
<---         Meet Team          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #meet-436 {
    padding: var(--sectionPadding);
  }
  #meet-436 .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);
  }
  #meet-436 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #meet-436 .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    /* 24px - 40px, accounts for the translate amount on the list items */
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* 8px - 20px */
    column-gap: clamp(0.5rem, 1.5vw, 1.25rem);
    row-gap: 0.75rem;
  }
  #meet-436 .cs-item {
    text-align: center;
    list-style: none;
    width: 48%;
    padding-bottom: 1.5rem;
    border-radius: 12.875em 12.875em 0 0;
    background-color: #fff;
    border: 1px solid var(--accentLight);
    position: relative;
  }
  #meet-436 .cs-picture {
    width: 100%;
    /* height divided by width */
    aspect-ratio: 1/1;
    margin-bottom: 1.5em;
    /* clips corners of image */
    overflow: hidden;
    border-radius: 12.875em 12.875em 0 0;
    position: relative;
    display: block;
  }
  #meet-436 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes it behave like a background image */
    object-fit: cover;
    /* places the top of the image at the top of the picture element */
    object-position: top;
  }
  #meet-436 .cs-name {
    /* 16px - 25px */
    font-size: clamp(1rem, 2vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    width: 90%;
    margin: 0 auto 0.25rem;
    color: var(--headerColor);
    display: block;
  }
  #meet-436 .cs-job {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    width: 90%;
    margin: 0 auto;
    color: var(--bodyTextColor);
    display: block;
  }
  #meet-436 .cs-leaves {
    display: none;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #meet-436 .cs-container {
    max-width: 80em;
  }
  #meet-436 .cs-card-group {
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  #meet-436 .cs-item {
    width: 30%;
  }
  #meet-436 .cs-item:nth-of-type(2), #meet-436 .cs-item:nth-of-type(4) {
    /* 24px - 40px */
    margin-top: clamp(1.5rem, 4.2vw, 2.5rem);
  }
}
/* Large Desktop - 1600px */
@media only screen and (min-width: 93.75rem) {
  #meet-436 {
    /* prevents overflow issues from the leaves sitting outside the #meet container */
    overflow: hidden;
    position: relative;
  }
  #meet-436 .cs-leaves {
    display: block;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
  }
  #meet-436 .cs-leaf1 {
    width: 14.5625em;
    height: auto;
    left: -2em;
    bottom: 0;
    transform: rotate(45deg);
  }
  #meet-436 .cs-leaf2 {
    width: 21.5625em;
    height: auto;
    bottom: 0;
    right: -10em;
    transform: rotate(-40deg);
  }
}

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