BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
CALSCALE:GREGORIAN
PRODID:-//WordPress - MECv7.32.0//EN
X-ORIGINAL-URL:https://summitmountainguides.com/
X-WR-CALNAME:Summit Mountain Guides
X-WR-CALDESC:ACMG Mountain Guides: Nelson BC, Rockies, Alps : Ski Touring, Hiking, Mountaineering, Climbing.
X-WR-TIMEZONE:America/Vancouver
BEGIN:VTIMEZONE
TZID:America/Vancouver
X-LIC-LOCATION:America/Vancouver
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20260308T030000
RRULE:FREQ=YEARLY;BYMONTH=03;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20261101T010000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-PUBLISHED-TTL:PT1H
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
BEGIN:VEVENT
CLASS:PUBLIC
UID:MEC-631e9c01c190fc1515b9fe3865abbb15@summitmountainguides.com
DTSTART;TZID=America/Vancouver:20260524T080000
DURATION:PT9H
DTSTAMP:20220703T195022Z
RDATE;TZID=America/Vancouver:20260524T080000
CREATED:20220703
LAST-MODIFIED:20260401
PRIORITY:5
SEQUENCE:16
TRANSP:OPAQUE
SUMMARY:Intro to Rock Climbing
DESCRIPTION:Expose yourself to this rewarding outdoor activity with a certified instructor…\nThis 1day beginner program is for families, groups and individuals wishing to safely learn the basics of outdoor rock climbing. Topics covered on the 1 day program include; basic climbing knots, movement skills, equipment use, top rope climbing techniques and general crag safety.\nif choosing a two day program, you will learn personalized movement skills, basic anchor construction and rappelling while climbing as much rock as possible.\n    \n    \n        \n        \n            \n                \n                    \n                        \n                        Itinerary\n                    \n                \n            \n            \n                \n                    8:00 AM meeting at local climbing site\n\nWelcome, introduction, goals & agenda\nIssue of required gear\nIntro to common rock climbing equipment\nMovement skills intro and bouldering\nBasic knots, belaying, rope handling and commands\nRock climbing with the safety of a rope\nIntegration of movement skills while roped climbing\nClimbing different routes\nOn the 2nd day, we will introduce lead belaying, rappelling and basic anchor construction\nCourse debrief and wrap-up by 4:30pm\n\n                \n            \n        \n\n        \n        \n            \n                \n                    \n                        \n                        Prerequisites\n                    \n                \n            \n            \n                \n                    No previous climbing experience required however, previous climbing experience (indoors or outdoors) is an asset. Join us and safely learn this exciting sport from our skilled instructors.\n                \n            \n        \n\n        \n        \n            \n                \n                    \n                        \n                        Equipment\n                    \n                \n            \n            \n                \n                    Rock Climbing Equipment List\n                \n            \n        \n\n        \n        \n            \n                \n                    \n                        \n                        Location\n                    \n                \n            \n            \n                \n                    This course is available throughout Western Canada, contact us with a desired location. The West Kootenay courses will take place at one of the many local outdoor rock climbing sites in the Nelson & Castlegar area (Slocan Bluffs, Kinnard Bluffs, Koch creek Bluffs, Waterline, etc.). The area is blessed with a fine variety of outdoor rock climbing sites in pristine wilderness.\nThe group will be meeting with the instructor at 8:00 AM at a pre-establish outdoor rock climbing site in the West Kootenays. We will go over last minute equipment issues, review the planed itinerary and update you with present conditions.\n                \n            \n        \n\n        \n        \n            \n                \n                    \n                        \n                        Weather\n                    \n                \n            \n            \n                \n                    Spring and fall temperatures in the West Kootenays can vary wildly from 0C to +20C during the day. Conditions can change from warm sunshine to isolated showers quickly. Ensure you are dressed for all variations as temperatures, wind and precipitation tends to change within the day.\nSummer (July and August) tend to be more predictable but can be very hot. The average mid-day temperature in the summer usually ranges from +20C to +30C. A lightweight rain and/or wind shell can come in handy in the event of an afternoon thundershowers. Be sure to pack a ball cap, sunglasses along with sunscreen and extra water during the summer season, see equipment list for specific details.\n                \n            \n        \n\n        \n        \n            \n                \n                    \n                        \n                        What's Included\n                    \n                \n            \n            \n                \n                                    \n            \n        \n\n        \n        \n            \n                \n                    \n                        \n                        FAQ\n                    \n                \n            \n            \n                \n                    How experienced do I need to be?\nOn this course, no previous climbing experience is required. This introduction to outdoor rock climbing course is for beginner climbers and climbers with some prior indoor climbing experience.\nIs it safe?\nFor all of our climbing programs and courses, SMG provides you with fully certified IFMGA/ACMG Mountain, alpine and rock guides. This guaranties you the highest safety standards in the industry. Rock climbing remains hazardous and while it is impossible to eliminate all the hazards, our guides will maximize your experience and greatly minimize the risks involved.\nCan I rent some of the rock climbing equipment needed during the programs?\nOn this program we offer participants access to all the technical climbing and rescue gear at no extra charge. This includes; harnesses, helmets, rock shoes, belay device, carabineers and much more. Contact us ( https://summitmountainguides.com/contact-us/ ) for specific sizes and availability.\nWhere can I rent/buy climbing & outdoor equipment?\nHere are a few outdoor stores in Nelson that supply good service and quality outdoor equipment and gear rental, please ensure you rent gear well in advance.\nROAM shop www.roamshop.com\nValhalla Pure Outfitters www.shop.vpo.ca\n                \n            \n        \n    \n\n\n\n    // Get all the accordion buttons\n    var accordionButtons = document.querySelectorAll('.accordion .btn-link');\n\n    // Add event listener to each accordion button\n    accordionButtons.forEach(function(button) {\n      \n      console.log('accordion test');\n      \n        button.addEventListener('click', function() {\n            // Get the target collapsible element\n            var target = this.getAttribute('data-target');\n\n            // Get the parent of the collapsible element\n            var parent = this.getAttribute('data-parent');\n\n            // Get all collapsible elements within the parent\n            var collapsibleElements = document.querySelectorAll(parent + ' .collapse');\n\n            // Toggle the visibility of each collapsible element\n            collapsibleElements.forEach(function(element) {\n                if (element.getAttribute('id') === target.substring(1)) {\n                    // Toggle the class to show or hide the collapsible element\n                    element.classList.toggle('show');\n                } else {\n                    // Hide other collapsible elements\n                    element.classList.remove('show');\n                }\n            });\n        });\n    });\n  \n    // Get all the accordion buttons\n    var accordionButtons = document.querySelectorAll('.accordion .btn-link');\n\n    // Add event listener to each accordion button\n    accordionButtons.forEach(function(button) {\n        button.addEventListener('click', function() {\n            // Toggle the chevron rotation\n            var chevron = this.querySelector('.chevron');\n            chevron.classList.toggle('rotate');\n        });\n    });\n\n\n\n\n\n/* Style the accordion container */\n.accordion {\n    margin-bottom: 20px;\n    margin-top: 50px;\n}\n\n/* Style the card */\n.card {\n/*     border: 1px solid #dee2e6; */\n    border-radius: 1px;\n    margin-bottom: 10px;\n  border-bottom: 1px solid var(--light-grey);\n}\n\n/* Style the card header */\n.card-header {\n    background-color: transparent;\n/*     border-bottom: 1px solid var(--grey); */\n}\n  \n.accordion .card-header h5{\n  font-weight: bold !important;\n  color: var(--red) !important;\n}\n\n/* Style the card body */\n.card-body {\n    padding: 15px;\n}\n\n/* Style the button inside the card header */\n.card-header .btn-link {\n    color: var(--dark-red);\n    text-decoration: none;\n  background-color: transparent !important;\n}\n\n/* Style the button when hovered */\n.card-header .btn-link:hover {\n    cursor: pointer;\n} \n\n/* Style the collapsed card */\n.collapse {\n    display: none;\n}\n\n/* Style the expanded card */\n.collapse.show {\n    display: block;\n}\n\n/* Style the chevron icon */\n    .chevron {\n        display: inline-block;\n        width: 0;\n        height: 0;\n        border-top: 5px solid transparent;\n        border-bottom: 5px solid transparent;\n        border-left: 5px solid var(--dark-red);;\n        margin-left: 5px;\n        transition: transform 0.3s ease;\n        margin-right: 8px;\n      \n    }\n\n    /* Rotate the chevron icon when the collapse is shown */\n    .collapse.show + .card-header .chevron {\n        transform: rotate(90deg);\n    }\n\n    /* Rotate class for animation */\n    .rotate {\n        transform: rotate(90deg);\n    }\n\n\n\n\n    \n\n    \n\n\n\n\n\n\n\n/* Mobile-first styles */\n.event-gallery {\n    margin: 0 auto;\n    max-width: 100%;\n}\n\n.column {\n    width: 100%;\n    padding: 5px;\n    min-height: 130px; /* Minimum height for gallery images */\n}\n  \n  #TB_caption {\n  height: 56px !important;\n  }\n\n.gallery-image {\n    width: 100%;\n    height: auto;\n    object-fit: cover; /* Ensure images fill the frame while maintaining aspect ratio */\n    min-height: 130px; /* Minimum height for gallery images */\n    padding-bottom: 15px;\n}\n  \n img.gallery-image {\n  display: block;\n  width: 100%;\n  height: auto;\n  transition: filter 0.3s ease; /* Add a smooth transition for the filter change */\n}\n\nimg.gallery-image:hover {\n  filter: brightness(80%); /* Darken the image by reducing brightness */\n}\n\n/* Desktop styles */\n@media (min-width: 768px) {\n    .row {\n        display: flex;\n        flex-wrap: wrap;\n        margin: 0 -5px;\n        justify-content: space-evenly;\n    }\n\n    .column {\n        flex: 0 0 calc(33.33% - 10px); /* Adjust as needed */\n        max-width: calc(33.33% - 10px); /* Adjust as needed */\n    }\n}\n\n\n\n\n
URL:https://summitmountainguides.com/events/intro-to-rock-climbing/
CATEGORIES:Courses,Rock Climbing Courses
LOCATION:West Kootenay
ATTACH;FMTTYPE=image/jpeg:https://summitmountainguides.com/wp-content/uploads/2019/03/Main-program-photo.jpg
END:VEVENT
END:VCALENDAR
