(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-97868714").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/summer_sessions_2023?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\"\u003e\u003cimg class=\"img_big_300\" height=\"225\" width=\"300\" alt=\"Summer Sessions 2023\" srcset=\"https://localist-images.azureedge.net/photos/43537147303863/big_300@2x/61143585e2626c0fad35cdf991158a6f59f8f8c7.jpg 2x, https://localist-images.azureedge.net/photos/43537147303863/big_300/61143585e2626c0fad35cdf991158a6f59f8f8c7.jpg 1x\" src=\"https://localist-images.azureedge.net/photos/43537147303863/big_300/61143585e2626c0fad35cdf991158a6f59f8f8c7.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\"\u003eJune\u003c/span\u003e\u003cspan class=\"day\"\u003e29\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/summer_sessions_2023?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\"\u003eSummer Sessions 2023\u003c/a\u003e\n     \u003c/h4\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"time\"\u003e\n\n\u003ctime datetime=\"2023-06-29\"\u003e\n\n \n \n \n \n\u003c/time\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"place\"\u003e\n   \n        \u003cdiv class=\"pin\"\u003e\u003c/div\u003e\n        \u003cdiv class=\"lw_event_item_location\"\u003e\n           \n\u003ca href=\"https://events.ucr.edu/event/summer_sessions_2023?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\" target=\"_blank\"\u003eUC Riverside\u003c/a\u003e\n            \n        \u003c/div\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_independence_day?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\"\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\"\u003eJuly\u003c/span\u003e\u003cspan class=\"day\"\u003e04\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_independence_day?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\"\u003eCampus closed for Independence Day\u003c/a\u003e\n     \u003c/h4\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"time\"\u003e\n\n\u003ctime datetime=\"2023-07-04\"\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_labor_day?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\"\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\"\u003eSeptember\u003c/span\u003e\u003cspan class=\"day\"\u003e04\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_labor_day?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\"\u003eCampus closed for Labor Day\u003c/a\u003e\n     \u003c/h4\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"time\"\u003e\n\n\u003ctime datetime=\"2023-09-04\"\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/first_day_of_instruction?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\"\u003e\u003cimg class=\"img_big_300\" height=\"225\" width=\"300\" alt=\"Students on Campus\" src=\"https://localist-images.azureedge.net/photos/41102199943967/big_300/918be71f6bb72f46f47f876eb8a0250e945ba89c.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\"\u003eSeptember\u003c/span\u003e\u003cspan class=\"day\"\u003e28\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/first_day_of_instruction?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\"\u003eFirst Day of Instruction (Fall 2023)\u003c/a\u003e\n     \u003c/h4\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"time\"\u003e\n\n\u003ctime datetime=\"2023-09-28\"\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/winter_2024_schedule_of_classes_online?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\"\u003e\u003cimg class=\"img_big_300\" height=\"225\" width=\"300\" alt=\"Students Walking on Campus\" src=\"https://localist-images.azureedge.net/photos/41102186625165/big_300/f38495f7fc4f5cfe78067d19a45dbb98d89afa53.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\"\u003eOctober\u003c/span\u003e\u003cspan class=\"day\"\u003e26\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/winter_2024_schedule_of_classes_online?utm_campaign=widget\u0026utm_medium=widget\u0026utm_source=UC+Riverside\"\u003eWinter 2024 Schedule of classes online\u003c/a\u003e\n     \u003c/h4\u003e\n\u003c/div\u003e\n\n\n\u003cdiv class=\"time\"\u003e\n\n\u003ctime datetime=\"2023-10-26\"\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){};
