/*=Custom
-----------------------------------------------------------*/
@media (min-width: 992px) {
	.nav-footer {
		flex-grow: 0;
		flex-wrap: nowrap !important;
	}
	
	.footer .nav-footer>li .sub-menu li {
		max-width: 150px
	}
	
	.nav-footer .sub-menu {
		column-count: 1 !important;
	}
	.nav-footer li.double-column .sub-menu {
		column-count: 2 !important;
	}
}

#news {
	scroll-margin-top: 20px;
}

h1, .h1 {
	font-weight: 700;
}

.flexible-heading {
	font-weight: 700;
}

.text-white a {
    color: #fff!important;
}