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:20260916T150000
DTEND;TZID=America/Los_Angeles:20260916T170000
UID:BD3B40B8-D241-4577-BE8A-7CB88F10E906
SUMMARY:Wellness at the Beach
DTSTAMP:20260721T175033Z
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-size: 15px;\N    line-height: 20px;\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-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:\N      rgba(255, 255, 255, 0.2) 0 3px 15px inset,\N      rgba(0, 0, 0, 0.1) 0 3px 5px,\N      rgba(0, 0, 0, 0.1) 0 10px 13px;\N    transform: scale(1.05);\N  }\N\N  /* Accordion 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: #8800ad;\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: #8700ad !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: #8800ad;\N    border-bottom: 1px solid #8800ad;\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  }\N\N  #HistoryOfUniversity .acco button[aria-expanded="true"] + .acco-content {\N    opacity: 1;\N    max-height: 100%;\N    transition: all 200ms linear;\N    border-left: 2px solid #8800ad3f;\N    border-right: 2px solid #8800ad3f;\N  }\N\N  .acco .acco-content {\N    opacity: 0;\N    max-height: 0;\N    overflow: hidden;\N    transition:\N      opacity 200ms linear,\N      max-height 200ms linear;\N  }\N\N  .acco .acco-content p {\N    font-weight: 300;\N    margin: 0;\N  }\N\N  /* Main layout */\N\N  .main-container {\N    display: flex;\N    gap: 20px;\N    max-width: 1600px;\N    margin: 0 auto;\N  }\N\N  .left-container {\N    width: 50%;\N  }\N\N  .right-container {\N    width: 50%;\N  }\N\N  .event-dtl {\N    background-color: white;\N    border-radius: 10px;\N    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;\N    margin-bottom: 20px;\N    padding: 10px 20px;\N    display: flex;\N    justify-content: space-between;\N    gap: 20px;\N  }\N\N  .event-dtl > div {\N    flex: 1;\N  }\N\N  .event-description {\N    background-color: white;\N    border-radius: 10px;\N    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;\N    padding: 10px 20px;\N  }\N\N  .event-description p {\N    line-height: 1.6;\N  }\N\N  .event-description li {\N    margin-bottom: 10px;\N    line-height: 1.5;\N  }\N\N  .event-img {\N    display: block;\N    width: 100%;\N    height: auto;\N    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;\N    border-radius: 10px;\N  }\N\N  @media (max-width: 960px) {\N    .main-container {\N      flex-direction: column;\N    }\N\N    .left-container,\N    .right-container {\N      width: 100%;\N    }\N  }\N\N  @media (max-width: 500px) {\N    .event-dtl {\N      flex-direction: column;\N      text-align: center;\N    }\N\N    .event-title-icon {\N      justify-content: center;\N    }\N  }\N\N\N\N    \N      \N\N      \N        \N        \N\N        \N          Date\N\N        Sept. 16\N      \N\N      \N\N      \N          Location\N\N        \N          SRWC Entry Plaza\N        \N      \N\N      \N\N      \N        \N          Time\N\N        3 to 5 p.m.\N      \N    \N\N    \N\N    \N      \N        Description\N\N        \N          \N            Get ready to kick off the fall semester with a glow-up! Join the\N            Beach Balance team at the Student Recreation & Wellness Center\N            (SRWC) Entry Plaza for Wellness at the Beach, our ultimate\N            festival-inspired wellness event designed to help you recharge and\N            connect with your campus community.\N          \N\N          \N            Whether you're looking to de-stress, get creative or just hang out\N            with friends, we've got a space waiting for you! Swing by from 3 to\N            5 p.m. to explore our immersive wellness pop-ups:\N          \N\N          \N            \N              Magic Lamp: Sip on refreshing iced tea while you\N              wait for your personal tarot card reading.\N            \N\N            \N              Studio 49: Unleash your inner artist with rock\N              painting and mindful coloring books.\N            \N\N            \N              Pawn Shop: Get crafty and create your own custom\N              friendship bracelets.\N            \N\N            \N              Speakeasy: Grab a wellness shot or a mocktail and\N              hit the floor! Join us for a hip-hop dance class at 3:30 p.m. or a\N              shuffling dance class at 4:30 p.m.\N            \N\N            \N              Salon: Add a splash of color to your day with\N              self-serve hair chalk, hairspray, tinsel and nail decals.\N            \N\N            \N              Casino: Step into our game café for some friendly\N              competition and relaxation.\N            \N\N            \N              Spa: Take a load off and enjoy a complimentary\N              session in our massage chairs.\N            \N          \N\N          \N            Plus, enjoy FREE snacks and opportunity drawings to\N            win AWESOME prizes, including two one-hour massage\N            certificates, a massage gun, an InBody Scan and a Bluetooth speaker!\N          \N        \N      \N    \N  \N\N  \N\N  \N    img\N      class="event-img&quot;\N      src=&quot;images/cal/Spring26/FA26_SWRC_Wellness-at-the-Beach_dgtl-ASICalEvent_1.jpg&quot;\N      alt=&quot;Wellness at the Beach on Sept. 16 from 3 to 5 p.m. at the SRWC Entry Plaza.&quot;\N      itemprop=&quot;image&quot;\N    /&gt;\N\N    {loadmoduleid 368}\N  &lt;/div&gt;\N&lt;/div&gt;\N\N&lt;!-- Accordion script --&gt;\N\N&lt;script&gt;\N  document.addEventListener(&quot;DOMContentLoaded&quot;, function () {\N    document\N      .querySelectorAll(&quot;#HistoryOfUniversity .acco button&quot;)\N      .forEach(function (item) {\N        item.addEventListener(&quot;click&quot;, toggleacco);\N      });\N\N    function toggleacco() {\N      const currentStatus = this.getAttribute(&quot;aria-expanded&quot;);\N\N      if (currentStatus === &quot;false&quot;) {\N        this.setAttribute(&quot;aria-expanded&quot;, &quot;true&quot;);\N      } else {\N        this.setAttribute(&quot;aria-expanded&quot;, &quot;false&quot;);\N      }\N    }\N  });\N&lt;/script&gt;"
X-ALT-DESC;FMTTYPE=text/html:<!-- basic template for all events --><!-- Updated for Wellness at the Beach --><style>  .event-title-head {    font-weight: bold;    font-size: 20px;    color: darkgoldenrod;    margin-top: 5px;    margin-bottom: 0;  }  .event-title-text {    font-size: 15px;    line-height: 20px;    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-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);  }  /* Accordion 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: #8800ad;    border: none;    background: none;    outline: none;  }  .acco button:hover,  .acco button:focus {    cursor: pointer;    color: white !important;    background-color: #8700ad !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: #8800ad;    border-bottom: 1px solid #8800ad;  }  .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;  }  #HistoryOfUniversity .acco button[aria-expanded="true"] + .acco-content {    opacity: 1;    max-height: 100%;    transition: all 200ms linear;    border-left: 2px solid #8800ad3f;    border-right: 2px solid #8800ad3f;  }  .acco .acco-content {    opacity: 0;    max-height: 0;    overflow: hidden;    transition:      opacity 200ms linear,      max-height 200ms linear;  }  .acco .acco-content p {    font-weight: 300;    margin: 0;  }  /* Main layout */  .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) 0 1px 4px;    margin-bottom: 20px;    padding: 10px 20px;    display: flex;    justify-content: space-between;    gap: 20px;  }  .event-dtl > div {    flex: 1;  }  .event-description {    background-color: white;    border-radius: 10px;    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;    padding: 10px 20px;  }  .event-description p {    line-height: 1.6;  }  .event-description li {    margin-bottom: 10px;    line-height: 1.5;  }  .event-img {    display: block;    width: 100%;    height: auto;    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;    border-radius: 10px;  }  @media (max-width: 960px) {    .main-container {      flex-direction: column;    }    .left-container,    .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"  itemscope  itemtype="https://schema.org/Event">  <!-- START OF LEFT SIDE -->  <div class="left-container">    <div class="event-dtl">      <!-- DATE -->      <div>        <meta itemprop="startDate" content="2026-09-16T15:00:00-07:00" />        <meta itemprop="endDate" content="2026-09-16T17:00:00-07:00" />        <div class="event-title-icon">          <img            src="images/enjoy/beachpride/QR_Code_WOW-F23/calendar.png"            style="height: 20px; width: 25px"            alt=""          />        </div>        <h3 class="event-title-head">Date</h3>        <p class="event-title-text">Sept. 16</p>      </div>      <!-- LOCATION -->      <div        itemprop="location"        itemscope        itemtype="https://schema.org/Place"      >        <div class="event-title-icon">          <img            src="images/enjoy/beachpride/QR_Code_WOW-F23/location.png"            style="height: 20px; width: 25px"            alt=""          />        </div>        <h3 class="event-title-head">Location</h3>        <p class="event-title-text" itemprop="name">          SRWC Entry Plaza        </p>      </div>      <!-- TIME -->      <div>        <div class="event-title-icon">          <img            src="images/enjoy/beachpride/QR_Code_WOW-F23/time.png"            style="height: 20px; width: 25px"            alt=""          />        </div>        <h3 class="event-title-head">Time</h3>        <p class="event-title-text">3 to 5 p.m.</p>      </div>    </div>    <!-- EVENT DESCRIPTION -->    <div class="event-description">      <div>        <h3 class="event-title-head">Description</h3>        <div itemprop="description">          <p>            Get ready to kick off the fall semester with a glow-up! Join the            Beach Balance team at the Student Recreation &amp; Wellness Center            (SRWC) Entry Plaza for Wellness at the Beach, our ultimate            festival-inspired wellness event designed to help you recharge and            connect with your campus community.          </p>          <p>            Whether you're looking to de-stress, get creative or just hang out            with friends, we've got a space waiting for you! Swing by from 3 to            5 p.m. to explore our immersive wellness pop-ups:          </p>          <ul>            <li>              <strong>Magic Lamp:</strong> Sip on refreshing iced tea while you              wait for your personal tarot card reading.            </li>            <li>              <strong>Studio 49:</strong> Unleash your inner artist with rock              painting and mindful coloring books.            </li>            <li>              <strong>Pawn Shop:</strong> Get crafty and create your own custom              friendship bracelets.            </li>            <li>              <strong>Speakeasy:</strong> Grab a wellness shot or a mocktail and              hit the floor! Join us for a hip-hop dance class at 3:30 p.m. or a              shuffling dance class at 4:30 p.m.            </li>            <li>              <strong>Salon:</strong> Add a splash of color to your day with              self-serve hair chalk, hairspray, tinsel and nail decals.            </li>            <li>              <strong>Casino:</strong> Step into our game café for some friendly              competition and relaxation.            </li>            <li>              <strong>Spa:</strong> Take a load off and enjoy a complimentary              session in our massage chairs.            </li>          </ul>          <p>            Plus, enjoy <strong>FREE snacks</strong> and opportunity drawings to            win <strong>AWESOME prizes</strong>, including two one-hour massage            certificates, a massage gun, an InBody Scan and a Bluetooth speaker!          </p>        </div>      </div>    </div>  </div>  <!-- START OF RIGHT SIDE -->  <div class="right-container">    <img      class="event-img"      src="images/cal/Spring26/FA26_SWRC_Wellness-at-the-Beach_dgtl-ASICalEvent_1.jpg"      alt="Wellness at the Beach on Sept. 16 from 3 to 5 p.m. at the SRWC Entry Plaza."      itemprop="image"    />    {loadmoduleid 368}  </div></div><!-- Accordion script --><script>  document.addEventListener("DOMContentLoaded", function () {    document      .querySelectorAll("#HistoryOfUniversity .acco button")      .forEach(function (item) {        item.addEventListener("click", toggleacco);      });    function toggleacco() {      const currentStatus = this.getAttribute("aria-expanded");      if (currentStatus === "false") {        this.setAttribute("aria-expanded", "true");      } else {        this.setAttribute("aria-expanded", "false");      }    }  });</script>
LOCATION:
GEO:0.00000000;0.00000000
X-ACCESS:1
X-HITS:92
X-URL:
X-COLOR:007DAA
END:VEVENT
END:VCALENDAR