html, body {
	height: 100%;
	margin: 0;
	font-family: 'Montserrat', Sans-serif !important;
	color: #333;
	overflow: visible !important;
}

.page-list-ext {  
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  }
.page-list-ext .page-list-ext-item {
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content: center;
	flex: 1 0 17%;
	margin: 5px 5px 30px 5px;
	border-bottom: 1px solid #ececec;
	max-width: 264px;
}
.page-list-ext .page-list-ext-item a{color: #000;}
.page-list-ext .page-list-ext-item h3 {
	font-family: 'Montserrat', Sans-serif !important;
	color: #22313c;
	font-size: 15px;
    font-weight: 700;
}
.page-list-ext .page-list-ext-item h3 a {
	text-decoration: none !important;
}
body .page-list-ext .page-list-ext-image {
    float: left;
    display: flex;
    margin: 0;
    height: 160px;
    align-items: center;
    padding: 5px;
}
body .page-list-ext .page-list-ext-image img {
	max-height: 160px;
    width: 100%;
    max-width: 160px;
	height: 100%;
}
.hfg_header.site-header {
    box-shadow: none !important;
    border-bottom: 2px solid #000;
}

.nv-page-title-wrap.nv-big-title .nv-page-title {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--nv-light-bg);
    margin-bottom: 20px;
}
.nv-page-title-wrap.nv-big-title .nv-page-title h1 {
    line-height: 1.3em;
    margin-bottom: 0;
}
.has-text-align-center {
    text-align: center;
}
@media only screen and (max-width:768px){
	.page-list-ext .page-list-ext-item {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		flex: 1 0 48%;
		margin: 5px 5px 30px 5px;
		border-bottom: 1px solid #ececec;
		max-width: 48%;
	}
}
