/*-- -------------------------- -->
<---          Content           -->
<--- -------------------------- -*/

.cs-item{
    height: 100%;
}
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #content-1638 {
      padding: var(--sectionPadding);
      padding-top: 175px;
      background-color: #f7f7f7;
      position: relative;
      z-index: 1;
    }
    #content-1638 .cs-container {
      width: 100%;
      max-width: 80rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 100px */
      gap: clamp(3rem, 9vw, 6.25rem);
    }
    #content-1638 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: left;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: flex-start;
    }
    #content-1638 .cs-flex {
      max-width: 38rem;
    }
    #content-1638 .cs-h3 {
      font-size: 1.25rem;
      line-height: 1.2em;
      font-weight: 700;
      margin: 0 0 1rem 0;
      color: var(--headerColor);
    }
    #content-1638 .cs-text {
      margin-bottom: 1rem;
    }
    #content-1638 .cs-text:last-of-type {
      margin-bottom: 2rem;
    }
    #content-1638 .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: #fff;
      min-width: 9.375rem;
      padding: 0 1.5rem;
      background-color: var(--primary);
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
      border-radius: .25rem;
    }
    #content-1638 .cs-button-solid:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width .3s;
    }
    #content-1638 .cs-button-solid:hover:before {
      width: 100%;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #content-1638:before {
      height: 63%;
    }
    #content-1638 .cs-content {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      gap: 2.5rem;
    }
    #content-1638 .cs-flex {
      width: 50%;
      text-align: left;
      max-width: 38rem;
    }
    #content-1638 .cs-title {
      margin: 0;
    }
  }
                                  
/*-- -------------------------- -->
<---           Quote            -->
<--- -------------------------- -*/


/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #quote-560 {
        padding: var(--sectionPadding);
        background-color: var(--primary);
    }
    #quote-560 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #quote-560 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
        /* 16px - 20px */
        gap: clamp(1rem, 2vw, 1.25rem);
    }

    #quote-560 .cs-topper:before {
        /* yellow line */
        content: "";
        width: 3.125rem;
        height: 2px;
        background: var(--secondary);
        opacity: 1;
        display: block;
    }
    #quote-560 .cs-quote {
        /* 31px - 49px */
        font-size: 1.25rem;
        line-height: 1.2em;
        font-weight: 900;
        margin: 0;
        color: var(--bodyTextColorWhite);
        font-style: italic;
    }
    #quote-560 .cs-name {
        /* 16px - 20px */
        font-size: clamp(1rem, 1.7vw, 1.25rem);
        line-height: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        color: var(--secondary);
        display: block;
        letter-spacing: 0.01em;
    }
}

                                
                               /*-- -------------------------- -->
<---       Meet The Team        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #meet-team-1284 {
        padding: var(--sectionPadding);
    }
    #meet-team-1284 .cs-container {
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #meet-team-1284 .cs-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
        /* set text align to left if content needs to be left aligned */
        text-align: left;
    }
    #meet-team-1284 .cs-flex-group {
        display: flex;
        flex-direction: column;
    }
    #meet-team-1284 .cs-topper {
        font-size: var(--topperFontSize);
        line-height: 1.2em;
        font-weight: 700;
        margin-bottom: 0.25rem;
        color: var(--primary);
        text-transform: uppercase;
        letter-spacing: 0.1em;
        text-align: inherit;
    }
    #meet-team-1284 .cs-title {
        font-size: var(--headerFontSize);
        line-height: 1.2em;
        font-weight: 900;
        max-width: 43.75rem;
        margin: 0 0 1rem 0;
        color: var(--headerColor);
        position: relative;
        text-align: inherit;
    }
    #meet-team-1284 .cs-text {
        font-size: var(--bodyFontSize);
        line-height: 1.5em;
        max-width: 40.625rem;
        width: 100%;
        margin: 0;
        color: var(--bodyTextColor);
        text-align: inherit;
    }
    #meet-team-1284 .cs-text {
        max-width: 32.625rem;
    }
    #meet-team-1284 .cs-picture {
        width: 5rem;
        height: 5rem;
        margin-bottom: 1rem;
        border-radius: 50%;
        display: block;
        position: relative;
        /* clips the corners off the image tag */
        overflow: hidden;
    }
    #meet-team-1284 .cs-picture img {
        width: 100%;
        height: 100%;
        /* Makes image behave like a background image */
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform 0.7s;
    }
    #meet-team-1284 .cs-card-group {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1.25rem;
    }
    #meet-team-1284 .cs-item {
        list-style: none;
        /* Changes on tablet */
        width: 100%;
        /* prevents padding from adding to height and width */
        box-sizing: border-box;
        /* 16px - 20px */
        padding: clamp(1rem, 2vw, 1.25rem) 0;
        background: #f1f1f4;
        border-radius: 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #meet-team-1284 .cs-item:hover .cs-picture img {
        transform: scale(1.1);
    }
    #meet-team-1284 .cs-name {
        font-size: 1.25rem;
        line-height: 1.2em;
        font-weight: 700;
        margin-bottom: 0.5rem;
        color: var(--headerColor);
        display: block;
    }
    #meet-team-1284 .cs-job-title {
        font-size: 1rem;
        margin-bottom: 0.75rem;
        color: var(--bodyTextColor);
        display: block;
    }
    #meet-team-1284 .cs-social {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.25rem;
    }
    #meet-team-1284 .cs-link {
        width: 2rem;
        height: 2rem;
        /* After making the a tag into a box, we center the image inside of it */
        border-radius: 0.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        /* creates the 3D space for the 3D effect when spinning */
        transform-style: preserve-3d;
        perspective: 700px;
    }
    #meet-team-1284 .cs-link:hover .cs-icon {
        transform: translateY(-5/16rem) rotateY(360deg);
    }
    #meet-team-1284 .cs-icon {
        width: 0.875rem;
        height: auto;
        transition: transform 0.7s;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #meet-team-1284 .cs-container {
        max-width: 80rem;
    }
    #meet-team-1284 .cs-topper {
        width: 100%;
    }
    #meet-team-1284 .cs-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        column-gap: 1.25rem;
    }
    #meet-team-1284 .cs-title {
        margin-bottom: 0;
    }
    #meet-team-1284 .cs-text {
        width: 50%;
    }
    #meet-team-1284 .cs-card-group {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: stretch;
    }
}
/* Large Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
    #meet-team-1284 .cs-card-group {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cs-description {
    padding: 20px;
    color: var(--bodyTextColor);
    text-align: center;
}

.cs-name {
    text-align: center;
}
                                 