html,body {
    font-size: 14px;
    font-weight: 400;
    font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.nav-footer {
  margin-left: 0.75em;
  margin-top: 2.5em;
}
.navbar {
  background-color:#fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
  margin-bottom: 1rem;
}
.navbar-item,.navbar-link {
  display: block;
  line-height: 1.5;
  padding: .5rem .75rem;
  position: relative
}
.articles {
  margin-left: .75em;
}
.articles .content p {
    line-height: 1.6;
}
.author-image {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    border: 3px solid #ccc;
    border-radius: 50%;
}
.media-center {
  display: block;
  margin-bottom: 1rem;
}
.media-content {
  margin-top: 3rem;
}
.article:not(:first-child), .promo-block {
  margin-top: 3rem;
}
div.column.is-8:first-child {
  padding-top: 0;
  margin-top: 0;
}
.article-date {
  font-weight: bold;
}
.article-title {
  font-size: 2rem;
  font-weight: lighter;
  line-height: 2;
}
.article-subtitle {
  color: #909AA0;
  margin-bottom: 3rem;
}
.article-body {
  line-height: 1.4;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .article-body {
    line-height: 1.4;
    margin: 0;
  }
}
.article-footer-item:not(:first-child) {
  padding-left: .5rem;
}
.promo-block .container {
  margin: 1rem 5rem;
}
.card-footer {
  background-color: transparent;
  align-items: stretch;
  display: flex;
}
.card-footer-item{
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: .75rem;
}
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}
.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.highlight:not(:last-child),.level:not(:last-child),.list:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child) {
  margin-bottom: 1.0rem;
}
.content ul {
  list-style: disc outside;
  margin-left: 1.5em;
  margin-top: -0.5em;
}