/* Sets max size for .company-logo images in nav and footer */
#header-logo img {
	max-block-size: 40px;
}

#footer-logo img {
	max-inline-size: 193px;
}
/* END Sets max size for .company-logo images in nav and footer */

/* Changes My Schedule Sign out button hoverstate */
.esri-banner.dark-theme.sign-out {
	--event-cta-color-hover: var(--calcite-ui-danger-hover);
}
/* END Changes My Schedule Sign out button hoverstate */
