.sub #news {
	padding: 0;
}
aside .card_body h4 {
	margin: 15px 0;
	font-size: 1.25rem;
}
.sub .thumbnail {
	float: right;
	margin-left: 50px;
	margin-bottom: 50px;
}
.reversed.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.reversed .col:last-child h2 {
	color: #fff;
}
.reversed .col:last-child h2:after {
	background: #fff;
}
.row.half-half {
	align-items: stretch;
}
.row.half-half .poster {
	width: 50%;
	background-size: cover;
	background-position: center;
	min-height: 50vh;
}

.half-half .text {
	width: calc(50% - 120px);
	padding: 60px;
	background: #F3F4FB;
	align-items: center;
	display: flex;
}
.half-half .text h3 {
	margin-top: 0;
}
.no-header h1 {
	display: none;
}
.branches.row {
	flex-flow: row;
	flex-wrap: wrap;
	margin-bottom: -60px;
}
.branch h3 {
	color: #fff;
	z-index: 2;
}
.branch {
	flex: 1 1 calc(21% - 120px);
	padding: 0 60px;
	text-align: center;
	height: calc(100vh - 306px);
	position: relative;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1) 0.4s;
	transition: cubic-bezier(0.175, 0.885, 0.32, 1) 0.4s;
}
.branch .text {
	content: "";
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	padding: 0 60px;
	height: 100%;
	width: calc(100% - 120px);
	background: #0000008f;
	z-index: 1;
	webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1) 0.4s;
	transition: cubic-bezier(0.175, 0.885, 0.32, 1) 0.4s;
}
.branch a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
}
.branch:hover {
	flex: 2 0 calc(35% - 120px);
}
.branch:hover .text {
	background: #0000001a;
}

.pie-chart {
	max-width: 300px;
	display: inline-block;
	position: relative;
	float: right;
}
@media screen and (max-width: 1023px) {
	.pie-chart {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.pie-chart {
		float: none;
		margin: 30px auto;
	}
}


.gallery a {
	height: 40vh;
}

.gallery a img {
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: block;
	object-fit: contain;
	object-position: center;
}

.responsive-media {
	width: 100%;
	margin-bottom: 30px;
}