/* Phones and small tablets. Loaded last on every page. The desktop layout is unchanged above 760px. */
.gv-menu-btn{display:none}
@media (max-width:760px){
  /* the site's header: the name, who you are, and one Menu button */
  .gv-w{padding-left:16px!important;padding-right:16px!important}
  .gv-head-in{flex-wrap:wrap;gap:8px 12px;min-height:54px;padding:6px 0}
  .gv-brand{font-size:18px}
  .gv-dept{display:none}
  .gv-user{gap:12px;font-size:14px}.gv-user a span{display:none}
  .gv-menu-btn{display:inline-flex;align-items:center;gap:8px;margin-left:auto;margin-right:48px;order:2;font:inherit;font-size:15px;font-weight:700;min-height:44px;padding:0 14px;
    background:#FFFFFF;color:#0B0C0C;border:0;cursor:pointer}
  .gv-menu-btn svg{width:18px;height:18px}
  .gv-user{order:3;width:100%;justify-content:space-between;margin-left:0;padding-bottom:4px}
  .gv-menu-btn:focus-visible{outline:3px solid #FFDD00;outline-offset:0}
  /* the sections: hidden until Menu is pressed, then a list with finger-sized rows */
  .gv-nav{display:none}
  body.gv-open .gv-nav{display:block}
  .gv-nav .gv-w{flex-direction:column;align-items:stretch;gap:0;min-height:0}
  .gv-nav a{padding:13px 0 13px 12px!important;border-bottom:1px solid var(--line)!important;border-left:4px solid transparent}
  .gv-nav a.on{border-left-color:currentColor;background:var(--surface)}
  .gv-sep{display:none}
  /* the page's own sub-menu: one row you can swipe */
  .gv-sub .gv-w{flex-wrap:nowrap!important;overflow-x:auto;gap:20px!important;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .gv-sub .gv-w::-webkit-scrollbar{display:none}
  .gv-sub a{white-space:nowrap;flex-shrink:0;padding:14px 0 11px!important}
  /* tables scroll inside themselves, not the whole page */
  .gv-main table{display:block;overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}
  .mp-sec-h{flex-wrap:wrap}
  /* layouts: these beat the brand stylesheet's more specific rules, and let grid columns shrink to the screen */
  .mr-page .mr-sum,.mr-sum{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mr-sum b{font-size:28px!important}.mr-sum>div{padding:14px 16px!important}
  .sg{grid-template-columns:minmax(0,1fr)!important;min-height:0!important;margin-left:-16px!important;margin-right:-16px!important}.sg>*{min-width:0}
  .sg-side{border-right:0!important;border-bottom:2px solid var(--line)}.sg-main{padding:18px 16px 80px!important}
  .mp-grid,.mp-next{grid-template-columns:minmax(0,1fr)!important}.mp-grid>*,.mp-main,.mp-main>*{min-width:0}
  table.gf-table,.gv-main table{display:block!important;overflow-x:auto!important;max-width:100%!important}
  /* headings and big numbers that were sized for a wide screen */
  .h-display,.gv-main h1{font-size:30px!important;line-height:1.15!important}
  .lede{font-size:17px}
  .btn-row{flex-wrap:wrap}
  img,video{max-width:100%;height:auto}
}
