.masthead__partners img {
  height: 100px;
  width: auto;
}

.container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 20px;
}

.key-persons--full .key-persons__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 300px;
  width: 100%;
  padding: 0 0 14px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Creates a perfect 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Footer menu - vertical slash separator instead of bullets */

.footer-menu ul,
.site-footer ul,
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-menu ul li,
.site-footer ul li,
footer ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #1c4a6f;
  font-size: .85rem;
  list-style-type: disclosure-closed;
}

.news-ticker__track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  padding: 8px 20px;
  animation: 8s linear 0s infinite normal none running gdc-ticker-scroll;
}

.nb-item:hover .nb-item__date-badge {
  border-radius: 0px;
}

.nb-item__date-badge {
  border-radius: 1px;
}
.key-persons--full .key-persons__card img {
  height: 125px;
}
.dean-message__photo {
    width: 100%;
    height: 140%;
    object-fit: cover;
    display: block;
}