body {
  background-color: #F8F9FA;
  font-weight: normal;
  font-style: normal;
  font-family: "Arial", "Helvetica", sans-serif;
}

body {
  color: #504949;
}

main a {
  color: #1e556c;
}

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

main a:visited {
  color: #297494;
}

.site-title, .mobile-menu-icon {
  color: #1f1e1e;
}

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

.site-nav a {
  color: #4f514d;
}

.site-nav a:hover {
  text-decoration: none;
  color: #696b66;
}

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

.site-nav a.selected {
  color: #696b66;
}

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

footer {
  color: #133758;
}

footer a {
  color: #1e556c;
}

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

footer a:visited {
  color: #297494;
}

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

.title a {
  color: #133758;
}

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

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

.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: #b6afaf;
}

.button {
  background: #1e556c;
  color: #F8F9FA;
}

.social-icon {
  background-color: #504949;
  color: #F8F9FA;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #504949;
}