:root{
  --dark-blue: #247BA0;
  --teal: #70C1B3;
  --light-green: #B2DBBF;
  --light-yellow: #F3FFBD;
  --red: #FF1654;
}

.body {
    color: var(--dark-blue);
}

.a {
    color: var(--dark-blue);
}

.navbar-dark a:hover,
.navbar a:hover {
  color: var(--red) !important;
}

.navbar-dark {
  background-image: url('../figures/2025_banner7.png');
}

.quarto-title-banner {
  background: transparent !important;
}

.title {
  color: var(--dark-blue) !important;
}

.navbar-dark .navbar-brand,
.navbar .navbar-brand {
  color: var(--light-yellow) !important;
  font-family: "Trebuchet MS";
  font-size: 24px;
}

.navbar {
  background-image: url('../figures/2025_banner7.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  min-height: 200px;
}

div.csl-entry {
  margin-top: 1rem;
}

div.csl-entry a::before {
  content: "\a";
  white-space: pre;
}

div.csl-entry a {
  color: var(--dark-blue);
}

.button-61 {
    align-items: center;
    appearance: none;
    border-radius: 4px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .14) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 1px 5px 0;
    box-sizing: border-box;
    color: var(--light-yellow);
    cursor: pointer;
    display: inline-flex;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    height: 36px;
    justify-content: center;
    letter-spacing: .0892857em;
    line-height: normal;
    min-width: 64px;
    outline: none;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    user-select: none;
    vertical-align: middle;
    will-change: transform, opacity;
    background-color: var(--dark-blue);
}

.button-61:hover {
    box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
    background-color: var(--teal);
}

.button-61:disabled {
    background-color: rgba(0, 0, 0, .12);
    box-shadow: none;
    color: rgba(0, 0, 0, .37);
    cursor: default;
    pointer-events: none;
}

.old {
    background-color: var(--light-yellow) !important;
    color: var(--dark-blue) !important;
}

.old:active {
    box-shadow: rgba(0, 0, 0, .2) 0 5px 5px -3px, rgba(0, 0, 0, .14) 0 8px 10px 1px, rgba(0, 0, 0, .12) 0 3px 14px 2px !important;
    background: var(--dark-blue) !important;
    color: var(--light-yellow) !important;
}

.button-61:focus,
.button-61:active {
    box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
    background: var(--light-green);
    color: var(--dark-blue);
}

.link {
    color: var(--dark-blue);
}
