@media all and (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0; // remove the gap so it doesn't close
	 }
}

@media all and (min-width: 992px) {
	.mobile {
		display: none;
	}
}

.borderbox {
	border: 1px dashed black;
}

.fancylink {
	text-decoration:underline;
	color: white;
}
.fancylink:hover {
	color: #209b60;
}
.logos {
	max-width: 140px;
}