.find-your-school-section {
  padding-top: 20px;
  padding-bottom: 80px;
}
.find-your-school-section .page-width * {
  box-sizing: border-box;
}
.find-your-school-section .page-width .find-your-school-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
}
.find-your-school-section .page-width .find-your-school-header .breadcrumbs {
  align-self: flex-start;
}
.find-your-school-section .page-width .find-your-school-header .breadcrumbs ul {
  margin: 0;
}
.find-your-school-section .page-width .find-your-school-header .breadcrumbs li {
  padding: 0 4px;
}
.find-your-school-section .page-width .find-your-school-header .breadcrumbs li:first-of-type {
  padding: 0 4px 0 0;
}
.find-your-school-section .page-width .find-your-school-header .breadcrumbs li a, .find-your-school-section .page-width .find-your-school-header .breadcrumbs li::before {
  font-weight: 300;
}
.find-your-school-section .page-width .find-your-school-header .heading, .find-your-school-section .page-width .find-your-school-header .description {
  text-align: center;
  max-width: 538px;
}
.find-your-school-section .page-width .find-your-school-header .search-wrapper {
  width: clamp(150px, 100%, 500px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.find-your-school-section .page-width .find-your-school-header .search-wrapper input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 10px 50px 10px 18px;
  font-size: 13px;
  font-weight: 300;
  background: var(--primary-color);
  color: var(--text-primary-color);
}
.find-your-school-section .page-width .find-your-school-header .search-wrapper .icon {
  width: 50px;
  height: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  inset: 0 0 auto auto;
}
.find-your-school-section .page-width .find-your-school-header .search-wrapper .icon svg {
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.find-your-school-section .page-width .find-your-school-header .search-wrapper .icon svg path {
  fill: var(--text-primary-color);
}
.find-your-school-section .page-width .find-your-school-header .filters-wrapper {
  width: 100%;
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media only screen and (max-width: 1199.98px) {
  .find-your-school-section .page-width .find-your-school-header .filters-wrapper {
    justify-content: flex-start;
    width: 100vw;
    margin-right: -5rem;
    padding: 0 5rem;
    margin-left: -5rem;
  }
}
@media only screen and (max-width: 769.98px) {
  .find-your-school-section .page-width .find-your-school-header .filters-wrapper {
    width: 100vw;
    margin-right: -1.5rem;
    padding: 0 1.5rem;
    margin-left: -1.5rem;
  }
}
.find-your-school-section .page-width .find-your-school-header .filters-wrapper::-webkit-scrollbar {
  display: none;
}
.find-your-school-section .page-width .find-your-school-header .filters-wrapper .all-filter, .find-your-school-section .page-width .find-your-school-header .filters-wrapper .letter-filter {
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.find-your-school-section .page-width .find-your-school-header .filters-wrapper .all-filter .filter, .find-your-school-section .page-width .find-your-school-header .filters-wrapper .letter-filter .filter {
  background: var(--primary-color);
  color: var(--text-primary-color);
}
.find-your-school-section .page-width .find-your-school-header .filters-wrapper .all-filter input:checked + .filter, .find-your-school-section .page-width .find-your-school-header .filters-wrapper .letter-filter input:checked + .filter {
  color: var(--primary-color);
  font-weight: bold;
  background: var(--text-primary-color);
}
.find-your-school-section .page-width .find-your-school-header .filters-wrapper .all-filter input, .find-your-school-section .page-width .find-your-school-header .filters-wrapper .letter-filter input {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.find-your-school-section .page-width .find-your-school-header .filters-wrapper .all-filter.disabled, .find-your-school-section .page-width .find-your-school-header .filters-wrapper .letter-filter.disabled {
  opacity: 0.4;
  cursor: auto;
  pointer-events: none;
}
.find-your-school-section .page-width .find-your-school-header .filters-wrapper .all-filter .filter {
  padding: 5px 13px;
  border-radius: 5px;
  height: 30px;
  width: 43px;
}
.find-your-school-section .page-width .find-your-school-header .filters-wrapper .letter-filter .filter {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  padding: 5px;
  border-radius: 50%;
}
.find-your-school-section .page-width .find-your-school-header .link {
  text-align: center;
}
@media only screen and (max-width: 575.98px) {
  .find-your-school-section .page-width .find-your-school-header .link {
    width: clamp(100px, 100%, 300px);
  }
}
.find-your-school-section .page-width .school-grid {
  min-height: 200px;
  position: relative;
  padding: 70px 0;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1199.98px) {
  .find-your-school-section .page-width .school-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 991.98px) {
  .find-your-school-section .page-width .school-grid {
    padding: 30px 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 769.98px) {
  .find-your-school-section .page-width .school-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .find-your-school-section .page-width .school-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 319.98px) {
  .find-your-school-section .page-width .school-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.find-your-school-section .page-width .school-grid.no-results::after {
  content: "Sorry, there are no Results";
  position: absolute;
  inset: 0 0 auto auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  opacity: 0.6;
  color: var(--text-primary-color);
}
.find-your-school-section .page-width .load-more {
  margin: 0 auto;
}
