What You Can Do

What You Can Do

Accessibility is everyone's everyday work. Whatever roles you play—faculty, staff, student, and more—you can help create a more inclusive University. Make a commitment to start small, and continue learning and practicing.

/* Callout Menu Pages */ .page-node-type-callout-menu-page #content ul.callout-menu { width: 100%; display: flex; justify-content: left; } @media only screen and (max-width: 800px) { .page-node-type-callout-menu-page #content ul.callout-menu li { width: 100% !important; } } .page-node-type-callout-menu-page #content ul.callout-menu li { width: calc(33.3333% - 0.5em); margin: 0.25em; background: #f0efee; flex: 0 0 auto; display: inline-flex; } .page-node-type-callout-menu-page #content ul.callout-menu li:hover { background: #f9f7f6; } .page-node-type-callout-menu-page #content ul.callout-menu a:hover { background: none; } .page-node-type-callout-menu-page #content ul.callout-menu a { font-weight: 600; font-size: 1.2em; color: #333; padding: 1em; border-top: 6px solid #900021; } .page-node-type-callout-menu-page #content ul.callout-menu li:nth-child(2n) a { border-top: 6px solid #0f7a9a; } .page-node-type-callout-menu-page #content ul.callout-menu li:nth-child(3n) a { border-top: 6px solid #ffcc33; } .page-node-type-callout-menu-page #content ul.callout-menu span.sf-description { color: #333; font-weight: 500; font-size: initial; } .page-node-type-callout-menu-page ul.callout-menu a { font-weight: 600; font-size: 1.2em; color: #333; padding: 1em; border-top: 6px solid #900021; } .page-node-type-callout-menu-page ul.callout-menu span.sf-description { color: #333; font-weight: 500; font-size: initial; display: inline-block; margin-top: 1em; }