  .pageTitle h1, .pageTitle #pronoun {
  display: inline-block;
  width: auto;
}

.thumbnail {
  display: block;
  max-width: 150px;
  max-height: 200px;
  overflow: revert;
  margin: 0 auto 20px;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.faculty-wall-grid {
  margin-top: 150px;
}

@media (min-width: 600px) {
  .faculty-wall-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}

.faculty-wall-grid.home {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
  grid-gap: 10px;
  margin-top: 20px;
}

@media (max-width: 599px) {
  .faculty-wall-grid.home {
    display: none;
  }
}

.faculty-wall-grid .faculty-profile {
  background: #f4f4f4;
  padding: 25px;
  position: relative;
  margin-bottom: 30%;
}

.faculty-wall-grid .faculty-profile .faculty-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 230px;
  overflow: hidden;
}

.faculty-wall-grid .faculty-profile .faculty-info {
  padding-top: 40%;
}

.faculty-wall-grid .faculty-profile .faculty-info h3 {
  text-align: center;
  font-size: 1.35rem;
}

.leader-row {
  display: block;
  width: 100%;
}

.leader-row:before, .leader-row:after {
  display: block;
  content: "";
  clear: both;
}

.leader-row img {
  display: block;
}

@media (min-width: 600px) {
  .leader-row img {
    max-width: 20%;
  }
}

.more-profiles {
  text-align: center;
}

.logoCarousel .logo-slick-prev {
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 100;
  text-indent: -9999999px;
  background-image: url("https://www.uiw.edu/_global/images/icons/right-arrow-slider.svg");
  background-repeat: no-repeat;
  height: 44px;
  width: 20px;
}

.logoCarousel .logo-slick-next {
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 100;
  text-indent: -9999999px;
  background-image: url("https://www.uiw.edu/_global/images/icons/left-arrow-slider.svg");
  background-repeat: no-repeat;
  height: 44px;
  width: 20px;
}

.logoCarousel .logo-slide {
  height: 100px;
}

.logoCarousel .logo-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
}

.impact.wrap {
  position: relative;
}

.impact.wrap .textOverlay {
  bottom: 0;
  width: auto;
  left: 5em;
  padding: 10px 20px;
}

@media (min-width: 600px) {
  .impact.wrap .textOverlay {
    background: #aa1010;
  }
}

.impact.wrap .textOverlay h1 {
  margin: 0;
  font-size: 2em;
  font-weight: 500;
}

.impact.wrap .textOverlay p.small {
  font-size: 0.7rem;
  text-align: right;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}

.impact.wrap .wrapper {
  max-width: 100%;
}

.impact.wrap .gradientOverlay {
  display: none;
}

.wysiwygContent h2 {
  text-align: center;
  color: #aa1010;
}

.accordion h2 {
  text-align: left;
  color: #3a3a3a;
}

.leader-row h3 {
  color: #3a3a3a;
}

.facultyBio {
  padding: 0 15px;
}

.facultyBio img {
  display: block;
  margin: auto;
}

.facultyBio .faculty-content {
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .facultyBio .faculty-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 1fr;
        grid-template-columns: 20% 1fr;
    grid-gap: 40px;
  }
}

.facultyBio .faculty-school {
  font-size: 1.25rem;
  font-weight: bold;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.partner-wrap p {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  width: 100%;
}

.partner-wrap img {
  display: block;
  max-width: 300px;
  margin: 0 auto 40px 0;
}

.partner-wrap img.width-500 {
  max-width: 500px;
}

.partner-wrap .row {
  border-bottom: 3px solid #ececec;
  margin: 40px 0;
}
/*# sourceMappingURL=styles.css.map */