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

body {
  color: #1a0f0f;
}

main a {
  color: #EF5D22;
}

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

main a:visited {
  color: #f28052;
}

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

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

.site-nav a {
  color: #0988ED;
}

.site-nav a:hover {
  text-decoration: none;
  color: #32a0f7;
}

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

.site-nav a.selected {
  color: #32a0f7;
}

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

footer {
  color: #645A5A;
}

footer a {
  color: #EF5D22;
}

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

footer a:visited {
  color: #f28052;
}

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

.title a {
  color: #1C1B21;
}

.title a:hover {
  text-decoration: none;
  color: #34323d;
}

.title a:visited {
  color: #1C1B21;
}

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

.button {
  background: #EF5D22;
  color: #F7FFFE;
}

.social-icon {
  background-color: #1a0f0f;
  color: #F7FFFE;
}

.welcome-modal {
  background-color: #5EB1B3;
}

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #1a0f0f;
}