.custom-logo-link{
	display:inline-block;
	height: 69px;
    padding: 10px 0;
}

.custom-logo-link img{
	width: auto;
	height: 100%;
}

.site-footer .top .logo .name{
	color: #f75149;
}

.site-footer .top .logo .org{
	color: #00c6ff;
}
.site-footer .top .logo img{
	max-width: 178px;
}
.site-footer .top{
	padding-top: 90px;
    padding-bottom: 90px;
}
@media(max-width: 991px){
	.custom-logo-link{
		height: 56px;
	}
	.site-footer .top{
		padding-top: 57px;
	    padding-bottom: 57px;
	}
}
@media only screen and (max-width: 767px){
	.site-footer .top{
		padding-top: 42px;
	    padding-bottom: 42px;
	}
}

.mm-custom-i-f {
	background: url("../assets/images/nav-icon-suffrage.png") no-repeat;
	background-size: contain;
	width: 25px !important;
	height: 25px !important;
}

.site-header nav li a:hover .mm-custom-i-f {
	background: url("../assets/images/nav-icon-suffrage-hover.png") no-repeat;
	background-size: contain;
}
