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

body {
  color: #6e7781;
}

main a {
  color: #6898f8;
}

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

main a:visited {
  color: #99b9fa;
}

.site-title, .mobile-menu-icon {
  color: #676c74;
}

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

.site-nav a {
  color: #737f87;
}

.site-nav a:hover {
  text-decoration: none;
  color: #8e989f;
}

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

.site-nav a.selected {
  color: #8e989f;
}

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

footer {
  color: #d6d6d6;
}

footer a {
  color: #6898f8;
}

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

footer a:visited {
  color: #99b9fa;
}

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

.title a {
  color: #737c82;
}

.title a:hover {
  text-decoration: none;
  color: #8d959b;
}

.title a:visited {
  color: #737c82;
}

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

.button {
  background: #6898f8;
  color: #FFFFFF;
}

.social-icon {
  background-color: #6e7781;
  color: #FFFFFF;
}

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

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

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

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

footer .credit a {
  color: #6e7781;
}