.manual-button:hover {
  background-color: white;
}

h3 {
  clear: both;
}

.honoree-profile {
  clear: both;
}

.honoree {
  min-height: 15em;
}

.photo {
  margin-bottom: 1.2em;
  min-height: 150px;
}

.info {
  font-weight: bold;
}

.portrait {
  margin: 0 20px 1.5em 0;
  float: left;
}

img {
  border: 0;
}

.award {
  clear: both;
  font-size: 120%;
  color: #666;
  line-height: 1.4;
  padding: 1em;
  margin: 1.5em 20px 1.5em 0;
  border-top: 1px solid #b1946c;
  border-bottom: 1px solid #b1946c;
}

table.timeline {
  margin: 1em 0 1em 0;
}

.timeline th,
.timeline td {
  padding: 0.3em;
  padding-right: 1em;
  vertical-align: top;
  text-align: left;
}

.timeline th {
  white-space: nowrap;
}

.timeline td {
  border-bottom: 1px solid #ccc;
}

dt {
  font-weight: bold;
}

.caption {
  font-size: 0.85em;
}

/* Added 8/5/2024 */
.recipients {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.recipients a {
  display: flex;
  text-decoration: none !important;
}

.recipients .recipient {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;

  padding: 1rem;
  width: 16rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.3), 0 0px 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.recipients .recipient:hover {
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.5), 0 0px 0 1px rgba(0, 0, 0, 0.05);
}

.recipients .recipient img {
  border: 5px solid #cfb991;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.recipients .recipient .recipient-name {
  font-family: acumin-pro, "Franklin Gothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
}

.recipients .recipient:hover * {
  color: #000000;
  text-decoration: none;
}

.recipients .recipient .manual-button {
  margin-top: auto;
}

.recipients .recipient:hover .manual-button .button {
  color: #fff !important;
  border-color: #8e6f3e;
  background-color: #8e6f3e;
}

.other-years {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}

.other-years-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://engineering.purdue.edu/Engr/People/Awards/Institutional/DEA/other_years_image);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;

  padding-bottom: 4rem;
  padding-top: 2rem;
}

.other-years-section h2 {
  color: white;
}

.other-years .manual-button {
  background-color: white;
}

.other-years .manual-button .button {
  width: 10.7rem;
  padding: 8px 0px 6px !important;
}

/* DEA_banner */
.DEA_banner {
  margin-top: -1rem;
  margin-bottom: 2rem;
  padding: 8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.DEA_banner h1 {
  color: white;
  text-align: center;
}
