/* Adjust link color to red in Main Zones */
div[id^="Main"] a {
  color: #D7282F;}

/* Adjust Highlight Links to Gold */
.Highlight a {
  color: #e0b438 !important;
}

/* Adjust button color for directories, */
.btn.btn-small.btn-primary {
  color: #fff !important;
}

.KCBAButton a, a.KCBAButton {
  color: #fff !important;
}

.KCBAButton:hover a, .KCBAButton:focus a, a.KCBAButton:hover, a.KCBAButton:focus {
  background: 0 0;
  text-decoration: none;
  color: #D7292F!important;
}

.RedOutline a:hover, .RedOutline a:focus, a.RedOutline:hover, a.RedOutline:focus {
  color: #fff !important;
}

p, .BodyText, th, em, strong, td {
color:#00395B;
}

.btn.btn-primary {
  color: #fff !important;
}
/* Centers quicklink boxes */
div.textBox h2 {
text-align:center;
}

#zoneMain li {
  color: #00395b;
    line-height: 1.4;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
}
@media screen and (max-width: 500px) {
#zoneMain #Main11979928 li {
    font-size: 14px;
}

@media screen and (min-width: 980px) {
  .header .nav-collapse .nav .dropdown .dropdown-menu {
    max-width: 100%;
  }
}

<script src="https://cdn.jsdelivr.net/npm/publicalbum@latest/embed-ui.min.js" async></script>
