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;
}
.builder-item--logo .site-logo img {
    position: absolute;
    max-width: 100%;
    max-height: 120px;
    top: -21px;
}
.page .nv-page-title-wrap {
    margin-top: 90px;
}

@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%;
	}
}
