/* Code to help style the News Box */
.newsBox h4 a {
    font-family: 'Avenir LT Std';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.3;
    color: #0A2540;
text-transform: none;
}
.newsBox h4 a:hover {text-decoration: underline;}

/* Code to add padding and a divider for the Blog Posts */
.MCBlogListEntryContainer { padding: 50px; border-style: none none double none; border-color: #0E2540;}

/*HIDE BLOCK BELOW HEADER IMAGE ON HOMEPAGE CLIENT ASKED FOR THIS ON 11/9/22*/
.captionWhiteDiv {
  display: none;
}
/*Move homepage content up as per client request on 11/9/22*/
.banner {
  padding-bottom: 0px;
}

.headingBox {
    display: flex;
    justify-content: space-between;
    align-items: unset;
    flex-flow: column wrap;
}
.headingBox #newsHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headingBox.breifHead .ColumnHeader a {
  float: right;
}
