body {
  background-color: #FDFDFD;
  font-weight: normal;
  font-style: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
  color: #0c0c0e;
}

main a {
  color: #26444b;
}

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

main a:visited {
  color: #37636d;
}

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

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

.site-nav a {
  color: #1a1a23;
}

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

.site-nav a:visited {
  color: #1a1a23;
}

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

.site-nav:hover a.selected {
  color: #1a1a23;
}

footer {
  color: #1e4826;
}

footer a {
  color: #26444b;
}

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

footer a:visited {
  color: #37636d;
}

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

.title a {
  color: #1a1a23;
}

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

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

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

.button {
  background: #26444b;
  color: #FDFDFD;
}

.social-icon {
  background-color: #0c0c0e;
  color: #FDFDFD;
}

.welcome-modal {
  background-color: #2C2C2C;
}

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

nav {
  font-family: "Advent Pro", sans-serif;
  font-style: normal;
  font-weight: 200;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #0c0c0e;
}