.mobile-tools {
	background-color: #2363a0;
	height: 36px;
}

.mobile-tools a.mobile-tool {
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding: 0;
    text-align: center;
}

#drawer-button {
	position: fixed;
	top: 65px;
	left: 16px;
	max-width: 54px;
	width: 54px;

	transition: none;
}
#drawer-button[aria-expanded=true] {
	right: 2px;
}
#drawer-button[aria-expanded=true] .navbar-toggler-icon {
	background-image: url("/themes/default/assets/calpers/pages/images/close-menu.svg");
}
