/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/past-kacc-presidents/past-kacc-presidents.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.past-kacc-presidents_pastPresidentsPage__y1415 {
  min-height: 100vh;
  background-color: #ffffff;
}

.past-kacc-presidents_heroSection__GCcuP {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  padding: 6rem 2rem 4rem;
  text-align: center;
  position: relative;
}

.past-kacc-presidents_heroOverlay__i_TUy {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.past-kacc-presidents_heroTitle__NPQyZ {
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 1rem;
  font-family: var(--font-gotham);
}

.past-kacc-presidents_contentSection__Y7iwL {
  padding: 4rem 2rem;
  padding-bottom: 12rem;
}

.past-kacc-presidents_container__Q0wav {
  max-width: 1200px;
  margin: 0 auto;
}

.past-kacc-presidents_introBlock__3ThQG {
  margin-bottom: 4rem;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.past-kacc-presidents_sectionTitle__eHU4L {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 1.5rem;
  font-family: var(--font-gotham);
}

.past-kacc-presidents_paragraph__whx89 {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.past-kacc-presidents_filtersSection__LLHFm {
  margin: 3rem 0 2rem;
  padding: 2rem;
  background-color: #f9fafb;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
}

.past-kacc-presidents_filtersContainer__Npm4p {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.past-kacc-presidents_filterGroup__aS_54 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1;
  min-width: 150px;
}

.past-kacc-presidents_filterLabel__IP6fP {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary-blue);
  font-family: var(--font-gotham);
}

.past-kacc-presidents_filterSelect__pRPw9 {
  padding: 0.75rem 1rem;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: #374151;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.past-kacc-presidents_filterSelect__pRPw9:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.1);
}

.past-kacc-presidents_filterSelect__pRPw9:hover {
  border-color: var(--secondary-blue);
}

.past-kacc-presidents_clearFiltersButton__xh8d5 {
  padding: 0.75rem 1.5rem;
  background-color: var(--accent-red);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-family: var(--font-gotham);
  align-self: flex-end;
}

.past-kacc-presidents_clearFiltersButton__xh8d5:hover {
  background-color: #b91c1c;
  transform: translateY(-1px);
}

.past-kacc-presidents_filterResults__h1L5a {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
  font-style: italic;
  text-align: center;
}

.past-kacc-presidents_noResults__AvWVb {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 2rem;
  background-color: #f9fafb;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
}

.past-kacc-presidents_noResults__AvWVb p {
  font-size: 1.125rem;
  color: #6b7280;
  margin: 0;
}

.past-kacc-presidents_presidentsGrid__uV732 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 2.5rem;
  gap: 2.5rem;
  margin-top: 3rem;
}

.past-kacc-presidents_presidentCard__FuYgc {
  text-align: center;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.past-kacc-presidents_presidentCard__FuYgc:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: var(--secondary-blue);
}

.past-kacc-presidents_photoContainer__Fo8SU {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 100%;
  min-height: 200px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .past-kacc-presidents_photoContainer__Fo8SU {
    min-height: 160px;
  }
}

@media (max-width: 480px) {
  .past-kacc-presidents_photoContainer__Fo8SU {
    min-height: 140px;
  }
}

.past-kacc-presidents_presidentName__OiuoT {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 0.5rem;
  font-family: var(--font-gotham);
  line-height: 1.4;
}

.past-kacc-presidents_presidentYears__9oPYa {
  font-size: 1rem;
  color: #6b7280;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

@media (max-width: 1024px) {
  .past-kacc-presidents_heroSection__GCcuP {
    padding: 3rem 1.5rem;
  }

  .past-kacc-presidents_heroTitle__NPQyZ {
    font-size: 3rem;
  }

  .past-kacc-presidents_contentSection__Y7iwL {
    padding: 3.5rem 1.5rem 10rem;
  }

  .past-kacc-presidents_sectionTitle__eHU4L {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  .past-kacc-presidents_heroSection__GCcuP {
    min-height: auto;
    padding: 3rem 1.25rem;
  }

  .past-kacc-presidents_heroTitle__NPQyZ {
    font-size: 2.5rem;
    margin-bottom: 0.85rem;
  }

  .past-kacc-presidents_contentSection__Y7iwL {
    padding: 3rem 1.25rem 9rem;
  }

  .past-kacc-presidents_introBlock__3ThQG {
    margin-bottom: 3rem;
  }

  .past-kacc-presidents_sectionTitle__eHU4L {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }

  .past-kacc-presidents_paragraph__whx89 {
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
  }

  .past-kacc-presidents_filtersSection__LLHFm {
    margin: 2.5rem 0 1.5rem;
    padding: 1.5rem;
  }

  .past-kacc-presidents_filtersContainer__Npm4p {
    gap: 1.25rem;
  }

  .past-kacc-presidents_filterGroup__aS_54 {
    min-width: 140px;
  }

  .past-kacc-presidents_presidentsGrid__uV732 {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
  }

  .past-kacc-presidents_presidentCard__FuYgc {
    padding: 1.25rem;
  }

  .past-kacc-presidents_photoContainer__Fo8SU {
    margin-bottom: 1.25rem;
  }

  .past-kacc-presidents_presidentName__OiuoT {
    font-size: 1.15rem;
    margin-bottom: 0.4rem;
  }

  .past-kacc-presidents_presidentYears__9oPYa {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .past-kacc-presidents_heroSection__GCcuP {
    padding: 2.5rem 1rem;
  }

  .past-kacc-presidents_heroTitle__NPQyZ {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }

  .past-kacc-presidents_contentSection__Y7iwL {
    padding: 2.5rem 1rem 7rem;
  }

  .past-kacc-presidents_introBlock__3ThQG {
    margin-bottom: 2.5rem;
  }

  .past-kacc-presidents_sectionTitle__eHU4L {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .past-kacc-presidents_paragraph__whx89 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .past-kacc-presidents_filtersSection__LLHFm {
    margin: 2rem 0 1.5rem;
    padding: 1.25rem;
  }

  .past-kacc-presidents_filtersContainer__Npm4p {
    flex-direction: column;
    gap: 1rem;
  }

  .past-kacc-presidents_filterGroup__aS_54 {
    min-width: 100%;
  }

  .past-kacc-presidents_clearFiltersButton__xh8d5 {
    width: 100%;
    align-self: stretch;
  }

  .past-kacc-presidents_presidentsGrid__uV732 {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .past-kacc-presidents_presidentCard__FuYgc {
    padding: 1rem;
  }

  .past-kacc-presidents_photoContainer__Fo8SU {
    margin-bottom: 1rem;
  }

  .past-kacc-presidents_presidentName__OiuoT {
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
  }

  .past-kacc-presidents_presidentYears__9oPYa {
    font-size: 0.9rem;
  }
}


/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/HeadshotPlaceholder.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.HeadshotPlaceholder_headshotPlaceholder__lKj5l {
  width: 200px;
  height: 200px;
  min-width: 200px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
  flex-shrink: 0;
}

.HeadshotPlaceholder_logoContainer__bjY0X {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.HeadshotPlaceholder_logo__EomyE {
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .HeadshotPlaceholder_headshotPlaceholder__lKj5l {
    width: 160px;
    height: 160px;
    min-width: 160px;
    min-height: 160px;
    max-width: 160px;
    max-height: 160px;
  }
}

@media (max-width: 480px) {
  .HeadshotPlaceholder_headshotPlaceholder__lKj5l {
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
    max-width: 140px;
    max-height: 140px;
  }
}


