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-fc221309746013ac554571fbd180e1c8@summitmountainguides.com
DTSTART;TZID=America/Vancouver:20260523T000000
DTEND;TZID=America/Vancouver:20260524T000000
DTSTAMP:20190305T170148Z
RDATE;VALUE=DATE:20260523,20260613
CREATED:20190305
LAST-MODIFIED:20260505
PRIORITY:5
SEQUENCE:9
TRANSP:OPAQUE
SUMMARY:Rock Rescue
DESCRIPTION:Prepare yourself for the unexpected! Build your improvised rock rescue skills…\nThis 1 day course is an introduction to improvised rock climbing rescue.\nTopics include rope ascending, escaping the belay, load transfers, raising and lowering systems along with troubleshooting various scenarios. Intermediate to advance climbers welcome.\nA second day focusing on more advanced rock rescue skills (ie. leaders fall, traverses, etc.) is also available. Contact us for more information\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\n8:00 am Welcome, introduction, goals & agenda\nIssue of required gear\nRevise anchor construction\nIntroduction of rescue knots\nFall factor and multiplication of forces\nRope ascending\nEscaping the belay, load transfers\nRaising and lowering systems\nDay 2 will focus on more advanced scenario like: leaders fall, traverses, etc.\nCourse debrief and wrap-up by 4:30pm\n\n \n                \n            \n        \n\n        \n        \n            \n                \n                    \n                        \n                        Prerequisites\n                    \n                \n            \n            \n                \n                    This is an intermediate to advanced course for climbers interested in developing their improvised rescue skills.\nPrevious lead climbing experience along with some exposure to traditional gear and crack climbing is very useful.\n                \n            \n        \n\n        \n        \n            \n                \n                    \n                        \n                        Equipment\n                    \n                \n            \n            \n                \n                    Advanced_rock-climbing-equipment-list.pdf\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. 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 petty 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, candidates will benefit from a few years of sport lead climbing experience (5.8 to 5.10a) along with exposure to climbing with traditional gear on crack climbs. The more experience you have, the more you will benefit from this course.\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.\nRivers Oceans and Mountains 354-2056 www.roamshop.com\nValhalla Pure Outfitters 354-1006 www.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                                        \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/rock-rescue/
CATEGORIES:Courses,Rock Climbing Courses
LOCATION:West Kootenays
ATTACH;FMTTYPE=image/jpeg:https://summitmountainguides.com/wp-content/uploads/2019/03/rock-rescue-main.jpg
END:VEVENT
END:VCALENDAR
