/* body.blind_mode's top padding + #slow_eyes' own top offset clear Drupal's
   admin toolbar (#toolbar-administration) via the --toolbar-offset-top custom
   property, kept in sync by base.js's eTheme.plugins.adminMenu using
   Drupal.displace() — the D7 fixed 75px/104px assumed the old admin_menu
   module's fixed-height bar, but core Toolbar's height varies (tray
   open/closed, horizontal/vertical), so it can't be hardcoded anymore. */
body.blind_mode{padding-top:calc(var(--toolbar-offset-top, 0px) + 75px) !important}
#slow_eyes{font-size:20px;text-align:center;position:fixed;height:72px;top:var(--toolbar-offset-top, 0px);left:0;right:0;min-width:1180px;z-index:499}#slow_eyes input[name='sy_img_show']{display:none}#slow_eyes input[name='sy_img_show']+label{background:#fff;border:3px solid #000;width:18px;height:18px;display:block;line-height:1;position:relative;top:3px;left:3px}#slow_eyes input[name='sy_img_show']:checked+label:after{content:'\2713';font-weight:bold;color:#000 !important}.bg-white #slow_eyes{border-bottom:3px solid #000;background:#ccc}.bg-black #slow_eyes{border-bottom:3px solid #fff;color:#fff;background:#333}.bg-blue #slow_eyes{border-bottom:3px solid #1a4b78;color:#1a4b78;background:#6caee3}#slow_eyes .sy_font a{display:block;line-height:27px}.bg-black #slow_eyes .sy_font a:hover{color:#000;background:#fff}.bg-white #slow_eyes .sy_font a:hover{color:#fff;background:#000}.bg-blue #slow_eyes .sy_font a:hover{color:#96cdfd;background:#1a4b78}.bg-black #slow_eyes .sy_font a{color:#fff}.bg-white #slow_eyes .sy_font a{color:#000}.bg-blue #slow_eyes .sy_font a{color:#1a4b78}#slow_eyes .sy_font1{font-size:16px}#slow_eyes .sy_font1 a{line-height:32px}.font-normal.bg-white #slow_eyes .sy_font1{background:#000}.font-normal.bg-white #slow_eyes .sy_font1 a{color:#fff}.font-normal.bg-black #slow_eyes .sy_font1{background:#fff}.font-normal.bg-black #slow_eyes .sy_font1 a{color:#000}.font-normal.bg-blue #slow_eyes .sy_font1{background:#1a4b78}.font-normal.bg-blue #slow_eyes .sy_font1 a{color:#96cdfd}#slow_eyes .sy_font2{font-size:20px}#slow_eyes .sy_font2 a{line-height:30px}.font-big.bg-white #slow_eyes .sy_font2{background:#000}.font-big.bg-white #slow_eyes .sy_font2 a{color:#fff}.font-big.bg-black #slow_eyes .sy_font2{background:#fff}.font-big.bg-black #slow_eyes .sy_font2 a{color:#000}.font-big.bg-blue #slow_eyes .sy_font2{background:#1a4b78}.font-big.bg-blue #slow_eyes .sy_font2 a{color:#96cdfd}#slow_eyes .sy_font3{font-size:23px}.font-large.bg-white #slow_eyes .sy_font3{background:#000}.font-large.bg-white #slow_eyes .sy_font3 a{color:#fff}.font-large.bg-black #slow_eyes .sy_font3{background:#fff}.font-large.bg-black #slow_eyes .sy_font3 a{color:#000}.font-large.bg-blue #slow_eyes .sy_font3{background:#1a4b78}.font-large.bg-blue #slow_eyes .sy_font3 a{color:#96cdfd}#slow_eyes .sy_bg1{outline:1px solid #000;background:#fff}#slow_eyes .sy_bg1 a{color:#000}#slow_eyes .sy_bg2{outline:1px solid #000;background:#000}.bg-black #slow_eyes .sy_bg2{outline:1px solid #fff}#slow_eyes .sy_bg2 a{color:#fff}#slow_eyes .sy_bg3{outline:1px solid #1a4b78;background:#96cdfd}#slow_eyes .sy_bg3 a{color:#1a4b78}#slow_eyes dt,#slow_eyes dd{vertical-align:bottom;float:left;margin:0;text-align:center;overflow:hidden}#slow_eyes dt{margin-left:10px}#slow_eyes dl{display:inline-block;margin:1em 0}#slow_eyes dd{width:35px;font-weight:bold;margin:0 5px;height:27px}#slow_eyes dd a{display:block;text-decoration:none}#slow_eyes:after{content:'';display:block;clear:both}body.bg-black #usual_mode{color:#fff !important}
