
.CommunicationBlock .ReadReportBtn.ViewGalleryBtn.fusion-button.button-1, 
.CommunicationBlock .ReadReportBtn.ViewGalleryBtn.fusion-button.button-2 {
	background-color: #3b5070 !important;
}

#footer-boxes {
    display: flex;
    justify-content: space-evenly;
    font-size: 18px;
    line-height: 30px;
    flex-wrap: wrap;
}

#footer-boxes h4 {
    color: white;
}

#footer-boxes > .footer-box {
    flex: 1 0 32%;
    text-align: center;
  	min-width: 250px;
  	margin: 50px 0;
}

.page-id-1765 .Team-List-Block{
  overflow:auto !important;
}

.page-id-1765 .recent-posts-title {
    height: initial !important;
}
.blog img ~ p>span {
    position: absolute;
    top: -45px !important;
}

.blog #recent-posts-4 {
    margin-top: 84px !important;
}


@media (min-width:900px){
  .footer-box:nth-child(2){
    border-left: solid 1px;
    border-right: solid 1px;
  }
}

body.has-sidebar #main .sidebar{
	position:initial;
}