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:20230505T183000
DTEND;TZID=America/Los_Angeles:20230505T213000
UID:4B2EB6AF-9BC8-4591-BFAD-5E25EAD486A7
SUMMARY:ASI Big Event with T-Pain
DTSTAMP:20230421T224043Z
DESCRIPTION:\N    .counter_text {\N        background-color: #f8f8f8;\N        color: #191919;\N        text-align: center;\N        font-size: 2em;\N        line-height: 130%;\N        padding: 1% 0;\N    }\N    #event_countdown span {  \N        font-weight: 700;\N    }\N    .time {\N        border-radius: 5px;\N        box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);\N        display: inline-block;\N        text-align: center;\N        position: relative;\N        height: 95px;\N        width: 105px;\N\N        -webkit-perspective: 479px;\N        -moz-perspective: 479px;\N        -ms-perspective: 479px;\N        -o-perspective: 479px;\N        perspective: 479px;\N\N        -webkit-backface-visibility: hidden;\N        -moz-backface-visibility: hidden;\N        -ms-backface-visibility: hidden;\N        -o-backface-visibility: hidden;\N        backface-visibility: hidden;\N\N        -webkit-transform: translateZ(0);\N        -moz-transform: translateZ(0);\N        -ms-transform: translateZ(0);\N        -o-transform: translateZ(0);\N        transform: translateZ(0);\N\N        -webkit-transform: translate3d(0,0,0);\N        -moz-transform: translate3d(0,0,0);\N        -ms-transform: translate3d(0,0,0);\N        -o-transform: translate3d(0,0,0);\N        transform: translate3d(0,0,0);\N    }\N    .count {\N        background: #cc3352;\N        color: #f8f8f8;\N        display: block;\N        font-family: 'Oswald', sans-serif;\N        font-size: 2em;\N        line-height: 2.4em;\N        overflow: hidden;\N        position: absolute;\N        text-align: center;\N        /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); */\N        top: 0;\N        width: 100%;\N        /* -webkit-transform: translateZ(0); */\N        -moz-transform: translateZ(0);\N        -ms-transform: translateZ(0);\N        -o-transform: translateZ(0);\N        /* transform: translateZ(0); */\N        /* -webkit-transform-style: flat; */\N        -moz-transform-style: flat;\N        -ms-transform-style: flat;\N        -o-transform-style: flat;\N        /* transform-style: flat; */\N    }\N    .count .top {\N        /* border-top: 1px solid rgba(255,255,255,0.2); */\N        /* border-bottom: 1px solid rgba(255,255,255,0.1); */\N        border-radius: 5px 5px 0 0;\N        height: 50%;\N\N        -webkit-transform-origin: 50% 100%;\N        -moz-transform-origin: 50% 100%;\N        -ms-transform-origin: 50% 100%;\N        -o-transform-origin: 50% 100%;\N        transform-origin: 50% 100%;\N    }\N    .count.bottom {\N        background-image: linear-gradient(rgba(255,255,255,0.1), transparent);\N        background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);\N        background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);\N        background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);\N        background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);\N        /* border-top: 1px solid #000; */\N        /* border-bottom: 1px solid #000; */\N        border-radius: 0 0 5px 5px;\N        line-height: 0;\N        -webkit-transform-origin: 50% 0;\N        -moz-transform-origin: 50% 0;\N        -ms-transform-origin: 50% 0;\N        -o-transform-origin: 50% 0;\N        transform-origin: 50% 0;\N    }\N    .count.next {\N    }\N    .label {\N        margin-top: 6.5em;\N        display: block;\N        position: absolute;\N        /*top: 102%;*/\N        width: 100%;\N        color: #191919;\N    }\N    /* Animation start */\N    .count.curr.top {\N        -webkit-transform: rotateX(0deg);\N        -moz-transform: rotateX(0deg);\N        -ms-transform: rotateX(0deg);\N        -o-transform: rotateX(0deg);\N        transform: rotateX(0deg);\N        z-index: 3;\N    }\N    .count.next.bottom {\N        -webkit-transform: rotateX(90deg);\N        -moz-transform: rotateX(90deg);\N        -ms-transform: rotateX(90deg);\N        -o-transform: rotateX(90deg);\N        transform: rotateX(90deg);\N        z-index: 2;\N    }\N    /* Animation end */\N    .flip .count.curr.top {\N        -webkit-transition: all 250ms ease-in-out;\N        -moz-transition: all 250ms ease-in-out;\N        -ms-transition: all 250ms ease-in-out;\N        -o-transition: all 250ms ease-in-out;\N        transition: all 250ms ease-in-out;\N\N        -webkit-transform: rotateX(-87deg);\N        -moz-transform: rotateX(-87deg);\N        -ms-transform: rotateX(-87deg);\N        -o-transform: rotateX(-87deg);\N        transform: rotateX(-87deg);\N        color: #000;\N        opacity: 0;\N    }\N    .flip .count.next.bottom {\N        -webkit-transition: all 250ms ease-in-out 250ms;\N        -moz-transition: all 250ms ease-in-out 250ms;\N        -ms-transition: all 250ms ease-in-out 250ms;\N        -o-transition: all 250ms ease-in-out 250ms;\N        transition: all 250ms ease-in-out 250ms;\N\N        -webkit-transform: rotateX(0deg);\N        -moz-transform: rotateX(0deg);\N        -ms-transform: rotateX(0deg);\N        -o-transform: rotateX(0deg);\N        transform: rotateX(0deg);\N    }\N    .countdown-container {\N        height: 130px;\N    }\N    .countdown-padding{\N        padding: 0 0 2.6em 0;\N    }\N    @media screen and (max-width: 650px){\N        .label  {\N            font-size: 0.4em !important;\N        }\N        .time{\N            height:2em;\N            width:1.6em;\N        }\N        .count {\N            font-size: 1em;\N        }\N        .countdown-padding{\N            padding: 0 0 1em 0;\N        }\N    }\N    @media screen and (max-width: 350px){\N        .time{\N            height:2em;\N            width:1.4em;\N        }\N    }\N\N\N    \N        \N            \N                \N                    \N                        \N                            \N                                Date\N                                    May 5\N                                \N                                Location\N                                    Walter Pyramid\N                                \N                                Time\N                                    Doors open at 6 p.m.\N                                \N                            \N                            \N                                Description\N                                    \N                                        \N                                            \N                                                \N                                                \N                                            \N                                        \N                                    \N                                    \N                                        This year, ASI is proud to present ASI Big Event featuring\N                                            T-Pain! Tickets are on sale NOW!\N                                    \N                                    \N                                        T-Pain is one of America's most highly prolific and entertaining artists! Since\N                                        emerging, T-Pain not only changed the course of pop, hip-hop and R&B, he has\N                                        reshaped the fabric of the culture itself. With his numerous accomplishments,\N                                        including over 10 top-10 singles on the Billboard Hot 100 chart, 12 GRAMMY Award\N                                        nominations and two GRAMMY Awards for his collaborative singles with Kanye West\N                                        (“Good Life”) and Jamie Foxx (“Blame It”), T-Pain has amassed a huge following.\N                                        T-Pain's voice can be heard loud and clear from gathering billions of streams to\N                                        selling out on multiple continents and even shocking audiences everywhere as the\N                                        first-ever winner of FOX’s The Masked Singer. Fans watch T-Pain from every angle\N                                        as his presence continues to grow, shining as a Twitch phenomenon, podcast\N                                        influencer, car enthusiast and prominent drifting participant, author, actor and\N                                        loving father, husband, brother and son.\N                                    \N                                    T-Pain's career has taken off and he has become one of the most successful and\N                                        celebrated artists of our time. And to this day, his hit singles from third\N                                        album, "Three Ringz", continue to be crowd favorites, transcending generations\N                                        with hits such as "Buy U a Drank (Shawty Snappin')", "Bartender (Akon)"\N                                        and "I'm Sprung".\N                                    \N\N                                    \N                                        Check out more from T-Pain!\N                                    \N                                    \N                                    \N                                        Instagram | Spotify | YouTube | Twitch | FaceBook\N                                    \N\N\N                                    Ticket Information\N\N                                    \N\N                                        Buy Ticket Here\N                                    \N                                    Student tickets are available online (while supplies last): \N                                    \N                                    \N                                        General (bleachers) = $20 \N                                        Floor = SOLD OUT  \N\N                                    \N                                    \N                                    Faculty and staff tickets available May 3 at 10 a.m. (if available): \N                                    \N                                    \N                                        General = $40 \N                                        Tickets are sold in-person at the Walter Pyramid Ticket Office. \N                                        Proof of a valid staff ID must be shown for ticket purchase.  \N                                    \N                                    \N                                    *All tickets are available for Long Beach State University (LBSU) students, staff\N                                        or faculty. No alumni or off-campus guests are allowed.\N                                    Show Details\N\N                                   \N                                    \N                                        \N                                            Doors open at 6 p.m.\N                                        \N                                        \N                                            Headliner begins at 8 p.m.\N                                        \N                                        \N                                            All attendees must be 18+ years of age\N                                        \N                                        \N                                            To enter the event, all attendees must bring their ticket and Long Beach\N                                            State ID card\N                                        \N                                        \N                                            Video recording is prohibited\N                                        \N                                        \N                                            Re-entry will not be permitted\N                                        \N\N                                    \N                                    \N                                    \N                                        Do not attend this event if you have symptoms of COVID-19, have recently tested\N                                        positive for COVID-19 or if you were recently exposed to someone with COVID-19.\N                                    \N                                    FAQs\N                                    \N                                        \N                                            Where do I go to buy tickets?\N                                            \N                                        \N                                        \N                                            Please visit longbeachstate.com/studentlogin\N                                                ,To purchase your ticket in person, visit the Walter Pyramid Ticket\N                                                Office during business hours: Monday through Friday from 10 a.m. to 5\N                                                p.m. They accept Cash, Visa, MasterCard or American Express.\N\N                                                Faculty and staff can only purchase tickets in-person.\N                                            \N                                        \N                                    \N                                    \N                                        \N                                             My login information is not working?\N                                            \N                                        \N                                        \N                                            If you have never used the Athletics Ticket Website,\N                                                you must first register with your Student ID. If you have an existing\N                                                account and are unable to login, use the "forgot password" option to\N                                                reset your password.\N                                        \N                                    \N                                    \N                                        \N                                            I have registered my account and do not\N                                                    see the concert purchase page?\N                                        \N                                        \N                                            Once you have logged in, locate and click the\N                                                "Students" tab towards the top of the page. Once clicked, locate the\N                                                "Student Special Events." The concert is located on the next page.\N                                        \N                                    \N\N                                    \N                                        \N                                            How\N                                                    come I can only purchase one\N                                                    ticket?\N                                        \N                                        \N                                            This event is open only to LBSU students, staff and\N                                                faculty. Only one ticket is permitted per attendee. \N                                        \N                                    \N\N                                    \N                                        \N                                            How do I get my ticket after I have\N                                                    purchased it?\N                                        \N                                        \N                                            After your purchase, your ticket will be emailed to\N                                                you. Once acquired, you can either print out a copy or show a digital\N                                                copy on your phone to event staff upon entry.\N                                        \N                                    \N\N                                    \N                                        \N                                            I purchased one ticket online, but my\N                                                    credit card has multiple charges on it?\N                                        \N                                        \N                                            If you have attempted to purchase a ticket online\N                                                and input an incorrect billing address, you may receive a pending charge\N                                                on your bank statement. This charge should resolve itself within seven\N                                                business days and will not count toward a successful ticket purchase. If\N                                                the issue persists, please contact LBSUtickets@csulb.edu to\N                                                correct the charge.\N                                            \N                                        \N                                    \N\N                                    \N                                        \N                                            Can faculty or staff purchase tickets?\N                                            \N                                        \N                                        \N                                            \N                                                Yes. If tickets are available for purchase starting May 3 at 10 a.m.,\N                                                    faculty and staff may purchase a ticket. A $40 general (bleacher)\N                                                    seating ticket will be issued after showing proof of employment.\N                                                    Proof of a valid staff ID is required for ticket purchase.\N\N                                                \N                                                Current LBSU students hold ticket priority. Any additional ticket\N                                                    availability is not guaranteed.\N                                            \N                                        \N                                    \N\N                                    \N                                        \N                                            Are seats reserved?\N                                        \N                                        \N                                            All seating is first-come, first-served. Doors will\N                                                open at 6 p.m.\N                                        \N                                    \N\N                                    \N                                        \N                                            Who can enter and what can I bring?\N                                            \N                                        \N                                        \N                                            \N                                                This event is open to all LBSU students, staff and faculty who are\N                                                    18+ years of age. \N\N                                                All attendees must follow the Walter Pyramid Clear\N                                                        Bag and Prohibited Items policies. \N\N                                                No cameras are allowed. Please note that although phones are\N                                                    permitted, all video recordings are unauthorized.\N                                            \N                                        \N                                    \N\N                                    \N                                        \N                                            Can I bring a bag/purse?\N                                        \N                                        \N                                            \N                                                \N                                                    Please review the Long Beach State Athletics' Clear\N                                                        Bag and Prohibited Items policies.\N                                                \N\N\N                                            \N                                        \N                                    \N\N                                    \N                                        \N                                            Is parking free for the concert?\N                                        \N                                        \N                                            A parking permit is required on campus at all times.\N                                                If you do not have access to a permit, you can purchase a daily parking\N                                                pass for $15 at any kiosk located in the parking lots.\N\N                                            \N                                        \N                                    \N\N                                    \N                                        \N                                            Do I need to have classes in the Spring 2023\N                                                    Semester to be considered a current student?\N                                            \N                                        \N                                        \N                                            \N                                                Yes, current students must be enrolled in classes in the current,\N                                                    Spring 2023 Semester. \N\N                                            \N                                        \N                                    \N                                    \N                                        \N                                            Do I need to wear a face mask during the\N                                                    event? \N                                        \N                                        \N                                            \N                                                \N                                                    Face masks are not required but are highly recommended.\N                                                \N\N\N                                            \N                                        \N                                    \N                                    \N                                        \N                                            Who can I contact if I have a question\N                                                    about the concert?\N                                            \N                                        \N                                        \N                                            \N\N                                                For additional information related to ticketing, contact Long Beach\N                                                State Athletics ticket office (562)\N                                                    985 - 4949 or email LBSUtickets@csulb.edu.\N\N                                                \N                                                For additional information related to the concert, please contact\N                                                ASI's Big Event at (562) 985 –\N                                                    2535 or email ASI-BeachPride@csulb.edu.\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    %= label.length \N    \N\N\NjQuery(function() {\N    var labels = ['days', 'hours', 'minutes', 'seconds'],\N    template = _.template(jQuery('#event_countdown_template').html()),\N    currDate = '00:00:00:00:00',\N    nextDate = '00:00:00:00:00',\N    parser = /([0-9]{2})/gi,\N    $event_countdown = jQuery('#event_countdown');\N\N    // Parse countdown string to an object\N    function strfobj(str) {\N        var parsed = str.match(parser),\N        obj = {};\N        labels.forEach(function(label, i) {\N            obj[label] = parsed[i]\N        });\N        return obj;\N    }\N\N    // Return the time components that diffs\N    function diff(obj1, obj2) {\N        var diff = [];\N        labels.forEach(function(key) {\N            if (obj1[key] !== obj2[key]) {\N                diff.push(key);\N            }\N        });\N        return diff;\N    }\N\N    // Build the layout\N    var initData = strfobj(currDate);\N        labels.forEach(function(label, i) {\N        $event_countdown.append(template({\N            curr: initData[label],\N            next: initData[label],\N            label: label\N        }));\N    });\N\N    // Starts the countdown\N    $event_countdown.countdown("2023/05/05 19:00:00", function(event) {\N        var newDate = event.strftime('%D:%H:%M:%S'),\N        data;\N\N        if (event.elapsed) { // Either true or false               \N            // document.getElementById("begins_text").innerHTML = "";\N            // var ec = document.getElementById("event_countdown");\N            // ec.innerHTML = "Happening Now!"\N        } else {\N            document.getElementById("begins_text").innerHTML = "Countdown to the Big Event 2023";\N            if (newDate !== nextDate) {\N                currDate = nextDate;\N                nextDate = newDate;\N\N                // Setup the data\N                data = {\N                    'curr': strfobj(currDate),\N                    'next': strfobj(nextDate)\N                };\N\N                // Apply the new values to each node that changed\N                diff(data.curr, data.next).forEach(function(label) {\N                    var selector = '.%s'.replace(/%s/, label),\N                    jQuerynode = $event_countdown.find(selector);\N                    // Update the node\N                    jQuerynode.removeClass('flip');\N                    jQuerynode.find('.curr').text(data.curr[label]);\N                    jQuerynode.find('.next').text(data.next[label]);\N                    // Wait for a repaint to then flip\N\N                    _.delay(function(jQuerynode) {\N                    jQuerynode.addClass('flip');\N                    }, 50, jQuerynode);\N                });\N            }\N        }\N    });\N});\N
X-ALT-DESC;FMTTYPE=text/html:<style>    .counter_text {        background-color: #f8f8f8;        color: #191919;        text-align: center;        font-size: 2em;        line-height: 130%;        padding: 1% 0;    }    #event_countdown span {          font-weight: 700;    }    .time {        border-radius: 5px;        box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);        display: inline-block;        text-align: center;        position: relative;        height: 95px;        width: 105px;        -webkit-perspective: 479px;        -moz-perspective: 479px;        -ms-perspective: 479px;        -o-perspective: 479px;        perspective: 479px;        -webkit-backface-visibility: hidden;        -moz-backface-visibility: hidden;        -ms-backface-visibility: hidden;        -o-backface-visibility: hidden;        backface-visibility: hidden;        -webkit-transform: translateZ(0);        -moz-transform: translateZ(0);        -ms-transform: translateZ(0);        -o-transform: translateZ(0);        transform: translateZ(0);        -webkit-transform: translate3d(0,0,0);        -moz-transform: translate3d(0,0,0);        -ms-transform: translate3d(0,0,0);        -o-transform: translate3d(0,0,0);        transform: translate3d(0,0,0);    }    .count {        background: #cc3352;        color: #f8f8f8;        display: block;        font-family: 'Oswald', sans-serif;        font-size: 2em;        line-height: 2.4em;        overflow: hidden;        position: absolute;        text-align: center;        /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); */        top: 0;        width: 100%;        /* -webkit-transform: translateZ(0); */        -moz-transform: translateZ(0);        -ms-transform: translateZ(0);        -o-transform: translateZ(0);        /* transform: translateZ(0); */        /* -webkit-transform-style: flat; */        -moz-transform-style: flat;        -ms-transform-style: flat;        -o-transform-style: flat;        /* transform-style: flat; */    }    .count .top {        /* border-top: 1px solid rgba(255,255,255,0.2); */        /* border-bottom: 1px solid rgba(255,255,255,0.1); */        border-radius: 5px 5px 0 0;        height: 50%;        -webkit-transform-origin: 50% 100%;        -moz-transform-origin: 50% 100%;        -ms-transform-origin: 50% 100%;        -o-transform-origin: 50% 100%;        transform-origin: 50% 100%;    }    .count.bottom {        background-image: linear-gradient(rgba(255,255,255,0.1), transparent);        background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);        background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);        background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);        background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);        /* border-top: 1px solid #000; */        /* border-bottom: 1px solid #000; */        border-radius: 0 0 5px 5px;        line-height: 0;        -webkit-transform-origin: 50% 0;        -moz-transform-origin: 50% 0;        -ms-transform-origin: 50% 0;        -o-transform-origin: 50% 0;        transform-origin: 50% 0;    }    .count.next {    }    .label {        margin-top: 6.5em;        display: block;        position: absolute;        /*top: 102%;*/        width: 100%;        color: #191919;    }    /* Animation start */    .count.curr.top {        -webkit-transform: rotateX(0deg);        -moz-transform: rotateX(0deg);        -ms-transform: rotateX(0deg);        -o-transform: rotateX(0deg);        transform: rotateX(0deg);        z-index: 3;    }    .count.next.bottom {        -webkit-transform: rotateX(90deg);        -moz-transform: rotateX(90deg);        -ms-transform: rotateX(90deg);        -o-transform: rotateX(90deg);        transform: rotateX(90deg);        z-index: 2;    }    /* Animation end */    .flip .count.curr.top {        -webkit-transition: all 250ms ease-in-out;        -moz-transition: all 250ms ease-in-out;        -ms-transition: all 250ms ease-in-out;        -o-transition: all 250ms ease-in-out;        transition: all 250ms ease-in-out;        -webkit-transform: rotateX(-87deg);        -moz-transform: rotateX(-87deg);        -ms-transform: rotateX(-87deg);        -o-transform: rotateX(-87deg);        transform: rotateX(-87deg);        color: #000;        opacity: 0;    }    .flip .count.next.bottom {        -webkit-transition: all 250ms ease-in-out 250ms;        -moz-transition: all 250ms ease-in-out 250ms;        -ms-transition: all 250ms ease-in-out 250ms;        -o-transition: all 250ms ease-in-out 250ms;        transition: all 250ms ease-in-out 250ms;        -webkit-transform: rotateX(0deg);        -moz-transform: rotateX(0deg);        -ms-transform: rotateX(0deg);        -o-transform: rotateX(0deg);        transform: rotateX(0deg);    }    .countdown-container {        height: 130px;    }    .countdown-padding{        padding: 0 0 2.6em 0;    }    @media screen and (max-width: 650px){        .label  {            font-size: 0.4em !important;        }        .time{            height:2em;            width:1.6em;        }        .count {            font-size: 1em;        }        .countdown-padding{            padding: 0 0 1em 0;        }    }    @media screen and (max-width: 350px){        .time{            height:2em;            width:1.4em;        }    }</style><div class="container-fluid">    <div class="row">        <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">                                <div class="col-md-4"><small>Date</small>                                    <p style="font-weight: 500; font-size: 1.2em;">May 5</p>                                </div>                                <div class="col-md-4"><small>Location</small>                                    <p style="font-weight: 500; font-size: 1.2em;">Walter Pyramid</p>                                </div>                                <div class="col-md-4"><small>Time</small>                                    <p style="font-weight: 500; font-size: 1.2em;">Doors open at 6 p.m.</p>                                </div>                            </div>                            <div class="row">                                <div class="col-md-12"><small>Description</small>                                    <div class="container-fluid counter_text">                                        <div class="row">                                            <div class="col-lg-12 countdown-padding">                                                <p id="begins_text"></p>                                                <div id="event_countdown"></div>                                            </div>                                        </div>                                    </div>                                    <p>                                        This year, ASI is proud to present <strong>ASI Big Event featuring                                            T-Pain!</strong> Tickets are on sale NOW!                                    </p>                                    <p>                                        T-Pain is one of America's most highly prolific and entertaining artists! Since                                        emerging, T-Pain not only changed the course of pop, hip-hop and R&B, he has                                        reshaped the fabric of the culture itself. With his numerous accomplishments,                                        including over 10 top-10 singles on the Billboard Hot 100 chart, 12 GRAMMY Award                                        nominations and two GRAMMY Awards for his collaborative singles with Kanye West                                        (<a href="https://www.youtube.com/watch?v=FEKEjpTzB0Q&feature=youtu.be" target="_blank" rel="noopener noreferrer">“Good Life”</a>) and Jamie Foxx (<a href="https://www.youtube.com/watch?v=rfjtpp90lu8&feature=youtu.be" target="_blank" rel="noopener noreferrer">“Blame It”</a>), T-Pain has amassed a huge following.                                        T-Pain's voice can be heard loud and clear from gathering billions of streams to                                        selling out on multiple continents and even shocking audiences everywhere as the                                        first-ever winner of FOX’s The Masked Singer. Fans watch T-Pain from every angle                                        as his presence continues to grow, shining as a Twitch phenomenon, podcast                                        influencer, car enthusiast and prominent drifting participant, author, actor and                                        loving father, husband, brother and son.                                    </p>                                    <p>T-Pain's career has taken off and he has become one of the most successful and                                        celebrated artists of our time. And to this day, his hit singles from third                                        album, "Three Ringz", continue to be crowd favorites, transcending generations                                        with hits such as <a                                            href="https://www.youtube.com/watch?v=dBrRBZy8OTs&feature=youtu.be"                                            target="_blank">"Buy U a Drank (Shawty Snappin')"</a>, <a                                            href="https://youtu.be/Lt2wjJlP2N4" target="_blank">"Bartender (Akon)"</a>                                        and <a href="https://youtu.be/rxRvDpF2FDA" target="_blank">"I'm Sprung"</a>.                                    </p><center>                                    <p>                                        <strong>Check out more from T-Pain!</strong>                                    </p>                                                                        <p>                                        <a href="https://www.instagram.com/tpain/" target="_blank">Instagram</a> | <a                                            href="https://open.spotify.com/artist/3aQeKQSyrW4qWr35idm0cy?si=BtdmO7K3T4WnANfs8hAkCg"                                            target="_blank">Spotify</a> | <a href="https://www.youtube.com/@tpain"                                            target="_blank">YouTube</a> | <a href="https://www.twitch.tv/tpain"                                            target="_blank">Twitch</a> | <a href="https://www.facebook.com/t-pain/"                                            target="_blank">FaceBook</a>                                    </p></center>                                    <h2 class="sub_page_headers">Ticket Information</h2><center>                                    <p></br>                                        <a href="https://longbeachstate.evenue.net/cgi-bin/ncommerce3/EVExecMacro?linkID=twcsulb&evm=myac&msgCode=32000&shopperContext=ST&returnURL=/cgi-bin/ncommerce3/SEGetGroupList%3FlinkID%3Dtwcsulb%26groupCode%3D%26RSRC%3D%26RDAT%3D%26shopperContext%3DST&url=/cgi-bin/ncommerce3/SEGetGroupList%3FlinkID%3Dtwcsulb%26groupCode%3D%26RSRC%3D%26RDAT%3D%26shopperContext%3DST" class="btn-primary"                                            target="_blank">Buy Ticket Here</a></center>                                    </p>                                    <p><b>Student tickets are available online (while supplies last): </b></p>                                                                        <ul>                                        <li>General (bleachers) = $20 </li>                                        <li>Floor = SOLD OUT  </li>                                    </ul>                                                                        <p><b>Faculty and staff tickets available May 3 at 10 a.m. (if available): </b></p>                                                                        <ul>                                        <li>General = $40 </li>                                        <li>Tickets are sold in-person at the Walter Pyramid Ticket Office. </li>                                        <li>Proof of a valid staff ID must be shown for ticket purchase.  </li>                                    </ul>                                                                        <p>*All tickets are available for Long Beach State University (LBSU) students, staff                                        or faculty. No alumni or off-campus guests are allowed.</p>                                    <h2 class="sub_page_headers">Show Details</h2>                                                                       <ul>                                        <li>                                            Doors open at 6 p.m.                                        </li>                                        <li>                                            Headliner begins at 8 p.m.                                        </li>                                        <li>                                            All attendees must be 18+ years of age                                        </li>                                        <li>                                            To enter the event, all attendees must bring their ticket and Long Beach                                            State ID card                                        </li>                                        <li>                                            Video recording is prohibited                                        </li>                                        <li>                                            Re-entry will not be permitted                                        </li>                                    </ul>                                                                        <p>                                        Do not attend this event if you have symptoms of COVID-19, have recently tested                                        positive for COVID-19 or if you were recently exposed to someone with COVID-19.                                    </p>                                    <h2 class="sub_page_headers" id="FAQs">FAQs</h2>                                    <div class="panel panel-default">                                        <div id="headingOne" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapseOne"                                                    data-toggle="collapse">Where do I go to buy tickets?</a>                                            </h4>                                        </div>                                        <div id="collapseOne" class="panel-collapse collapse in">                                            <div class="panel-body">Please visit <a                                                    href="https://longbeachstate.com/studentlogin" target="_blank"                                                    style="color:blue;text-decoration:underline;">longbeachstate.com/studentlogin</a>                                                ,<br>To purchase your ticket in person, visit the Walter Pyramid Ticket                                                Office during business hours: Monday through Friday from 10 a.m. to 5                                                p.m. They accept Cash, Visa, MasterCard or American Express.                                                <br>Faculty and staff can only purchase tickets in-person.                                            </div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="headingOneTwo" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapseOneTwo"                                                    data-toggle="collapse"> My login information is not working?</a>                                            </h4>                                        </div>                                        <div id="collapseOneTwo" class="panel-collapse collapse">                                            <div class="panel-body">If you have never used the Athletics Ticket Website,                                                you must first register with your Student ID. If you have an existing                                                account and are unable to login, use the "forgot password" option to                                                reset your password.</div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="headingOneOne" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapseOneOne"                                                    data-toggle="collapse">I have registered my account and do not                                                    see the concert purchase page?</a></h4>                                        </div>                                        <div id="collapseOneOne" class="panel-collapse collapse">                                            <div class="panel-body">Once you have logged in, locate and click the                                                "Students" tab towards the top of the page. Once clicked, locate the                                                "Student Special Events." The concert is located on the next page.</div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="headingTwo" class="panel-heading">                                            <h4 class="panel-title"><a href="#collapseTwo" data-toggle="collapse">How                                                    come I can only purchase one                                                    ticket?</a></h4>                                        </div>                                        <div id="collapseTwo" class="panel-collapse collapse">                                            <div class="panel-body">This event is open only to LBSU students, staff and                                                faculty. Only one ticket is permitted per attendee. </div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="headingTwo" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapse4"                                                    data-toggle="collapse">How do I get my ticket after I have                                                    purchased it?</a></h4>                                        </div>                                        <div id="collapse4" class="panel-collapse collapse">                                            <div class="panel-body">After your purchase, your ticket will be emailed to                                                you. Once acquired, you can either print out a copy or show a digital                                                copy on your phone to event staff upon entry.</div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="headingThree" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapseThree"                                                    data-toggle="collapse">I purchased one ticket online, but my                                                    credit card has multiple charges on it?</a></h4>                                        </div>                                        <div id="collapseThree" class="panel-collapse collapse">                                            <div class="panel-body">If you have attempted to purchase a ticket online                                                and input an incorrect billing address, you may receive a pending charge                                                on your bank statement. This charge should resolve itself within seven                                                business days and will not count toward a successful ticket purchase. If                                                the issue persists, please contact <a                                                    href="mailto:LBSUtickets@csulb.edu">LBSUtickets@csulb.edu</a> to                                                correct the charge.                                            </div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="headingFour" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapseFour"                                                    data-toggle="collapse">Can faculty or staff purchase tickets?</a>                                            </h4>                                        </div>                                        <div id="collapseFour" class="panel-collapse collapse">                                            <div class="panel-body">                                                <p>Yes. If tickets are available for purchase starting May 3 at 10 a.m.,                                                    faculty and staff may purchase a ticket. A $40 general (bleacher)                                                    seating ticket will be issued after showing proof of employment.                                                    Proof of a valid staff ID is required for ticket purchase.                                                </p>                                                <p>Current LBSU students hold ticket priority. Any additional ticket                                                    availability is not guaranteed.</p>                                            </div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="headingFive" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapseFive"                                                    data-toggle="collapse">Are seats reserved?</a></h4>                                        </div>                                        <div id="collapseFive" class="panel-collapse collapse">                                            <div class="panel-body">All seating is first-come, first-served. Doors will                                                open at 6 p.m.</div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="headingSix" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapseSix"                                                    data-toggle="collapse">Who can enter and what can I bring?</a>                                            </h4>                                        </div>                                        <div id="collapseSix" class="panel-collapse collapse">                                            <div class="panel-body">                                                <p>This event is open to all LBSU students, staff and faculty who are                                                    18+ years of age. </p>                                                <p>All attendees must follow the Walter Pyramid <a                                                        href="https://longbeachstate.com/sports/2020/7/9/clear-bag-policy" style="color:blue;text-decoration:underline;">Clear                                                        Bag and Prohibited Items policies</a>. </p>                                                <p>No cameras are allowed. Please note that although phones are                                                    permitted, all video recordings are unauthorized.</p>                                            </div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="headingSeven" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapseSeven"                                                    data-toggle="collapse">Can I bring a bag/purse?</a></h4>                                        </div>                                        <div id="collapseSeven" class="panel-collapse collapse">                                            <div class="panel-body">                                                <p>                                                    Please review the Long Beach State Athletics' <a                                                        href="https://longbeachstate.com/sports/2020/7/9/clear-bag-policy" style="color:blue;text-decoration:underline;">Clear                                                        Bag and Prohibited Items policies</a>.                                                </p>                                            </div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="headingEight" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapseEight"                                                    data-toggle="collapse">Is parking free for the concert?</a></h4>                                        </div>                                        <div id="collapseEight" class="panel-collapse collapse">                                            <div class="panel-body">A parking permit is required on campus at all times.                                                If you do not have access to a permit, you can purchase a daily parking                                                pass for $15 at any kiosk located in the parking lots.                                            </div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="heading201" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapse201"                                                    data-toggle="collapse">Do I need to have classes in the Spring 2023                                                    Semester to be considered a current student?</a>                                            </h4>                                        </div>                                        <div id="collapse201" class="panel-collapse collapse">                                            <div class="panel-body">                                                <p>Yes, current students must be enrolled in classes in the current,                                                    Spring 2023 Semester. </p>                                            </div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="heading202" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapse202"                                                    data-toggle="collapse">Do I need to wear a face mask during the                                                    event? </a></h4>                                        </div>                                        <div id="collapse202" class="panel-collapse collapse">                                            <div class="panel-body">                                                <p>                                                    Face masks are not required but are highly recommended.                                                </p>                                            </div>                                        </div>                                    </div>                                    <div class="panel panel-default">                                        <div id="headingNine" class="panel-heading">                                            <h4 class="panel-title"><a class="collapsed" href="#collapseNine"                                                    data-toggle="collapse">Who can I contact if I have a question                                                    about the concert?</a>                                            </h4>                                        </div>                                        <div id="collapseNine" class="panel-collapse collapse">                                            <div class="panel-body">                                                For additional information related to ticketing, contact Long Beach                                                State Athletics ticket office <a href="tel:+5629854949"                                                    style="color:blue;text-decoration:underline;">(562)                                                    985 - 4949</a> or email <a href="mailto:LBSUtickets@csulb.edu"                                                    style="color:blue;text-decoration:underline;">LBSUtickets@csulb.edu</a>.                                                <br />                                                For additional information related to the concert, please contact                                                ASI's Big Event at <a href="tel:+5629852535"                                                    style="color:blue;text-decoration:underline;">(562) 985 –                                                    2535</a> or email <a href="mailto:ASI-BeachPride@csulb.edu"                                                    style="color:blue;text-decoration:underline;">ASI-BeachPride@csulb.edu</a>.                                            </div>                                        </div>                                    </div>                                </div>                            </div>                        </div>                    </div>                </div>            </div>        </div>        <div class="col-md-6"><img src="images/enjoy/calendar/spring-2023/SP23_BPE_Big_Event_dgtl-CalEvent3.jpg"                alt="T-Pain Event Poster" /></div>    </div></div><script src="templates/samba_spa/js/countdown/jquery.countdown.min.js"></script><script type="text/javascript" src="templates/samba_spa/js/countdown/underscore-min.js"></script><script type="text/template" id="event_countdown_template">    <div class="time <%= label %>">    <span class="count curr top"><%= curr %></span>    <span class="count next top"><%= next %></span>    <span class="count next bottom"><%= next %></span>    <span class="count curr bottom"><%= curr %></span>    <span class="label"><%= label.length < 6 ? label : label.substr(0, 3)  %></span>    </div></script><script type="text/javascript">jQuery(function() {    var labels = ['days', 'hours', 'minutes', 'seconds'],    template = _.template(jQuery('#event_countdown_template').html()),    currDate = '00:00:00:00:00',    nextDate = '00:00:00:00:00',    parser = /([0-9]{2})/gi,    $event_countdown = jQuery('#event_countdown');    // Parse countdown string to an object    function strfobj(str) {        var parsed = str.match(parser),        obj = {};        labels.forEach(function(label, i) {            obj[label] = parsed[i]        });        return obj;    }    // Return the time components that diffs    function diff(obj1, obj2) {        var diff = [];        labels.forEach(function(key) {            if (obj1[key] !== obj2[key]) {                diff.push(key);            }        });        return diff;    }    // Build the layout    var initData = strfobj(currDate);        labels.forEach(function(label, i) {        $event_countdown.append(template({            curr: initData[label],            next: initData[label],            label: label        }));    });    // Starts the countdown    $event_countdown.countdown("2023/05/05 19:00:00", function(event) {        var newDate = event.strftime('%D:%H:%M:%S'),        data;        if (event.elapsed) { // Either true or false                           // document.getElementById("begins_text").innerHTML = "";            // var ec = document.getElementById("event_countdown");            // ec.innerHTML = "<br/><br/><h2 style='font-weight: 700;'>Happening Now!</h2>"        } else {            document.getElementById("begins_text").innerHTML = "Countdown to the Big Event 2023";            if (newDate !== nextDate) {                currDate = nextDate;                nextDate = newDate;                // Setup the data                data = {                    'curr': strfobj(currDate),                    'next': strfobj(nextDate)                };                // Apply the new values to each node that changed                diff(data.curr, data.next).forEach(function(label) {                    var selector = '.%s'.replace(/%s/, label),                    jQuerynode = $event_countdown.find(selector);                    // Update the node                    jQuerynode.removeClass('flip');                    jQuerynode.find('.curr').text(data.curr[label]);                    jQuerynode.find('.next').text(data.next[label]);                    // Wait for a repaint to then flip                    _.delay(function(jQuerynode) {                    jQuerynode.addClass('flip');                    }, 50, jQuerynode);                });            }        }    });});</script>
LAST-MODIFIED:20230428T202640Z
X-ACCESS:1
X-HITS:29212
X-URL:
X-COLOR:E54268
END:VEVENT
END:VCALENDAR