<style type="text/css">/* Love and Money Center - Master Stylesheet. */

/* included from common */
header#header .logo-img img,
header#header .logo-img image {
  max-width: 300px;  /* adjust as needed */
  height: auto;      /* keeps proportions */
}

.fancy-link {
    background-color: #900;   /* UGA red */
    color: #fff !important;
    border-radius: 30px;
    padding: 0.5rem 1.25rem;
    margin: 0.25rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  }
  .fancy-link:hover {
    background-color: #000;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
    text-decoration: none;
  }
/* end included from common */

/* begin Christine's custom CSS */

.page-title, .lead {
  text-align: center; 
  padding: 0rem 4rem 0rem 4rem;
  margin-bottom: 0rem;
}

h1.page-title {
  font-size: 26px;
  line-height: 1.15;
  height: auto;
  margin-bottom: .75rem;
  border-bottom: 0 !important;

}

h2, .h2 {
  font-size: 24px; 
  line-height: 24px;
}
h3, .h3 {
  color: #004E60;
}
p.lead {
  font-size: 22px; 
  line-height: 22px; 
  padding: 1.5rem 4rem 0rem 4rem; 
  color: #004E60;
}
/* Responsive text sizing for homepage banner */
@media (max-width: 992px) {
  p.lead {
    font-size: 18px;
    line-height: 20px;
    padding: 1rem 2rem 0rem 2rem;
  }
  h2, .h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  p.lead {
    font-size: 16px;
    line-height: 18px;
    padding: 0.5rem 1rem 0rem 1rem;
  }
  h2, .h2 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  p.lead {
    font-size: 14px;
    line-height: 16px;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
  }
  h2, .h2 {
    font-size: 16px;
  }
}
/* Banner text - non-bold version of lead */
p.banner-text {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 22px; 
  line-height: 22px; 
  padding: 1.5rem 4rem 0rem 4rem; 
  color: #004E60;
  font-style: italic;
  text-align: center;
}
@media (max-width: 992px) {
  p.banner-text {
    font-size: 18px;
    line-height: 20px;
    padding: 1rem 2rem 0rem 2rem;
  }
}
@media (max-width: 768px) {
  p.banner-text {
    font-size: 16px;
    line-height: 18px;
    padding: 0.5rem 1rem 0rem 1rem;
  }
}
@media (max-width: 576px) {
  p.banner-text {
    font-size: 14px;
    line-height: 16px;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
  }
}
article {
  max-width: 1440px; 
  margin: 0px auto;
}
.pt-4, .py-4 {
  padding-top: 0rem !important;
}
header#header .logo-img img,
header#header .logo-img image {
  max-width: 300px;
  height: auto;
}
nav {
  background-color: #FFF; 
  padding: .5rem;
  margin-top: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-bottom: .5px solid #9EA2A2;
  border-top: .5px solid #9EA2A2;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5rem;
}
nav li {
  margin: 0;
}
nav a {
  color: #004E60;
  text-decoration: none;
  font-size: 14px;
  padding: 0.3rem .5rem;
  display: block;
  transition: all 0.3s ease;
}
nav a:hover {
  color: #004E60;
  background-color: #C8D8EB;
  border-radius: 0.25rem;
}
.curved-section-light {
  background: #C8D8EB; 
  padding-left: 2rem;
  padding-right: 2rem;
}
.curved-section-dark {
  background: #004E60;
  padding-left: 2rem;
  padding-right: 2rem;
}
.curved-section {
  background: #C8D8EB; 
  padding-left: 2rem;
  padding-right: 2rem;
}
.card {
  border: 0;
  border-radius: .75rem;
  background: #FFFFFF;
  padding: 1.5rem;
  margin: 0 0.5rem;
}
.card-body {
  color: #000000;
}
.card-title {
  color: #000000;
}
.curved-section .card,
.curved-section-light .card,
.curved-section-dark .card {
  border: 0;
  border-radius: .75rem;
  background: #FFFFFF;
  padding: 1.5rem;
  margin: 0 0.5rem;
}
.curved-section .card-body,
.curved-section-light .card-body,
.curved-section-dark .card-body {
  color: #000000;
}
.curved-section .card-title,
.curved-section-light .card-title,
.curved-section-dark .card-title {
  color: #000000;
}
.card-outlined {
  background: #FFFFFF;
  border: 2px solid #004E60;
  border-radius: .75rem;
  padding: 1.5rem;
}
.card-outlined .card-body {
  color: #000000;
}
.card-title-teal {
  color: #004E60;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.curved-section .card .card-img-top {
  max-height: 250px;
  min-height: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.img-cover {
  height: 200px;
  overflow: hidden;
  border-radius: .5rem;
  margin-bottom: 1rem;
}
.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-img-top {
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: center;
  padding: .5rem;
  background-color: #fff;
  border-radius: 0.75rem 0.75rem 0 0;
}
.btn-olympic {
  background-color: #004E60;
  color: #FFFFFF;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-olympic:hover,
.btn-olympic:focus {
  background-color: #003B49;
  color: #FFFFFF;
}
.btn-teal {
  background-color: #004E60;
  color: #FFFFFF;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-teal:hover,
.btn-teal:focus {
  background-color: #003B49;
  color: #FFFFFF;
}
body {
  font-family: 'Noto Sans', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}
.intro {
  text-align: center;
  color: #333;
  margin-bottom: 3rem;
  font-size: 1.1rem;
}
.publications-container {
  background-color: #C8D8EB;
  padding: 3rem 2rem;
  border-radius: 8px;
  margin: 2rem 0;
}
.faculty-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 900px) {
  .faculty-grid {
    grid-template-columns: 1fr;
  }
}
.faculty-member {
  padding: 1.5rem;
  background: #FFFFFF;
  border-left: 4px solid #004E60;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.faculty-header {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.faculty-name {
  color: #004E60;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.scholar-link {
  background-color: #004E60;
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8rem;
  transition: background-color 0.3s;
  display: inline-block;
}
.scholar-link:hover {
  background-color: #003B49;
  color: white;
}
.no-scholar {
  background-color: #9EA2A2;
  cursor: default;
}
.accordion-item {
  border: 0;
  background: transparent;
}
.accordion-button {
  background-color: #f8f9fa;
  color: #004E60;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
.accordion-button:not(.collapsed) {
  background-color: #004E60;
  color: white;
  border-color: #004E60;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,78,96,.25);
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.accordion-body {
  padding: 0.5rem 0;
}
.publication {
  margin: 0.75rem 0;
  padding: 0.5rem 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.pub-content {
  flex: 1;
}
.pub-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}
.pub-details {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 0;
}
.pub-citation {
  font-size: 0.7rem;
  color: #BA0C2F;
  font-weight: 600;
  background-color: #fff;
  border: 2px solid #BA0C2F;
  border-radius: 8px;
  padding: 0.4rem 0.6rem;
  text-align: center;
  white-space: nowrap;
  min-width: 70px;
  flex-shrink: 0;
}
.note {
  background-color: #004E60;
  padding: 1rem;
  border-left: 4px solid #004E60;
  margin: 2rem 0;
  border-radius: 4px;
  color: #FFF;
}
.bg-cover, .border {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  max-width: 200px;
}
ul.popup-gallery.row > .col {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
@media (min-width: 200px) {
  ul.popup-gallery.row > .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 400px) {
  ul.popup-gallery.row > .col {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
}
@media (min-width: 600px) {
  ul.popup-gallery.row > .col {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 900px) {
  ul.popup-gallery.row > .col {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}
@media (min-width: 1400px) {
  ul.popup-gallery.row > .col {
    flex: 0 0 16.666667% !important;
    max-width: 16.666667% !important;
  }
}
.pg-title {
  font-size: 14px !important;
  line-height: 1.2 !important;
  padding: 0.5rem !important;
}
.card {
  display: flex;
  flex-direction: column;
  height: auto;
  border: 1px solid #d3d3d3;
  border-radius: 0.75rem;
  overflow: hidden;
  font-size: 0.85rem;
}
.card-body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.card-title {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  word-wrap: break-word;
}

.card-title a {
  color: #BA0C2F;
  text-decoration: none;
}
.card-title a:hover {
  text-decoration: underline;
}
.card-body p {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #666;
  padding-bottom: .4rem;
}
.row-cols-1 > .col,
.row-cols-md-2 > .col,
.row-cols-lg-4 > .col {
  padding: 0.5rem;
}
.card.mb-2 {
  margin-bottom: 0 !important;
}
/* UGA Colors: #BA0C2F (Red), #000000 (Black), #FFFFFF (White), #004E60 (Teal), #C8D8EB (Light Blue), #003B49 (Dark Teal), #9EA2A2 (Gray) */
</style>