.hv-header {
	background-image: none !important;
    background-color: #FFFFFF !important;
    height: 60px;
}
.hv-header h3 {
    color: #00803D;
    float: left;
    padding: 20px 20px 0px 10px;
    margin: 0px;
    border-left: 0px solid white;
    font-size: 150%;
}
.hv-logo {
    float: right;
    position: relative;
    right: 10px;
    top: 15px;
}
#logo {
    float: left;
}
.hv-footer {
	background-image: none !important;
    background-color: #FFFFFF !important;
    height: 30px;
    color: green;
    position: relative;
}
.hv-footer > div {
	margin: 0px 10px;
}
.hv-footer > div, .hv-footer > div > div {
	height: 100%;
}
.hv-footer > div > div {
	display:flex;
    align-items:center;
}
.hv-footer > div:first-child {
	float: left;
}
.hv-footer > div:last-child {
	float: right;
}

.hv-footer > div:last-child img {
	margin-right: 5px;
	display: block;
}

.hvmap-logo {
    float: right;
    right: 10px;
    bottom: 5px;
}
.flex {
	display:flex;
    align-items:center;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: #00803D;
}