.bg-conligo-green {
	background-color: #86BC31 !important; /*(134,188,49)*/
}

.text-conligo-green {
	color: #86BC31 !important; /*(134,188,49)*/
}

.bg-conligo-blue {
	background-color: #1B73BC !important; /*(27,115,188)*/
}

.text-conligo-blue {
	color: #1B73BC !important; /*(27,115,188)*/
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0; /* remove the gap so it doesn't close */
}
.dropdown-item:hover {
	background-color: #86BC31;
	color: white;
}

/* Shared/Modules/_logo.cshtml */
.image-container {
	width: 180px; /* Set the width of the container */
	height: auto; /* Set the height of the container */
	overflow: hidden; /* Ensure content doesn't overflow the container */
	justify-content: center;
}
.image-container img {
	width: 100%; /* Scale the image to fit the container's width */
	height: 100%; /* Scale the image to fit the container's height */
}

.print-only { display: none; }

@media print {

	li {
		background-color: white !important;
		color: black !important;
	}
	ul li:first-child {
		background-color: white !important;
		color: black !important;
	}

	.print-only {
		display: block;
	}

	.no-print {
		display: none;
	}

	#header { 
		display: none; 
	}

	#footer { 
		display: none; 
	}
}