/* These fixes are to prevent the dropdown arrow from wrapping below link, and prevent link titles from wrapping */
.ncar .navbar .nav-link {
    white-space: nowrap !important;
}
.navbar-nav .flex-wrap {
	flex-wrap: nowrap !important;
}
.navbar .nav-link.active {
	padding-bottom: 0;
}

.navbar-wrapper {
	background-color: #e5e5e5;
}
.small-site-name br {
	content: "";
}
.small-site-name br:after {
	content: " ";
}
.navbar .navbar-wrapper .site-name a {
	color: #223F85;
}