/* PAGE-SPECIFIC STYLES FOR THE ABOUT PAGE AND CHILDREN */
/*-- -------------------------- -->
<---        Content Page        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page-1944 {
    padding: var(--sectionPadding);
    padding-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #content-page-1944 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }
  #content-page-1944 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 47.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #content-page-1944 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #content-page-1944 h2,
  #content-page-1944 h3,
  #content-page-1944 h4,
  #content-page-1944 h5,
  #content-page-1944 h6 {
    font-weight: 700;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #content-page-1944 h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #content-page-1944 h3 {
    font-size: 1.5rem;
    color: var(--primary);
  }
  #content-page-1944 h4,
  #content-page-1944 h5,
  #content-page-1944 h6 {
    font-size: 1.25rem;
  }
  #content-page-1944 .cs-button-solid {
    margin-bottom: 2rem;
  }
  #content-page-1944 p {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #content-page-1944 p:last-of-type {
    margin-bottom: 2rem;
  }
  #content-page-1944 p a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    color: var(--primary);
    filter: brightness(120%);
  }
  #content-page-1944 ol {
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #content-page-1944 ol li {
    font-size: 1rem;
    line-height: 1.5em;
  }
  #content-page-1944 ol li strong {
    color: var(--headerColor);
  }
  #content-page-1944 ol li p:last-of-type {
    margin: 0;
  }
  #content-page-1944 ul {
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #content-page-1944 ul li {
    list-style: none;
    line-height: 1.5em;
    font-size: 1rem;
    color: inherit;
    position: relative;
  }
  #content-page-1944 ul li strong {
    color: var(--headerColor);
  }
  #content-page-1944 ul li:before {
    /* custom list bullet */
    content: "";
    width: 3px;
    height: 3px;
    background: currentColor;
    opacity: 1;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0.625rem;
    left: -0.75rem;
  }
  #content-page-1944 .cs-image-group {
    font-size: min(2.29vw, 1rem);
    width: 29.875em;
    height: 47.75em;
    display: none;
    order: -1;
    position: relative;
    z-index: 2;
  }
  #content-page-1944 .cs-picture {
    width: 29.4375em;
    height: 42.5625em;
    box-sizing: border-box;
    background-color: #722f37;
    overflow: hidden;
    border: 8px solid #722f37;
    border-radius: 16.25rem;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  #content-page-1944 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
  #content-page-1944 .story-highlight {
    background: rgba(47, 62, 99, 0.05);
    border-left: 4px solid #2F3E63;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
  }
  #content-page-1944 .story-highlight p {
    margin-bottom: 0;
    font-style: italic;
    color: #2F3E63;
    font-weight: 500;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #content-page-1944 .cs-container {
    flex-direction: row;
    align-items: flex-start;
  }
  #content-page-1944 .cs-image-group {
    font-size: min(1.2vw, 1rem);
    display: block;
    flex: none;
  }
}
/*-- -------------------------- -->
<---    Content Page Reverse    -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page-1944 .cs-content-reverse {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  #content-page-1944 .cs-content-reverse .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #content-page-1944 .cs-content-reverse .cs-image-group {
    font-size: min(1.8vw, 0.9rem);
    width: 47.8125em;
    height: 24.5em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #content-page-1944 .cs-content-reverse .cs-picture {
    width: 47em;
    height: 21.25em;
    height: 100%;
    box-sizing: border-box;
    background-color: #722f37;
    overflow: hidden;
    border: 0.5em solid #722f37;
    border-radius: 16.25rem;
    position: absolute;
    z-index: -1;
  }
  #content-page-1944 .cs-content-reverse .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
}
/* Large Desktop 1300px */
@media only screen and (min-width: 81.25rem) {
  #content-page-1944 .cs-content-reverse .cs-container {
    flex-direction: row;
    align-items: flex-start;
  }
  #content-page-1944 .cs-content-reverse .cs-image-group {
    width: 38em;
    height: 30.125em;
    margin-top: 3rem;
    order: 2;
  }
  #content-page-1944 .cs-content-reverse .cs-picture {
    width: 38em;
  }
}
/*-- -------------------------- -->
<---       Our Lineage        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #meet-team-220 {
    /* centers the button */
    text-align: center;
    padding: var(--sectionPadding);
  }
  #meet-team-220 .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);
  }
  #meet-team-220 .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-team-220 .lineage-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  #meet-team-220 .lineage-person {
    text-align: center;
  }
  #meet-team-220 .lineage-person h4 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--primary);
  }
  #meet-team-220 .lineage-person .title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 1rem;
  }
  #meet-team-220 .lineage-person p {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--bodyTextColor);
    margin: 0 auto;
  }
  #meet-team-220 .lineage-photo {
    width: 15rem;
    height: 15rem;
    margin: 0 auto 1.5rem auto;
    background: #e9ecef;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.9rem;
    border: 2px solid #dee2e6;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #meet-team-220 .cs-container {
    max-width: 118.75em;
  }
  #meet-team-220 .cs-text {
    max-width: 80rem;
  }
  #meet-team-220 .lineage-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
/* Large Desktop 1300px */
@media only screen and (min-width: 75rem) {
  #meet-team-220 .lineage-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
  }
  #meet-team-220 .lineage-person h4 {
    font-size: 1.5rem;
  }
  #meet-team-220 .lineage-person .title {
    font-size: 0.9375rem;
  }
  #meet-team-220 .lineage-person p {
    font-size: 0.875rem;
    max-width: 12.5rem;
  }
  #meet-team-220 .lineage-photo {
    width: 12.5rem;
    height: 12.5rem;
  }
}
