p.topic a{
    font-family: "Quicksand", proxima-nova, -apple-system, "BlinkMacSystemFont", helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 1rem;
    padding-right:2rem;
    margin-right:2rem;
    margin-bottom: 0.5rem;
    color:#00395e;
    text-decoration: none;
    border-bottom: 1px solid #0d89ce;

}

p.article-publish-date {
    margin-bottom: 0.5rem;
}

.full-article {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

.full-article .main img {
    width:100%;
    height:auto;
    padding:0 0 1rem 1rem;
    border-bottom: 2px solid #0d89ce;
    border-left: 2px solid#0d89ce;
    margin-bottom: .5rem;
}

.full-article .sidebar {
    margin-top:3rem;
}

@media only screen and (max-width: 900px) {
  .full-article {
    flex-direction: column;
  }
  .full-article .sidebar {
    margin-top:1rem;
}
}