.latest {
    border-top: 1px solid #0d89ce;
    padding-top:1rem;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

.latest h2 a {
    font-family: "Quicksand", proxima-nova, -apple-system, "BlinkMacSystemFont", helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color:#00395e;
    text-decoration: none;
}

.latest h2 a:hover {
    text-decoration: underline;
}

.latest p a {
    color:#0d89ce;
    text-decoration: none;
}

.latest-article h2 {
    border-bottom: none;
}

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

.latest a p {
    color:#000;
}

.latest-article {
    margin-bottom:5rem;
}

.latest-article .meta {
    display:flex;
    flex-direction: row;
    align-items: center;
    margin-bottom:1rem;
}

.latest-article .meta .latest-topic {
    color:#00395e;
    font-size:0.9rem;
    padding-right:1rem;
    border-bottom:1px solid#0d89ce;
    margin-right:1rem;
    font-weight: 500;
    font-family: "Quicksand", proxima-nova, -apple-system, "BlinkMacSystemFont", helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.latest-article .meta .latest-publish-date {
    font-size:0.9rem;
    margin-left:1rem;
}

.latest-brief {
    width:100%;
    display:flex;
    flex-direction: column;
}

.latest-brief-top {
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

.latest-brief-top a.img-link {
    width: 25%;
}

.latest-brief-top .latest-brief-text {
    width:70%;
}

.latest-brief-top .latest-brief-text h2 {
    font-size:1.1em;
    border-bottom:none;
}

.latest-brief-top .latest-brief-text .meta {
    display: flex;
    flex-direction: row;
}

.latest-brief-top .latest-brief-text .meta .latest-publish-date {
    margin-left: 1rem;
}

.latest-titles {
    width:100%;
    margin-top:5rem;
}

.latest-titles .date-group {
    width:100%;
    border-top: 1px solid #0d89ce;
    padding-top:1rem;
}

.latest-title {
    width:100%;
    margin-bottom: 1rem;
}

.latest-title h2 {
    font-size: 1.1rem;
    margin:0;
    padding:0;
    border: none;
}

.latest-title .latest-publish-date {
    font-size: .8rem;
}

@media only screen and (max-width: 900px) {
  .latest {
    flex-direction: column-reverse;
  }
}