header {
  background: #2388ed;
}
header .uk-navbar-item.uk-logo {
  color: white;
}
header a,
header .uk-navbar-item {
  color: white !important;
  text-transform: none !important;
}
.uk-nav-header {
  color: rgba(255, 255, 255, 0.5) !important;
  text-transform: none;
  margin-top: 0 !important;
}
* {
  font-family: 'Public Sans', sans-serif;
}
.netlify-status {
  pointer-events: none;
  cursor: default;
}
#netlify_status {
  border: none;
  height: 20px;
  width: 135px;
  overflow: hidden;
}
body {
  font-size: medium;
}
main {
  padding-bottom: 50px;
}
main > section.body-wrapper {
  margin-top: 50px;
}
textarea {
  resize: vertical;
}
textarea.max-height {
  height: 160px;
  resize: none;
}
@media (min-width: 640px) {
  textarea.max-height {
    height: 140px;
  }
}
ul.news-list {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
}
ul.news-list li {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-top: 10px;
  margin-bottom: 10px;
}
ul.news-list li:hover {
  background: #f7f7f7;
}
ul.news-list li h5,
ul.news-list li h6,
ul.news-list li div,
ul.news-list li p,
ul.news-list li a {
  margin: 0;
}
ul.news-list li h5,
ul.news-list li p {
  padding: 0 10px;
}
ul.news-list li h4,
ul.news-list li h5,
ul.news-list li h6 {
  font-weight: 500;
}
ul.news-list li div {
  margin-top: 5px;
  background: #eee;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 10px;
}
ul.news-list li div span {
  margin-left: auto;
}
ul.news-list li div small {
  margin-right: auto;
}
