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

body {
  color: #49494F;
}

main a {
  color: #717279;
}

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

main a:visited {
  color: #8b8c92;
}

.site-title, .mobile-menu-icon {
  color: #487FB6;
}

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

.site-nav a {
  color: #44474B;
}

.site-nav a:hover {
  text-decoration: none;
  color: #5c6066;
}

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

.site-nav a.selected {
  color: #5c6066;
}

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

footer {
  color: #302e33;
}

footer a {
  color: #717279;
}

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

footer a:visited {
  color: #8b8c92;
}

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

.title a {
  color: #696C75;
}

.title a:hover {
  text-decoration: none;
  color: #82858f;
}

.title a:visited {
  color: #696C75;
}

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

.button {
  background: #717279;
  color: #f9f9f5;
}

.social-icon {
  background-color: #49494F;
  color: #f9f9f5;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #49494F;
}