	/* Texan Title blue button and nav-link */
	.btn-primary {
	    --bs-btn-color: #fff;
	    --bs-btn-bg: #0B226C;
	    --bs-btn-border-color: #0B226C;

	    --bs-btn-hover-color: #fff;
	    --bs-btn-hover-bg: #0a1f62;
	    --bs-btn-hover-border-color: #0a1f62;

	    --bs-btn-active-color: #fff;
	    --bs-btn-active-bg: #091b56;
	    --bs-btn-active-border-color: #091b56;

	    --bs-btn-focus-shadow-rgb: 11, 34, 108;

	    /* subtle gradient matching logo blue */
	    background-image: linear-gradient(to bottom, #224a9a 0%, #0B226C 100%);
	}

	.nav-link {
	    color: #0B226C;
	}

	.nav-link:hover,
	.nav-link:focus {
	    color: #0a1f62;
	}

	.nav-pills .nav-link.active,
	.nav-pills .show > .nav-link,
	.nav-tabs .nav-link.active {
	    color: #fff;
	    background-color: #0B226C;
	}

	/* Kill the Google InfoWindow header row (contains the default close button) */
	#titleAgentMap .gm-style .gm-style-iw-chr {
	    display: none !important;
	}

	/* Adjust top padding Google leaves for that header row */
	#titleAgentMap .gm-style .gm-style-iw {
	    padding-top: 0.5em !important;
	}