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

body {
  color: #748b9a;
}

main a {
  color: #0a416b;
}

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

main a:visited {
  color: #0e5d9a;
}

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

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

.site-nav a {
  color: #25a4f8;
}

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

.site-nav a:visited {
  color: #25a4f8;
}

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

.site-nav:hover a.selected {
  color: #25a4f8;
}

footer {
  color: #0a2638;
}

footer a {
  color: #0a416b;
}

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

footer a:visited {
  color: #0e5d9a;
}

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

.title a {
  color: #364e59;
}

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

.title a:visited {
  color: #364e59;
}

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

.button {
  background: #0a416b;
  color: #FFFFFF;
}

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

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

nav {
  font-family: "Courier New", "Courier", monospace;
  font-style: normal;
  font-weight: 400;
}

.site-title-media {
  min-width: 25%;
  margin: 0 auto;
}

@media (min-height: 800px) {

  .site-title-media {
    max-width: 262.0px;
  }

}

@media (max-height: 800px) {

  .site-title-media {
    max-width: 32.75vh;
  }

}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #748b9a;
}