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

body {
  color: #000000;
}

main a {
  color: #2037C6;
}

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

main a:visited {
  color: #3a51df;
}

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

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

.site-nav a {
  color: #2D3FC0;
}

.site-nav a:hover {
  text-decoration: none;
  color: #4b5cd5;
}

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

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

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

footer {
  color: #6c6565;
}

footer a {
  color: #2037C6;
}

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

footer a:visited {
  color: #3a51df;
}

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

.title a {
  color: #080303;
}

.title a:hover {
  text-decoration: none;
  color: #2d1111;
}

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

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

.button {
  background: #2037C6;
  color: #FDFEFE;
}

.social-icon {
  background-color: #000000;
  color: #FDFEFE;
}

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

.site-title {
  font-family: "Helvetica", 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.125rem;
}

footer .credit a {
  color: #000000;
}