BEGIN:VCALENDAR
VERSION:2.0
PRODID:DPCALENDAR
CALSCALE:GREGORIAN
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-MICROSOFT-CDO-TZID:13
BEGIN:STANDARD
DTSTART:20251102T090000
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20260308T100000
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
END:DAYLIGHT
BEGIN:STANDARD
DTSTART:20261101T090000
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
END:STANDARD
END:VTIMEZONE
X-WR-TIMEZONE:America/Los_Angeles
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241212T100000
DTEND;TZID=America/Los_Angeles:20241218T170000
UID:3AE98DFA-A5FE-45E5-A872-59B6A9080002
SUMMARY:Finals Week Fall 2024 
DTSTAMP:20241125T220702Z
DESCRIPTION:\N\N\N    .event-title-head {\N      font-weight: bold;\N      font-size: 20px;\N      color: darkgoldenrod;\N    }\N  \N    .event-title-text {\N      font-weight: 500;\N      font-size: 15px;\N      line-height: 17px;\N      font-weight: bold;\N    }\N  \N    .event-title-icon {\N      margin-top: 6px;\N      display: flex;\N      justify-content: left;\N    }\N  \N    .event-video-main {\N      display: flex;\N      justify-content: center;\N      margin-bottom: 20px;\N    }\N  \N    .history-btn {\N      display: flex;\N      justify-content: center;\N    }\N  \N    .button-71 {\N      background-color: #007daa;\N      border: 0;\N      border-radius: 56px;\N      color: #fff;\N      cursor: pointer;\N      display: inline-block;\N      /* font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif; */\N      font-size: 18px;\N      font-weight: 600;\N      outline: 0;\N      padding: 16px 21px;\N      position: relative;\N      text-align: center;\N      text-decoration: none;\N      transition: all 0.3s;\N      user-select: none;\N      -webkit-user-select: none;\N      touch-action: manipulation;\N    }\N  \N    .button-71:before {\N      background-color: initial;\N      background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);\N      border-radius: 125px;\N      content: "";\N      height: 50%;\N      left: 4%;\N      opacity: 0.5;\N      position: absolute;\N      top: 0;\N      transition: all 0.3s;\N      width: 92%;\N    }\N  \N    .button-71:hover {\N      box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,\N        rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;\N      transform: scale(1.05);\N    }\N    /* _____________Accordian Section CSS+_______________ */\N  \N    .acco .acco-item {\N      border-bottom: 1px solid #e5e5e5;\N    }\N  \N    .acco button {\N      position: relative;\N      display: block;\N      text-align: left;\N      width: 100%;\N      padding: 1em 0;\N      color: #7288a2;\N      border: none;\N      background: none;\N      outline: none;\N    }\N  \N    .acco button:hover,\N    .acco button:focus {\N      cursor: pointer;\N      color: white !important;\N      background-color: #44b1e5 !important;\N    }\N  \N    .acco button:hover .icon,\N    .acco button:focus .icon {\N      cursor: pointer;\N      color: white;\N      border: 1px solid white !important;\N    }\N  \N    .acco .acco-title {\N      padding: 1em 1.5em 1em 1em;\N    }\N  \N    .acco .icon {\N      display: inline-block;\N      position: absolute;\N      top: 18px;\N      right: 20px;\N      width: 22px;\N      height: 22px;\N      border: 1px solid;\N      border-radius: 22px;\N    }\N  \N    .acco .icon::before,\N    .acco .icon::after {\N      display: block;\N      position: absolute;\N      content: "";\N      background: currentColor;\N    }\N  \N    .acco .icon::before {\N      top: 9px;\N      left: 5px;\N      width: 10px;\N      height: 2px;\N    }\N  \N    .acco .icon::after {\N      top: 5px;\N      left: 9px;\N      width: 2px;\N      height: 10px;\N    }\N  \N    .acco button[aria-expanded="true"] {\N      color: #03b5d2;\N      border-bottom: 1px solid #03b5d2;\N      /* background-color: #8700ad; */\N    }\N  \N    .acco button[aria-expanded="true"] .icon::after {\N      width: 0;\N    }\N  \N    .acco button[aria-expanded="true"] + .acco-content {\N      opacity: 1;\N      max-height: 9em;\N      transition: all 200ms linear;\N      /* overflow: scroll; */\N    }\N  \N    #HistoryOfUniversity .acco button[aria-expanded="true"] + .acco-content {\N      opacity: 1;\N      max-height: 100%;\N      transition: all 200ms linear;\N      /* overflow: scroll; */\N      border-left: 2px solid #cceaf2;\N      border-right: 2px solid #cceaf2;\N    }\N  \N    .acco .acco-content {\N      opacity: 0;\N      max-height: 0;\N      overflow: hidden;\N      transition: opacity 200ms linear, max-height 200ms linear;\N    }\N  \N    .acco .acco-content p {\N      /* font-size: 1rem; */\N      font-weight: 300;\N      margin: 0;\N    }\N    /* ______________Accordian CSS Ends__________ */\N    .main-container {\N      display: flex;\N      gap: 10px;\N      max-width: 1600px;\N      margin: 0 auto;\N    }\N    .left-container {\N      width: 50%;\N    }\N    .right-container {\N      width: 50%;\N    }\N    .event-dtl {\N      background-color: white;\N      border-radius: 20px;\N      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;\N      margin-bottom: 20px;\N      padding: 10px 20px;\N      display: flex;\N      justify-content: space-between;\N    }\N    .event-description {\N      background-color: white;\N      border-radius: 20px;\N      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;\N      padding: 10px 20px;\N    }\N    .event-anouncement {\N      text-align: center;\N      font-weight: 600;\N      font-style: italic;\N      text-shadow: 1px 1px 2px #337ab7;\N      font-size: 2.55rem;\N      width: 80%;\N      margin: 0 auto;\N    }\N  \N    .event-hr {\N      border-bottom: 2px solid #cceaf2;\N      width: 80%;\N      margin: 20px auto;\N    }\N  \N    .event-title {\N      text-align: center;\N    }\N  \N    .election-table-head {\N      color: #ffffff;\N      /* border: 1px solid #f8e0ff; */\N      font-weight: 600;\N    }\N  \N    .event-schedule-location {\N      border-bottom: 1px solid #cceaf2;\N      font-weight: 600;\N    }\N  \N    .election-table-head th {\N      background-color: #cceaf2;\N      color: #133241;\N    }\N  \N    table {\N      border-collapse: collapse;\N      width: 100%;\N      /* background-color: #8700ad10; */\N      border: 1px solid #cceaf2;\N      /* width: 80%; */\N      margin: 15px auto;\N      border-radius: 10px;\N    }\N  \N    .event-hours-table {\N      width: 70%;\N    }\N  \N    td {\N      /* border: 1px solid #e28efa; */\N      text-align: left;\N      padding-left: 4px;\N      font-size: 1.25rem;\N      padding: 7px;\N    }\N  \N    tr:nth-child(even) {\N      background-color: #eef8fb;\N    }\N  \N    tr:nth-child(odd) {\N      background-color: #ffffff;\N    }\N    @media (max-width: 960px) {\N      .main-container {\N        flex-direction: column;\N      }\N      .left-container {\N        width: 100%;\N        width: 10px -20px;\N      }\N      .right-container {\N        width: 100%;\N      }\N    }\N    @media (max-width: 500px) {\N      .event-dtl {\N        flex-direction: column;\N        text-align: center;\N      }\N      .event-title-icon {\N        justify-content: center;\N      }\N    }\N  \N  \N  \N    \N    \N      \N        \N        \N          \N            Date\N          \N          Dec. 12 to 18\N        \N  \N        \N        \N          \N              Location\N            \N            USU North Lawn\N          \N        \N  \N        \N        \N          \N            Time\N          \N          10 AM – 5 PM\N        \N      \N  \N      \N      \N        \N          Description\N          \N          \N            \N              ASI is here to help you get through finals week! Join us for any of\N              the following activities on the following dates and times listed\N              below to ensure your Finals Week is a time to recharge and\N              decompress.\N            \N  \N            Adjusted USU Facility Hours for Finals\N            \N              Wednesday – 7 AM – 2 AM\N              Thursday – 7 AM – 2 AM\N              Friday – 7 AM – 2 AM\N              Monday – 7 AM – 2 AM\N              Tuesday – 7 AM – 2 AM\N              Wednesday – 7 AM – 7 PM\N            \N  \N            Games Center Special:\N            \N              Take a break to unwind at the USU Games Center! The Games Center\N              will be open during its normal operating hours. BUT, there are some\N              Finals Week specials you can take advantage of. Here are the\N              specials that will be offered each day from Dec. 12 to Dec. 18 from\N              5 – 9 PM:\N            \N  \N            Details per activity:\N            \N              One free bowling game and shoe rental per student, per day.\N              30 minutes free billiards.\N              1 hour free for esports computer gaming or console gaming.\N            \N  \N            \N              Wednesday - Billiards / Esports Lounge\N              Thursday - Bowling / Esports Lounge\N              Friday - Billiards / Esports Lounge\N              Monday - Billiards / Esports Lounge\N              Tuesday - Bowling / Esports Lounge\N            \N  \N            Activities and Food:\N  \N            \N              Come join ASI Beach Pride Events (BPE) for snacks and meals\N              throughout the week to get you through exams while keeping you\N              focused. Crafts and activities will also be occurring throughout the\N              week for students to relax and decompress during Finals Week. Visit\N              the USU North Lawn for these free and available resources to succeed\N              this Finals Week! *While supplies last.\N            \N  \N            \N              Schedule\N              \N              \N                \N                \N                  \N                    \N                  \N                  \N                    \N                      \N                        Location: SRWC MAC Gym\N                      \N                      \N                        Programs:\N                        \N                          Beach Balance is excited to showcase a variety of\N                          wellness practices for you to learn and use on your own.\N                          Join us Dec. 11, from 6 to 8 p.m. in the SRWC MAC Gym.\N                          The first 50 attendees will receive a special gift!\N                          \N                  \N                    Thursday, Dec. 12 – Winter\N                    \N                  \N                  \N                    \N                      \N                        Location: USU North Lawn\N                      \N                      \N                        \N                            Activity\N                                \N                                    DIY Candles (11 AM – 4 PM)\N                                    Hammocks (10 AM – 5 PM)\N                                \N                            \N                            Vendor\N                                \N                                    Caricature (11am – 1pm and 3pm – 5pm)\N                                    Taro Card Reader (1pm – 3pm)\N                                \N                            \N                            Breakfast Giveaway at the Beach Kitchen (10 AM – 12 PM)\N                            Snack Giveaway (10 AM – 5 PM)\N                            Lunch Giveaway (12 PM)*\N                            Dinner Giveaway (4 PM)*\N                        \N                        *While supplies last\N                      \N                    \N                  \N                \N                \N                \N                  \N                    Friday, Dec. 13 – Spring\N                    \N                  \N                  \N                    \N                      \N                        Location: USU North Lawn\N                      \N                      \N                        \N                            Activity\N                                \N                                    Succulents & Terracotta Pot Painting (10 AM – 4 PM)\N                                    Hammocks (10 AM – 5 PM)\N                                \N                            \N                            Vendor\N                                \N                                    Puppies (10am – 1pm)\N                                \N                            \N                            Snack Giveaway (10 AM – 5 PM)\N                            Lunch Giveaway (12 PM)*\N                            Dinner Giveaway (4 PM)*\N                        \N                        *While supplies last\N                      \N                    \N                  \N                \N                \N                \N                  \N                    Monday, Dec. 16 – Summer\N                    \N                  \N                  \N                    \N                      \N                        Location: USU North Lawn\N                      \N                      \N                        \N                            Activity\N                                \N                                    DIY Bracelets (11 AM – 1 PM)\N                                    DIY Journals (1 PM – 4 PM) - Students can bring their own photos to decorate with.\N                                    Hammocks (10 AM – 5 PM)\N                                \N                            \N                            Vendor\N                                \N                                    Balloon Twister (11am – 1pm and 3pm – 5pm)\N                                    Airbrush Tattoo (1pm – 3pm)\N                                \N                            \N                            Breakfast Giveaway at the Beach Kitchen (10 AM – 12 PM)\N                            Snack Giveaway (10 AM – 5 PM)\N                            Lunch giveaway (12 PM)*\N                            Dinner Giveaway (4 PM)*\N                        \N                        *While supplies last\N                      \N                    \N                  \N                \N                \N                \N                  \N                    \N                  \N                  \N                    \N                      \N                        Location: USU North Lawn\N                      \N                      \N                        \N                            Activity\N                                \N                                    DIY Ornaments (10 AM – 4 PM)\N                                    Hammocks (10 AM – 5 PM)\N                                \N                            \N                            Vendor\N                                \N                                    Chair Massage (11am – 1pm)\N                                    Chair Massage at the SRWC (3pm – 5pm)\N                                \N                            \N                            Snack Giveaway (10 AM – 5 PM)\N                            Lunch Giveaway (12 PM)*\N                            Dinner Giveaway (4 PM)*\N                        *While supplies last\N                      \N                    \N                  \N                \N                \N                \N                  \N                    Wednesday, Dec. 18 – Winter\N                    \N                  \N                  \N                    \N                      \N                        Location: USU North Lawn\N                      \N                      \N                        \N                            Activity\N                                \N                                    Hot cocoa bar (10 AM – 12 PM)\N                                    Outdoor movie screening (10 AM – 5 PM)\N                                    Hammocks (10 AM – 5 PM)\N                                \N                            \N                            Snack Giveaway (10 AM – 4 PM)\N                            Lunch Giveaway (12 PM)*\N                            Root Beer Floats Giveaway in the Beach Kitchen (4 PM)*\N                        \N                        *While supplies last\N                      \N                    \N                  \N                \N                \N                \N              \N            \N  \N            \N              For any questions, please contact\N              \N        \N      \N      \N    \N    \N  \N    \N    \N      img\N        style="width: 100%&quot;\N        src=&quot;images/enjoy/calendar/FALL24/BPE_dgtl-CalEvent_BPE_dgtl-CalEvent_copy_2.jpg&quot;\N        alt=&quot;BPE_Finals Week Fall 2024&quot;\N      /&gt;\N  \N      {loadmoduleid 368}\N    &lt;/div&gt;\N    &lt;!-- Technically end of right side --&gt;\N  &lt;/div&gt;\N  &lt;!-- End of main-container --&gt;\N  \N  &lt;!-- Accordion Test --&gt;\N  &lt;script&gt;\N    document.addEventListener(&quot;DOMContentLoaded&quot;, function () {\N      document\N        .querySelectorAll(&quot;#HistoryOfUniversity .acco button&quot;)\N        .forEach((item) =&gt; item.addEventListener(&quot;click&quot;, toggleacco));\N  \N      function toggleacco() {\N        const parentAcco = this.closest(&quot;.acco&quot;);\N        const itemsInThisAcco = parentAcco.querySelectorAll(&quot;button&quot;);\N        const currentStatus = this.getAttribute(&quot;aria-expanded&quot;);\N  \N        if (currentStatus == &quot;false&quot;) {\N          // Close all other items\N          // for (let i = 0; i &lt; itemsInThisAcco.length; i++) {\N          //   itemsInThisAcco[i].setAttribute(&quot;aria-expanded&quot;, &quot;false&quot;);\N          // }\N          // Open the clicked item\N          this.setAttribute(&quot;aria-expanded&quot;, &quot;true&quot;);\N        } else {\N          // Close the clicked item\N          this.setAttribute(&quot;aria-expanded&quot;, &quot;false&quot;);\N        }\N      }\N    });\N  &lt;/script&gt;\N  "
X-ALT-DESC;FMTTYPE=text/html:<!-- basic template for all events  --><!-- Updated July 2023 --><style>    .event-title-head {      font-weight: bold;      font-size: 20px;      color: darkgoldenrod;    }      .event-title-text {      font-weight: 500;      font-size: 15px;      line-height: 17px;      font-weight: bold;    }      .event-title-icon {      margin-top: 6px;      display: flex;      justify-content: left;    }      .event-video-main {      display: flex;      justify-content: center;      margin-bottom: 20px;    }      .history-btn {      display: flex;      justify-content: center;    }      .button-71 {      background-color: #007daa;      border: 0;      border-radius: 56px;      color: #fff;      cursor: pointer;      display: inline-block;      /* font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif; */      font-size: 18px;      font-weight: 600;      outline: 0;      padding: 16px 21px;      position: relative;      text-align: center;      text-decoration: none;      transition: all 0.3s;      user-select: none;      -webkit-user-select: none;      touch-action: manipulation;    }      .button-71:before {      background-color: initial;      background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);      border-radius: 125px;      content: "";      height: 50%;      left: 4%;      opacity: 0.5;      position: absolute;      top: 0;      transition: all 0.3s;      width: 92%;    }      .button-71:hover {      box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,        rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;      transform: scale(1.05);    }    /* _____________Accordian Section CSS+_______________ */      .acco .acco-item {      border-bottom: 1px solid #e5e5e5;    }      .acco button {      position: relative;      display: block;      text-align: left;      width: 100%;      padding: 1em 0;      color: #7288a2;      border: none;      background: none;      outline: none;    }      .acco button:hover,    .acco button:focus {      cursor: pointer;      color: white !important;      background-color: #44b1e5 !important;    }      .acco button:hover .icon,    .acco button:focus .icon {      cursor: pointer;      color: white;      border: 1px solid white !important;    }      .acco .acco-title {      padding: 1em 1.5em 1em 1em;    }      .acco .icon {      display: inline-block;      position: absolute;      top: 18px;      right: 20px;      width: 22px;      height: 22px;      border: 1px solid;      border-radius: 22px;    }      .acco .icon::before,    .acco .icon::after {      display: block;      position: absolute;      content: "";      background: currentColor;    }      .acco .icon::before {      top: 9px;      left: 5px;      width: 10px;      height: 2px;    }      .acco .icon::after {      top: 5px;      left: 9px;      width: 2px;      height: 10px;    }      .acco button[aria-expanded="true"] {      color: #03b5d2;      border-bottom: 1px solid #03b5d2;      /* background-color: #8700ad; */    }      .acco button[aria-expanded="true"] .icon::after {      width: 0;    }      .acco button[aria-expanded="true"] + .acco-content {      opacity: 1;      max-height: 9em;      transition: all 200ms linear;      /* overflow: scroll; */    }      #HistoryOfUniversity .acco button[aria-expanded="true"] + .acco-content {      opacity: 1;      max-height: 100%;      transition: all 200ms linear;      /* overflow: scroll; */      border-left: 2px solid #cceaf2;      border-right: 2px solid #cceaf2;    }      .acco .acco-content {      opacity: 0;      max-height: 0;      overflow: hidden;      transition: opacity 200ms linear, max-height 200ms linear;    }      .acco .acco-content p {      /* font-size: 1rem; */      font-weight: 300;      margin: 0;    }    /* ______________Accordian CSS Ends__________ */    .main-container {      display: flex;      gap: 10px;      max-width: 1600px;      margin: 0 auto;    }    .left-container {      width: 50%;    }    .right-container {      width: 50%;    }    .event-dtl {      background-color: white;      border-radius: 20px;      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;      margin-bottom: 20px;      padding: 10px 20px;      display: flex;      justify-content: space-between;    }    .event-description {      background-color: white;      border-radius: 20px;      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;      padding: 10px 20px;    }    .event-anouncement {      text-align: center;      font-weight: 600;      font-style: italic;      text-shadow: 1px 1px 2px #337ab7;      font-size: 2.55rem;      width: 80%;      margin: 0 auto;    }      .event-hr {      border-bottom: 2px solid #cceaf2;      width: 80%;      margin: 20px auto;    }      .event-title {      text-align: center;    }      .election-table-head {      color: #ffffff;      /* border: 1px solid #f8e0ff; */      font-weight: 600;    }      .event-schedule-location {      border-bottom: 1px solid #cceaf2;      font-weight: 600;    }      .election-table-head th {      background-color: #cceaf2;      color: #133241;    }      table {      border-collapse: collapse;      width: 100%;      /* background-color: #8700ad10; */      border: 1px solid #cceaf2;      /* width: 80%; */      margin: 15px auto;      border-radius: 10px;    }      .event-hours-table {      width: 70%;    }      td {      /* border: 1px solid #e28efa; */      text-align: left;      padding-left: 4px;      font-size: 1.25rem;      padding: 7px;    }      tr:nth-child(even) {      background-color: #eef8fb;    }      tr:nth-child(odd) {      background-color: #ffffff;    }    @media (max-width: 960px) {      .main-container {        flex-direction: column;      }      .left-container {        width: 100%;        width: 10px -20px;      }      .right-container {        width: 100%;      }    }    @media (max-width: 500px) {      .event-dtl {        flex-direction: column;        text-align: center;      }      .event-title-icon {        justify-content: center;      }    }  </style>    <div class="main-container">    <!-- --------------------         START OF LEFT SIDE        --------------------- -->    <div class="left-container">      <div class="event-dtl">        <!-- DATE -->        <div itemprop="startDate" content="2024-03-13">          <div class="event-title-icon">            <img              src="images/enjoy/beachpride/QR_Code_WOW-F23/calendar.png"              style="height: 20px; width: 25px"            />          </div>          <p class="event-title-head">Date</p>          <!-- Update the date per each event -->          <p class="event-title-text">Dec. 12 to 18</p>        </div>          <!-- LOCATION -->        <div>          <div            itemprop="location"            itemscope="itemscope"            itemtype="http://schema.org/Place"          >            <div class="event-title-icon">              <img                src="images/enjoy/beachpride/QR_Code_WOW-F23/location.png"                style="height: 20px; width: 25px"              />            </div>            <p class="event-title-head">Location</p>            <!-- Update the date per each event -->            <p class="event-title-text">USU North Lawn</p>          </div>        </div>          <!-- TIME -->        <div itemprop="endDate" content="2024-03-13">          <div class="event-title-icon">            <img              src="images/enjoy/beachpride/QR_Code_WOW-F23/time.png"              style="height: 20px; width: 25px"            />          </div>          <p class="event-title-head">Time</p>          <!-- MUST INCLUDE "." IN A.M./P.M. -->          <p class="event-title-text">10 AM – 5 PM</p>        </div>      </div>        <!-- EVENT DESCRIPTION -->      <div class="event-description">        <div>          <p class="event-title-head">Description</p>          <!-- ***************************************                ** Place all elements of description HERE **                **************************************** -->          <div itemprop="description">            <p>              ASI is here to help you get through finals week! Join us for any of              the following activities on the following dates and times listed              below to ensure your Finals Week is a time to recharge and              decompress.            </p>              <h3>Adjusted USU Facility Hours for Finals</h3>            <ul>              <li>Wednesday – 7 AM – 2 AM</li>              <li>Thursday – 7 AM – 2 AM</li>              <li>Friday – 7 AM – 2 AM</li>              <li>Monday – 7 AM – 2 AM</li>              <li>Tuesday – 7 AM – 2 AM</li>              <li>Wednesday – 7 AM – 7 PM</li>            </ul>              <h3>Games Center Special:</h3>            <p>              Take a break to unwind at the USU Games Center! The Games Center              will be open during its normal operating hours. BUT, there are some              Finals Week specials you can take advantage of. Here are the              specials that will be offered each day from Dec. 12 to Dec. 18 from              5 – 9 PM:            </p>              <h4>Details per activity:</h4>            <ul>              <li>One free bowling game and shoe rental per student, per day.</li>              <li>30 minutes free billiards.</li>              <li>1 hour free for esports computer gaming or console gaming.</li>            </ul>              <p>              Wednesday - Billiards / Esports Lounge<br />              Thursday - Bowling / Esports Lounge<br />              Friday - Billiards / Esports Lounge<br />              Monday - Billiards / Esports Lounge<br />              Tuesday - Bowling / Esports Lounge<br />            </p>              <h3>Activities and Food:</h3>              <p>              Come join ASI Beach Pride Events (BPE) for snacks and meals              throughout the week to get you through exams while keeping you              focused. Crafts and activities will also be occurring throughout the              week for students to relax and decompress during Finals Week. Visit              the USU North Lawn for these free and available resources to succeed              this Finals Week! *While supplies last.            </p>              <div id="HistoryOfUniversity">              <h4 style="margin-top: 20px">Schedule</h4>              <!--  -->              <div class="acco">                <!-- Wednesday, Dec. 11 – Night of Relaxation -->                <div class="acco-item">                  <button id="wednesday1" aria-expanded="false">                    <span class="acco-title"                      >Wednesday, Dec. 11 – Night of Relaxation</span                    >                    <span class="icon" aria-hidden="true"></span>                  </button>                  <div class="acco-content">                    <div class="col-md-12 col-xs-12">                      <div class="event-schedule-location">                        Location: SRWC MAC Gym                      </div>                      <div>                        <p><b>Programs:</b></p>                        <p>                          Beach Balance is excited to showcase a variety of                          wellness practices for you to learn and use on your own.                          Join us Dec. 11, from 6 to 8 p.m. in the SRWC MAC Gym.                          The first 50 attendees will receive a special gift!                          <a                            href="https://www.asicsulb.org/corporate/enjoy/event-calendar/8728"                            ><b>Registration is FREE</b></a                          >                          and most supplies are included. Don't forget to bring a                          yoga mat!                        </p>                      </div>                    </div>                  </div>                </div>                <!-- Thursday, Dec. 12 – Winter -->                <div class="acco-item">                  <button id="thursday" aria-expanded="false">                    <span class="acco-title">Thursday, Dec. 12 – Winter</span>                    <span class="icon" aria-hidden="true"></span>                  </button>                  <div class="acco-content">                    <div class="col-md-12 col-xs-12">                      <div class="event-schedule-location">                        Location: USU North Lawn                      </div>                      <div>                        <ul>                            <li>Activity                                <ul>                                    <li>DIY Candles (11 AM – 4 PM)</li>                                    <li>Hammocks (10 AM – 5 PM)</li>                                </ul>                            </li>                            <li>Vendor                                <ul>                                    <li>Caricature (11am – 1pm and 3pm – 5pm)</li>                                    <li>Taro Card Reader (1pm – 3pm)</li>                                </ul>                            </li>                            <li>Breakfast Giveaway at the Beach Kitchen (10 AM – 12 PM)</li>                            <li>Snack Giveaway (10 AM – 5 PM)</li>                            <li>Lunch Giveaway (12 PM)*</li>                            <li>Dinner Giveaway (4 PM)*</li>                        </ul>                        <p>*While supplies last</p>                      </div>                    </div>                  </div>                </div>                <!-- Friday, Dec. 13 – Spring -->                <div class="acco-item">                  <button id="friday" aria-expanded="false">                    <span class="acco-title">Friday, Dec. 13 – Spring</span>                    <span class="icon" aria-hidden="true"></span>                  </button>                  <div class="acco-content">                    <div class="col-md-12 col-xs-12">                      <div class="event-schedule-location">                        Location: USU North Lawn                      </div>                      <div>                        <ul>                            <li>Activity                                <ul>                                    <li>Succulents & Terracotta Pot Painting (10 AM – 4 PM)</li>                                    <li>Hammocks (10 AM – 5 PM)</li>                                </ul>                            </li>                            <li>Vendor                                <ul>                                    <li>Puppies (10am – 1pm)</li>                                </ul>                            </li>                            <li>Snack Giveaway (10 AM – 5 PM)</li>                            <li>Lunch Giveaway (12 PM)*</li>                            <li>Dinner Giveaway (4 PM)*</li>                        </ul>                        <p>*While supplies last</p>                      </div>                    </div>                  </div>                </div>                <!-- Monday, Dec. 16 – Summer -->                <div class="acco-item">                  <button id="monday" aria-expanded="false">                    <span class="acco-title">Monday, Dec. 16 – Summer</span>                    <span class="icon" aria-hidden="true"></span>                  </button>                  <div class="acco-content">                    <div class="col-md-12 col-xs-12">                      <div class="event-schedule-location">                        Location: USU North Lawn                      </div>                      <div>                        <ul>                            <li>Activity                                <ul>                                    <li>DIY Bracelets (11 AM – 1 PM)</li>                                    <li>DIY Journals (1 PM – 4 PM) - Students can bring their own photos to decorate with.</li>                                    <li>Hammocks (10 AM – 5 PM)</li>                                </ul>                            </li>                            <li>Vendor                                <ul>                                    <li>Balloon Twister (11am – 1pm and 3pm – 5pm)</li>                                    <li>Airbrush Tattoo (1pm – 3pm)</li>                                </ul>                            </li>                            <li>Breakfast Giveaway at the Beach Kitchen (10 AM – 12 PM)</li>                            <li>Snack Giveaway (10 AM – 5 PM)</li>                            <li>Lunch giveaway (12 PM)*</li>                            <li>Dinner Giveaway (4 PM)*</li>                        </ul>                        <p>*While supplies last</p>                      </div>                    </div>                  </div>                </div>                <!-- Tuesday, Dec. 17 – Fall for Fun -->                <div class="acco-item">                  <button id="tuesday" aria-expanded="false">                    <span class="acco-title"                      >Tuesday, Dec. 17 – Fall for Fun</span                    >                    <span class="icon" aria-hidden="true"></span>                  </button>                  <div class="acco-content">                    <div class="col-md-12 col-xs-12">                      <div class="event-schedule-location">                        Location: USU North Lawn                      </div>                      <div>                        <ul>                            <li>Activity                                <ul>                                    <li>DIY Ornaments (10 AM – 4 PM)</li>                                    <li>Hammocks (10 AM – 5 PM)</li>                                </ul>                            </li>                            <li>Vendor                                <ul>                                    <li>Chair Massage (11am – 1pm)</li>                                    <li>Chair Massage at the SRWC (3pm – 5pm)</li>                                </ul>                            </li>                            <li>Snack Giveaway (10 AM – 5 PM)</li>                            <li>Lunch Giveaway (12 PM)*</li>                            <li>Dinner Giveaway (4 PM)*</li>                        <p>*While supplies last</p>                      </div>                    </div>                  </div>                </div>                <!-- Wednesday, Dec. 18 – Winter -->                <div class="acco-item">                  <button id="wednesday" aria-expanded="false">                    <span class="acco-title">Wednesday, Dec. 18 – Winter</span>                    <span class="icon" aria-hidden="true"></span>                  </button>                  <div class="acco-content">                    <div class="col-md-12 col-xs-12">                      <div class="event-schedule-location">                        Location: USU North Lawn                      </div>                      <div>                        <ul>                            <li>Activity                                <ul>                                    <li>Hot cocoa bar (10 AM – 12 PM)</li>                                    <li>Outdoor movie screening (10 AM – 5 PM)</li>                                    <li>Hammocks (10 AM – 5 PM)</li>                                </ul>                            </li>                            <li>Snack Giveaway (10 AM – 4 PM)</li>                            <li>Lunch Giveaway (12 PM)*</li>                            <li>Root Beer Floats Giveaway in the Beach Kitchen (4 PM)*</li>                        </ul>                        <p>*While supplies last</p>                      </div>                    </div>                  </div>                </div>                <br />                <br />              </div>            </div>              <h4>              For any questions, please contact              <a href="mailto:asi-beachpride@csulb.edu"                >asi-beachpride@csulb.edu</a              >.            </h4>          </div>          <!-- Technically the end of the "description" -->        </div>      </div>      <!-- End of Event Description -->    </div>    <!-- end of left-container -->      <!-- -------------------            START OF RIGHT SIDE        --------------------- -->    <div class="right-container">      <img        style="width: 100%"        src="images/enjoy/calendar/FALL24/BPE_dgtl-CalEvent_BPE_dgtl-CalEvent_copy_2.jpg"        alt="BPE_Finals Week Fall 2024"      />        {loadmoduleid 368}    </div>    <!-- Technically end of right side -->  </div>  <!-- End of main-container -->    <!-- Accordion Test -->  <script>    document.addEventListener("DOMContentLoaded", function () {      document        .querySelectorAll("#HistoryOfUniversity .acco button")        .forEach((item) => item.addEventListener("click", toggleacco));        function toggleacco() {        const parentAcco = this.closest(".acco");        const itemsInThisAcco = parentAcco.querySelectorAll("button");        const currentStatus = this.getAttribute("aria-expanded");          if (currentStatus == "false") {          // Close all other items          // for (let i = 0; i < itemsInThisAcco.length; i++) {          //   itemsInThisAcco[i].setAttribute("aria-expanded", "false");          // }          // Open the clicked item          this.setAttribute("aria-expanded", "true");        } else {          // Close the clicked item          this.setAttribute("aria-expanded", "false");        }      }    });  </script>  
LAST-MODIFIED:20241212T220221Z
X-ACCESS:1
X-HITS:5599
X-URL:
X-COLOR:E54268
END:VEVENT
END:VCALENDAR