.accreditations-social-block .block-inner {
	display: flex;
}




.accreditations-container {
	flex-basis: 25%;
	box-sizing: border-box;
	border-right: 1px solid #B0BAB4;
	background: #fff;
}
.accreditations-container-inner {
    padding: 50px 30px 50px 30px;
    height: 100%;
    box-sizing: border-box;
}
.accreditations-repeater {
height: 80%;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
	}
.accreditations-container h2 {
    color: #464F56;
    margin-bottom: 50px;
}
.single-accreditation {
	margin-bottom: 40px;
}
.single-accreditation:last-of-type {
	margin-bottom: 0;
}
.single-accreditation img {
	margin: 0 auto;
}



.about-contact-container {
	flex-basis: 25%;
	box-sizing: border-box;
	border-right: 1px solid #B0BAB4;
	position: relative;
}
.about-container {
    height: 50%;
    border-bottom: 1px solid #B0BAB4;
    padding: 50px 0 18px 0;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
        min-height: 450px;
}
.about-container::after {
    background: rgba(70, 79, 86, 0.5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.about-container-inner {
    position: relative;
    height: 100%;
    z-index: 3;
    padding: 0 30px 0 30px;
}

.contact-container {
    background: #7A5177;
    height: 50%;
    padding: 50px 0 18px 0;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    min-height: 450px;
}
.contact-container-inner {
    position: relative;
    height: 100%;
    z-index: 3;
    padding: 0 30px 0 30px;	
}
.contact-column-image-wrap {
position: absolute;
left: 0;
right: 0;
bottom: 30%;
}
.contact-column-image-wrap img {
    margin: 0 auto;
}


.social-container {
	flex-basis: 50%;
	background: #E7D962;
}
.social-container-inner {
	padding: 50px 30px 18px 30px;
}
.social-container h2 {
	color: #464F56;
}
.social-container .cff-wrapper .cff-item a {
	color: #fff;
}
.social-container .cff-wrapper .cff-item .cff-date-dot {
	display: none;
}
.social-container #cff.cff-default-styles .cff-date {
    font-size: 1em;
    font-weight: 700;
}
.social-container .cff-wrapper .cff-item .cff-post-text {
    color: #464F56;
    margin-bottom: 10px;
}