body {
  background-color: #FAFAFA;
  font-weight: normal;
  font-style: normal;
  font-family: "Verdana", "Geneva", sans-serif;
}

body {
  color: #949494;
}

main a {
  color: #316caa;
}

main a:hover {
  text-decoration: underline;
  color: #4585c9;
}

main a:visited {
  color: #4585c9;
}

.site-title, .mobile-menu-icon {
  color: #4d4d4d;
}

.site-nav, .mobile-menu-link, nav:before, nav:after {
  color: #000000;
}

.site-nav a {
  color: #000000;
}

.site-nav a:hover {
  text-decoration: none;
  color: #1a1a1a;
}

.site-nav a:visited {
  color: #000000;
}

.site-nav a.selected {
  color: #1a1a1a;
}

.site-nav:hover a.selected {
  color: #000000;
}

footer {
  color: #173a78;
}

footer a {
  color: #316caa;
}

footer a:hover {
  text-decoration: underline;
  color: #4585c9;
}

footer a:visited {
  color: #4585c9;
}

.title, .news-item-title, .flex-page-title {
  color: #000000;
}

.title a {
  color: #000000;
}

.title a:hover {
  text-decoration: none;
  color: #1a1a1a;
}

.title a:visited {
  color: #000000;
}

.hr, .hr-before:before, .hr-after:after, .hr-before--small:before, .hr-before--large:before, .hr-after--small:after, .hr-after--large:after {
  border-top-color: #fafafa;
}

.button {
  background: #316caa;
  color: #FAFAFA;
}

.social-icon {
  background-color: #949494;
  color: #FAFAFA;
}

.welcome-modal {
  background-color: #FFFFFF;
}

.site-title {
  font-family: "Arimo", sans-serif;
  font-style: normal;
  font-weight: 400;
}

nav {
  font-family: "Nixie One", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.wordy {
  text-align: left;
}

.site-title {
  font-size: 2.3125rem;
}

footer .credit a {
  color: #949494;
}