BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//CarsonStrong™ Foundation - ECPv6.16.3//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://carsonstrong.org
X-WR-CALDESC:Events for CarsonStrong™ Foundation
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Detroit
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20250309T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20251102T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20260308T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20261101T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20270314T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20271107T060000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;VALUE=DATE:20260831
DTEND;VALUE=DATE:20260901
DTSTAMP:20260531T075258
CREATED:20260504T180746Z
LAST-MODIFIED:20260522T201618Z
UID:10000028-1788134400-1788220799@carsonstrong.org
SUMMARY:Firestone Charity Classic
DESCRIPTION:About the Event\nTaking place at Firestone Country Club\, this outing offers an exceptional golf experience complete with a shotgun start\, beautiful course conditions\, and a community of supporters dedicated to making a difference. \nWhether you’re playing\, sponsoring\, or attending\, this event delivers both an elevated golf experience and a powerful opportunity to give back. \nThe CarsonStrong Foundation is honored to be one of the charitable organizations selected to receive proceeds from this year’s outing\, alongside other impactful causes supported through the event. \nThe Impact\nFunds raised through the Firestone Charity Classic help support multiple charitable organizations making a difference in the lives of individuals and families facing difficult circumstances\, including the CarsonStrong Foundation’s Gift of Time Together initiative. Through these efforts\, families facing serious illness are able to step away from treatment and create meaningful memories together. \nSponsorship Opportunities\nWant to make an even bigger impact? Our sponsorship packages provide an opportunity to help families in need while gaining visibility for your brand. \nTo become a sponsor\, please submit a form with your company logo for inclusion on signage. You can also make a direct donation online.
URL:https://carsonstrong.org/event/firestone-charity-classic/
LOCATION:Firestone Country Club
CATEGORIES:Upcoming Event
ATTACH;FMTTYPE=image/jpeg:https://carsonstrong.org/wp-content/uploads/2025/10/Carson-Higgins-Golf-Outing-Event2.jpg
ORGANIZER;CN="CarsonStrong%E2%84%A2 Foundation":MAILTO:events@carsonstrong.org
END:VEVENT
BEGIN:VEVENT
DTSTART;VALUE=DATE:20261005
DTEND;VALUE=DATE:20261006
DTSTAMP:20260531T075258
CREATED:20260504T174656Z
LAST-MODIFIED:20260515T204600Z
UID:10000027-1791158400-1791244799@carsonstrong.org
SUMMARY:10th Annual Carson Higgins Memorial Golf Outing
DESCRIPTION:The Event That Started It All\nThis event is more than just a fundraiser\, it’s where the entire CarsonStrong Foundation story began.\nIn 2017\, just after the first anniversary of Carson’s passing\, the Higgins family wanted to do something to honor his life and keep his legacy alive. \nThey organized a golf outing to raise money for the causes Carson cared most about\, and the response was incredible. What began as one day of remembrance and giving back quickly became something much bigger. \nThat first outing sparked the creation of the Foundation\, turning pain into purpose and love into action. \nEvent Info:\nThe 10th Annual Carson Higgins Memorial Golf Outing is a signature charity event that brings together supporters\, sponsors\, and community members for a day of golf\, connection\, and giving back. \nHeld in honor of Carson’s legacy\, this annual outing continues to grow year after year—uniting participants around a shared mission to support families in need. \nAbout the Event\nHosted at Weymouth Country Club\, this milestone 10th year will feature a full day of golf with both morning and afternoon shotgun starts. Participants can expect a well-organized\, engaging event complete with opportunities to connect\, compete\, and contribute to a meaningful cause. \nSponsorship Opportunities\nWant to make an even bigger impact? Our sponsorship packages provide an opportunity to help families in need while gaining visibility for your brand. \nTo become a sponsor\, please submit a form with your company logo for inclusion on signage. You can also make a direct donation online. \n\n    /* Custom styles for responsive table with sticky first column */\n\n    /* Wrapper for horizontal scrolling */\n    .table-responsive-wrapper {\n        display: block;\n        max-width: 100%;\n        overflow-x: auto;\n        -webkit-overflow-scrolling: touch;\n        margin: 20px 0; /* Add some vertical margin */\n        position: relative; /* Needed for sticky positioning context */\n        border-radius: 8px; /* Added slight border-radius for the wrapper */\n        box-shadow: 0 4px 12px rgba(0\,0\,0\,0.1); /* Subtle shadow for the whole table */\n    }\n\n    /* Base table styles */\n    table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 0;\n        /* Removed min-width to allow the table to be truly responsive on mobile */\n        /* min-width: 850px; Adjusted minimum width to accommodate wider price column */\n        background-color: white; /* Table background */\n    }\n\n    /* Cell padding and borders */\n    th\, td {\n        padding: 12px 15px;\n        border: 1px solid #e0e0e0; /* Lighter border color */\n        text-align: left; /* Left align text for all cells by default */\n        word-break: break-word; /* Allows long words to break */\n        box-sizing: border-box;\n    }\n\n    /* Header specific styles */\n    th {\n        background-color: #194c8b; /* Blue background from provided image */\n        color: white; /* Ensure all header text is white */\n        white-space: nowrap; /* Prevent text wrapping */\n        font-weight: bold;\n        text-transform: uppercase;\n        font-size: 14px; /* Slightly larger font for headers */\n    }\n\n    /* Data cell specific styles */\n    td {\n        white-space: normal; /* Allow text to wrap naturally */\n        font-size: 15px; /* Slightly larger font for data cells */\n        color: #333; /* Darker text for readability */\n    }\n\n    /* Alternate row background color for better readability */\n    tbody tr:nth-child(even) {\n        background-color: #f9f9f9; /* Light grey for even rows */\n    }\n\n    /* Hover effect for rows */\n    tbody tr:hover {\n        background-color: #f1f1f1; /* Even lighter grey on hover */\n        transition: background-color 0.3s ease;\n    }\n\n    /* Styling for the sticky column */\n    .sticky-col {\n        position: sticky; /* Make the column sticky */\n        left: 0; /* Stick to the left edge */\n        background-color: #f2f2f2; /* Light grey background for sticky data cells */\n        z-index: 2; /* Ensure it's above other cells */\n        box-shadow: 2px 0 5px rgba(0\,0\,0\,0.1); /* Subtle shadow */\n        text-align: left; /* Explicitly left align sticky column text */\n        font-weight: 600; /* Make sticky column text slightly bolder */\n        color: #222;\n        min-width: 160px; /* Base min-width for the sticky column */\n    }\n\n    /* Adjust background for sticky header cell */\n    th.sticky-col {\n        background-color: #194c8b; /* Keep blue background from provided image */\n        color: white;\n        z-index: 3; /* Higher z-index for sticky header */\n        text-align: left;\n    }\n\n    /* Style for the price column */\n    th.price-col\, td.price-col {\n        min-width: 100px; /* Increased minimum width for the price column */\n        white-space: nowrap; /* Prevent content from wrapping */\n        text-align: center; /* Center align price column */\n    }\n    th.price-col {\n        text-align: center;\n    }\n\n\n    /* Mobile adjustments */\n    @media screen and (max-width: 600px) {\n        th\, td {\n            padding: 10px 12px;\n            font-size: 14px;\n        }\n\n        /* Updated sticky column styles for a more compact mobile layout */\n        .sticky-col {\n            padding: 10px 12px;\n            font-size: 14px;\n            /* Set a specific\, smaller width for the sticky column on mobile */\n            width: 120px; /* Adjusted to be more compact */\n            min-width: 120px; /* Ensure it stays this size */\n        }\n\n        /* Adjust price column on mobile */\n        th.price-col\, td.price-col {\n            min-width: 80px; /* Slightly smaller min-width for price on mobile */\n            font-size: 14px;\n        }\n    }\n\n\n\n    \n        \n            \n                Sponsorship Level\n                Price\n                Benefits Summary\n            \n        \n        \n            \n                TITLE\n                $30\,000\n                2 foursomes; 10 tickets to sponsorship reception; Dedicated social post; Opportunity to give out company item in swag bag; Logo on website\, golf flags\, and sponsor board.\n            \n            \n                PRESENTING\n                $25\,000\n                2 foursomes; 8 tickets to sponsorship reception; Dedicated social post; Opportunity to give out company item in swag bag; Logo on website\, meal voucher\, and sponsor board.\n            \n            \n                PREMIER\n                $20\,000\n                2 foursomes; 6 tickets to sponsorship reception; Dedicated social post; Opportunity to give out company item in swag bag; Logo on website\, carts\, and sponsor board.\n            \n            \n                DIAMOND\n                $15\,000\n                1 foursome; 4 tickets to sponsorship reception; Dedicated social post; Opportunity to give out company item in swag bag; Logo on website and sponsor board.\n            \n            \n                PLATINUM\n                $10\,000\n                1 foursome; 4 tickets to sponsorship reception; Mention on social media; Opportunity to give out company item in swag bag; Logo on website\, beverage cart\, and sponsor board.\n            \n            \n                GOLD\n                $7\,500\n                1 foursome; 2 tickets to sponsorship reception; Mention on social media; Opportunity to give out company item in swag bag; Logo on website\, 19th hole table\, and sponsor board.\n            \n            \n                19TH HOLE\n                $5\,000\n                1 foursome; 2 tickets to sponsorship reception; Mention on social media; Opportunity to give out company item in swag bag; Logo on website\, 6 tee signs\, and sponsor board.\n            \n            \n                SILVER\n                $3\,500\n                1 foursome; 2 tickets to sponsorship reception; Mention on social media; Opportunity to give out company item in swag bag; Logo on website\, 4 tee signs\, and sponsor board.\n            \n            \n                BRONZE\n                $2\,500\n                1 foursome; 2 tickets to sponsorship reception; Mention on social media; Opportunity to give out company item in swag bag; Logo on website\, 3 tee signs\, and sponsor board.\n            \n            \n                LONGEST DRIVE\n                $1\,500\n                Hole recognition; Logo on sponsorship board; Swag bag item.\n            \n            \n                CLOSEST TO THE PIN\n                $1\,000\n                Hole recognition; Swag bag item.\n            \n            \n                HOLE SPONSOR (5)\n                $1\,000\n                5 tee box signs.\n            \n            \n                HOLE SPONSOR (1)\n                $250\n                1 tee box sign.\n            \n            \n                Direct Donation\n                Custom\n                You can also scan the QR code on our flyer or visit the Givebutter link to donate directly online.\n            \n        \n    \n\nGet Involved\nRegistration and donation opportunities will be available through Givebutter. Join us in making this 10th annual event the most impactful yet.
URL:https://carsonstrong.org/event/10th-annual-carson-higgins-memorial-golf-outing/
LOCATION:Weymouth Country Club
CATEGORIES:Upcoming Event
ATTACH;FMTTYPE=image/jpeg:https://carsonstrong.org/wp-content/uploads/2025/10/Carson-Higgins-Golf-Outing-Event25.jpg
ORGANIZER;CN="CarsonStrong%E2%84%A2 Foundation":MAILTO:events@carsonstrong.org
END:VEVENT
END:VCALENDAR