(function(){
        var style_text = ".iconp, .icont {\nwidth: 14px;\nmargin: 2px 5px 0 0;\n}\n\nli.widget-event {\nbackground: #fff;\n}\n\n.month {\ncolor: #333;\n}\n\n.day {\ncolor: #003DA5;\nfont-family: \"Fira Sans\",Helvetica,Arial,sans-serif;\nfont-size: 5rem;\nfont-weight: 900;\nline-height: 0.9;\n}\n\nul.localist-widget-customer {\n  display: grid;\n  grid-template-columns: repeat( auto-fill, minmax(12rem, 1fr) );\n  grid-gap: 1rem;\n  margin: 0;\n  padding: 0;\n}\n\nli.widget-event {\n  list-style-type: none !important;\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  line-height: 1.25;\n  border: 1px solid #d7d7d7;\n}\n\ndiv.widget-content {\nbackground: #fff;\n  padding-left: 0.75rem;\n  padding-right: 0.5rem;\n  height: 100%;\n  margin-bottom: 4rem;\n}\n\ndiv.widget-content \u003e div.title \u003e h4 {\n  font-size: 1rem;\n  line-height: 18px !important;\n  margin: 7px 0;\n}\n\ndiv.title \u003e h4 \u003e a {\n  font-family: \"Fira Sans\",Helvetica,Arial,sans-serif;\n  font-weight: 700 !important;\n  font-size: 1rem;\n  text-decoration: none !important;\n  color: #424242 !important;\n}\n\ndiv.title \u003e h4 \u003e a:hover {\n  text-decoration: underline !important;\n}\n\ndiv.des {\n  font-size: 16px !important;\n  font-weight: 400 !important;\n  color: #555 !important;\n  font-family: \"Fira Sans\",Helvetica,Arial,sans-serif;\n}\n\ndiv.time {\n  font-size: 16px !important;\n  color: #333333 !important;\n  font-family: \"Fira Sans\",Helvetica,Arial,sans-serif;\n}\n\ndiv.place {\n  margin-top: 5px;\n}\n\ndiv.place \u003e div \u003e a {\n  text-decoration: none;\n  font-family: \"Fira Sans\",Helvetica,Arial,sans-serif;\n  font-size: 16px !important;\n  color: #333;\n}\n\ndiv.place \u003e div \u003e a:hover {\n  text-decoration: none;\n}\n\ndiv.place \u003e div \u003e i {\n  color: #d01c29 !important;\n}\n\ndiv.place \u003e div \u003e i:hover {\n  color: #A51417 !important;\n}\n\ndiv.widget-photo-space \u003e span \u003e a \u003e img {\n  width: 100%;\n  height: auto;\n}\n\n.key span {\n\tdisplay: block;\n\tline-height: 1;\n}\n\n.key .day {\n\tfont-size: 5rem;\n\tletter-spacing: -1px;\n\tfont-family: \"Fira Sans\",Helvetica,Arial,sans-serif;\n}\n\n.key .month {\n\tfont-size: 1em;\n\tletter-spacing: 1px;\n\tfont-family: \"Fira Sans\",Helvetica,Arial,sans-serif;\n\ttext-transform: uppercase;\n}\n\n.key {\n    width: fit-content;\n    max-height: 121px;\n    margin: 1rem;\n    padding: 1rem 0;\n    border-right: none;\n    border-bottom: 1px solid #999;\n    text-align: left;\n}\n\n/* icons */\n.pin:after {\n    position:absolute;\n}\n\n.pin {\n    width:12px;\n    height:12px;\n    border-radius:50% 50% 50% 0;\n    background:#333;\n    transform:rotate(-45deg);\n    float:left;\n    margin-top:2px;\n    margin-right:5px;\n    margin-left:2px;\n    position:relative;\n}\n\n.pin:after {\n    content:\"\";\n    width:6px;\n    height:6px;\n    margin:3px 0 0 3px;\n    background:#fff;\n    border-radius:50%;\n}\n\n.clock{\n    float:left;\n    margin-top:2px;\n    margin-right:5px;\n    border:2px solid #333;\n    display:inline-block;\n    position:relative;\n    vertical-align:top;\n    border-radius:100%;\n    height:12px;\n    width:12px;\n}\n\n.clock:after,.clock:before {\n    background:#ccc;\n    border:1px solid #333;\n    content:'';\n    position:absolute;\n    border-left:none;\n    width:0;\n}\n\n.clock:after{\n    height:5px;\n    left:3px;\n    top:0;\n}\n\n.clock:before{\n    height:6px;\n    left:6px;\n    top:1.5px;\n    -webkit-transform:rotate(90deg);\n    -moz-transform:rotate(90deg);\n    -ms-transform:rotate(90deg);\n    -o-transform:rotate(90deg);\n    transform:rotate(90deg);\n}\n\n\n\n\n    #lw { width:100%;background-color:white;font-family:arial;overflow:hidden;}\n    #lw ul {list-style:none;}\n    #lw li.lwe {padding:10px;border-bottom: 1px dotted #ccc;}\n    .lwn {font-weight:bold;color:#222;font-size:16px;line-height:19px;overflow:hidden;}\n    .lwn0 {font-weight:normal;float:right;font-size:14px;color:#444;}\n    .lwd {padding-top: 5px;color:#222;font-size:12px;line-height:15px;overflow:hidden;}\n    .lwi0 {float:left;padding:2px 6px 0px 0px;margin:0;}\n    .lwi1 {float:left;padding:0px 6px 0px 0px;margin:0;}\n    .lwl{ font-weight:bold;padding-top:5px;color:#222;font-size:12px;line-height:14px;overflow:hidden;clear:both;}\n    .lwl0 {font-weight:normal;padding-right:3px;}\n    .lwi { padding:2px; border: 1px solid #ccc; }";
        var head = document.getElementsByTagName('head')[0];
        if(!head) {
          var body = document.body;
          head = document.createElement('head');
          body.parentNode.insertBefore(head, body);
        }
        var style;
        if(document.createStyleSheet) {
          style = document.createStyleSheet();
          style.cssText = style_text;
        } else {
          style = document.createElement('style');
          style.appendChild(document.createTextNode(style_text));
        }
        try {
          head.appendChild(style);
        } catch(err) {};
      })();
