nav.mega-menu {
	position:relative;
}

.mega-menu .menu-logo {
    position: static;
}

.mega-menu .menu-logo > li > a img {
	position: absolute;
	top: 10px;
}
	
.mega-menu .menu-logo img {
    height: 150px;
}

.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 75px;
}

@media screen and (min-width: 992px) {
	.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
		margin: 0px;
	}
}

.footer a {
    color: #A6CD39;
}

table#institutions tbody tr td{
	padding: 10px !important;
}

.contact-map iframe {
	height: 450px;
}

.footer.black-bg ul.addresss-info li a, .footer.black-bg ul.addresss-info i {
	color: rgba(255,255,255,0.5);
}

.bg-overlay-black-60:before {
	background: rgba(0, 0, 0, 0.4);
}

.team .team-description {
	border: 1px solid lightgrey;
}

.page_donate_us p {
	font-weight: bold;
}

.page_downloads p {
	font-weight: bold;
}

label.error {
	color: red;
	font-size: 12px;
	padding-top: 5px;
}

.form-control.error {
	color: red;
	border: 1px solid red;
}