.areas-of-excellence .parent-pole-link {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
@media all and (width >= 600px) {
  .areas-of-excellence .parent-pole-link {
    font-size: 1.25rem;
  }
}
.areas-of-excellence .parent-pole-link a {
  color: #2F2F2F;
  text-decoration: none;
}
.areas-of-excellence .parent-pole-link a:hover {
  color: #562C80;
}
.areas-of-excellence .main-title {
  font-size: 1.625rem;
}
@media all and (width >= 600px) {
  .areas-of-excellence .main-title {
    font-size: 2.5rem;
  }
}
.areas-of-excellence .accordion-areas-of-excellence {
  margin-bottom: 2rem;
}
.areas-of-excellence .accordion-button {
  background: #F2F2F2;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.3;
  padding-left: 0;
}
.areas-of-excellence .accordion-button:not(.collapsed) {
  color: inherit;
  background: #F2F2F2;
}
.areas-of-excellence .accordion-button:focus {
  box-shadow: none;
}
.areas-of-excellence .accordion-item {
  background: #F2F2F2;
}
.areas-of-excellence .accordion-item .accordion-body {
  padding-left: 0;
}
.areas-of-excellence .field__label {
  font-weight: inherit;
}

.main-banner-container__banner .title-container.container p {
  font-size: 1.5rem;
}
@media all and (width >= 668px) {
  .main-banner-container__banner .title-container.container p {
    font-size: 2rem;
  }
}

#poles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 0;
  row-gap: 0;
  grid-auto-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 710px;
  margin: auto auto 2rem;
}
#poles-grid a img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
#poles-grid a:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
  align-self: center;
}
#poles-grid a:nth-child(1) img {
  width: 100%;
  aspect-ratio: 300/813;
}
#poles-grid a:nth-child(2) img {
  width: 100%;
  aspect-ratio: 300/407;
}
#poles-grid a:nth-child(3) img {
  width: 100%;
  aspect-ratio: 300/406;
}
#poles-grid a:nth-child(4) {
  grid-column: 3;
  grid-row: 1/3;
  align-self: center;
}
#poles-grid a:nth-child(4) img {
  width: 100%;
  aspect-ratio: 300/813;
}

/*# sourceMappingURL=areas-of-excellence.css.map */
