@charset "UTF-8";
:root {
  --cassiopeia-color-primary: #003322;
  --cassiopeia-color-link: #005c32;
  --link-color: #005c32;
  --link-color-rgb: 0, 92, 50;
  --cassiopeia-color-hover: #008844;
  --link-hover-color: #008844;
  --link-hover-color-rgb: 0, 136, 68;
}
.container-header {
  background-image: radial-gradient(circle,var(--cassiopeia-color-link)0%,var(--cassiopeia-color-primary)100%);
  border-top: 1px solid var(--cassiopeia-color-hover);
  border-bottom: 1px solid var(--cassiopeia-color-primary);
}
.container-header .navbar-brand img {
  width:922px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2 {
  margin-top: 1em;
}

.container-topbar a:not(.btn):hover,
.container-topbar a:not(.btn):focus,
.container-topbar .btn-link:hover,
.container-topbar .btn-link:focus,
.container-below-top a:not(.btn):hover,
.container-below-top a:not(.btn):focus,
.container-below-top .btn-link:hover,
.container-below-top .btn-link:focus {
  color:var(--gray-500)
}
.psyg-program H2 {
  font-size: 1.5rem;
}
.psyg-program .card H3:first-child {
  font-size: 1.3rem;
  margin-top:0;
}
.psyg-program .card {
  bottom: 1em;
}
.psyg-program .card>UL>LI {
  margin-bottom: 1em;
}
.psyg-program .card>UL>LI:last-child {
  margin-bottom: 0;
}
.psyg-program .psyg-title {
  font-weight: bold;
  }
.psyg-program .psyg-author {
  font-weight: 400;
  font-style: italic;
}