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:20251010T100000
DTEND;TZID=America/Los_Angeles:20251010T103000
UID:5A52D0B4-D064-421F-846D-8E75D83415D8
SUMMARY:Financial Empowerment Conference
DTSTAMP:20240209T212135Z
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    .desc{\N        display: flex; \N        gap: 20px;\N    }\N    .desc>img{\N        width: 40%;\N        height: 40% !important;\N    }\N\N\N\N  /* _____________Accordian Section CSS+_______________ */\N\N    .mission_wrapper img {\N    float: left;\N    padding: 0 24px 24px 12px;\N  }\N  @media (max-width: 700px) {\N    .mission_wrapper img {\N      width: 100%;\N      float: none;\N    }\N  }\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: #ecaa00;\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-size: 1.8rem;\N    font-weight: bold;\N    color: #000000;\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: #ecaa00;\N    border-bottom: 1px solid #ecaa00;\N    /* background-color: #ecaa00; */\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 #ecaa003f;\N    border-right: 2px solid #ecaa003f;\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\N/* Button Start (responsive) */\N.button-3 {\N  appearance: none;\N  background-color: #ecaa00;\N  border: 1px solid rgba(27, 31, 35, 0.15);\N  border-radius: 10px;\N  box-shadow: 3px 3px 0 0 rgb(0 0 0);\N  box-sizing: border-box;\N  color: #000;\N  cursor: pointer;\N  display: inline-flex;              /* center text better & allow wrapping */\N  align-items: center;\N  justify-content: center;\N  gap: .5rem;\N  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";\N  font-size: clamp(1rem, 2vw + .6rem, 2.2rem); /* scales with viewport */\N  font-weight: 600;\N  line-height: 1.25;                 /* better touch target */\N  padding: clamp(12px, 1.5vw + 8px, 14px) clamp(16px, 3vw + 12px, 47px);\N  text-align: center;\N  text-decoration: none;\N  white-space: normal;               /* allow wrapping on small screens */\N  user-select: none;\N  -webkit-user-select: none;\N  touch-action: manipulation;\N  vertical-align: middle;\N  -webkit-tap-highlight-color: transparent;\N}\N\N.button-3:focus:not(:focus-visible):not(.focus-visible) {\N  box-shadow: none;\N  outline: none;\N}\N\N.button-3:hover {\N  background-color: #d49900 !important;\N}\N\N.button-3:focus,\N.button-3:focus-visible {\N  box-shadow: 0 0 0 3px rgba(46, 164, 79, 0.4);\N  outline: none;\N}\N\N.button-3:disabled {\N  background-color: #ecaa00;\N  border-color: rgba(27, 31, 35, 0.1);\N  color: rgba(255, 255, 255, 0.8);\N  cursor: default;\N}\N\N.button-3:active {\N  background-color: #ecaa00;\N  box-shadow: rgba(20, 70, 32, 0.2) 0 1px 0 inset;\N}\N\N/* Breakpoints */\N@media (max-width: 768px) {\N  .button-3 {\N    width: 100%;              /* full-width on tablets/phones */\N    font-size: clamp(1rem, 3.5vw, 1.4rem);\N    padding: 14px 18px;\N  }\N}\N\N@media (max-width: 480px) {\N  .button-3 {\N    border-radius: 12px;\N    box-shadow: 2px 2px 0 0 rgb(0 0 0);  /* slightly lighter shadow */\N  }\N}\N/* Button End */\N\N\N  .aux-btn {\N    display: flex;\N    justify-content: center;\N    margin: 25px 0;\N  }\N\N  /* Button End */\N\N\N\N\N    \N        \N        \N            \N                \N                    \N                        \N                            \N                                \N                                \N                                    \N                                        \N                                    \N                                    Date\N                                    \N                                    Oct. 10\N                                \N\N                                \N                                \N                                    \N                                        \N                                            \N                                        \N                                        Location\N                                        \N                                        the Pointe\N                                    \N                                \N\N                                \N                                \N                                    \N                                        \N                                    \N                                    Time\N                                    \N                                    10 a.m. to 2 p.m.\N                                \N                            \N\N                            \N                            \N                                \N                                    Description\N                                    \N                                    \N                                    \N                                        Develop skills in saving, spending and everything in between! Join Associated Students Inc. (ASI) Student Government and Beach Pride Events’ (BPE) Financial Empowerment Conference. This event is designed to help you manage and understand how to become financially independent.\N                                    \N                                    \N                                        Join us Oct. 10, from 10 a.m. to 2 p.m. at the Pointe to engage with financial experts. All attendees will receive FREE concessions, while supplies last, and the chance to win ASI swag! Every participant will receive a certificate of completion before the conference concludes.\N                                    \N\N                                    \N                                    \N                                        \N                                            Finacial Empowerment Conference Registration \N                                            \N                                        \N                                    \N\N                                    Below you’ll find a breakdown of who will be presenting and what their expertise is to help you decide which activities to attend.\N\N                                    \N                                    Welcome and Registration (10 a.m.)\N                                    \N\N                                    \N                                    Workshop Session #1 10:15 a.m.\N                                    \N                                        \N                                        \N                                        \N                                            \N                                            Topic: Financial Lingo and Scams\N                                            \N                                            \N                                            \N                                            \N                                                \N                                                Level: Beginner\N                                                Presenter Name: Oscar Velasco\N                                                \N                                                Oscar Velasco, a seasoned professional in the financial industry, currently serves as the business development specialist II at LBS Financial Credit Union. With a remarkable track record spanning over two decades, Oscar brings a wealth of experience and expertise to his role. As a certified financial education instructor, he is dedicated to empowering and enlightening the community he serves by sharing his extensive financial knowledge. \N                                                \N                                            \N                                            \N                                        \N\N                                        \N                                        \N                                            \N                                            Topic: 401K\N                                            \N                                            \N                                            \N                                            \N                                                !--  -->\N                                                Level: Intermediate\N                                                Presenter Name: David A. Koch\N                                                \N                                                David joined Halbert Hargrove in 2011. He says of his role at HH, “My work encompasses far more problem solving and life-coaching than I ever anticipated. I enjoy the challenge and reward of helping people through life-changing decisions.” David advises a wide variety of clients, including individuals, families, corporate retirement plans, family limited partnerships, and nonprofits. David is a Chartered Financial Analyst® charter holder (CFA). He was awarded this certification, noted for its rigorous curriculum, after he passed three sequential six-hour exams and earned four years of qualifying professional investment experience. David earned a B.S. in Biopsychology and a B.A. in Global & International Studies from UC Santa Barbara. He was awarded the ACCREDITED INVESTMENT FIDUCIARY™ designation by the University of Pittsburgh-affiliated Center for Fiduciary Studies and he is a CERTIFIED FINANCIAL PLANNER™ professional (CFP).\N                                                \N                                            \N                                            \N                                        \N\N                                        \N                                        \N                                            \N                                            Topic: Debt Management\N                                            \N                                            \N                                            \N                                            \N                                                \N                                                Level: Advanced\N                                                Presenter Name: Wade Perry\N                                                Bio: Wade Perry is Managing Principal and Co-Founder of Stonemark Wealth Management, where he oversees SEC compliance and works with clients on customized strategies for asset allocation, estate planning, and philanthropy. He began his financial career with Putnam Investments and has since held leadership roles at American Express Financial Advisors and Tower Asset Management. Wade earned a cum laude degree from the University of Massachusetts, Boston, and holds both the Accredited Investment Fiduciary® (AIF®) and Certified Plan Fiduciary Advisor (CPFA) designations. Wade is a combat veteran of the United States Marine Corps, having served three overseas tours, including active participation in Operation Desert Shield/Desert Storm. He currently serves as a Director on the Board of The Fisher House Foundation of Southern California, supporting military families in need, and remains active in the veteran community through the Newport Beach American Legion Honor Guard. He lives with his wife and family in Long Beach.\N                                                \N                                            \N                                            \N                                        \N\N                                        \N                                    \N\N                                    \N\N                                    \N                                    Workshop Session #2 (11 a.m.)\N                                    \N                                        \N                                        \N                                        \N                                            \N                                            Topic: How Does Credit Work?\N                                            \N                                            \N                                            \N                                            \N                                                !--  -->\N                                                Level: Beginner\N                                                Presenter Name: Oscar Velasco\N                                                Oscar Velasco, a seasoned professional in the financial industry, currently serves as the business development specialist II at LBS Financial Credit Union. With a remarkable track record spanning over two decades, Oscar brings a wealth of experience and expertise to his role. As a certified financial education instructor, he is dedicated to empowering and enlightening the community he serves by sharing his extensive financial knowledge.\N                                            \N                                            \N                                        \N\N                                        \N                                        \N                                            \N                                            Topic: Investments & High Yield Accounts\N                                            \N                                            \N                                            \N                                            \N                                                \N                                                Level: Intermediate\N                                                Presenter Name: Laura Gonzalez\N                                                Bio: Dr. Laura Gonzalez is a professor of finance with over 15 years of experience teaching finance courses at M.S. Finance Analytics, MBA, and undergraduate levels. She is a certified Beach Mentor with extensive experience in University Honors, pre-doctoral McNair & Sally Casanova, and Undergraduate Research Office UROP and OURS programs. Media experience in financial literacy includes over 300 collaborations with Univision, WalletHub, MSNBC, KABC, Thomson Reuters, Wall Street Journal, CNN, New York Times, Fortune CNN Money, Los Angeles Times, National Public Radio, International Business Times, TV Tokyo, IE Business News in India and CCTV in China. \N                                                \N                                            \N                                            \N                                        \N\N                                        \N                                        \N                                            \N                                            Topic: Investments and Insurance\N                                            \N                                            \N                                            \N                                            \N                                                \N                                                Level: Advanced\N                                                Presenter Name: David A. Koch\N                                                Bio: David joined Halbert Hargrove in 2011. He says of his role at HH, “My work encompasses far more problem solving and life-coaching than I ever anticipated. I enjoy the challenge and reward of helping people through life-changing decisions.” David advises a wide variety of clients, including individuals, families, corporate retirement plans, family limited partnerships, and nonprofits. David is a Chartered Financial Analyst® charter holder (CFA). He was awarded this certification, noted for its rigorous curriculum, after he passed three sequential six-hour exams and earned four years of qualifying professional investment experience. David earned a B.S. in Biopsychology and a B.A. in Global & International Studies from UC Santa Barbara. He was awarded the ACCREDITED INVESTMENT FIDUCIARY™ designation by the University of Pittsburgh-affiliated Center for Fiduciary Studies and he is a CERTIFIED FINANCIAL PLANNER™ professional (CFP).\N                                                \N                                            \N                                            \N                                        \N                                        \N                                    \N\N                                    \N                                    \N\N                                    \N                                    Lunch: 11:45 a.m.\N\N                                    \N                                    \N\N                                    \N                                    Workshop Session #3 (12:15 p.m.)\N                                    \N                                        \N                                        \N                                        \N                                            \N                                            Topic: Interest Rates\N                                            \N                                            \N                                            \N                                            \N                                                !--  -->\N                                                Level: Beginner\N                                                Presenter Name: Oscar Velasco\N                                                Oscar Velasco, a seasoned professional in the financial industry, currently serves as the business development specialist II at LBS Financial Credit Union. With a remarkable track record spanning over two decades, Oscar brings a wealth of experience and expertise to his role. As a certified financial education instructor, he is dedicated to empowering and enlightening the community he serves by sharing his extensive financial knowledge. \N                                            \N                                            \N                                        \N\N                                        \N                                        \N                                            \N                                            Topic: Mortgage Rates\N                                            \N                                            \N                                            \N                                            \N                                                !--  -->\N                                                Level: Intermediate\N                                                Presenter Name: Laura Gonzalez\N                                                Dr. Laura Gonzalez is a professor of finance with over 15 years of experience teaching finance courses at M.S. Finance Analytics, MBA, and undergraduate levels. She is a certified Beach Mentor with extensive experience in University Honors, pre-doctoral McNair & Sally Casanova, and Undergraduate Research Office UROP and OURS programs. Media experience in financial literacy includes over 300 collaborations with Univision, WalletHub, MSNBC, KABC, Thomson Reuters, Wall Street Journal, CNN, New York Times, Fortune CNN Money, Los Angeles Times, National Public Radio, International Business Times, TV Tokyo, IE Business News in India and CCTV in China.\N                                            \N                                            \N                                        \N\N                                        \N                                        \N                                            \N                                            Topic: Wealth and Compound Interests\N                                            \N                                            \N                                            \N                                            \N                                                \N                                                Level: Advanced\N                                                Presenter Name: Frank McEnulty\N                                                Frank McEnulty is an experienced financial executive with an extensive background in new business start-ups, finance and accounting. He serves on the Board of Directors for Ojai Oil Company. He also teaches Finance and Entrepreneurship classes at LBSU and is a consultant to new business start-up companies. Mr. McEnulty has a B.S. degree from LBSU in accounting and finance and an MBA from the University of Southern California. \N                                            \N                                            \N                                        \N                                        \N                                    \N\N                                    \N\N                                    \N                                    Panel Discussion with Financial Experts (1:05 p.m.)\N                                    !-- Hear from professionals about their journey in financial literacy, key habits to grow your money, and how financial literacy has impacted their lives! -->\N\N                                    \N                                        \N                                        \N                                        \N                                            \N                                            Giorgina Nguyen\N                                            \N                                            \N                                            \N                                            \N                                                \N                                                Bio:As a seasoned financial advisor focused on helping her clients achieve financial wellness and independence, Giorgina specializes in assisting professionals and families in crafting comprehensive financial plans tailored to their unique goals and aspirations. Giorgina graduated from Long Beach State University (LBSU), earning a B.A. in financial management and a B.S. in business economics. She has maintained her CERTIFIED FINANCIAL PLANNER™ designation since 2014. \N                                                \N                                            \N                                            \N                                        \N\N                                        \N                                        \N                                            \N                                            Wade Perry\N                                            \N                                            \N                                            \N                                            \N                                                \N                                                Title: Wade S. Perry, AIF®, CPFA® | Managing Principal, Stonemark Wealth Management \N                                                 Bio: Wade Perry is Managing Principal and Co-Founder of Stonemark Wealth Management, where he oversees SEC compliance and works with clients on customized strategies for asset allocation, estate planning, and philanthropy. He began his financial career with Putnam Investments and has since held leadership roles at American Express Financial Advisors and Tower Asset Management. Wade earned a cum laude degree from the University of Massachusetts, Boston, and holds both the Accredited Investment Fiduciary® (AIF®) and Certified Plan Fiduciary Advisor (CPFA) designations.  \N                                                Wade is a combat veteran of the United States Marine Corps, having served three overseas tours, including active participation in Operation Desert Shield/Desert Storm. He currently serves as a Director on the Board of The Fisher House Foundation of Southern California, supporting military families in need, and remains active in the veteran community through the Newport Beach American Legion Honor Guard. He lives with his wife and family in Long Beach. \N                                                \N                                            \N                                            \N                                        \N\N                                        \N                                        \N                                            \N                                            Simon Scherer \N                                            \N                                            \N                                            \N                                            \N                                                \N                                                 Title: Senior Staff Tax Accountant at HCVT \N                                                 Bio: Simon Scherer is a tax accountant at Holthouse Carlin & Van Trigt LLP, where he has worked since 2015. He began as a summer intern during high school and continued through college before starting full time in 2022. He has since passed all four sections of the CPA exam and is in the final stages of licensure. Simon is passionate about financial literacy and helping students and young professionals build clarity and confidence in their financial lives. \N                                                \N                                            \N                                            \N                                        \N\N                                        \N                                        \N                                            \N                                            Frank McEnulty\N                                            \N                                            \N                                            \N                                            \N                                                \N                                                Bio: Frank McEnulty is an experienced financial executive with an extensive background in new business start-ups, finance and accounting. He serves on the Board of Directors for Ojai Oil Company. He also teaches Finance and Entrepreneurship classes at LBSU and is a consultant to new business start-up companies. Mr. McEnulty has a B.S. degree from LBSU in accounting and finance and an MBA from the University of Southern California. \N                                                \N                                            \N                                            \N                                        \N                                        \N                                    \N\N                                    \N\N                                    \N                                    Closing: 1:50–2 p.m.\N                                    \N                                        \N                                        \N                                            \N                                            Event Close-out\N                                            \N                                            \N                                            \N                                            \N                                                \N                                                Certificate Presentation\N                                                Group Photo\N                                                \N                                            \N                                            \N                                        \N                                        \N                                    \N                                    \N\N                                     \N\N                                    \N                                    \N                                \N                                \N                            \N                            \N                        \N                        \N                    \N                    \N                \N                \N            \N            \N        \N        \N\N        \N        \N            \N\N            {loadmoduleid 368}\N        \N        \N    \N\N    \N    \N    document.addEventListener("DOMContentLoaded", function () {\N        document\N        .querySelectorAll("#HistoryOfUniversity .acco button")\N        .forEach((item) => item.addEventListener("click", toggleacco));\N\N        function toggleacco() {\N        const parentAcco = this.closest(".acco");\N        const itemsInThisAcco = parentAcco.querySelectorAll("button");\N        const currentStatus = this.getAttribute("aria-expanded");\N\N        if (currentStatus == "false") {\N            // Close all other items\N            // for (let i = 0; i  itemsInThisAcco.length; i++) {\N            //   itemsInThisAcco[i].setAttribute("aria-expanded", "false");\N            // }\N            // Open the clicked item\N            this.setAttribute("aria-expanded", "true");\N        } else {\N            // Close the clicked item\N            this.setAttribute("aria-expanded", "false");\N        }\N        }\N    });\N    \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;    }    .desc{        display: flex;         gap: 20px;    }    .desc>img{        width: 40%;        height: 40% !important;    }  /* _____________Accordian Section CSS+_______________ */    .mission_wrapper img {    float: left;    padding: 0 24px 24px 12px;  }  @media (max-width: 700px) {    .mission_wrapper img {      width: 100%;      float: none;    }  }  .acco .acco-item {    border-bottom: 1px solid #e5e5e5;  }  .acco button {    position: relative;    display: block;    text-align: left;    width: 100%;    padding: 1em 0;    color: #ecaa00;    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-size: 1.8rem;    font-weight: bold;    color: #000000;  }  .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: #ecaa00;    border-bottom: 1px solid #ecaa00;    /* background-color: #ecaa00; */  }  .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 #ecaa003f;    border-right: 2px solid #ecaa003f;  }  .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__________ *//* Button Start (responsive) */.button-3 {  appearance: none;  background-color: #ecaa00;  border: 1px solid rgba(27, 31, 35, 0.15);  border-radius: 10px;  box-shadow: 3px 3px 0 0 rgb(0 0 0);  box-sizing: border-box;  color: #000;  cursor: pointer;  display: inline-flex;              /* center text better & allow wrapping */  align-items: center;  justify-content: center;  gap: .5rem;  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";  font-size: clamp(1rem, 2vw + .6rem, 2.2rem); /* scales with viewport */  font-weight: 600;  line-height: 1.25;                 /* better touch target */  padding: clamp(12px, 1.5vw + 8px, 14px) clamp(16px, 3vw + 12px, 47px);  text-align: center;  text-decoration: none;  white-space: normal;               /* allow wrapping on small screens */  user-select: none;  -webkit-user-select: none;  touch-action: manipulation;  vertical-align: middle;  -webkit-tap-highlight-color: transparent;}.button-3:focus:not(:focus-visible):not(.focus-visible) {  box-shadow: none;  outline: none;}.button-3:hover {  background-color: #d49900 !important;}.button-3:focus,.button-3:focus-visible {  box-shadow: 0 0 0 3px rgba(46, 164, 79, 0.4);  outline: none;}.button-3:disabled {  background-color: #ecaa00;  border-color: rgba(27, 31, 35, 0.1);  color: rgba(255, 255, 255, 0.8);  cursor: default;}.button-3:active {  background-color: #ecaa00;  box-shadow: rgba(20, 70, 32, 0.2) 0 1px 0 inset;}/* Breakpoints */@media (max-width: 768px) {  .button-3 {    width: 100%;              /* full-width on tablets/phones */    font-size: clamp(1rem, 3.5vw, 1.4rem);    padding: 14px 18px;  }}@media (max-width: 480px) {  .button-3 {    border-radius: 12px;    box-shadow: 2px 2px 0 0 rgb(0 0 0);  /* slightly lighter shadow */  }}/* Button End */  .aux-btn {    display: flex;    justify-content: center;    margin: 25px 0;  }  /* Button End */</style><div class="container-fluid">    <div class="row">        <!-- --------------------                 START OF LEFT SIDE             --------------------- -->        <div class="col-md-6">            <div class="container-fluid module_round_box-gray" style="padding: 40px 15px">                <div class="row">                    <div class="col-md-12">                        <div class="container-fluid">                            <div class="row" style="                    background-color: white;                    border-radius: 20px;                    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;                    margin-bottom: 20px;                  ">                                <!-- DATE -->                                <div class="col-md-4" itemprop="startDate" content="2022-08-22">                                    <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">Oct. 10</p>                                </div>                                <!-- LOCATION -->                                <div>                                    <div class="col-md-4" 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">the Pointe</p>                                    </div>                                </div>                                <!-- Time -->                                <div class="col-md-4" itemprop="endDate" content="2022-12-18">                                    <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 a.m. to 2 p.m.</p>                                </div>                            </div>                            <!-- Event Description and Content -->                            <div class="row" style="                                    background-color: white;                                    border-radius: 20px;                                    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;                                ">                                <div class="col-md-12">                                    <p class="event-title-head">Description</p>                                    <!-- Place all elements of description within their own p tags -->                                    <div itemprop="description">                                    <p>                                        Develop skills in saving, spending and everything in between! Join Associated Students Inc. (ASI) Student Government and Beach Pride Events’ (BPE) Financial Empowerment Conference. This event is designed to help you manage and understand how to become financially independent.                                    </p>                                    <p>                                        Join us Oct. 10, from 10 a.m. to 2 p.m. at the Pointe to engage with financial experts. All attendees will receive FREE concessions, while supplies last, and the chance to win ASI swag! Every participant will receive a certificate of completion before the conference concludes.                                    </p>                                    <!-- Registration -->                                    <div class="aux-btn">                                        <a                                            href="https://csulb.campuslabs.com/engage/event/11432384"                                            target="_blank"                                            rel="noopener noreferrer"                                        >                                            <button class="button-3" role="button">                                            Finacial Empowerment Conference Registration                                             </button>                                        </a>                                    </div>                                    <p>Below you’ll find a breakdown of who will be presenting and what their expertise is to help you decide which activities to attend.</p>                                    <hr style="border: 2px solid #ecaa00" />                                    <h3>Welcome and Registration (10 a.m.)</h3>                                    <hr style="border: 2px solid #ecaa00" />                                    <!-- =========================                                        Workshop Session #1 (10:15)                                        ========================= -->                                    <h3>Workshop Session #1 10:15 a.m.</h3>                                    <div id="HistoryOfUniversity">                                        <div class="acco">                                        <!-- Financial Lingo and Scams — Oscar Velasco -->                                        <div class="acco-item">                                            <button id="ws1-oscar-lingo-scams" aria-expanded="false">                                            <span class="acco-title">Topic: Financial Lingo and Scams</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"><div class="mission_wrapper">                                                <img src="images/enjoy/beachpride/Fall-24/presenter/Oscar_Velasco.jpg" alt="Oscar Velasco headshot" />                                                <p><b>Level:</b> Beginner</p>                                                <p><b>Presenter Name:</b> Oscar Velasco</p>                                                <p>                                                Oscar Velasco, a seasoned professional in the financial industry, currently serves as the business development specialist II at LBS Financial Credit Union. With a remarkable track record spanning over two decades, Oscar brings a wealth of experience and expertise to his role. As a certified financial education instructor, he is dedicated to empowering and enlightening the community he serves by sharing his extensive financial knowledge.                                                 </p>                                            </div></div></div>                                            </div>                                        </div>                                        <!-- 401K — David A. Koch -->                                        <div class="acco-item">                                            <button id="ws1-david-koch-401k" aria-expanded="false">                                            <span class="acco-title">Topic: 401K</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"><div class="mission_wrapper">                                                <!-- <img src="images/enjoy/calendar/Fall2025/David-A-Koch.png" alt="David A. Koch headshot" /> -->                                                <p><b>Level:</b> Intermediate</p>                                                <p><b>Presenter Name:</b> David A. Koch</p>                                                <p>                                                David joined Halbert Hargrove in 2011. He says of his role at HH, “My work encompasses far more problem solving and life-coaching than I ever anticipated. I enjoy the challenge and reward of helping people through life-changing decisions.” David advises a wide variety of clients, including individuals, families, corporate retirement plans, family limited partnerships, and nonprofits. David is a Chartered Financial Analyst® charter holder (CFA). He was awarded this certification, noted for its rigorous curriculum, after he passed three sequential six-hour exams and earned four years of qualifying professional investment experience. David earned a B.S. in Biopsychology and a B.A. in Global & International Studies from UC Santa Barbara. He was awarded the ACCREDITED INVESTMENT FIDUCIARY™ designation by the University of Pittsburgh-affiliated Center for Fiduciary Studies and he is a CERTIFIED FINANCIAL PLANNER™ professional (CFP).                                                </p>                                            </div></div></div>                                            </div>                                        </div>                                        <!-- Debt Management -->                                        <div class="acco-item">                                            <button id="Debt-Management" aria-expanded="false">                                            <span class="acco-title">Topic: Debt Management</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"><div class="mission_wrapper">                                                <img src="https://www.asicsulb.org/corporate/images/enjoy/calendar/Fall2025/Wade-Perry.png" alt="David A. Koch headshot" />                                                <p><b>Level:</b> Advanced</p>                                                <p><b>Presenter Name:</b> Wade Perry</p>                                                <p><b>Bio: </b>Wade Perry is Managing Principal and Co-Founder of Stonemark Wealth Management, where he oversees SEC compliance and works with clients on customized strategies for asset allocation, estate planning, and philanthropy. He began his financial career with Putnam Investments and has since held leadership roles at American Express Financial Advisors and Tower Asset Management. Wade earned a cum laude degree from the University of Massachusetts, Boston, and holds both the Accredited Investment Fiduciary® (AIF®) and Certified Plan Fiduciary Advisor (CPFA) designations. Wade is a combat veteran of the United States Marine Corps, having served three overseas tours, including active participation in Operation Desert Shield/Desert Storm. He currently serves as a Director on the Board of The Fisher House Foundation of Southern California, supporting military families in need, and remains active in the veteran community through the Newport Beach American Legion Honor Guard. He lives with his wife and family in Long Beach.                                                </p>                                            </div></div></div>                                            </div>                                        </div>                                        </div>                                    </div>                                    <hr style="border: 2px solid #ecaa00" />                                    <!-- =========================                                        Workshop Session #2 (11:00)                                        ========================= -->                                    <h3>Workshop Session #2 (11 a.m.)</h3>                                    <div id="HistoryOfUniversity">                                        <div class="acco">                                        <!-- How Does Credit Work? — Oscar -->                                        <div class="acco-item">                                            <button id="ws2-oscar-credit" aria-expanded="false">                                            <span class="acco-title">Topic: How Does Credit Work?</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"><div class="mission_wrapper">                                                <!-- <img src="images/enjoy/beachpride/Fall-24/presenter/Oscar_Velasco.jpg" alt="Oscar Velasco headshot" /> -->                                                <p><b>Level:</b> Beginner</p>                                                <p><b>Presenter Name:</b> Oscar Velasco</p>                                                <p>Oscar Velasco, a seasoned professional in the financial industry, currently serves as the business development specialist II at LBS Financial Credit Union. With a remarkable track record spanning over two decades, Oscar brings a wealth of experience and expertise to his role. As a certified financial education instructor, he is dedicated to empowering and enlightening the community he serves by sharing his extensive financial knowledge.</p>                                            </div></div></div>                                            </div>                                        </div>                                        <!-- Investments & High Yield Accounts — Laura -->                                        <div class="acco-item">                                            <button id="ws2-laura-invest-hysa" aria-expanded="false">                                            <span class="acco-title">Topic: Investments &amp; High Yield Accounts</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"><div class="mission_wrapper">                                                <img src="images/enjoy/calendar/Fall2025/Laura_Gonzalez.png" alt="Laura Gonzalez headshot" />                                                <p><b>Level:</b> Intermediate</p>                                                <p><b>Presenter Name:</b> Laura Gonzalez</p>                                                <p><b>Bio: </b>Dr. Laura Gonzalez is a professor of finance with over 15 years of experience teaching finance courses at M.S. Finance Analytics, MBA, and undergraduate levels. She is a certified Beach Mentor with extensive experience in University Honors, pre-doctoral McNair & Sally Casanova, and Undergraduate Research Office UROP and OURS programs. Media experience in financial literacy includes over 300 collaborations with Univision, WalletHub, MSNBC, KABC, Thomson Reuters, Wall Street Journal, CNN, New York Times, Fortune CNN Money, Los Angeles Times, National Public Radio, International Business Times, TV Tokyo, IE Business News in India and CCTV in China.                                                 </p>                                            </div></div></div>                                            </div>                                        </div>                                        <!-- Investments and Insurance — David A. Koch -->                                        <div class="acco-item">                                            <button id="ws2-david-koch-insurance" aria-expanded="false">                                            <span class="acco-title">Topic: Investments and Insurance</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"><div class="mission_wrapper">                                                <img src="images/enjoy/calendar/Fall2025/David-A-Koch.png" alt="David A. Koch headshot" />                                                <p><b>Level:</b> Advanced</p>                                                <p><b>Presenter Name:</b> David A. Koch</p>                                                <p><b>Bio: </b>David joined Halbert Hargrove in 2011. He says of his role at HH, “My work encompasses far more problem solving and life-coaching than I ever anticipated. I enjoy the challenge and reward of helping people through life-changing decisions.” David advises a wide variety of clients, including individuals, families, corporate retirement plans, family limited partnerships, and nonprofits. David is a Chartered Financial Analyst® charter holder (CFA). He was awarded this certification, noted for its rigorous curriculum, after he passed three sequential six-hour exams and earned four years of qualifying professional investment experience. David earned a B.S. in Biopsychology and a B.A. in Global & International Studies from UC Santa Barbara. He was awarded the ACCREDITED INVESTMENT FIDUCIARY™ designation by the University of Pittsburgh-affiliated Center for Fiduciary Studies and he is a CERTIFIED FINANCIAL PLANNER™ professional (CFP).                                                </p>                                            </div></div></div>                                            </div>                                        </div>                                        </div>                                    </div>                                    </br>                                    <hr style="border: 2px solid #ecaa00" />                                    <!-- LUNCH -->                                    <h3>Lunch: 11:45 a.m.</h3>                                    <hr style="border: 2px solid #ecaa00" />                                    </br>                                    <!-- =========================                                        Workshop Session #3 (12:15)                                        ========================= -->                                    <h3>Workshop Session #3 (12:15 p.m.)</h3>                                    <div id="HistoryOfUniversity">                                        <div class="acco">                                        <!-- Interest Rates — Oscar -->                                        <div class="acco-item">                                            <button id="ws3-oscar-rates" aria-expanded="false">                                            <span class="acco-title">Topic: Interest Rates</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"><div class="mission_wrapper">                                                <!-- <img src="images/enjoy/beachpride/Fall-24/presenter/Oscar_Velasco.jpg" alt="Oscar Velasco headshot" /> -->                                                <p><b>Level:</b> Beginner</p>                                                <p><b>Presenter Name:</b> Oscar Velasco</p>                                                <p>Oscar Velasco, a seasoned professional in the financial industry, currently serves as the business development specialist II at LBS Financial Credit Union. With a remarkable track record spanning over two decades, Oscar brings a wealth of experience and expertise to his role. As a certified financial education instructor, he is dedicated to empowering and enlightening the community he serves by sharing his extensive financial knowledge. </p>                                            </div></div></div>                                            </div>                                        </div>                                        <!-- Mortgage Rates — Laura -->                                        <div class="acco-item">                                            <button id="ws3-laura-mortgage" aria-expanded="false">                                            <span class="acco-title">Topic: Mortgage Rates</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"><div class="mission_wrapper">                                                <!-- <img src="images/enjoy/calendar/Fall2025/Laura_Gonzalez.png" alt="Laura Gonzalez headshot" /> -->                                                <p><b>Level:</b> Intermediate</p>                                                <p><b>Presenter Name:</b> Laura Gonzalez</p>                                                <p>Dr. Laura Gonzalez is a professor of finance with over 15 years of experience teaching finance courses at M.S. Finance Analytics, MBA, and undergraduate levels. She is a certified Beach Mentor with extensive experience in University Honors, pre-doctoral McNair & Sally Casanova, and Undergraduate Research Office UROP and OURS programs. Media experience in financial literacy includes over 300 collaborations with Univision, WalletHub, MSNBC, KABC, Thomson Reuters, Wall Street Journal, CNN, New York Times, Fortune CNN Money, Los Angeles Times, National Public Radio, International Business Times, TV Tokyo, IE Business News in India and CCTV in China.</p>                                            </div></div></div>                                            </div>                                        </div>                                        <!-- Wealth and Compound Interests — Frank McEnulty -->                                        <div class="acco-item">                                            <button id="ws3-frank-wealth-compound" aria-expanded="false">                                            <span class="acco-title">Topic: Wealth and Compound Interests</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"><div class="mission_wrapper">                                                <img src="images/enjoy/beachpride/Fall-24/presenter/Frank_McEnulty_Photo_1.jpg" alt="Frank McEnulty headshot" />                                                <p><b>Level:</b> Advanced</p>                                                <p><b>Presenter Name:</b> Frank McEnulty</p>                                                <p>Frank McEnulty is an experienced financial executive with an extensive background in new business start-ups, finance and accounting. He serves on the Board of Directors for Ojai Oil Company. He also teaches Finance and Entrepreneurship classes at LBSU and is a consultant to new business start-up companies. Mr. McEnulty has a B.S. degree from LBSU in accounting and finance and an MBA from the University of Southern California. </p>                                            </div></div></div>                                            </div>                                        </div>                                        </div>                                    </div>                                    <hr style="border: 2px solid #ecaa00" />                                    <!-- =========================                                        Panel Discussion (1:05 p.m.)                                        ========================= -->                                    <h3>Panel Discussion with Financial Experts (1:05 p.m.)</h3>                                    <!-- <p>Hear from professionals about their journey in financial literacy, key habits to grow your money, and how financial literacy has impacted their lives!</p> -->                                    <div id="HistoryOfUniversity">                                        <div class="acco">                                        <!-- Giorgina Nguyen -->                                        <div class="acco-item">                                            <button id="panel-giorgina-nguyen" aria-expanded="false">                                            <span class="acco-title">Giorgina Nguyen</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"><div class="mission_wrapper">                                                <img src="images/enjoy/calendar/Fall2025/Giorgina_Nguyen.png" alt="Giorgina Nguyen headshot" />                                                <p><b>Bio:</b>As a seasoned financial advisor focused on helping her clients achieve financial wellness and independence, Giorgina specializes in assisting professionals and families in crafting comprehensive financial plans tailored to their unique goals and aspirations. Giorgina graduated from Long Beach State University (LBSU), earning a B.A. in financial management and a B.S. in business economics. She has maintained her CERTIFIED FINANCIAL PLANNER™ designation since 2014.                                                 </p>                                            </div></div></div>                                            </div>                                        </div>                                        <!-- Wade Perry -->                                        <div class="acco-item">                                            <button id="panel-wade-perry" aria-expanded="false">                                            <span class="acco-title">Wade Perry</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"><div class="mission_wrapper">                                                <img src="https://www.asicsulb.org/corporate/images/enjoy/calendar/Fall2025/Wade-Perry.png" alt="Wade Perry headshot" />                                                <p><b>Title:</b> Wade S. Perry, AIF®, CPFA® | Managing Principal, Stonemark Wealth Management </p>                                                <p> <b>Bio:</b> Wade Perry is Managing Principal and Co-Founder of Stonemark Wealth Management, where he oversees SEC compliance and works with clients on customized strategies for asset allocation, estate planning, and philanthropy. He began his financial career with Putnam Investments and has since held leadership roles at American Express Financial Advisors and Tower Asset Management. Wade earned a cum laude degree from the University of Massachusetts, Boston, and holds both the Accredited Investment Fiduciary® (AIF®) and Certified Plan Fiduciary Advisor (CPFA) designations. </p>                                                 <p>Wade is a combat veteran of the United States Marine Corps, having served three overseas tours, including active participation in Operation Desert Shield/Desert Storm. He currently serves as a Director on the Board of The Fisher House Foundation of Southern California, supporting military families in need, and remains active in the veteran community through the Newport Beach American Legion Honor Guard. He lives with his wife and family in Long Beach.                                                 </p>                                            </div></div></div>                                            </div>                                        </div>                                        <!-- Simon Scherer -->                                        <div class="acco-item">                                            <button id="panel-simon-scherer" aria-expanded="false">                                            <span class="acco-title">Simon Scherer </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"><div class="mission_wrapper">                                                <img src="images/enjoy/calendar/Fall2025/Simon-Schere.png" alt="Simon Scherer headshot" />                                                 <p><b>Title:</b> Senior Staff Tax Accountant at HCVT </p>                                                <p> <b>Bio:</b> Simon Scherer is a tax accountant at Holthouse Carlin & Van Trigt LLP, where he has worked since 2015. He began as a summer intern during high school and continued through college before starting full time in 2022. He has since passed all four sections of the CPA exam and is in the final stages of licensure. Simon is passionate about financial literacy and helping students and young professionals build clarity and confidence in their financial lives.                                                 </p>                                            </div></div></div>                                            </div>                                        </div>                                        <!-- Frank McEnulty -->                                        <div class="acco-item">                                            <button id="panel-frank-mcenulty" aria-expanded="false">                                            <span class="acco-title">Frank McEnulty</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"><div class="mission_wrapper">                                                <img src="images/enjoy/beachpride/Fall-24/presenter/Frank_McEnulty_Photo_1.jpg" alt="Frank McEnulty headshot" />                                                <p><b>Bio: </b>Frank McEnulty is an experienced financial executive with an extensive background in new business start-ups, finance and accounting. He serves on the Board of Directors for Ojai Oil Company. He also teaches Finance and Entrepreneurship classes at LBSU and is a consultant to new business start-up companies. Mr. McEnulty has a B.S. degree from LBSU in accounting and finance and an MBA from the University of Southern California.                                                 </p>                                            </div></div></div>                                            </div>                                        </div>                                        </div>                                    </div>                                    <hr style="border: 2px solid #ecaa00" />                                    <!-- CLOSING -->                                    <h3>Closing: 1:50–2 p.m.</h3>                                    <div id="HistoryOfUniversity">                                        <div class="acco">                                        <div class="acco-item">                                            <button id="closing-session" aria-expanded="false">                                            <span class="acco-title">Event Close-out</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"><div class="mission_wrapper">                                                <ul>                                                <li>Certificate Presentation</li>                                                <li>Group Photo</li>                                                </ul>                                            </div></div></div>                                            </div>                                        </div>                                        </div>                                    </div>                                    </br>                                    </div> <!-- /description -->                                    <!-- TEchnically the end of the accordion -->                                    <!-- Technically the end of the "description" -->                                </div>                                <!-- md12 end -->                            </div>                            <!-- End event Description and content -->                        </div>                        <!-- end container fluid -->                    </div>                    <!-- end mdcol12 -->                </div>                <!-- End row -->            </div>            <!-- End of Grey box -->        </div>        <!-- end of left side -->        <!-- -------------------                START OF RIGHT SIDE            --------------------- -->        <div class="col-md-6">            <img style="width: 100%"                src="images/enjoy/calendar/Fall2025/F25_BPE_Financial_EmpowermentE_dgtl-CalEvent.jpg"                alt="Financial Empowerment Conference                    Oct. 10                     10 a.m. to 2 p.m.                     The Pointe " />            {loadmoduleid 368}        </div>        <!-- Technically end of right side -->    </div>    <!-- 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></div>
LAST-MODIFIED:20251001T194610Z
X-ACCESS:1
X-HITS:1383
X-URL:
X-COLOR:E54268
END:VEVENT
END:VCALENDAR