(function(){
        var style_text = "/* container for the widget */\n    .localist_widget_container {\n      width: 100%;\n      background-color: transparent;\n      overflow: hidden;\n    }\n\n    /* all links within an event item */\n    .localist_widget_container li a {\n      text-decoration: none;\n      color: #0a2240;\n    }\n\n    /* all hovered links within an event item */\n    .localist_widget_container li a:hover {\n      text-decoration: none;\n      color #ffc514:\n    }\n\n    /* container for the list of event items */\n    /*\n    .localist_widget_container ul.lw_event_list {\n      list-style: none;\n      padding: 0;\n      max-width: 600px;\n      column-width: 500px;\n      margin-bottom: 0 !important;\n      margin-top: 0 !important;\n    }\n*/\n    /* container for each event item */\n    /*\n   .localist_widget_container li.lw_event_item {\n    margin: 5px 0;\n    /* border: 1px solid #f2f2f2; */\n    border-bottom: none;\n    border-left: none;\n    border-right: none;\n    /*border-top: 1px dotted #b1c2d6;*/\n    font: 200 14px/20px \"p22-underground\",Helvetica,Arial,sans-serif;\n    background: transparent;\n    overflow: hidden;\n    /*padding: 0px 20px 20px 0px;*/\n    padding: 15px 10px;\n}\n*/\n      .localist_widget_container li.lw_event_item:first-child {\n        padding-top: 0;\n      }\n\n    /* container for event photo */\n    .localist_widget_container a.lw_event_item_image {\n      display: block;\n      float: left;\n      overflow: hidden;\n      max-width: 35%;\n      position:relative;\n    }\n\n    /* event photo (makes it center on the image if dimensions grow/shrink) */\n    .localist_widget_container a.lw_event_item_image img {\n      top: 50%;\n      left: 50%;\n      position:relative;\n      transform: translate(-50%, 0%)\n    }\n\n    /* container for non-image content */\n.localist_widget_container div.lw_event_content {\n    /*padding: 25px 20px;*/\n    overflow: hidden;\n    vertical-align: text-top;\n    width: 100%;\n}\n\n    /* event title */\n.localist_widget_container div.lw_event_item_title {\n  margin-left: 30px;\n}\n/*    color: #0a2240;\n    font-weight: 400;\n    font-size: 1.3em;\n    line-height: 1.2;\n    margin-left: 57px;\n    padding-top: 15px;\n    display: inline;\n}\n  */  \n/*\n.localist_widget_container div.lw_event_item_title a {\n      margin-left: 10px;\n}\n*/\n/*.localist_widget_container div.lw_event_item_title a:hover {\n      color #ffc514:\n}*/\n\n    /* event description */\n    .localist_widget_container div.lw_event_item_description {\n      font-size: 12px;\n    }\n\n    /* container for event meta data */\n    .localist_widget_container .lw_event_meta {\n      width: 50%;\n      float:left;\n      overflow: hidden;\n    }\n    /* container for event  data */\n    .localist_widget_container .details {\n      width: 100%;\n      float:left;\n      overflow: hidden;\n    }\n    \n    /* container for I'm going button */\n    .localist_widget_container .going {\n      width: 100%;\n      float:left;\n      overflow: hidden;\n    }\n\n    /* event location and time shared code */\n /*\n    .localist_widget_container div.lw_event_item_location,\n    .localist_widget_container div.lw_event_item_time {\n      font-size: 14px;\n      text-transform: uppercase;\n      margin-left: 15px;\n      font-family: 'p22-underground', sans-serif;\n      font-weight: 300;\n      margin-left: 5px;\n      display: inline-block;\n    }\n*/\n    /* event location overrides */\n    .localist_widget_container div.lw_event_item_location {\n      margin-top: 10px;\n      width: 89%;\n    }\n    \n    /* event icon placement */\n    span.fa.fa-map-marker.fa-icon {\n      vertical-align: top;\n      margin-top: 12px;\n    }\n    \n    /* event date */\n    /*\n.localist_widget_container div.lw_event_item_date {\n    position: absolute;\n    margin-left: -10px;\n    font-size: 1em;\n    text-transform: uppercase;\n    text-align: center;\n    margin-bottom: 15px;\n}\n.localist_widget_container div.lw_event_item_date span.month {\n    width: 100%;\n    margin-left: -5px;\n    text-align: center;\n    line-height: 15px;\n    padding-left: 4px;\n    text-transform: uppercase;\n    font-weight: 500;\n    padding-right: 6px;\n}\n.localist_widget_container div.lw_event_item_date span.day {\n    margin-left: -5px;\n    display: inline-block;\n    text-align: center;\n    line-height: 20px;\n    font-size: 1.3em;\n    font-weight: 700;\n    padding-right: 10px;\n}\n*/\n    /* event cta */\n    .localist_widget_container .action_button a {\n      display: block;\n      background: #ccc;\n      color: #0a2240;\n      line-height: 40px;\n      text-decoration: none;\n      text-align: center;\n      margin-top: 10px;\n      max-width: 150px;\n      font-weight: bold;\n      border-radius: 40px;\n    }\n\n      /* event cta hover */\n      .localist_widget_container .action_button a:hover {\n        text-decoration: none;\n        background-color: #ddd;\n      }\n\n    /* icons */\n/*    .pin,.pin:after{position:absolute}.pin{width:9px;height:9px;border-radius:50% 50% 50% 0;background:#ccc;transform:rotate(-45deg);float:left;margin-top:13px}.pin:after{content:\"\";width:4px;height:4px;margin:3px 0 0 3px;background:#fff;border-radius:50%}\n    .clock{float:left;margin-top:4px;border:2px solid #ccc;display:inline-block;position:relative;vertical-align:top;border-radius:100%;height:9px;width:9px}.clock:after,.clock:before{background:#ccc;border:1px solid #ccc;content:'';position:absolute;border-left:none;width:0}.clock:after{height:2px;left:3px;top:0}.clock:before{height:3px;left:5px;top:1px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}*/";
        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-72459889").innerHTML="<div class=\"event-widget\">\n<div class=\"localist_widget_wrapper\">\n  <div class=\"localist_widget_container\">\n    <div class=\"lw lw_event_list row\" style=\"margin: auto;\">\n      \n        \n          \n\n          <div class=\"lw lw_event_item col-md-4 col-sm-12\">\n          <!--<div class=\"lw lw_event_item col-md-6 col-sm-12\" style=\"max-height: 100px;\">--> <!--commeted out for issue with year-->\n            <div class=\"lw_event_content\">\n                <!--<div class=\"lw_event_content\" style=\"position: initial;margin: 0;\">--> <!--commeted out for issue with year-->\n              <div class=\"lw_event_item_date\">\n              <!--<div class=\"lw_event_item_date col-md-6\" style=\"position: initial; border-right: none; display: inline-block;\">--> <!--commeted out for issue with year-->\n                <span class=\"month\">Feb</span>\n                <span class=\"day\">01</span>\n                <!--<span class=\"month\" style=\"text-align: right;\">Feb</span>--> <!--commeted out for issue with year-->\n                <!--<span class=\"day\" style=\"text-align: right;\">01</span>--> <!--commeted out for issue with year-->\n              </div>\n              <div class=\"lw_event_item_title hvr-underline-from-left\">\n              <!--<div class=\"lw_event_item_title hvr-underline-from-left col-md-6\" style=\"display: inline-block; position: absolute; margin: 0;\">-->  <!--commeted out for issue with year-->\n                <a href=\"https://cal.cnu.edu/event/regular-decision-21?utm_campaign=widget&utm_medium=widget&utm_source=Christopher+Newport+University\" >\nRegular Decision Application Deadline</a>\n              </div>\n\n\n            </div>\n          </div>\n        \n          \n\n          <div class=\"lw lw_event_item col-md-4 col-sm-12\">\n          <!--<div class=\"lw lw_event_item col-md-6 col-sm-12\" style=\"max-height: 100px;\">--> <!--commeted out for issue with year-->\n            <div class=\"lw_event_content\">\n                <!--<div class=\"lw_event_content\" style=\"position: initial;margin: 0;\">--> <!--commeted out for issue with year-->\n              <div class=\"lw_event_item_date\">\n              <!--<div class=\"lw_event_item_date col-md-6\" style=\"position: initial; border-right: none; display: inline-block;\">--> <!--commeted out for issue with year-->\n                <span class=\"month\">Feb</span>\n                <span class=\"day\">05</span>\n                <!--<span class=\"month\" style=\"text-align: right;\">Feb</span>--> <!--commeted out for issue with year-->\n                <!--<span class=\"day\" style=\"text-align: right;\">05</span>--> <!--commeted out for issue with year-->\n              </div>\n              <div class=\"lw_event_item_title hvr-underline-from-left\">\n              <!--<div class=\"lw_event_item_title hvr-underline-from-left col-md-6\" style=\"display: inline-block; position: absolute; margin: 0;\">-->  <!--commeted out for issue with year-->\n                <a href=\"https://cal.cnu.edu/event/open_house_02-05-22?utm_campaign=widget&utm_medium=widget&utm_source=Christopher+Newport+University\" >\nOpen House for prospective students and families</a>\n              </div>\n\n\n            </div>\n          </div>\n        \n          \n\n          <div class=\"lw lw_event_item col-md-4 col-sm-12\">\n          <!--<div class=\"lw lw_event_item col-md-6 col-sm-12\" style=\"max-height: 100px;\">--> <!--commeted out for issue with year-->\n            <div class=\"lw_event_content\">\n                <!--<div class=\"lw_event_content\" style=\"position: initial;margin: 0;\">--> <!--commeted out for issue with year-->\n              <div class=\"lw_event_item_date\">\n              <!--<div class=\"lw_event_item_date col-md-6\" style=\"position: initial; border-right: none; display: inline-block;\">--> <!--commeted out for issue with year-->\n                <span class=\"month\">Mar</span>\n                <span class=\"day\">19</span>\n                <!--<span class=\"month\" style=\"text-align: right;\">Mar</span>--> <!--commeted out for issue with year-->\n                <!--<span class=\"day\" style=\"text-align: right;\">19</span>--> <!--commeted out for issue with year-->\n              </div>\n              <div class=\"lw_event_item_title hvr-underline-from-left\">\n              <!--<div class=\"lw_event_item_title hvr-underline-from-left col-md-6\" style=\"display: inline-block; position: absolute; margin: 0;\">-->  <!--commeted out for issue with year-->\n                <a href=\"https://cal.cnu.edu/event/open_house_03-19-22?utm_campaign=widget&utm_medium=widget&utm_source=Christopher+Newport+University\" >\nOpen House for prospective students and families</a>\n              </div>\n\n\n            </div>\n          </div>\n        \n\n      \n    </ul>\n  </div>\n</div>\n</div>";}catch(err){};