try{document.getElementById("localist-widget-52433842").innerHTML="\u003clink href=\"https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,700;1,400;1,700\u0026display=swap\" rel=\"stylesheet\"\u003e\n\n\n\u003cul class=\"localist-widget-customer\"\u003e\n\n  \n  \n\n\n\n\n\n\n\n\n\n  \u003cli class=\"widget-event\"\u003e\n\n\n\t\u003cdiv class=\"widget-photo-space\"\u003e\n\t\t\u003cspan class=\"widget-photo\"\u003e\u003ca href=\"https://events.ucr.edu/event/campus-closed-for-thanksgiving-2025?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\" target=\"_blank\"\u003e\u003cimg class=\"img_big_300\" height=\"225\" width=\"300\" alt=\"Bell Tower - Rainbow\" src=\"https://localist-images.azureedge.net/photos/41102201755743/big_300/bd57b7fc9f5fe313de2bf2b94e75924f53b62962.jpg\" /\u003e\u003c/a\u003e\u003c/span\u003e\n\t\u003c/div\u003e\n\u003cdiv class=\"key\"\u003e\n\t\t\u003cdiv class=\"key-container\"\u003e\n\t\t\t\u003cspan class=\"month\"\u003eNovember\u003c/span\u003e\u003cspan class=\"day\"\u003e27\u003c/span\u003e \n\t\t\u003c/div\u003e\n\t\u003c/div\u003e\n\u003cdiv class=\"widget-content\"\u003e\n\n\u003cdiv class=\"title\"\u003e\n     \u003ch4\u003e\n      \u003ca href=\"https://events.ucr.edu/event/campus-closed-for-thanksgiving-2025?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\" target=\"_blank\"\u003eCampus closed for Thanksgiving\u003c/a\u003e\n     \u003c/h4\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"time\"\u003e\n\n\u003ctime datetime=\"2025-11-27\"\u003e\n\n \n \n \n \n\u003c/time\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"place\"\u003e\n   \n\u003c/div\u003e\n  \u003c/li\u003e\n\n  \u003cli class=\"widget-event\"\u003e\n\n\n\t\u003cdiv class=\"widget-photo-space\"\u003e\n\t\t\u003cspan class=\"widget-photo\"\u003e\u003ca href=\"https://events.ucr.edu/event/fall-2025-final-exams?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\" target=\"_blank\"\u003e\u003cimg class=\"img_big_300\" height=\"225\" width=\"300\" alt=\"Students in Lecture Hall - Front\" src=\"https://localist-images.azureedge.net/photos/41102224147254/big_300/18efdb51fe8b096b390b3d72db3c374b410ef05f.jpg\" /\u003e\u003c/a\u003e\u003c/span\u003e\n\t\u003c/div\u003e\n\u003cdiv class=\"key\"\u003e\n\t\t\u003cdiv class=\"key-container\"\u003e\n\t\t\t\u003cspan class=\"month\"\u003eDecember\u003c/span\u003e\u003cspan class=\"day\"\u003e08\u003c/span\u003e \n\t\t\u003c/div\u003e\n\t\u003c/div\u003e\n\u003cdiv class=\"widget-content\"\u003e\n\n\u003cdiv class=\"title\"\u003e\n     \u003ch4\u003e\n      \u003ca href=\"https://events.ucr.edu/event/fall-2025-final-exams?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\" target=\"_blank\"\u003eFall 2025 Final Exams\u003c/a\u003e\n     \u003c/h4\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"time\"\u003e\n\n\u003ctime datetime=\"2025-12-08\"\u003e\n\n \n \n \n \n\u003c/time\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"place\"\u003e\n   \n\u003c/div\u003e\n  \u003c/li\u003e\n\n  \u003cli class=\"widget-event\"\u003e\n\n\n\t\u003cdiv class=\"widget-photo-space\"\u003e\n\t\t\u003cspan class=\"widget-photo\"\u003e\u003ca href=\"https://events.ucr.edu/event/student-winter-break-2025?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\" target=\"_blank\"\u003e\u003cimg class=\"img_big_300\" height=\"225\" width=\"300\" alt=\"Campus Shot - Aerial\" src=\"https://localist-images.azureedge.net/photos/41102236863096/big_300/df2cdb138989c32b03b07715f65feefb5f392b2f.jpg\" /\u003e\u003c/a\u003e\u003c/span\u003e\n\t\u003c/div\u003e\n\u003cdiv class=\"key\"\u003e\n\t\t\u003cdiv class=\"key-container\"\u003e\n\t\t\t\u003cspan class=\"month\"\u003eDecember\u003c/span\u003e\u003cspan class=\"day\"\u003e13\u003c/span\u003e \n\t\t\u003c/div\u003e\n\t\u003c/div\u003e\n\u003cdiv class=\"widget-content\"\u003e\n\n\u003cdiv class=\"title\"\u003e\n     \u003ch4\u003e\n      \u003ca href=\"https://events.ucr.edu/event/student-winter-break-2025?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\" target=\"_blank\"\u003eStudent Winter Break\u003c/a\u003e\n     \u003c/h4\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"time\"\u003e\n\n\u003ctime datetime=\"2025-12-13\"\u003e\n\n \n \n \n \n\u003c/time\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"place\"\u003e\n   \n\u003c/div\u003e\n  \u003c/li\u003e\n\n  \u003cli class=\"widget-event\"\u003e\n\n\n\t\u003cdiv class=\"widget-photo-space\"\u003e\n\t\t\u003cspan class=\"widget-photo\"\u003e\u003ca href=\"https://events.ucr.edu/event/campus-winter-closure-2025?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\" target=\"_blank\"\u003e\u003cimg class=\"img_big_300\" height=\"225\" width=\"300\" alt=\"Campus Shot - Golden Hour\" src=\"https://localist-images.azureedge.net/photos/41102121596499/big_300/bb67745a9baf01ce32c4adb3f9771306b3760e38.jpg\" /\u003e\u003c/a\u003e\u003c/span\u003e\n\t\u003c/div\u003e\n\u003cdiv class=\"key\"\u003e\n\t\t\u003cdiv class=\"key-container\"\u003e\n\t\t\t\u003cspan class=\"month\"\u003eDecember\u003c/span\u003e\u003cspan class=\"day\"\u003e24\u003c/span\u003e \n\t\t\u003c/div\u003e\n\t\u003c/div\u003e\n\u003cdiv class=\"widget-content\"\u003e\n\n\u003cdiv class=\"title\"\u003e\n     \u003ch4\u003e\n      \u003ca href=\"https://events.ucr.edu/event/campus-winter-closure-2025?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\" target=\"_blank\"\u003eCampus Winter Closure\u003c/a\u003e\n     \u003c/h4\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"time\"\u003e\n\n\u003ctime datetime=\"2025-12-24\"\u003e\n\n \n \n \n \n\u003c/time\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"place\"\u003e\n   \n\u003c/div\u003e\n  \u003c/li\u003e\n\n  \u003cli class=\"widget-event\"\u003e\n\n\n\t\u003cdiv class=\"widget-photo-space\"\u003e\n\t\t\u003cspan class=\"widget-photo\"\u003e\u003ca href=\"https://events.ucr.edu/event/campus-closed-for-martin-luther-king-day?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\" target=\"_blank\"\u003e\u003cimg class=\"img_big_300\" height=\"225\" width=\"300\" alt=\"Bell Tower - Winter\" src=\"https://localist-images.azureedge.net/photos/597601/big_300/95a3bdb356a034e5aaccc87e12e75982fae261f2.jpg\" /\u003e\u003c/a\u003e\u003c/span\u003e\n\t\u003c/div\u003e\n\u003cdiv class=\"key\"\u003e\n\t\t\u003cdiv class=\"key-container\"\u003e\n\t\t\t\u003cspan class=\"month\"\u003eJanuary\u003c/span\u003e\u003cspan class=\"day\"\u003e19\u003c/span\u003e \n\t\t\u003c/div\u003e\n\t\u003c/div\u003e\n\u003cdiv class=\"widget-content\"\u003e\n\n\u003cdiv class=\"title\"\u003e\n     \u003ch4\u003e\n      \u003ca href=\"https://events.ucr.edu/event/campus-closed-for-martin-luther-king-day?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\" target=\"_blank\"\u003eCampus closed for Martin Luther King Day\u003c/a\u003e\n     \u003c/h4\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"time\"\u003e\n\n\u003ctime datetime=\"Mon, Jan 19, 2026\"\u003e\n\n \n \n \n \n\u003c/time\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"place\"\u003e\n   \n\u003c/div\u003e\n  \u003c/li\u003e\n\n\n\u003c!--NO EVENTS DISCLAIMER--\u003e\n\n\u003c!--END NO EVENTS DISCLAIMER--\u003e\n\n\u003c/ul\u003e";}catch(err){};
