html *:not(.fa):not(.fas):not(.fab):not(i) {
   font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
}


body {
    margin: 60px auto;
    width: 70%;
    max-width: 1100px;
    color: #222;
}

a {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    text-decoration: none;
    color: navy;
}

a:hover {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    text-decoration: underline;
   color: hotpink;
}

nav ul, footer ul {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    padding: 0px;
    list-style: none;
    font-weight: bold;
    color: maroon;
    font-size: 19px; font-style: normal; font-variant: normal; line-height: 20.9px;
}
nav ul li, footer ul li {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    display: inline;
    margin-right: 20px;
    color: maroon;
    font-size: 19px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 20.9px;
}

h1 { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 32px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; margin: 0 0 16px; } 
h2 { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 22px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 1.3; margin: 28px 0 12px; } 
h3 { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 1.3; margin: 20px 0 8px; } 
p { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1.7; color: #333; margin: 0 0 14px; max-width: 900px; } 
blockquote { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 
pre { font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
footer {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
}

ul li {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } 
}

.blurb {
  max-width: 960px;
}

.intro ul {
  list-style: disc;
  padding-left: 18px;
  margin: 6px 0 0;
}

.intro ul li {
  font-size: 15px;
  line-height: 1.55;
  margin: 3px 0;
}

/* Icon button styles for footer links */
.icon-links {
  margin-top: 10px;
  text-align: center;
}

.icon-button {
  display: inline-block;
  margin: 0 8px;
  padding: 12px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
  font-size: 1.4em;
}

.icon-button:hover {
  background-color: #e0e0e0;
  transform: scale(1.1);
}

.icon-button.twitter {
  color: #1DA1F2;
}

.icon-button.scholar {
  color: #4285F4;
}

.icon-button.email {
  color: #D44638;
}

.media-highlights {
  margin: 24px 0 12px;
}

.media-highlights__label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555;
  margin: 0 0 8px 2px;
}

.media-highlights__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
}

.media-tile {
  display: inline-block;
  padding: 0;
  border: none;
  background: transparent;
  color: #222;
  font-weight: 600;
  transition: transform 0.1s ease;
}

.media-tile:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.media-logo {
  width: 170px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-logo img {
  max-height: 42px;
  max-width: 160px;
  width: auto;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bio-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 32px;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.bio-page h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
}

.bio-page p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #2c2c2c;
}

.teaching-page {
  margin: 24px 0 12px;
  display: grid;
  gap: 18px;
}

.teaching-block h2 {
  margin-bottom: 10px;
}

.teaching-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.teaching-card {
  padding: 6px 2px;
  border: none;
  background: transparent;
  box-shadow: none;
}

.teaching-meta {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 4px;
}

.teaching-course {
  font-size: 15px;
  font-weight: 600;
}

.teaching-note {
  margin-top: 4px;
  font-size: 13px;
  color: #666;
  font-style: italic;
}

.policy-page {
  display: grid;
  gap: 14px;
  margin: 18px 0 8px;
}

.policy-item {
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}

.policy-title {
  font-size: 16px;
  font-weight: 700;
}

.policy-authors {
  margin-top: 4px;
  font-size: 14px;
  color: #555;
}

.policy-links {
  margin-top: 4px;
  font-size: 13px;
}

.policy-item:last-child {
  border-bottom: none;
}

.research-page {
  display: grid;
  gap: 20px;
}

.research-section h2 {
  margin-bottom: 8px;
}

.research-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.research-list--dense {
  gap: 10px;
}

.research-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.research-list li:last-child {
  border-bottom: none;
}
