body.utah-menu-behavior-polish {
  --utah-menu-toggle-width: auto;
}

body.utah-menu-behavior-polish .utah-menu-panel-close {
  display: none !important;
}

body.utah-menu-behavior-polish .menu-toggle,
body.utah-menu-behavior-polish .nav-toggle,
body.utah-menu-behavior-polish .mobile-menu-toggle,
body.utah-menu-behavior-polish button[aria-controls],
body.utah-menu-behavior-polish button[aria-expanded] {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  translate: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-self: center;
}

body.utah-menu-behavior-polish .menu-toggle[aria-expanded="true"],
body.utah-menu-behavior-polish .nav-toggle[aria-expanded="true"],
body.utah-menu-behavior-polish .mobile-menu-toggle[aria-expanded="true"],
body.utah-menu-behavior-polish button[aria-controls][aria-expanded="true"],
body.utah-menu-behavior-polish button[aria-expanded="true"] {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  translate: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-self: center;
}

body.utah-menu-behavior-polish.utah-menu-open {
  overflow: hidden;
}

body.utah-menu-behavior-polish .site-logo img,
body.utah-menu-behavior-polish .custom-logo,
body.utah-menu-behavior-polish .site-branding img,
body.utah-menu-behavior-polish .header-logo img,
body.utah-menu-behavior-polish .utah-site-logo img,
body.utah-menu-behavior-polish .site-header .logo img,
body.utah-menu-behavior-polish .site-header__logo img {
  width: min(var(--utah-logo-width, 200px), 70vw);
  max-width: min(var(--utah-logo-width, 200px), 70vw);
  height: auto;
}

@media (max-width: 782px) {
  body.utah-menu-behavior-polish .menu-toggle,
  body.utah-menu-behavior-polish .nav-toggle,
  body.utah-menu-behavior-polish .mobile-menu-toggle,
  body.utah-menu-behavior-polish button[aria-controls],
  body.utah-menu-behavior-polish button[aria-expanded] {
    position: relative;
    z-index: 10030;
  }
}
