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

body {
  color: #332424;
}

main a {
  color: #70a8c0;
}

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

main a:visited {
  color: #93bed0;
}

.site-title, .hamburger {
  color: #1e0000;
}

.site-nav {
  color: #4c4242;
}

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

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

.site-nav a:visited {
  color: #4c4242;
}

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

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

footer {
  color: #d6d6d6;
}

footer a {
  color: #70a8c0;
}

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

footer a:visited {
  color: #93bed0;
}

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

.title a {
  color: #4c4242;
}

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

.title a:visited {
  color: #4c4242;
}

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

.button {
  background: #70a8c0;
  color: #FFFFFF;
}

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

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

header {
  background: #1e0000;
}

header .site-title, header .hamburger {
  color: #FFFFFF;
}

nav {
  background: #FFFFFF;
  color: #1e0000;
}

.is-mobile-nav-active body:after {
  background: #FFFFFF;
}