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:20250512T100000
DTEND;TZID=America/Los_Angeles:20250512T170000
RRULE:FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;INTERVAL=1;UNTIL=20250516T235900Z
UID:47D6800A-77FA-4337-BC0D-D5849DDA7F1F
SUMMARY:Finals Week Spring 2025
DTSTAMP:20250501T161243Z
DESCRIPTION:\N\N\N  .event-title-head {\N    font-weight: bold;\N    font-size: 20px;\N    color: darkgoldenrod;\N    margin-top: 5px;\N    margin-bottom: 0;\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  .final-week-hr {\N    border-bottom: 1px solid #ecaa00;\N    margin: 0 0 7px 0;\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  /* FAQ Section  */\N  .acco {\N    gap: 30px;\N    display: flex;\N    flex-direction: column;\N  }\N\N  .acco .acco-item {\N    border-bottom: 1px solid #fee6b8;\N    border: 1px solid #ecaa00;\N    border-radius: 5px;\N    box-shadow: 3px 3px 0px 0 rgb(0 0 0);\N    box-sizing: border-box;\N    background-color: #fff;\N  }\N\N  .acco button {\N    position: relative;\N    display: block;\N    text-align: left;\N    width: 100%;\N    padding: 1em 0;\N    color: rgb(0 0 0) !important;\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: #ecaa00 !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    font-weight: 500;\N    display: flex;\N    flex-wrap: wrap;\N    width: 90% !important;\N  }\N\N  .acco .icon {\N    display: inline-block;\N    position: absolute;\N    top: 35px;\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: #ecaa00;\N    border-bottom: 1px solid #fee6b8;\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 #fee6b8;\N    border-right: 2px solid #fee6b8; */\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: 20px;\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: 10px;\N    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;\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: 10px;\N    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;\N    padding: 10px 20px;\N  }\N  .event-img {\N    width: 100%;\N    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;\N    border-radius: 10px;\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  /* Table */\N  table {\N    width: 100%;\N    border-collapse: collapse;\N  }\N\N  td {\N    border: 2px solid #eca90098;\N    padding: 8px;\N  }\N  th {\N    border: 1px solid #eca90098;\N    padding: 8px;\N  }\N\N\N\N  \N  \N    \N      \N      \N        \N          Date\N        \N        May 12 to 16\N      \N\N      \N      \N        \N            Location\N          \N          USU North Lawn\N        \N      \N\N      \N      \N        \N          Time\N        \N        10 a.m. – 5 p.m.\N      \N    \N\N    \N    \N      \N        Description\N        \N        \N          \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 you make time to recharge and decompress during\N            Finals Week.\N          \N          \N          Adjusted USU Facility Hours for Finals\N\N          \N            \N              \N                Day\N                Time\N              \N            \N            \N              \N                Sunday, May 11\N                7 a.m. to 6 p.m.\N              \N              \N                Monday, May 12.\N                7 a.m. to 2 a.m.\N              \N              \N                Tuesday, May 13\N                7 a.m. to 2 a.m.\N              \N              \N                Wednesday, May 14\N                7 a.m. to 2 a.m.\N              \N              \N                Thursday, May 15\N                7 a.m. to 2 a.m.\N              \N              \N                Friday, May 16\N                7 a.m. to 2 a.m.\N              \N              \N                Saturday, May 17\N                7 a.m. – 7 p.m.\N              \N              \N            \N          \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 5 to 9 p.m. on May 12 to\N            16\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              \N                Day\N                Activity\N              \N            \N            \N              \N                Monday\N                Billiards / Esports Lounge\N              \N              \N                Tuesday\N                Bowling / Esports Lounge\N              \N              \N                Wednesday\N                Billiards / Esports Lounge\N              \N              \N                Thursday\N                Bowling / Esports Lounge\N              \N              \N                Friday\N                Billiards / Esports Lounge\N              \N            \N          \N\N          \N          Activities and Food:\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 occur throughout the week\N            for students to relax and decompress during Finals Week. Visit the\N            USU North Lawn for these free and available resources to succeed\N            this Finals Week! While supplies last.\N          \N\N          \N          Sponsor:\N          \N            asi-beachpride@csulb.edu.\N          \N\N          \N            \N              \N              \N                \N                  \N                \N                \N                  \N                    \N                      \N                        Release first-day-of-finals jitters by unleashing your\N                        creativity and making DIY hair accessories and\N                        decorating sunglasses. Customize these accessories for\N                        upcoming summer activities such as festivals or outdoor\N                        fun! There will also be puppies on site available to pet\N                        and admire. Airbrush tattoos will also be free for\N                        students.\N                      \N                      Location:USU North Lawn\N\N                      \N                      \N                        \N                          Activity\N                          \N                            \N                              DIY Head Accessories & Sunglasses (11 a.m. to 4\N                              p.m.)\N                            \N                          \N                        \N                      \N                      \N                        \N                          Vendor\N                          \N                            \N                              Pups and Reps (10 a.m. – 12 p.m.)\N                            \N                            \N                              Airbrush Tattoos (12 - 2 p.m.) \N                            \N                            \N                              Pups and Reps (2 – 4 p.m.) \N                            \N                          \N                        \N                      \N                      \N                        Snack Giveaway (10 a.m. to 5 p.m.)\N                        Lunch Giveaway (12 p.m.)*\N                        Dinner Giveaway (4 p.m.)*\N                      \N                      \N                        \N                          Location: ASI Beach Kitchen (top of the USU\N                          escalators, next to the Nugget)\N                          \N                            10 a.m. – 12 p.m.: Pancake Breakfast*\N                            \N                              Join ASI for the most important meal of the day! Start your morning off right with a fresh, hot pancake breakfast as you fuel up for finals.\N                            \N                          \N                           \N                            5 – 8 p.m.: Stay Afloat with Root Beer Floats*\N                            \N                              Kick off Finals Week with a sweet treat! Join the ASI Beach Kitchen for Root Beer Floats as we head into a busy week of exams.\N                            \N                          \N                        \N                      \N                    \N\N                      *While supplies last\N                    \N                  \N                \N              \N\N              \N              \N                \N                  \N                \N                \N                  \N                    \N                      \N                       Delve into the inner workings of your mind by flipping through magazines to manifest your dreams. Having trouble trusting the process? A tarot reader will be on site for questions about your life. While you're at it, check out our caricature artist for a fun drawing.\N                      \N                      Location:USU North Lawn\N\N                      \N                      \N                        \N                          Activity\N                          \N                            \N                              DIY Vision Board & Summer Bucket list (11 a.m. – 4\N                              p.m.)\N                            \N                          \N                        \N                      \N                      \N                        \N                          Vendor\N                          \N                            Tarot Card Reading (10 a.m. – 12 p.m.)\N                            Caricature (12 – 2 p.m.)\N                            Tarot Card Reading (2 – 4 p.m.)\N                          \N                        \N                      \N                      \N                        Snack Giveaway (10 a.m. to 5 p.m.)\N                        Lunch Giveaway (12 p.m.)*\N                        Dinner Giveaway (4 p.m.)*\N                      \N                      \N                        \N                         Location: ASI Beach Kitchen (top of the USU escalators, next to the Nugget)\N                          \N                            9 a.m.: Grab-n-Go Breakfas\N                            \N                              Start your day with a quick and easy Grab-n-Go Breakfast featuring cereal and other light options. Perfect for a final's week pick-me-up on your way to class or study time!\N                            \N                          \N                           \N                            5 – 8 p.m.: Study (StuTEA) Session & Dinner*\N                            \N                              Unwind and refocus at the ASI Beach Kitchen with our StuTEA Session! Enjoy a variety of soothing teas in a calm, cozy environment—perfect for relaxing, recharging and getting some studying done.\N                            \N                          \N                        \N                      *While supplies last\N                    \N                  \N                \N              \N\N              \N              \N                \N                  \N                \N                \N                  \N                    \N                      \N                        Experience wellness through the calming art of clay sculpting. Whether you're crafting intricate figurines or custom jewelry, you'll have access to a wide variety of tools and materials to bring your creations to life. Deepen your sense of relaxation with guided sound meditation sessions, and unwind further with rejuvenating massage therapy\N                      \N                      Location:USU North Lawn\N\N                      \N                      \N                        \N                          Activity\N                          \N                            Clay Crafts (10 a.m. – 5 p.m.)\N                          \N                        \N                      \N                      \N                        \N                          Vendor\N                          \N                            Guided Sound Bath (10 a.m. – 2 p.m.)\N                            Massage Therapist (2:30 – 4:30 p.m.)\N                          \N                        \N                      \N                      \N                        Snack Giveaway (10 a.m. to 5 p.m.)\N                        Lunch Giveaway (12 p.m.)*\N                        Dinner Giveaway (4 p.m.)*\N                      \N                      \N                        \N                         Location: ASI Beach Kitchen (top of the USU escalators, next to the Nugget)\N                        \N                          \N                            9 a.m.: Pan Dulce y Café\N                            \N                              Take a morning break and treat yourself to Pan Dulce y Café at the ASI Beach Kitchen. Enjoy sweet bread and a warm cup of coffee as you ease into the day and prepare for finals.\N                            \N                          \N                           \N                            5 – 8 p.m.: Study (StuTEA) Session & Dinner*\N                            \N                              Unwind and refocus during open hours at the ASI Beach Kitchen with our StuTEA Session! Enjoy a variety of soothing teas in a calm, cozy environment—perfect for relaxing, recharging and getting some studying done.\N                            \N                          \N                          \N                      *While supplies last\N                    \N                  \N                \N              \N\N              \N              \N                \N                  \N                \N                \N                  \N                    \N                      \N                        Take it easy on Thursday by choosing a succulent and crafting a custom plant hanger to display it with style. With guidance from Sustain U, you’ll also learn how to keep your new plant thriving. Add a personal touch by decorating your own handheld mirror, then tap into some childhood joy with whimsical balloon art and a sweet treat of ice cream.\N                      \N                      Location:USU North Lawn\N\N                      \N                      \N                        \N                          Activity\N                          \N                            \N                              Succulent & Mirror Decorating (11 a.m. – 5 p.m.)\N                            \N                          \N                        \N                      \N                      \N                        \N                          Vendor\N                          \N                            \N                              Balloon Twister (10 a.m. – 12 p.m.)\N                            \N                            Ice cream giveaway (12 - 2 p.m.)\N                            Balloon Twister (2 – 4 p.m.)\N                          \N                        \N                      \N                      \N                        Snack Giveaway (10 a.m. to 5 p.m.)\N                        Lunch Giveaway (12 p.m.)*\N                        Dinner Giveaway (4 p.m.)*\N                      \N                      \N                        \N                         Location: ASI Beach Kitchen (top of the USU escalators, next to the Nugget)\N                          \N                            10 a.m.: Pancake Breakfast\N                            \N                              Join ASI for the most important meal of the day! Start your morning off right with a fresh, hot pancake breakfast as you fuel up for finals.\N                            \N                          \N                           \N                            5 – 8 p.m.: Study (StuTEA) Session & Dinner*\N                            \N                              Unwind and refocus during open hours at the ASI Beach Kitchen with our StuTEA Session! Enjoy a variety of soothing teas in a calm, cozy environment—perfect for relaxing, recharging and getting some studying done.\N                            \N                          \N                          \N                      *While supplies last\N                    \N                  \N                \N              \N\N              \N              \N                \N                  \N                \N                \N                  \N                    \N                      \N                        It’s finally Friday! Celebrate the end of finals week with a fun and meaningful creative session. Design custom keychains and bracelets—perfect as keepsakes, thoughtful gifts or matching pieces for you and your bestie. Wrap up the week with a little extra excitement by entering for a chance to win special giveaways!\N                      \N                      Location:USU North Lawn\N\N                      \N                      \N                        \N                          Activity\N                          \N                            \N                              DIY Keychains & Bracelets (11 a.m. – 4 p.m.)\N                              Succulent & Mirror Decorating (11 a.m. – 4 p.m.)\N                            \N                          \N                        \N                      \N\N                      \N                        Snack Giveaway (10 a.m. to 5 p.m.)\N                        Lunch Giveaway (12 p.m.)*\N                      \N                        \N                        \N                         Location: ASI Beach Kitchen (top of the USU escalators, next to the Nugget)\N                          \N                            9 a.m.: Make-Your-Own Yogurt Bar to wrap up Finals Week! Customize your own delicious yogurt bowl with a variety of toppings like fresh fruit and granola.\N    \N                          \N                          \N                      *While supplies last\N                    \N                  \N                \N              \N\N              \N            \N          \N        \N        \N      \N    \N    \N  \N  \N\N  \N  \N    img\N      class="event-img&quot;\N      src=&quot;images/cal/Spring25/SP25_BPE_Finals-Week_dgtl-CalEvent.jpg&quot;\N      alt=&quot;Finals week May 12-16&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;    margin-top: 5px;    margin-bottom: 0;  }  .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;  }  .final-week-hr {    border-bottom: 1px solid #ecaa00;    margin: 0 0 7px 0;  }  .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+_______________ */  /* FAQ Section  */  .acco {    gap: 30px;    display: flex;    flex-direction: column;  }  .acco .acco-item {    border-bottom: 1px solid #fee6b8;    border: 1px solid #ecaa00;    border-radius: 5px;    box-shadow: 3px 3px 0px 0 rgb(0 0 0);    box-sizing: border-box;    background-color: #fff;  }  .acco button {    position: relative;    display: block;    text-align: left;    width: 100%;    padding: 1em 0;    color: rgb(0 0 0) !important;    border: none;    background: none;    outline: none;  }  .acco button:hover,  .acco button:focus {    cursor: pointer;    color: white !important;    background-color: #ecaa00 !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;    font-weight: 500;    display: flex;    flex-wrap: wrap;    width: 90% !important;  }  .acco .icon {    display: inline-block;    position: absolute;    top: 35px;    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: #ecaa00;    border-bottom: 1px solid #fee6b8;    /* 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 #fee6b8;    border-right: 2px solid #fee6b8; */  }  .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: 20px;    max-width: 1600px;    margin: 0 auto;  }  .left-container {    width: 50%;  }  .right-container {    width: 50%;  }  .event-dtl {    background-color: white;    border-radius: 10px;    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;    margin-bottom: 20px;    padding: 10px 20px;    display: flex;    justify-content: space-between;  }  .event-description {    background-color: white;    border-radius: 10px;    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;    padding: 10px 20px;  }  .event-img {    width: 100%;    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;    border-radius: 10px;  }  @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;    }  }  /* Table */  table {    width: 100%;    border-collapse: collapse;  }  td {    border: 2px solid #eca90098;    padding: 8px;  }  th {    border: 1px solid #eca90098;    padding: 8px;  }</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>        <h3 class="event-title-head">Date</h3>        <!-- Update the date per each event -->        <p class="event-title-text">May 12 to 16</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>          <h3 class="event-title-head">Location</h3>          <!-- 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>        <h3 class="event-title-head">Time</h3>        <!-- MUST INCLUDE "." IN A.M./P.M. -->        <p class="event-title-text">10 a.m. – 5 p.m.</p>      </div>    </div>    <!-- EVENT DESCRIPTION -->    <div class="event-description">      <div>        <h3 class="event-title-head">Description</h3>        <!-- ***************************************          ** Place all elements of description HERE **          **************************************** -->        <div itemprop="description">          <p></p>          <!-- UFT6 (Union Farewell Tour)  - Open Market     -->          <!-- Accordion -->          <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 you make time to recharge and decompress during            Finals Week.          </p>          <!-- Final Hours -->          <h4>Adjusted USU Facility Hours for Finals</h4>          <table style="margin-bottom: 20px">            <thead>              <tr>                <th>Day</th>                <th>Time</th>              </tr>            </thead>            <tbody>              <tr>                <td>Sunday, May 11</td>                <td>7 a.m. to 6 p.m.</td>              </tr>              <tr>                <td>Monday, May 12.</td>                <td>7 a.m. to 2 a.m.</td>              </tr>              <tr>                <td>Tuesday, May 13</td>                <td>7 a.m. to 2 a.m.</td>              </tr>              <tr>                <td>Wednesday, May 14</td>                <td>7 a.m. to 2 a.m.</td>              </tr>              <tr>                <td>Thursday, May 15</td>                <td>7 a.m. to 2 a.m.</td>              </tr>              <tr>                <td>Friday, May 16</td>                <td>7 a.m. to 2 a.m.</td>              </tr>              <tr>                <td>Saturday, May 17</td>                <td>7 a.m. – 7 p.m.</td>              </tr>              <!-- Add more rows as needed -->            </tbody>          </table>          <!-- Games Center Special:  -->          <h4>Games Center Special:</h4>          <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 5 to 9 p.m. on May 12 to            16          </p>          <p><b>Details per activity:</b></p>          <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>          <table style="margin-bottom: 20px">            <thead>              <tr>                <th>Day</th>                <th>Activity</th>              </tr>            </thead>            <tbody>              <tr>                <td>Monday</td>                <td>Billiards / Esports Lounge</td>              </tr>              <tr>                <td>Tuesday</td>                <td>Bowling / Esports Lounge</td>              </tr>              <tr>                <td>Wednesday</td>                <td>Billiards / Esports Lounge</td>              </tr>              <tr>                <td>Thursday</td>                <td>Bowling / Esports Lounge</td>              </tr>              <tr>                <td>Friday</td>                <td>Billiards / Esports Lounge</td>              </tr>            </tbody>          </table>          <!-- Activities and Food:   -->          <h4>Activities and Food:</h4>          <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 occur 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>          <!-- Activities and Food:   -->          <h4>Sponsor:</h4>          <img            src="images/cal/Spring25/POLB_GP20_SideBySide_Logo-full-sm.jpg"            alt="port of long beach 20 years logo"          />          <p>            For any questions, please contact            <a href="mailto:asi-beachpride@csulb.edu">            <b>asi-beachpride@csulb.edu</b></a>.          </p>          <div id="HistoryOfUniversity">            <div class="acco">              <!-- Monday, May 12 – Make Way for Monday -->              <div class="acco-item">                <button id="faq1" aria-expanded="false">                  <span class="acco-title"                    >Monday, May 12 – Make Way for Monday</span                  >                  <span class="icon" aria-hidden="true"></span>                </button>                <div class="acco-content">                  <div class="col-md-12 col-xs-12">                    <div class="panel-body">                      <p>                        Release first-day-of-finals jitters by unleashing your                        creativity and making DIY hair accessories and                        decorating sunglasses. Customize these accessories for                        upcoming summer activities such as festivals or outdoor                        fun! There will also be puppies on site available to pet                        and admire. Airbrush tattoos will also be free for                        students.                      </p>                      <p><b>Location:</b>USU North Lawn</p>                      <hr class="final-week-hr" />                      <ul>                        <li>                          Activity                          <ul>                            <li>                              DIY Head Accessories & Sunglasses (11 a.m. to 4                              p.m.)                            </li>                          </ul>                        </li>                      </ul>                      <ul>                        <li>                          Vendor                          <ul>                            <li>                              Pups and Reps (10 a.m. – 12 p.m.)                            </li>                            <li>                              Airbrush Tattoos (12 - 2 p.m.)                             </li>                            <li>                              Pups and Reps (2 – 4 p.m.)                             </li>                          </ul>                        </li>                      </ul>                      <ul>                        <li>Snack Giveaway (10 a.m. to 5 p.m.)</li>                        <li>Lunch Giveaway (12 p.m.)*</li>                        <li>Dinner Giveaway (4 p.m.)*</li>                      </ul>                      <ul>                        <li>                          Location: ASI Beach Kitchen (top of the USU                          escalators, next to the Nugget)                          <ul>                            <li>10 a.m. – 12 p.m.: Pancake Breakfast*</li>                            <ul>                              <li>Join ASI for the most important meal of the day! Start your morning off right with a fresh, hot pancake breakfast as you fuel up for finals.</li>                            </ul>                          </ul>                           <ul>                            <li>5 – 8 p.m.: Stay Afloat with Root Beer Floats*</li>                            <ul>                              <li>Kick off Finals Week with a sweet treat! Join the ASI Beach Kitchen for Root Beer Floats as we head into a busy week of exams.</li>                            </ul>                          </ul>                        </li>                      </ul>                    </ul>                      <p><small>*While supplies last</small></p>                    </div>                  </div>                </div>              </div>              <!-- Tuesday, May 13 – Trust the Process Tuesday -->              <div class="acco-item">                <button id="faq1" aria-expanded="false">                  <span class="acco-title"                    >Tuesday, May 13 – Trust the Process Tuesday</span                  >                  <span class="icon" aria-hidden="true"></span>                </button>                <div class="acco-content">                  <div class="col-md-12 col-xs-12">                    <div class="panel-body">                      <p>                       Delve into the inner workings of your mind by flipping through magazines to manifest your dreams. Having trouble trusting the process? A tarot reader will be on site for questions about your life. While you're at it, check out our caricature artist for a fun drawing.                      </p>                      <p><b>Location:</b>USU North Lawn</p>                      <hr class="final-week-hr" />                      <ul>                        <li>                          Activity                          <ul>                            <li>                              DIY Vision Board & Summer Bucket list (11 a.m. – 4                              p.m.)                            </li>                          </ul>                        </li>                      </ul>                      <ul>                        <li>                          Vendor                          <ul>                            <li>Tarot Card Reading (10 a.m. – 12 p.m.)</li>                            <li>Caricature (12 – 2 p.m.)</li>                            <li>Tarot Card Reading (2 – 4 p.m.)</li>                          </ul>                        </li>                      </ul>                      <ul>                        <li>Snack Giveaway (10 a.m. to 5 p.m.)</li>                        <li>Lunch Giveaway (12 p.m.)*</li>                        <li>Dinner Giveaway (4 p.m.)*</li>                      </ul>                      <ul>                        <li>                         Location: ASI Beach Kitchen (top of the USU escalators, next to the Nugget)                          <ul>                            <li>9 a.m.: Grab-n-Go Breakfas</li>                            <ul>                              <li>Start your day with a quick and easy Grab-n-Go Breakfast featuring cereal and other light options. Perfect for a final's week pick-me-up on your way to class or study time!</li>                            </ul>                          </ul>                           <ul>                            <li>5 – 8 p.m.: Study (StuTEA) Session & Dinner*</li>                            <ul>                              <li>Unwind and refocus at the ASI Beach Kitchen with our StuTEA Session! Enjoy a variety of soothing teas in a calm, cozy environment—perfect for relaxing, recharging and getting some studying done.</li>                            </ul>                          </ul>                        </ul>                      <p><small>*While supplies last</small></p>                    </div>                  </div>                </div>              </div>              <!-- Wednesday, May 14 – Wellness Wednesday -->              <div class="acco-item">                <button id="faq1" aria-expanded="false">                  <span class="acco-title"                    >Wednesday, May 14 – Wellness Wednesday</span                  >                  <span class="icon" aria-hidden="true"></span>                </button>                <div class="acco-content">                  <div class="col-md-12 col-xs-12">                    <div class="panel-body">                      <p>                        Experience wellness through the calming art of clay sculpting. Whether you're crafting intricate figurines or custom jewelry, you'll have access to a wide variety of tools and materials to bring your creations to life. Deepen your sense of relaxation with guided sound meditation sessions, and unwind further with rejuvenating massage therapy                      </p>                      <p><b>Location:</b>USU North Lawn</p>                      <hr class="final-week-hr" />                      <ul>                        <li>                          Activity                          <ul>                            <li>Clay Crafts (10 a.m. – 5 p.m.)</li>                          </ul>                        </li>                      </ul>                      <ul>                        <li>                          Vendor                          <ul>                            <li>Guided Sound Bath (10 a.m. – 2 p.m.)</li>                            <li>Massage Therapist (2:30 – 4:30 p.m.)</li>                          </ul>                        </li>                      </ul>                      <ul>                        <li>Snack Giveaway (10 a.m. to 5 p.m.)</li>                        <li>Lunch Giveaway (12 p.m.)*</li>                        <li>Dinner Giveaway (4 p.m.)*</li>                      </ul>                      <ul>                        <li>                         Location: ASI Beach Kitchen (top of the USU escalators, next to the Nugget)                        </li>                          <ul>                            <li>9 a.m.: Pan Dulce y Café</li>                            <ul>                              <li>Take a morning break and treat yourself to Pan Dulce y Café at the ASI Beach Kitchen. Enjoy sweet bread and a warm cup of coffee as you ease into the day and prepare for finals.</li>                            </ul>                          </ul>                           <ul>                            <li>5 – 8 p.m.: Study (StuTEA) Session & Dinner*</li>                            <ul>                              <li>Unwind and refocus during open hours at the ASI Beach Kitchen with our StuTEA Session! Enjoy a variety of soothing teas in a calm, cozy environment—perfect for relaxing, recharging and getting some studying done.</li>                            </ul>                          </ul>                          </ul>                      <p><small>*While supplies last</small></p>                    </div>                  </div>                </div>              </div>              <!-- Thursday, May 15 – Take It Easy Thursday -->              <div class="acco-item">                <button id="faq1" aria-expanded="false">                  <span class="acco-title"                    >Thursday, May 15 – Take It Easy Thursday</span                  >                  <span class="icon" aria-hidden="true"></span>                </button>                <div class="acco-content">                  <div class="col-md-12 col-xs-12">                    <div class="panel-body">                      <p>                        Take it easy on Thursday by choosing a succulent and crafting a custom plant hanger to display it with style. With guidance from Sustain U, you’ll also learn how to keep your new plant thriving. Add a personal touch by decorating your own handheld mirror, then tap into some childhood joy with whimsical balloon art and a sweet treat of ice cream.                      </p>                      <p><b>Location:</b>USU North Lawn</p>                      <hr class="final-week-hr" />                      <ul>                        <li>                          Activity                          <ul>                            <li>                              Succulent & Mirror Decorating (11 a.m. – 5 p.m.)                            </li>                          </ul>                        </li>                      </ul>                      <ul>                        <li>                          Vendor                          <ul>                            <li>                              Balloon Twister (10 a.m. – 12 p.m.)                            </li>                            <li>Ice cream giveaway (12 - 2 p.m.)</li>                            <li>Balloon Twister (2 – 4 p.m.)</li>                          </ul>                        </li>                      </ul>                      <ul>                        <li>Snack Giveaway (10 a.m. to 5 p.m.)</li>                        <li>Lunch Giveaway (12 p.m.)*</li>                        <li>Dinner Giveaway (4 p.m.)*</li>                      </ul>                      <ul>                        <li>                         Location: ASI Beach Kitchen (top of the USU escalators, next to the Nugget)</li>                          <ul>                            <li>10 a.m.: Pancake Breakfast</li>                            <ul>                              <li>Join ASI for the most important meal of the day! Start your morning off right with a fresh, hot pancake breakfast as you fuel up for finals.</li>                            </ul>                          </ul>                           <ul>                            <li>5 – 8 p.m.: Study (StuTEA) Session & Dinner*</li>                            <ul>                              <li>Unwind and refocus during open hours at the ASI Beach Kitchen with our StuTEA Session! Enjoy a variety of soothing teas in a calm, cozy environment—perfect for relaxing, recharging and getting some studying done.</li>                            </ul>                          </ul>                          </ul>                      <p><small>*While supplies last</small></p>                    </div>                  </div>                </div>              </div>              <!-- Friday, May 16 – And Finally, Friday -->              <div class="acco-item">                <button id="faq1" aria-expanded="false">                  <span class="acco-title"                    >Friday, May 16 – And Finally, Friday</span                  >                  <span class="icon" aria-hidden="true"></span>                </button>                <div class="acco-content">                  <div class="col-md-12 col-xs-12">                    <div class="panel-body">                      <p>                        It’s finally Friday! Celebrate the end of finals week with a fun and meaningful creative session. Design custom keychains and bracelets—perfect as keepsakes, thoughtful gifts or matching pieces for you and your bestie. Wrap up the week with a little extra excitement by entering for a chance to win special giveaways!                      </p>                      <p><b>Location:</b>USU North Lawn</p>                      <hr class="final-week-hr" />                      <ul>                        <li>                          Activity                          <ul>                            <li>                              DIY Keychains & Bracelets (11 a.m. – 4 p.m.)                              Succulent & Mirror Decorating (11 a.m. – 4 p.m.)                            </li>                          </ul>                        </li>                      </ul>                      <ul>                        <li>Snack Giveaway (10 a.m. to 5 p.m.)</li>                        <li>Lunch Giveaway (12 p.m.)*</li>                      </ul>                        <ul>                        <li>                         Location: ASI Beach Kitchen (top of the USU escalators, next to the Nugget)</li>                          <ul>                            <li>9 a.m.: Make-Your-Own Yogurt Bar to wrap up Finals Week! Customize your own delicious yogurt bowl with a variety of toppings like fresh fruit and granola.</li>                              </ul>                          </ul>                      <p><small>*While supplies last</small></p>                    </div>                  </div>                </div>              </div>              <!-- End of Candidates accordion -->            </div>          </div>        </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      class="event-img"      src="images/cal/Spring25/SP25_BPE_Finals-Week_dgtl-CalEvent.jpg"      alt="Finals week May 12-16"    />    {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:20250510T001738Z
X-ACCESS:1
X-HITS:1329
X-URL:
X-COLOR:E54268
END:VEVENT
END:VCALENDAR