
            <script type="text/javascript">
            jQuery(document).ready(function($) {
                $.fn.checkboxLimit = function(n) {

                    var checkboxes = this;

                    this.toggleDisable = function() {

                        // if we have reached or exceeded the limit, disable all other checkboxes
                        if(this.filter(':checked').length >= n) {
                            var unchecked = this.not(':checked');
                            unchecked.prop('disabled', true);
                        }
                        // if we are below the limit, make sure all checkboxes are available
                        else {
                            this.prop('disabled', false);
                        }

                    }

                    // when form is rendered, toggle disable
                    checkboxes.bind('gform_post_render', checkboxes.toggleDisable());

                    // when checkbox is clicked, toggle disable
                    checkboxes.click(function(event) {

                        checkboxes.toggleDisable();

                        // if we are equal to or below the limit, the field should be checked
                        return checkboxes.filter(':checked').length <= n;
                    });

                }
            });
            </script>

            {"id":259,"date":"2013-10-03T22:28:17","date_gmt":"2013-10-03T22:28:17","guid":{"rendered":"http:\/\/leparadigme.com\/eps\/?page_id=259"},"modified":"2025-10-14T15:30:20","modified_gmt":"2025-10-14T19:30:20","slug":"registration-quebec-city-camp","status":"publish","type":"page","link":"https:\/\/www.extremepowerskating.com\/en\/registration-quebec-city-camp\/","title":{"rendered":"Registration for hockey"},"content":{"rendered":"<script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_1' style='display:none'><div id='gf_1' class='gform_anchor' tabindex='-1'><\/div><form method='post' enctype='multipart\/form-data'  id='gform_1'  action='\/en\/wp-json\/wp\/v2\/pages\/259#gf_1' data-formid='1' novalidate><div id='gf_page_steps_1' class='gf_page_steps'><div id='gf_step_1_1' class='gf_step gf_step_active gf_step_first'><span class='gf_step_number'>1<\/span><span class='gf_step_label'>Player<\/span><\/div><div id='gf_step_1_2' class='gf_step gf_step_next gf_step_pending'><span class='gf_step_number'>2<\/span><span class='gf_step_label'>Parents<\/span><\/div><div id='gf_step_1_3' class='gf_step gf_step_pending'><span class='gf_step_number'>3<\/span><span class='gf_step_label'>Consent<\/span><\/div><div id='gf_step_1_4' class='gf_step gf_step_last gf_step_pending'><span class='gf_step_number'>4<\/span><span class='gf_step_label'>Payment<\/span><\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_1_1' class='gform_page ' data-js='page-field-id-0' >\n\t\t\t\t\t<div class='gform_page_fields'><ul id='gform_fields_1' class='gform_fields left_label form_sublabel_below description_below validation_below'><li id=\"field_1_89\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_89' id='input_1_89' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='Parent' \/><\/div><\/li><li id=\"field_1_90\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_90' id='input_1_90' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='Child' \/><\/div><\/li><li id=\"field_1_1\" class=\"gfield gfield--type-text gfield--input-type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_1'>Player&#039;s first name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_1_1' type='text' value='' class='medium'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_46\" class=\"gfield gfield--type-text gfield--input-type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_46'>Player&#039;s last name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_46' id='input_1_46' type='text' value='' class='medium'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_134\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-default-icon gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_134'>Player&#039;s bithday<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_134' id='input_1_134' type='text' value='' class='datepicker gform-datepicker ymd_dash datepicker_with_icon gdatepicker_with_icon'   placeholder='yyyy-mm-dd' aria-describedby=\"input_1_134_date_format\" aria-invalid=\"false\" aria-required=\"true\"\/>\n                            <span id='input_1_134_date_format' class='screen-reader-text'>YYYY dash MM dash DD<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_1_134' class='gform_hidden' value='https:\/\/www.extremepowerskating.com\/storage\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/li><li id=\"field_1_136\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_136' id='input_1_136' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/li><li id=\"field_1_55\" class=\"gfield gfield--type-select gfield--input-type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_55'>Position<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_55' id='input_1_55' class='medium gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Forward' >Forward<\/option><option value='Defence' >Defence<\/option><option value='Goalie' >Goalie<\/option><\/select><\/div><\/li><li id=\"field_1_32\" class=\"gfield gfield--type-select gfield--input-type-select gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_32'>Division<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_32' id='input_1_32' class='medium gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Please choose' >Please choose<\/option><option value='Novice' >Novice<\/option><option value='MAG' >MAG<\/option><option value='Atom' >Atom<\/option><option value='Pee Wee' >Pee Wee<\/option><option value='Bantam' >Bantam<\/option><option value='Midget' >Midget<\/option><\/select><\/div><\/li><li id=\"field_1_5\" class=\"gfield gfield--type-text gfield--input-type-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_5'>Team name<\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_1_5' type='text' value='' class='medium'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_4\" class=\"gfield gfield--type-text gfield--input-type-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_4'>Hockey association<\/label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_1_4' type='text' value='' class='medium'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_6\" class=\"gfield gfield--type-text gfield--input-type-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_6'>Level<\/label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_1_6' type='text' value='' class='medium'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_54\" class=\"gfield gfield--type-textarea gfield--input-type-textarea field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_54'>Special needs<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_54' id='input_1_54' class='textarea medium'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><\/ul>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer left_label'>\n                         <input type='button' id='gform_next_button_1_27' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Next'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_1_2' class='gform_page' data-js='page-field-id-27' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <ul id='gform_fields_1_2' class='gform_fields left_label form_sublabel_below description_below validation_below'><li id=\"field_1_9\" class=\"gfield gfield--type-text gfield--input-type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_9'>Father&#039;s full name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_1_9' type='text' value='' class='medium'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_11\" class=\"gfield gfield--type-text gfield--input-type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_11'>Mother&#039;s full name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_11' id='input_1_11' type='text' value='' class='medium'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_15\" class=\"gfield gfield--type-email gfield--input-type-email sans-padding-top gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_15'>Primary email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_15' id='input_1_15' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_description_1_15\" \/>\n                        <\/div><div class='gfield_description' id='gfield_description_1_15'>Important information will be sent to this email.<\/div><\/li><li id=\"field_1_135\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_135'>Primary email confirmation<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_135' id='input_1_135' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_1_48\" class=\"gfield gfield--type-email gfield--input-type-email field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_48'>Secondary email<\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_48' id='input_1_48' type='email' value='' class='large'     aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_1_12\" class=\"gfield gfield--type-address gfield--input-type-address gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label>    \n                    <div class='ginput_complex ginput_container has_street has_street2 has_city has_state has_zip has_country ginput_container_address gform-grid-row' id='input_1_12' >\n                         <span class='ginput_full address_line_1 ginput_address_line_1 gform-grid-col' id='input_1_12_1_container' >\n                                        <input type='text' name='input_12.1' id='input_1_12_1' value=''    aria-required='true'    \/>\n                                        <label for='input_1_12_1' id='input_1_12_1_label' class='gform-field-label gform-field-label--type-sub '>Street Address<\/label>\n                                    <\/span><span class='ginput_left address_city ginput_address_city gform-grid-col' id='input_1_12_3_container' >\n                                    <input type='text' name='input_12.3' id='input_1_12_3' value=''    aria-required='true'    \/>\n                                    <label for='input_1_12_3' id='input_1_12_3_label' class='gform-field-label gform-field-label--type-sub '>City<\/label>\n                                 <\/span><span class='ginput_right address_state ginput_address_state gform-grid-col' id='input_1_12_4_container' >\n                                        <input type='text' name='input_12.4' id='input_1_12_4' value=''      aria-required='true'    \/>\n                                        <label for='input_1_12_4' id='input_1_12_4_label' class='gform-field-label gform-field-label--type-sub '>State \/ Province \/ Region<\/label>\n                                      <\/span><span class='ginput_left address_zip ginput_address_zip gform-grid-col' id='input_1_12_5_container' >\n                                    <input type='text' name='input_12.5' id='input_1_12_5' value=''    aria-required='true'    \/>\n                                    <label for='input_1_12_5' id='input_1_12_5_label' class='gform-field-label gform-field-label--type-sub '>ZIP \/ Postal Code<\/label>\n                                <\/span><span class='ginput_right address_country ginput_address_country gform-grid-col' id='input_1_12_6_container' >\n                                        <select name='input_12.6' id='input_1_12_6'   aria-required='true'    ><option value='' ><\/option><option value='Afghanistan' >Afghanistan<\/option><option value='Albania' >Albania<\/option><option value='Algeria' >Algeria<\/option><option value='American Samoa' >American Samoa<\/option><option value='Andorra' >Andorra<\/option><option value='Angola' >Angola<\/option><option value='Anguilla' >Anguilla<\/option><option value='Antarctica' >Antarctica<\/option><option value='Antigua and Barbuda' >Antigua and Barbuda<\/option><option value='Argentina' >Argentina<\/option><option value='Armenia' >Armenia<\/option><option value='Aruba' >Aruba<\/option><option value='Australia' >Australia<\/option><option value='Austria' >Austria<\/option><option value='Azerbaijan' >Azerbaijan<\/option><option value='Bahamas' >Bahamas<\/option><option value='Bahrain' >Bahrain<\/option><option value='Bangladesh' >Bangladesh<\/option><option value='Barbados' >Barbados<\/option><option value='Belarus' >Belarus<\/option><option value='Belgium' >Belgium<\/option><option value='Belize' >Belize<\/option><option value='Benin' >Benin<\/option><option value='Bermuda' >Bermuda<\/option><option value='Bhutan' >Bhutan<\/option><option value='Bolivia' >Bolivia<\/option><option value='Bonaire, Sint Eustatius and Saba' >Bonaire, Sint Eustatius and Saba<\/option><option value='Bosnia and Herzegovina' >Bosnia and Herzegovina<\/option><option value='Botswana' >Botswana<\/option><option value='Bouvet Island' >Bouvet Island<\/option><option value='Brazil' >Brazil<\/option><option value='British Indian Ocean Territory' >British Indian Ocean Territory<\/option><option value='Brunei Darussalam' >Brunei Darussalam<\/option><option value='Bulgaria' >Bulgaria<\/option><option value='Burkina Faso' >Burkina Faso<\/option><option value='Burundi' >Burundi<\/option><option value='Cabo Verde' >Cabo Verde<\/option><option value='Cambodia' >Cambodia<\/option><option value='Cameroon' >Cameroon<\/option><option value='Canada' selected='selected'>Canada<\/option><option value='Cayman Islands' >Cayman Islands<\/option><option value='Central African Republic' >Central African Republic<\/option><option value='Chad' >Chad<\/option><option value='Chile' >Chile<\/option><option value='China' >China<\/option><option value='Christmas Island' >Christmas Island<\/option><option value='Cocos Islands' >Cocos Islands<\/option><option value='Colombia' >Colombia<\/option><option value='Comoros' >Comoros<\/option><option value='Congo' >Congo<\/option><option value='Congo, Democratic Republic of the' >Congo, Democratic Republic of the<\/option><option value='Cook Islands' >Cook Islands<\/option><option value='Costa Rica' >Costa Rica<\/option><option value='Croatia' >Croatia<\/option><option value='Cuba' >Cuba<\/option><option value='Cura\u00e7ao' >Cura\u00e7ao<\/option><option value='Cyprus' >Cyprus<\/option><option value='Czechia' >Czechia<\/option><option value='C\u00f4te d&#039;Ivoire' >C\u00f4te d&#039;Ivoire<\/option><option value='Denmark' >Denmark<\/option><option value='Djibouti' >Djibouti<\/option><option value='Dominica' >Dominica<\/option><option value='Dominican Republic' >Dominican Republic<\/option><option value='Ecuador' >Ecuador<\/option><option value='Egypt' >Egypt<\/option><option value='El Salvador' >El Salvador<\/option><option value='Equatorial Guinea' >Equatorial Guinea<\/option><option value='Eritrea' >Eritrea<\/option><option value='Estonia' >Estonia<\/option><option value='Eswatini' >Eswatini<\/option><option value='Ethiopia' >Ethiopia<\/option><option value='Falkland Islands' >Falkland Islands<\/option><option value='Faroe Islands' >Faroe Islands<\/option><option value='Fiji' >Fiji<\/option><option value='Finland' >Finland<\/option><option value='France' >France<\/option><option value='French Guiana' >French Guiana<\/option><option value='French Polynesia' >French Polynesia<\/option><option value='French Southern Territories' >French Southern Territories<\/option><option value='Gabon' >Gabon<\/option><option value='Gambia' >Gambia<\/option><option value='Georgia' >Georgia<\/option><option value='Germany' >Germany<\/option><option value='Ghana' >Ghana<\/option><option value='Gibraltar' >Gibraltar<\/option><option value='Greece' >Greece<\/option><option value='Greenland' >Greenland<\/option><option value='Grenada' >Grenada<\/option><option value='Guadeloupe' >Guadeloupe<\/option><option value='Guam' >Guam<\/option><option value='Guatemala' >Guatemala<\/option><option value='Guernsey' >Guernsey<\/option><option value='Guinea' >Guinea<\/option><option value='Guinea-Bissau' >Guinea-Bissau<\/option><option value='Guyana' >Guyana<\/option><option value='Haiti' >Haiti<\/option><option value='Heard Island and McDonald Islands' >Heard Island and McDonald Islands<\/option><option value='Holy See' >Holy See<\/option><option value='Honduras' >Honduras<\/option><option value='Hong Kong' >Hong Kong<\/option><option value='Hungary' >Hungary<\/option><option value='Iceland' >Iceland<\/option><option value='India' >India<\/option><option value='Indonesia' >Indonesia<\/option><option value='Iran' >Iran<\/option><option value='Iraq' >Iraq<\/option><option value='Ireland' >Ireland<\/option><option value='Isle of Man' >Isle of Man<\/option><option value='Israel' >Israel<\/option><option value='Italy' >Italy<\/option><option value='Jamaica' >Jamaica<\/option><option value='Japan' >Japan<\/option><option value='Jersey' >Jersey<\/option><option value='Jordan' >Jordan<\/option><option value='Kazakhstan' >Kazakhstan<\/option><option value='Kenya' >Kenya<\/option><option value='Kiribati' >Kiribati<\/option><option value='Korea, Democratic People&#039;s Republic of' >Korea, Democratic People&#039;s Republic of<\/option><option value='Korea, Republic of' >Korea, Republic of<\/option><option value='Kuwait' >Kuwait<\/option><option value='Kyrgyzstan' >Kyrgyzstan<\/option><option value='Lao People&#039;s Democratic Republic' >Lao People&#039;s Democratic Republic<\/option><option value='Latvia' >Latvia<\/option><option value='Lebanon' >Lebanon<\/option><option value='Lesotho' >Lesotho<\/option><option value='Liberia' >Liberia<\/option><option value='Libya' >Libya<\/option><option value='Liechtenstein' >Liechtenstein<\/option><option value='Lithuania' >Lithuania<\/option><option value='Luxembourg' >Luxembourg<\/option><option value='Macao' >Macao<\/option><option value='Madagascar' >Madagascar<\/option><option value='Malawi' >Malawi<\/option><option value='Malaysia' >Malaysia<\/option><option value='Maldives' >Maldives<\/option><option value='Mali' >Mali<\/option><option value='Malta' >Malta<\/option><option value='Marshall Islands' >Marshall Islands<\/option><option value='Martinique' >Martinique<\/option><option value='Mauritania' >Mauritania<\/option><option value='Mauritius' >Mauritius<\/option><option value='Mayotte' >Mayotte<\/option><option value='Mexico' >Mexico<\/option><option value='Micronesia' >Micronesia<\/option><option value='Moldova' >Moldova<\/option><option value='Monaco' >Monaco<\/option><option value='Mongolia' >Mongolia<\/option><option value='Montenegro' >Montenegro<\/option><option value='Montserrat' >Montserrat<\/option><option value='Morocco' >Morocco<\/option><option value='Mozambique' >Mozambique<\/option><option value='Myanmar' >Myanmar<\/option><option value='Namibia' >Namibia<\/option><option value='Nauru' >Nauru<\/option><option value='Nepal' >Nepal<\/option><option value='Netherlands' >Netherlands<\/option><option value='New Caledonia' >New Caledonia<\/option><option value='New Zealand' >New Zealand<\/option><option value='Nicaragua' >Nicaragua<\/option><option value='Niger' >Niger<\/option><option value='Nigeria' >Nigeria<\/option><option value='Niue' >Niue<\/option><option value='Norfolk Island' >Norfolk Island<\/option><option value='North Macedonia' >North Macedonia<\/option><option value='Northern Mariana Islands' >Northern Mariana Islands<\/option><option value='Norway' >Norway<\/option><option value='Oman' >Oman<\/option><option value='Pakistan' >Pakistan<\/option><option value='Palau' >Palau<\/option><option value='Palestine, State of' >Palestine, State of<\/option><option value='Panama' >Panama<\/option><option value='Papua New Guinea' >Papua New Guinea<\/option><option value='Paraguay' >Paraguay<\/option><option value='Peru' >Peru<\/option><option value='Philippines' >Philippines<\/option><option value='Pitcairn' >Pitcairn<\/option><option value='Poland' >Poland<\/option><option value='Portugal' >Portugal<\/option><option value='Puerto Rico' >Puerto Rico<\/option><option value='Qatar' >Qatar<\/option><option value='Romania' >Romania<\/option><option value='Russian Federation' >Russian Federation<\/option><option value='Rwanda' >Rwanda<\/option><option value='R\u00e9union' >R\u00e9union<\/option><option value='Saint Barth\u00e9lemy' >Saint Barth\u00e9lemy<\/option><option value='Saint Helena, Ascension and Tristan da Cunha' >Saint Helena, Ascension and Tristan da Cunha<\/option><option value='Saint Kitts and Nevis' >Saint Kitts and Nevis<\/option><option value='Saint Lucia' >Saint Lucia<\/option><option value='Saint Martin' >Saint Martin<\/option><option value='Saint Pierre and Miquelon' >Saint Pierre and Miquelon<\/option><option value='Saint Vincent and the Grenadines' >Saint Vincent and the Grenadines<\/option><option value='Samoa' >Samoa<\/option><option value='San Marino' >San Marino<\/option><option value='Sao Tome and Principe' >Sao Tome and Principe<\/option><option value='Saudi Arabia' >Saudi Arabia<\/option><option value='Senegal' >Senegal<\/option><option value='Serbia' >Serbia<\/option><option value='Seychelles' >Seychelles<\/option><option value='Sierra Leone' >Sierra Leone<\/option><option value='Singapore' >Singapore<\/option><option value='Sint Maarten' >Sint Maarten<\/option><option value='Slovakia' >Slovakia<\/option><option value='Slovenia' >Slovenia<\/option><option value='Solomon Islands' >Solomon Islands<\/option><option value='Somalia' >Somalia<\/option><option value='South Africa' >South Africa<\/option><option value='South Georgia and the South Sandwich Islands' >South Georgia and the South Sandwich Islands<\/option><option value='South Sudan' >South Sudan<\/option><option value='Spain' >Spain<\/option><option value='Sri Lanka' >Sri Lanka<\/option><option value='Sudan' >Sudan<\/option><option value='Suriname' >Suriname<\/option><option value='Svalbard and Jan Mayen' >Svalbard and Jan Mayen<\/option><option value='Sweden' >Sweden<\/option><option value='Switzerland' >Switzerland<\/option><option value='Syria Arab Republic' >Syria Arab Republic<\/option><option value='Taiwan' >Taiwan<\/option><option value='Tajikistan' >Tajikistan<\/option><option value='Tanzania, the United Republic of' >Tanzania, the United Republic of<\/option><option value='Thailand' >Thailand<\/option><option value='Timor-Leste' >Timor-Leste<\/option><option value='Togo' >Togo<\/option><option value='Tokelau' >Tokelau<\/option><option value='Tonga' >Tonga<\/option><option value='Trinidad and Tobago' >Trinidad and Tobago<\/option><option value='Tunisia' >Tunisia<\/option><option value='Turkmenistan' >Turkmenistan<\/option><option value='Turks and Caicos Islands' >Turks and Caicos Islands<\/option><option value='Tuvalu' >Tuvalu<\/option><option value='T\u00fcrkiye' >T\u00fcrkiye<\/option><option value='US Minor Outlying Islands' >US Minor Outlying Islands<\/option><option value='Uganda' >Uganda<\/option><option value='Ukraine' >Ukraine<\/option><option value='United Arab Emirates' >United Arab Emirates<\/option><option value='United Kingdom' >United Kingdom<\/option><option value='United States' >United States<\/option><option value='Uruguay' >Uruguay<\/option><option value='Uzbekistan' >Uzbekistan<\/option><option value='Vanuatu' >Vanuatu<\/option><option value='Venezuela' >Venezuela<\/option><option value='Viet Nam' >Viet Nam<\/option><option value='Virgin Islands, British' >Virgin Islands, British<\/option><option value='Virgin Islands, U.S.' >Virgin Islands, U.S.<\/option><option value='Wallis and Futuna' >Wallis and Futuna<\/option><option value='Western Sahara' >Western Sahara<\/option><option value='Yemen' >Yemen<\/option><option value='Zambia' >Zambia<\/option><option value='Zimbabwe' >Zimbabwe<\/option><option value='\u00c5land Islands' >\u00c5land Islands<\/option><\/select>\n                                        <label for='input_1_12_6' id='input_1_12_6_label' class='gform-field-label gform-field-label--type-sub '>Country<\/label>\n                                    <\/span>\n                    <div class='gf_clear gf_clear_complex'><\/div>\n                <\/div><\/li><li id=\"field_1_13\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_13'>Primary phone number<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_13' id='input_1_13' type='tel' value='' class='medium'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_14\" class=\"gfield gfield--type-phone gfield--input-type-phone field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_14'>Cellphone<\/label><div class='ginput_container ginput_container_phone'><input name='input_14' id='input_1_14' type='tel' value='' class='medium'    aria-invalid=\"false\"   \/><\/div><\/li><\/ul>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer left_label'>\n                        <input type='button' id='gform_previous_button_1_29' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Previous'  \/> <input type='button' id='gform_next_button_1_29' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Next'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_1_3' class='gform_page' data-js='page-field-id-29' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <ul id='gform_fields_1_3' class='gform_fields left_label form_sublabel_below description_below validation_below'><li id=\"field_1_30\" class=\"gfield gfield--type-html gfield--input-type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >30\/04\/2026\r\n<h2 align=\"center\" style=\"text-transform: none;\">Consent<\/h2>\r\n\r\n<p>I hereby authorize my minor child to participate in the activities held at the Complexe sportif Bonair de L'Ancienne-Lorette (CSBAL), Centre de glaces Intact Assurance (CGIA) ou \u00e0 l'Ar\u00e9na Bruno Verret St-Etienne (ABVSE) during his\/her time at the \"Extreme Power Skating\" hockey school.\r\n<\/p>\r\n\r\n<p>In the event of an injury to my child, I authorize \"Extreme Power Skating\" and the \"\u00c9cole de patin personnalis\u00e9 de Qu\u00e9bec\" to contact ambulance services to provide the best possible care.<\/p>\r\n\r\n<p>This document also releases Jonny Murray, Guillaume Ouellet, as well as the employees of the \"Extreme Power Skating\" hockey school and the \"\u00c9cole de patin personnalis\u00e9 de Qu\u00e9bec\", as well as CSBAL, CGIA and ABVSE and their respective employees, from any liability for injuries that may occur to my child during his\/her time with us.<\/p>\r\n\r\n<p>I have read this document and fully understand its terms and conditions.<\/p><\/li><li id=\"field_1_31\" class=\"gfield gfield--type-text gfield--input-type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_31'>Full name of one parent<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_31' id='input_1_31' type='text' value='' class='medium'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_49\" class=\"gfield gfield--type-text gfield--input-type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_49'>Full name of player<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_49' id='input_1_49' type='text' value='' class='medium'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_1_35\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Required<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_35'><li class='gchoice gchoice_1_35_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_35.1' type='checkbox'  value='I have read and understood the parental consent'  id='choice_1_35_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_35_1' id='label_1_35_1' class='gform-field-label gform-field-label--type-inline'>I have read and understood the parental consent<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><\/ul>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer left_label'>\n                        <input type='button' id='gform_previous_button_1_28' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Previous'  \/> <input type='button' id='gform_next_button_1_28' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Next'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_1_4' class='gform_page' data-js='page-field-id-28' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <ul id='gform_fields_1_4' class='gform_fields left_label form_sublabel_below description_below validation_below'><li id=\"field_1_116\" class=\"gfield gfield--type-html gfield--input-type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><style>\r\n.rouge {\r\ncolor: #ff0000;\r\n}\r\n<\/style>\r\n\r\n<script>\r\njQuery(document).ready(function($) {\r\n\r\n\r\n$(document).on('change', '.gfield input[name=\"input_103\"]', function() {\r\n        var originalValue = $(this).val();\r\n\r\n        var strippedValue = originalValue.replace(\"$ \", \"\").replace(\" CAD\", \"\").replace(\/,\/g, '');\r\n\r\n        var roundedValue = Math.round(parseFloat(strippedValue));\r\n\r\n        var formattedNumber = roundedValue.toString().replace(\/\\B(?=(\\d{3})+(?!\\d))\/g, \",\");\r\n\r\n        var formattedValue = \"$ \" + formattedNumber + \".00 CAD\"; \r\n\r\n        $(this).val(formattedValue);\r\n});\r\n\r\n$('.gfield input[name=\"input_41\"]').trigger('change');\r\n\r\n\/*\r\n$(\"option[value='2 weeks|260']\").hide();\r\n$(\"option[value='3 weeks|390']\").hide();\r\n$(\"option[value='4 weeks|520']\").hide();\r\n$(\"option[value='5 weeks|650']\").hide();\r\n$(\"option[value='6 weeks|780']\").hide();\r\n*\/\r\n$(\"option[value='7 weeks|910']\").hide();\r\n$(\"option[value='8 weeks|1040']\").hide();\r\n\r\n\r\n\/* SEMAINE 1 *\/\r\n\/*\r\n*\/\r\n$(\"li.gchoice_1_84_1\").hide();\r\n$(\"li.gchoice_1_43_1\").hide();\r\n$(\"li.gchoice_1_44_1\").hide();\r\n$(\"li.gchoice_1_45_1\").hide();\r\n$(\"li.gchoice_1_92_1\").hide();\r\n$(\"li.gchoice_1_118_1\").hide();\r\n$(\"li.gchoice_1_122_1\").hide();\r\n$(\"li.gchoice_1_127_1\").hide();\r\n\r\n\r\n\/* SEMAINE 2 *\/\r\n\/*\r\n$(\"li.gchoice_1_84_2\").hide();\r\n$(\"li.gchoice_1_43_2\").hide();\r\n$(\"li.gchoice_1_44_2\").hide();\r\n$(\"li.gchoice_1_45_2\").hide();\r\n$(\"li.gchoice_1_92_2\").hide();\r\n$(\"li.gchoice_1_118_2\").hide();\r\n$(\"li.gchoice_1_122_2\").hide();\r\n$(\"li.gchoice_1_127_2\").hide();\r\n*\/\r\n\r\n\/* SEMAINE 3 *\/\r\n\/*\r\n$(\"li.gchoice_1_84_3\").hide();\r\n$(\"li.gchoice_1_43_3\").hide();\r\n$(\"li.gchoice_1_44_3\").hide();\r\n$(\"li.gchoice_1_45_3\").hide();\r\n$(\"li.gchoice_1_92_3\").hide();\r\n$(\"li.gchoice_1_118_3\").hide();\r\n$(\"li.gchoice_1_122_3\").hide();\r\n$(\"li.gchoice_1_127_3\").hide();\r\n*\/\r\n\r\n\/* SEMAINE 4 *\/\r\n\/*\r\n$(\"li.gchoice_1_84_4\").hide();\r\n$(\"li.gchoice_1_43_4\").hide();\r\n$(\"li.gchoice_1_44_4\").hide();\r\n$(\"li.gchoice_1_45_4\").hide();\r\n$(\"li.gchoice_1_92_4\").hide();\r\n$(\"li.gchoice_1_118_4\").hide();\r\n$(\"li.gchoice_1_122_4\").hide();\r\n$(\"li.gchoice_1_127_4\").hide();\r\n*\/\r\n\r\n\/* SEMAINE 5 *\/\r\n\/*\r\n$(\"li.gchoice_1_84_5\").hide();\r\n$(\"li.gchoice_1_43_5\").hide();\r\n$(\"li.gchoice_1_44_5\").hide();\r\n$(\"li.gchoice_1_45_5\").hide();\r\n$(\"li.gchoice_1_92_5\").hide();\r\n$(\"li.gchoice_1_118_5\").hide();\r\n$(\"li.gchoice_1_122_5\").hide();\r\n$(\"li.gchoice_1_127_5\").hide();\r\n*\/\r\n\r\n\/* SEMAINE 6 *\/\r\n\/*\r\n$(\"li.gchoice_1_84_6\").hide();\r\n$(\"li.gchoice_1_43_6\").hide();\r\n$(\"li.gchoice_1_44_6\").hide();\r\n$(\"li.gchoice_1_45_6\").hide();\r\n$(\"li.gchoice_1_92_6\").hide();\r\n$(\"li.gchoice_1_118_6\").hide();\r\n$(\"li.gchoice_1_122_6\").hide();\r\n$(\"li.gchoice_1_127_6\").hide();\r\n*\/\r\n\r\n\/* SEMAINE 7 *\/\r\n\/*\r\n*\/\r\n$(\"li.gchoice_1_84_7\").hide();\r\n$(\"li.gchoice_1_43_7\").hide();\r\n$(\"li.gchoice_1_44_7\").hide();\r\n$(\"li.gchoice_1_45_7\").hide();\r\n$(\"li.gchoice_1_92_7\").hide();\r\n$(\"li.gchoice_1_118_7\").hide();\r\n$(\"li.gchoice_1_122_7\").hide();\r\n$(\"li.gchoice_1_127_7\").hide();\r\n\r\n\/* SEMAINE 8 *\/\r\n\/*\r\n$(\"li.gchoice_1_84_8\").hide();\r\n$(\"li.gchoice_1_43_8\").hide();\r\n$(\"li.gchoice_1_44_8\").hide();\r\n$(\"li.gchoice_1_45_8\").hide();\r\n$(\"li.gchoice_1_92_8\").hide();\r\n$(\"li.gchoice_1_118_8\").hide();\r\n$(\"li.gchoice_1_122_8\").hide();\r\n$(\"li.gchoice_1_127_8\").hide();\r\n*\/\r\n\r\n\/* SEMAINE 9 *\/\r\n\/*\r\n*\/\r\n$(\"li.gchoice_1_84_9\").hide();\r\n$(\"li.gchoice_1_43_9\").hide();\r\n$(\"li.gchoice_1_44_9\").hide();\r\n$(\"li.gchoice_1_45_9\").hide();\r\n$(\"li.gchoice_1_92_9\").hide();\r\n$(\"li.gchoice_1_118_9\").hide();\r\n$(\"li.gchoice_1_122_9\").hide();\r\n$(\"li.gchoice_1_127_9\").hide();\r\n\r\n\/* SEMAINE 10 *\/\r\n\/*\r\n*\/\r\n$(\"li.gchoice_1_84_11\").hide();\r\n$(\"li.gchoice_1_43_11\").hide();\r\n$(\"li.gchoice_1_44_11\").hide();\r\n$(\"li.gchoice_1_45_11\").hide();\r\n$(\"li.gchoice_1_92_11\").hide();\r\n$(\"li.gchoice_1_118_11\").hide();\r\n$(\"li.gchoice_1_122_11\").hide();\r\n$(\"li.gchoice_1_127_11\").hide();\r\n});\r\n<\/script><\/li><li id=\"field_1_150\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2><strong>NEW \u2013 EPS JUMBO DISCOUNT!<\/strong><\/h2>\r\n<p>Sign your child up for the weeks of June 22nd and 29th and get an extra $100 off the total price! Offer valid only for this combination. *<\/p>\r\n\r\n<p style=\"font-size: 12px;\">* Discount applied directly to the total amount including taxes.<\/p><\/li><li id=\"field_1_41\" class=\"gfield gfield--type-product gfield--input-type-select gfield_price gfield_price_1_41 gfield_product_1_41 gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_41'>Number of weeks<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_41' id='input_1_41' class='medium gfield_select'  aria-describedby=\"gfield_description_1_41\"  aria-required=\"true\" aria-invalid=\"false\" ><option value='1 week|130' selected='selected'>1 week<\/option><option value='2 weeks|260' >2 weeks<\/option><option value='3 weeks|390' >3 weeks<\/option><option value='4 weeks|520' >4 weeks<\/option><option value='5 weeks|650' >5 weeks<\/option><option value='6 weeks|780' >6 weeks<\/option><option value='7 weeks|910' >7 weeks<\/option><option value='8 weeks|1040' >8 weeks<\/option><\/select><\/div><div class='gfield_description' id='gfield_description_1_41'><p style=\"color:#900;\">\r\n<strong style=\"color:black;\">FULL:<\/strong>\r\n<br>Week of August 3rd to August 7th - St-Etienne\r\n<br>Week of August 17th to August 21nd - Ancienne Lorette<\/div><\/li><li id=\"field_1_84\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield_price gfield_price_1_41 gfield_option_1_41 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Choice of week<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_84'><li class='gchoice gchoice_1_84_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_84.1' type='checkbox'  value='Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance|0'  id='choice_1_84_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_84_1' id='label_1_84_1' class='gform-field-label gform-field-label--type-inline'>Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_84_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_84.2' type='checkbox'  value='Week of June 22nd to June 26th - Ancienne Lorette|0'  id='choice_1_84_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_84_2' id='label_1_84_2' class='gform-field-label gform-field-label--type-inline'>Week of June 22nd to June 26th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_84_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_84.3' type='checkbox'  value='Week of June 29th to July 3rd - Ancienne Lorette|0'  id='choice_1_84_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_84_3' id='label_1_84_3' class='gform-field-label gform-field-label--type-inline'>Week of June 29th to July 3rd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_84_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_84.4' type='checkbox'  value='Week of July 6th to July 10th - Ancienne Lorette|0'  id='choice_1_84_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_84_4' id='label_1_84_4' class='gform-field-label gform-field-label--type-inline'>Week of July 6th to July 10th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_84_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_84.5' type='checkbox'  value='Week of July 20th to July 24th - Ancienne Lorette|0'  id='choice_1_84_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_84_5' id='label_1_84_5' class='gform-field-label gform-field-label--type-inline'>Week of July 20th to July 24th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_84_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_84.6' type='checkbox'  value='Week of July 27th to July 31st - Ancienne Lorette|0'  id='choice_1_84_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_84_6' id='label_1_84_6' class='gform-field-label gform-field-label--type-inline'>Week of July 27th to July 31st - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_84_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_84.7' type='checkbox'  value='Week of August 3rd to August 7th - St-Etienne ***|0'  id='choice_1_84_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_84_7' id='label_1_84_7' class='gform-field-label gform-field-label--type-inline'>Week of August 3rd to August 7th - St-Etienne ***<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_84_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_84.8' type='checkbox'  value='Week of August 10th to August 14th - Ancienne Lorette|0'  id='choice_1_84_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_84_8' id='label_1_84_8' class='gform-field-label gform-field-label--type-inline'>Week of August 10th to August 14th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_84_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_84.9' type='checkbox'  value='Week of August 17th to August 21nd - Ancienne Lorette|0'  id='choice_1_84_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_84_9' id='label_1_84_9' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_84_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_84.11' type='checkbox'  value='Week of August 17th to August 21nd - Centre de glaces Intact Assurance|0'  id='choice_1_84_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_84_11' id='label_1_84_11' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_78\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-radio sans-padding-top gfield_price gfield_price_1_41 gfield_option_1_41 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Meal (lunch)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_78'>\n\t\t\t<li class='gchoice gchoice_1_78_0'>\n\t\t\t\t<input name='input_78' type='radio' value='Include meals and brevage|0'  id='choice_1_78_0'    \/>\n\t\t\t\t<label for='choice_1_78_0' id='label_1_78_0' class='gform-field-label gform-field-label--type-inline'>Include meals and brevage<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_78_1'>\n\t\t\t\t<input name='input_78' type='radio' value='Do not include meals|0'  id='choice_1_78_1'    \/>\n\t\t\t\t<label for='choice_1_78_1' id='label_1_78_1' class='gform-field-label gform-field-label--type-inline'>Do not include meals<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_105\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_105'>Registration fees<\/label><div class='ginput_container ginput_container_number'><input name='input_105' id='input_1_105' type='text' step='any'   value='$ 624.49 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_110\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_110'>Meal fees<\/label><div class='ginput_container ginput_container_number'><input name='input_110' id='input_1_110' type='text' step='any'   value='$ 73.06 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_43\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield_price gfield_price_1_41 gfield_option_1_41 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Choice of week<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_43'><li class='gchoice gchoice_1_43_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_43.1' type='checkbox'  value='Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance|0'  id='choice_1_43_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_43_1' id='label_1_43_1' class='gform-field-label gform-field-label--type-inline'>Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_43_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_43.2' type='checkbox'  value='Week of June 22nd to June 26th - Ancienne Lorette|0'  id='choice_1_43_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_43_2' id='label_1_43_2' class='gform-field-label gform-field-label--type-inline'>Week of June 22nd to June 26th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_43_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_43.3' type='checkbox'  value='Week of June 29th to July 3rd - Ancienne Lorette|0'  id='choice_1_43_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_43_3' id='label_1_43_3' class='gform-field-label gform-field-label--type-inline'>Week of June 29th to July 3rd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_43_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_43.4' type='checkbox'  value='Week of July 6th to July 10th - Ancienne Lorette|0'  id='choice_1_43_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_43_4' id='label_1_43_4' class='gform-field-label gform-field-label--type-inline'>Week of July 6th to July 10th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_43_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_43.5' type='checkbox'  value='Week of July 20th to July 24th - Ancienne Lorette|0'  id='choice_1_43_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_43_5' id='label_1_43_5' class='gform-field-label gform-field-label--type-inline'>Week of July 20th to July 24th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_43_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_43.6' type='checkbox'  value='Week of July 27th to July 31st - Ancienne Lorette|0'  id='choice_1_43_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_43_6' id='label_1_43_6' class='gform-field-label gform-field-label--type-inline'>Week of July 27th to July 31st - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_43_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_43.7' type='checkbox'  value='Week of August 3rd to August 7th - St-Etienne ***|0'  id='choice_1_43_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_43_7' id='label_1_43_7' class='gform-field-label gform-field-label--type-inline'>Week of August 3rd to August 7th - St-Etienne ***<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_43_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_43.8' type='checkbox'  value='Week of August 10th to August 14th - Ancienne Lorette|0'  id='choice_1_43_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_43_8' id='label_1_43_8' class='gform-field-label gform-field-label--type-inline'>Week of August 10th to August 14th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_43_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_43.9' type='checkbox'  value='Week of August 17th to August 21nd - Ancienne Lorette|0'  id='choice_1_43_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_43_9' id='label_1_43_9' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_43_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_43.11' type='checkbox'  value='Week of August 17th to August 21nd - Centre de glaces Intact Assurance|0'  id='choice_1_43_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_43_11' id='label_1_43_11' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_83\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-radio sans-padding-top gfield_price gfield_price_1_41 gfield_option_1_41 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Meal (lunch)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_83'>\n\t\t\t<li class='gchoice gchoice_1_83_0'>\n\t\t\t\t<input name='input_83' type='radio' value='Include meals and brevage|0'  id='choice_1_83_0'    \/>\n\t\t\t\t<label for='choice_1_83_0' id='label_1_83_0' class='gform-field-label gform-field-label--type-inline'>Include meals and brevage<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_83_1'>\n\t\t\t\t<input name='input_83' type='radio' value='Do not include meals|0'  id='choice_1_83_1'    \/>\n\t\t\t\t<label for='choice_1_83_1' id='label_1_83_1' class='gform-field-label gform-field-label--type-inline'>Do not include meals<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_109\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_109'>Registration fees<\/label><div class='ginput_container ginput_container_number'><input name='input_109' id='input_1_109' type='text' step='any'   value='$ 1,198.52 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_112\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_112'>Meal fees<\/label><div class='ginput_container ginput_container_number'><input name='input_112' id='input_1_112' type='text' step='any'   value='$ 146.12 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_142\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_142'>Rabais<\/label><div class='ginput_container ginput_container_number'><input name='input_142' id='input_1_142' type='text' step='any'   value='$ 100.00 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_44\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield--width-full gfield_price gfield_price_1_41 gfield_option_1_41 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Choice of week<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_44'><li class='gchoice gchoice_1_44_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_44.1' type='checkbox'  value='Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance|0'  id='choice_1_44_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_44_1' id='label_1_44_1' class='gform-field-label gform-field-label--type-inline'>Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_44_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_44.2' type='checkbox'  value='Week of June 22nd to June 26th - Ancienne Lorette|0'  id='choice_1_44_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_44_2' id='label_1_44_2' class='gform-field-label gform-field-label--type-inline'>Week of June 22nd to June 26th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_44_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_44.3' type='checkbox'  value='Week of June 29th to July 3rd - Ancienne Lorette|0'  id='choice_1_44_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_44_3' id='label_1_44_3' class='gform-field-label gform-field-label--type-inline'>Week of June 29th to July 3rd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_44_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_44.4' type='checkbox'  value='Week of July 6th to July 10th - Ancienne Lorette|0'  id='choice_1_44_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_44_4' id='label_1_44_4' class='gform-field-label gform-field-label--type-inline'>Week of July 6th to July 10th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_44_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_44.5' type='checkbox'  value='Week of July 20th to July 24th - Ancienne Lorette|0'  id='choice_1_44_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_44_5' id='label_1_44_5' class='gform-field-label gform-field-label--type-inline'>Week of July 20th to July 24th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_44_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_44.6' type='checkbox'  value='Week of July 27th to July 31st - Ancienne Lorette|0'  id='choice_1_44_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_44_6' id='label_1_44_6' class='gform-field-label gform-field-label--type-inline'>Week of July 27th to July 31st - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_44_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_44.7' type='checkbox'  value='Week of August 3rd to August 7th - St-Etienne ***|0'  id='choice_1_44_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_44_7' id='label_1_44_7' class='gform-field-label gform-field-label--type-inline'>Week of August 3rd to August 7th - St-Etienne ***<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_44_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_44.8' type='checkbox'  value='Week of August 10th to August 14th - Ancienne Lorette|0'  id='choice_1_44_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_44_8' id='label_1_44_8' class='gform-field-label gform-field-label--type-inline'>Week of August 10th to August 14th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_44_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_44.9' type='checkbox'  value='Week of August 17th to August 21nd - Ancienne Lorette|0'  id='choice_1_44_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_44_9' id='label_1_44_9' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_44_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_44.11' type='checkbox'  value='Week of August 17th to August 21nd - Centre de glaces Intact Assurance|0'  id='choice_1_44_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_44_11' id='label_1_44_11' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_82\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-radio sans-padding-top gfield_price gfield_price_1_41 gfield_option_1_41 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Meal (lunch)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_82'>\n\t\t\t<li class='gchoice gchoice_1_82_0'>\n\t\t\t\t<input name='input_82' type='radio' value='Include meals and brevage|0'  id='choice_1_82_0'    \/>\n\t\t\t\t<label for='choice_1_82_0' id='label_1_82_0' class='gform-field-label gform-field-label--type-inline'>Include meals and brevage<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_82_1'>\n\t\t\t\t<input name='input_82' type='radio' value='Do not include meals|0'  id='choice_1_82_1'    \/>\n\t\t\t\t<label for='choice_1_82_1' id='label_1_82_1' class='gform-field-label gform-field-label--type-inline'>Do not include meals<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_108\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_108'>Registration fees<\/label><div class='ginput_container ginput_container_number'><input name='input_108' id='input_1_108' type='text' step='any'   value='$ 1,773.43 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_111\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_111'>Meal fees<\/label><div class='ginput_container ginput_container_number'><input name='input_111' id='input_1_111' type='text' step='any'   value='$ 219.18 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_143\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_143'>Rabais<\/label><div class='ginput_container ginput_container_number'><input name='input_143' id='input_1_143' type='text' step='any'   value='$ 100.00 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_45\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield_price gfield_price_1_41 gfield_option_1_41 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Choice of week<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_45'><li class='gchoice gchoice_1_45_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_45.1' type='checkbox'  value='Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance|0'  id='choice_1_45_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_45_1' id='label_1_45_1' class='gform-field-label gform-field-label--type-inline'>Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_45_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_45.2' type='checkbox'  value='Week of June 22nd to June 26th - Ancienne Lorette|0'  id='choice_1_45_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_45_2' id='label_1_45_2' class='gform-field-label gform-field-label--type-inline'>Week of June 22nd to June 26th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_45_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_45.3' type='checkbox'  value='Week of June 29th to July 3rd - Ancienne Lorette|0'  id='choice_1_45_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_45_3' id='label_1_45_3' class='gform-field-label gform-field-label--type-inline'>Week of June 29th to July 3rd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_45_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_45.4' type='checkbox'  value='Week of July 6th to July 10th - Ancienne Lorette|0'  id='choice_1_45_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_45_4' id='label_1_45_4' class='gform-field-label gform-field-label--type-inline'>Week of July 6th to July 10th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_45_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_45.5' type='checkbox'  value='Week of July 20th to July 24th - Ancienne Lorette|0'  id='choice_1_45_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_45_5' id='label_1_45_5' class='gform-field-label gform-field-label--type-inline'>Week of July 20th to July 24th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_45_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_45.6' type='checkbox'  value='Week of July 27th to July 31st - Ancienne Lorette|0'  id='choice_1_45_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_45_6' id='label_1_45_6' class='gform-field-label gform-field-label--type-inline'>Week of July 27th to July 31st - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_45_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_45.7' type='checkbox'  value='Week of August 3rd to August 7th - St-Etienne ***|0'  id='choice_1_45_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_45_7' id='label_1_45_7' class='gform-field-label gform-field-label--type-inline'>Week of August 3rd to August 7th - St-Etienne ***<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_45_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_45.8' type='checkbox'  value='Week of August 10th to August 14th - Ancienne Lorette|0'  id='choice_1_45_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_45_8' id='label_1_45_8' class='gform-field-label gform-field-label--type-inline'>Week of August 10th to August 14th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_45_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_45.9' type='checkbox'  value='Week of August 17th to August 21nd - Ancienne Lorette|0'  id='choice_1_45_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_45_9' id='label_1_45_9' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_45_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_45.11' type='checkbox'  value='Week of August 17th to August 21nd - Centre de glaces Intact Assurance|0'  id='choice_1_45_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_45_11' id='label_1_45_11' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_81\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-radio sans-padding-top gfield_price gfield_price_1_41 gfield_option_1_41 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Meal (lunch)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_81'>\n\t\t\t<li class='gchoice gchoice_1_81_0'>\n\t\t\t\t<input name='input_81' type='radio' value='Include meals and brevage|0'  id='choice_1_81_0'    \/>\n\t\t\t\t<label for='choice_1_81_0' id='label_1_81_0' class='gform-field-label gform-field-label--type-inline'>Include meals and brevage<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_81_1'>\n\t\t\t\t<input name='input_81' type='radio' value='Do not include meals|0'  id='choice_1_81_1'    \/>\n\t\t\t\t<label for='choice_1_81_1' id='label_1_81_1' class='gform-field-label gform-field-label--type-inline'>Do not include meals<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_107\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_107'>Registration fees<\/label><div class='ginput_container ginput_container_number'><input name='input_107' id='input_1_107' type='text' step='any'   value='$ 2,347.47 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_114\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_114'>Meal fees<\/label><div class='ginput_container ginput_container_number'><input name='input_114' id='input_1_114' type='text' step='any'   value='$ 292.24 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_144\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_144'>Rabais<\/label><div class='ginput_container ginput_container_number'><input name='input_144' id='input_1_144' type='text' step='any'   value='$ 100.00 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_92\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield_price gfield_price_1_41 gfield_option_1_41 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Choice of week<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_92'><li class='gchoice gchoice_1_92_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_92.1' type='checkbox'  value='Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance|0'  id='choice_1_92_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_92_1' id='label_1_92_1' class='gform-field-label gform-field-label--type-inline'>Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_92_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_92.2' type='checkbox'  value='Week of June 22nd to June 26th - Ancienne Lorette|0'  id='choice_1_92_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_92_2' id='label_1_92_2' class='gform-field-label gform-field-label--type-inline'>Week of June 22nd to June 26th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_92_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_92.3' type='checkbox'  value='Week of June 29th to July 3rd - Ancienne Lorette|0'  id='choice_1_92_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_92_3' id='label_1_92_3' class='gform-field-label gform-field-label--type-inline'>Week of June 29th to July 3rd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_92_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_92.4' type='checkbox'  value='Week of July 6th to July 10th - Ancienne Lorette|0'  id='choice_1_92_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_92_4' id='label_1_92_4' class='gform-field-label gform-field-label--type-inline'>Week of July 6th to July 10th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_92_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_92.5' type='checkbox'  value='Week of July 20th to July 24th - Ancienne Lorette|0'  id='choice_1_92_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_92_5' id='label_1_92_5' class='gform-field-label gform-field-label--type-inline'>Week of July 20th to July 24th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_92_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_92.6' type='checkbox'  value='Week of July 27th to July 31st - Ancienne Lorette|0'  id='choice_1_92_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_92_6' id='label_1_92_6' class='gform-field-label gform-field-label--type-inline'>Week of July 27th to July 31st - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_92_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_92.7' type='checkbox'  value='Week of August 3rd to August 7th - St-Etienne ***|0'  id='choice_1_92_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_92_7' id='label_1_92_7' class='gform-field-label gform-field-label--type-inline'>Week of August 3rd to August 7th - St-Etienne ***<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_92_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_92.8' type='checkbox'  value='Week of August 10th to August 14th - Ancienne Lorette|0'  id='choice_1_92_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_92_8' id='label_1_92_8' class='gform-field-label gform-field-label--type-inline'>Week of August 10th to August 14th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_92_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_92.9' type='checkbox'  value='Week of August 17th to August 21nd - Ancienne Lorette|0'  id='choice_1_92_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_92_9' id='label_1_92_9' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_92_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_92.11' type='checkbox'  value='Week of August 17th to August 21nd - Centre de glaces Intact Assurance|0'  id='choice_1_92_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_92_11' id='label_1_92_11' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_91\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-radio sans-padding-top gfield_price gfield_price_1_41 gfield_option_1_41 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Meal (lunch)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_91'>\n\t\t\t<li class='gchoice gchoice_1_91_0'>\n\t\t\t\t<input name='input_91' type='radio' value='Include meals and brevage|0'  id='choice_1_91_0'    \/>\n\t\t\t\t<label for='choice_1_91_0' id='label_1_91_0' class='gform-field-label gform-field-label--type-inline'>Include meals and brevage<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_91_1'>\n\t\t\t\t<input name='input_91' type='radio' value='Do not include meals|0'  id='choice_1_91_1'    \/>\n\t\t\t\t<label for='choice_1_91_1' id='label_1_91_1' class='gform-field-label gform-field-label--type-inline'>Do not include meals<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_106\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_106'>Registration fees<\/label><div class='ginput_container ginput_container_number'><input name='input_106' id='input_1_106' type='text' step='any'   value='$ 2,922.38 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_113\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_113'>Meal fees<\/label><div class='ginput_container ginput_container_number'><input name='input_113' id='input_1_113' type='text' step='any'   value='$ 365.30 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_145\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_145'>Rabais<\/label><div class='ginput_container ginput_container_number'><input name='input_145' id='input_1_145' type='text' step='any'   value='$ 100.00 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_118\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield_price gfield_price_1_41 gfield_option_1_41 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Choice of week<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_118'><li class='gchoice gchoice_1_118_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_118.1' type='checkbox'  value='Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance|0'  id='choice_1_118_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_118_1' id='label_1_118_1' class='gform-field-label gform-field-label--type-inline'>Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_118_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_118.2' type='checkbox'  value='Week of June 22nd to June 26th - Ancienne Lorette|0'  id='choice_1_118_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_118_2' id='label_1_118_2' class='gform-field-label gform-field-label--type-inline'>Week of June 22nd to June 26th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_118_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_118.3' type='checkbox'  value='Week of June 29th to July 3rd - Ancienne Lorette|0'  id='choice_1_118_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_118_3' id='label_1_118_3' class='gform-field-label gform-field-label--type-inline'>Week of June 29th to July 3rd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_118_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_118.4' type='checkbox'  value='Week of July 6th to July 10th - Ancienne Lorette|0'  id='choice_1_118_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_118_4' id='label_1_118_4' class='gform-field-label gform-field-label--type-inline'>Week of July 6th to July 10th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_118_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_118.5' type='checkbox'  value='Week of July 20th to July 24th - Ancienne Lorette|0'  id='choice_1_118_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_118_5' id='label_1_118_5' class='gform-field-label gform-field-label--type-inline'>Week of July 20th to July 24th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_118_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_118.6' type='checkbox'  value='Week of July 27th to July 31st - Ancienne Lorette|0'  id='choice_1_118_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_118_6' id='label_1_118_6' class='gform-field-label gform-field-label--type-inline'>Week of July 27th to July 31st - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_118_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_118.7' type='checkbox'  value='Week of August 3rd to August 7th - St-Etienne ***|0'  id='choice_1_118_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_118_7' id='label_1_118_7' class='gform-field-label gform-field-label--type-inline'>Week of August 3rd to August 7th - St-Etienne ***<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_118_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_118.8' type='checkbox'  value='Week of August 10th to August 14th - Ancienne Lorette|0'  id='choice_1_118_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_118_8' id='label_1_118_8' class='gform-field-label gform-field-label--type-inline'>Week of August 10th to August 14th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_118_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_118.9' type='checkbox'  value='Week of August 17th to August 21nd - Ancienne Lorette|0'  id='choice_1_118_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_118_9' id='label_1_118_9' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_118_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_118.11' type='checkbox'  value='Week of August 17th to August 21nd - Centre de glaces Intact Assurance|0'  id='choice_1_118_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_118_11' id='label_1_118_11' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_119\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-radio sans-padding-top gfield_price gfield_price_1_41 gfield_option_1_41 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Meal (lunch)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_119'>\n\t\t\t<li class='gchoice gchoice_1_119_0'>\n\t\t\t\t<input name='input_119' type='radio' value='Include meals and brevage|0'  id='choice_1_119_0'    \/>\n\t\t\t\t<label for='choice_1_119_0' id='label_1_119_0' class='gform-field-label gform-field-label--type-inline'>Include meals and brevage<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_119_1'>\n\t\t\t\t<input name='input_119' type='radio' value='Do not include meals|0'  id='choice_1_119_1'    \/>\n\t\t\t\t<label for='choice_1_119_1' id='label_1_119_1' class='gform-field-label gform-field-label--type-inline'>Do not include meals<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_120\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_120'>Registration fees<\/label><div class='ginput_container ginput_container_number'><input name='input_120' id='input_1_120' type='text' step='any'   value='$ 3,496.41 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_121\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_121'>Meal fees<\/label><div class='ginput_container ginput_container_number'><input name='input_121' id='input_1_121' type='text' step='any'   value='$ 438.36 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_146\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_146'>Rabais<\/label><div class='ginput_container ginput_container_number'><input name='input_146' id='input_1_146' type='text' step='any'   value='$ 100.00 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_122\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield_price gfield_price_1_41 gfield_option_1_41 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Choice of week<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_122'><li class='gchoice gchoice_1_122_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_122.1' type='checkbox'  value='Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance|0'  id='choice_1_122_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_122_1' id='label_1_122_1' class='gform-field-label gform-field-label--type-inline'>Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_122_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_122.2' type='checkbox'  value='Week of June 22nd to June 26th - Ancienne Lorette|0'  id='choice_1_122_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_122_2' id='label_1_122_2' class='gform-field-label gform-field-label--type-inline'>Week of June 22nd to June 26th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_122_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_122.3' type='checkbox'  value='Week of June 29th to July 3rd - Ancienne Lorette|0'  id='choice_1_122_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_122_3' id='label_1_122_3' class='gform-field-label gform-field-label--type-inline'>Week of June 29th to July 3rd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_122_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_122.4' type='checkbox'  value='Week of July 6th to July 10th - Ancienne Lorette|0'  id='choice_1_122_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_122_4' id='label_1_122_4' class='gform-field-label gform-field-label--type-inline'>Week of July 6th to July 10th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_122_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_122.5' type='checkbox'  value='Week of July 20th to July 24th - Ancienne Lorette|0'  id='choice_1_122_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_122_5' id='label_1_122_5' class='gform-field-label gform-field-label--type-inline'>Week of July 20th to July 24th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_122_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_122.6' type='checkbox'  value='Week of July 27th to July 31st - Ancienne Lorette|0'  id='choice_1_122_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_122_6' id='label_1_122_6' class='gform-field-label gform-field-label--type-inline'>Week of July 27th to July 31st - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_122_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_122.7' type='checkbox'  value='Week of August 3rd to August 7th - St-Etienne ***|0'  id='choice_1_122_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_122_7' id='label_1_122_7' class='gform-field-label gform-field-label--type-inline'>Week of August 3rd to August 7th - St-Etienne ***<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_122_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_122.8' type='checkbox'  value='Week of August 10th to August 14th - Ancienne Lorette|0'  id='choice_1_122_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_122_8' id='label_1_122_8' class='gform-field-label gform-field-label--type-inline'>Week of August 10th to August 14th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_122_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_122.9' type='checkbox'  value='Week of August 17th to August 21nd - Ancienne Lorette|0'  id='choice_1_122_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_122_9' id='label_1_122_9' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_122_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_122.11' type='checkbox'  value='Week of August 17th to August 21nd - Centre de glaces Intact Assurance|0'  id='choice_1_122_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_122_11' id='label_1_122_11' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_123\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-radio sans-padding-top gfield_price gfield_price_1_41 gfield_option_1_41 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Meal (lunch)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_123'>\n\t\t\t<li class='gchoice gchoice_1_123_0'>\n\t\t\t\t<input name='input_123' type='radio' value='Include meals and brevage|0'  id='choice_1_123_0'    \/>\n\t\t\t\t<label for='choice_1_123_0' id='label_1_123_0' class='gform-field-label gform-field-label--type-inline'>Include meals and brevage<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_123_1'>\n\t\t\t\t<input name='input_123' type='radio' value='Do not include meals|0'  id='choice_1_123_1'    \/>\n\t\t\t\t<label for='choice_1_123_1' id='label_1_123_1' class='gform-field-label gform-field-label--type-inline'>Do not include meals<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_124\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_124'>Registration fees<\/label><div class='ginput_container ginput_container_number'><input name='input_124' id='input_1_124' type='text' step='any'   value='$ 4,071.32 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_125\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_125'>Meal fees<\/label><div class='ginput_container ginput_container_number'><input name='input_125' id='input_1_125' type='text' step='any'   value='$ 511.42 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_147\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_147'>Rabais<\/label><div class='ginput_container ginput_container_number'><input name='input_147' id='input_1_147' type='text' step='any'   value='$ 100.00 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_127\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield_price gfield_price_1_41 gfield_option_1_41 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Choice of week<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_127'><li class='gchoice gchoice_1_127_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_127.1' type='checkbox'  value='Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance|0'  id='choice_1_127_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_127_1' id='label_1_127_1' class='gform-field-label gform-field-label--type-inline'>Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_127_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_127.2' type='checkbox'  value='Week of June 22nd to June 26th - Ancienne Lorette|0'  id='choice_1_127_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_127_2' id='label_1_127_2' class='gform-field-label gform-field-label--type-inline'>Week of June 22nd to June 26th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_127_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_127.3' type='checkbox'  value='Week of June 29th to July 3rd - Ancienne Lorette|0'  id='choice_1_127_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_127_3' id='label_1_127_3' class='gform-field-label gform-field-label--type-inline'>Week of June 29th to July 3rd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_127_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_127.4' type='checkbox'  value='Week of July 6th to July 10th - Ancienne Lorette|0'  id='choice_1_127_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_127_4' id='label_1_127_4' class='gform-field-label gform-field-label--type-inline'>Week of July 6th to July 10th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_127_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_127.5' type='checkbox'  value='Week of July 20th to July 24th - Ancienne Lorette|0'  id='choice_1_127_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_127_5' id='label_1_127_5' class='gform-field-label gform-field-label--type-inline'>Week of July 20th to July 24th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_127_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_127.6' type='checkbox'  value='Week of July 27th to July 31st - Ancienne Lorette|0'  id='choice_1_127_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_127_6' id='label_1_127_6' class='gform-field-label gform-field-label--type-inline'>Week of July 27th to July 31st - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_127_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_127.7' type='checkbox'  value='Week of August 3rd to August 7th - St-Etienne ***|0'  id='choice_1_127_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_127_7' id='label_1_127_7' class='gform-field-label gform-field-label--type-inline'>Week of August 3rd to August 7th - St-Etienne ***<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_127_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_127.8' type='checkbox'  value='Week of August 10th to August 14th - Ancienne Lorette|0'  id='choice_1_127_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_127_8' id='label_1_127_8' class='gform-field-label gform-field-label--type-inline'>Week of August 10th to August 14th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_127_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_127.9' type='checkbox'  value='Week of August 17th to August 21nd - Ancienne Lorette|0'  id='choice_1_127_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_127_9' id='label_1_127_9' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_127_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_127.11' type='checkbox'  value='Week of August 17th to August 21nd - Centre de glaces Intact Assurance|0'  id='choice_1_127_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_127_11' id='label_1_127_11' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_129\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-radio sans-padding-top gfield_price gfield_price_1_41 gfield_option_1_41 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Meal (lunch)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_129'>\n\t\t\t<li class='gchoice gchoice_1_129_0'>\n\t\t\t\t<input name='input_129' type='radio' value='Include meals and brevage|0'  id='choice_1_129_0'    \/>\n\t\t\t\t<label for='choice_1_129_0' id='label_1_129_0' class='gform-field-label gform-field-label--type-inline'>Include meals and brevage<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_129_1'>\n\t\t\t\t<input name='input_129' type='radio' value='Do not include meals|0'  id='choice_1_129_1'    \/>\n\t\t\t\t<label for='choice_1_129_1' id='label_1_129_1' class='gform-field-label gform-field-label--type-inline'>Do not include meals<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_131\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_131'>Registration fees<\/label><div class='ginput_container ginput_container_number'><input name='input_131' id='input_1_131' type='text' step='any'   value='$ 4,645.36 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_133\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_133'>Meal fees<\/label><div class='ginput_container ginput_container_number'><input name='input_133' id='input_1_133' type='text' step='any'   value='$ 584.48 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_148\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_148'>Rabais<\/label><div class='ginput_container ginput_container_number'><input name='input_148' id='input_1_148' type='text' step='any'   value='$ 100.00 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_126\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield_price gfield_price_1_41 gfield_option_1_41 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Choice of week<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_126'><li class='gchoice gchoice_1_126_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_126.1' type='checkbox'  value='Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance|0'  id='choice_1_126_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_126_1' id='label_1_126_1' class='gform-field-label gform-field-label--type-inline'>Week (spring break) of March 2nd to March 6th - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_126_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_126.2' type='checkbox'  value='Week of June 22nd to June 26th - Ancienne Lorette|0'  id='choice_1_126_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_126_2' id='label_1_126_2' class='gform-field-label gform-field-label--type-inline'>Week of June 22nd to June 26th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_126_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_126.3' type='checkbox'  value='Week of June 29th to July 3rd - Ancienne Lorette|0'  id='choice_1_126_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_126_3' id='label_1_126_3' class='gform-field-label gform-field-label--type-inline'>Week of June 29th to July 3rd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_126_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_126.4' type='checkbox'  value='Week of July 6th to July 10th - Ancienne Lorette|0'  id='choice_1_126_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_126_4' id='label_1_126_4' class='gform-field-label gform-field-label--type-inline'>Week of July 6th to July 10th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_126_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_126.5' type='checkbox'  value='Week of July 20th to July 24th - Ancienne Lorette|0'  id='choice_1_126_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_126_5' id='label_1_126_5' class='gform-field-label gform-field-label--type-inline'>Week of July 20th to July 24th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_126_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_126.6' type='checkbox'  value='Week of July 27th to July 31st - Ancienne Lorette|0'  id='choice_1_126_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_126_6' id='label_1_126_6' class='gform-field-label gform-field-label--type-inline'>Week of July 27th to July 31st - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_126_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_126.7' type='checkbox'  value='Week of August 3rd to August 7th - St-Etienne ***|0'  id='choice_1_126_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_126_7' id='label_1_126_7' class='gform-field-label gform-field-label--type-inline'>Week of August 3rd to August 7th - St-Etienne ***<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_126_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_126.8' type='checkbox'  value='Week of August 10th to August 14th - Ancienne Lorette|0'  id='choice_1_126_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_126_8' id='label_1_126_8' class='gform-field-label gform-field-label--type-inline'>Week of August 10th to August 14th - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_126_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_126.9' type='checkbox'  value='Week of August 17th to August 21nd - Ancienne Lorette|0'  id='choice_1_126_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_126_9' id='label_1_126_9' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Ancienne Lorette<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_1_126_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_126.11' type='checkbox'  value='Week of August 17th to August 21nd - Centre de glaces Intact Assurance|0'  id='choice_1_126_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_126_11' id='label_1_126_11' class='gform-field-label gform-field-label--type-inline'>Week of August 17th to August 21nd - Centre de glaces Intact Assurance<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_128\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-radio sans-padding-top gfield_price gfield_price_1_41 gfield_option_1_41 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Meal (lunch)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_1_128'>\n\t\t\t<li class='gchoice gchoice_1_128_0'>\n\t\t\t\t<input name='input_128' type='radio' value='Include meals and brevage|0'  id='choice_1_128_0'    \/>\n\t\t\t\t<label for='choice_1_128_0' id='label_1_128_0' class='gform-field-label gform-field-label--type-inline'>Include meals and brevage<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_1_128_1'>\n\t\t\t\t<input name='input_128' type='radio' value='Do not include meals|0'  id='choice_1_128_1'    \/>\n\t\t\t\t<label for='choice_1_128_1' id='label_1_128_1' class='gform-field-label gform-field-label--type-inline'>Do not include meals<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_130\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_130'>Registration fees<\/label><div class='ginput_container ginput_container_number'><input name='input_130' id='input_1_130' type='text' step='any'   value='$ 5,620.35 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_132\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_132'>Meal fees<\/label><div class='ginput_container ginput_container_number'><input name='input_132' id='input_1_132' type='text' step='any'   value='$ 657.54 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_149\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_hidden\"  ><div class=\"admin-hidden-markup\"><i class=\"gform-icon gform-icon--hidden\" aria-hidden=\"true\" title=\"This field is hidden when viewing the form\"><\/i><span>This field is hidden when viewing the form<\/span><\/div><label class='gfield_label gform-field-label' for='input_1_149'>Rabais<\/label><div class='ginput_container ginput_container_number'><input name='input_149' id='input_1_149' type='text' step='any'   value='$ 100.00 CAD' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_138\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><p><strong>Lunch included for only $84\/week<\/strong><\/p>\r\n\r\n<p style=\"font-size: 12px;\">Monday - Spaghetti (Strattos)<br>\r\nTuesday - Lasagna (Strattos)<br>\r\nWednesday - Macaroni and meat sauce (Strattos)<br>\r\nThursday - Penne with ros\u00e9 sauce (Strattos)<br>\r\nFriday (St-Hubert)<\/p><\/li><li id=\"field_1_137\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield--width-full gfield_price gfield_price_1_41 gfield_option_1_41 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Offer for only $100<\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_137'><li class='gchoice gchoice_1_137_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_137.1' type='checkbox'  value='Semi-private lesson session|100'  id='choice_1_137_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_137_1' id='label_1_137_1' class='gform-field-label gform-field-label--type-inline'>Semi-private lesson session<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_139\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><p><strong>Offer applicable ONLY WHEN YOU REGISTER and for ONE SESSION ONLY, at the reduced rate of $100 (instead of $130).<\/strong><\/p>\r\n\r\n<p style=\"font-size: 12px;\">An Extreme Power Skating representative will contact you to reserve your time slot. <strong>Semi-private lessons will be given exclusively during the weeks of June, July, and August.<\/strong><\/p>\r\n\r\n<p style=\"font-size: 12px;\">*** YOU WILL NOT BE ABLE TO TAKE ADVANTAGE OF THIS OFFER ONCE REGISTRATION IS COMPLETE<\/p><\/li><li id=\"field_1_103\" class=\"gfield gfield--type-number gfield--input-type-number gfield_calculation field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_103'>Total (taxes included)<\/label><div class='ginput_container ginput_container_number'><input name='input_103' id='input_1_103' type='text' step='any'   value='' class='medium gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_40\" class=\"gfield gfield--type-total gfield--input-type-total gfield_price gfield_price_1_ gfield_total gfield_total_1_ field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  aria-atomic=\"true\" aria-live=\"polite\" ><label class='gfield_label gform-field-label' for='input_1_40'>Deposit to pay<\/label><div class='ginput_container ginput_container_total'>\n\t\t\t\t\t\t\t<span class='ginput_total ginput_total_1'>$ 0.00 CAD<\/span>\n\t\t\t\t\t\t\t<input type='hidden' name='input_40' id='input_1_40' class='gform_hidden'\/>\n\t\t\t\t\t\t<\/div><\/li><li id=\"field_1_115\" class=\"gfield gfield--type-number gfield--input-type-number gfield_calculation field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_115'>Due to the first day of the camp<\/label><div class='ginput_container ginput_container_number'><input name='input_115' id='input_1_115' type='text' step='any'   value='' class='medium gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_1_53\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox rouge gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Required<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_1_53'><li class='gchoice gchoice_1_53_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_53.1' type='checkbox'  value='I agree that a $130 fee will apply in the event of cancellation, and I have read the important information regarding registration'  id='choice_1_53_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_53_1' id='label_1_53_1' class='gform-field-label gform-field-label--type-inline'>I agree that a $130 fee will apply in the event of cancellation, and I have read the important information regarding registration<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_1_93\" class=\"gfield gfield--type-html gfield--input-type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><p style=\"font-size: 16px; line-height: 18px;\">To not miss any news about the upcoming camp, please <a href=\"https:\/\/www.facebook.com\/extremepowerskating\/\" target=\"_blank\">follow our Facebook page<\/a>.<\/p><\/li><li id=\"field_1_117\" class=\"gfield gfield--type-textarea gfield--input-type-textarea field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_117'>Comments<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_117' id='input_1_117' class='textarea medium'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><\/ul><\/div>\n        <div class='gform-page-footer gform_page_footer left_label'><input type='submit' id='gform_previous_button_1' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Previous'  \/> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='CAD' value='8xbEyDh0NvjS18K1D3R+bmJV6fEIzukCbecEaHO+LyzXyDfpJCTtWkrFehfcQ6qXHKkQHL7nGz6dhuht\/mn7QgX5suCdG6mVsSjt49vsMFciXx4=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJ7XCI0MVwiOltcIjdiNzkwNmNlOWVkNTZkNzQyZTdlNzg2ZTZmNzQwM2FlXCIsXCI4MTg2NDlkMjkzYzcxYTM1NGZmMWU5ZDIwNGJkYzJmYVwiLFwiMDQ1MTM5ZDc4MmRlZGQ5ZWViNmRjOTc4MmU3Mjg4YjJcIixcIjNhMWNmMGY3MDdiNmQwYjFjMjgwMDdlYmUwODhkNmJhXCIsXCJkYzFlMWZiNjBmY2ZjZTBlODUxNWVmZGY5YjdjYTQyYVwiLFwiNmZhMGU5NDRlMjkyZTc3Y2U3NTkwY2QzOTU3MGIyMjdcIixcIjAxNDBhZThmNWY2ZGRmNTk2N2UzYzg1MjliZDEwYmFhXCIsXCI1MDRjMzNhNTdkZTMzNDBiNWUyYmZjOTdiYWRhNTQ0Y1wiXSxcIjg0LjFcIjpcIjM4YjM5NDZiNDIyZGMyZTA2NjVjNjNmNjc1NWVkMWMyXCIsXCI4NC4yXCI6XCIyYWM1MmU1YzdkMGViMTViM2UwM2Y1ODljNTQ1OWFlNVwiLFwiODQuM1wiOlwiYTI0M2ZiYTBhN2JjNjM1ZTYwYThiMGZiYWU2ODhkNWZcIixcIjg0LjRcIjpcImU0MjJlMTA3ZWExNzM2NzhkNjZmNDQ1M2QzMDAwZjczXCIsXCI4NC41XCI6XCI0MGI1MDY2NjVmNzhkNjgwMDVlNzVlZDZmNDU2ODg1ZFwiLFwiODQuNlwiOlwiZTg3ZGRlYzBmNGI2MjRlZDcxY2MzNzJlYmI4ZDg1MWFcIixcIjg0LjdcIjpcIjg0N2ExN2EzMjYxZDE5MTQ3NGEyNDBiMDRjYjJlZjMwXCIsXCI4NC44XCI6XCJkNWNkOTkxODhjZDU5ODU1NWI5NzEzOGUwMGU1ZGU1N1wiLFwiODQuOVwiOlwiYWM1NzAwNmJjNDQxMzk2OWYxMTM3MzI4MGNlOTVjZTJcIixcIjg0LjExXCI6XCI0ZDc2OWUyY2E2ZWRhNTE1NjIxZjYxYWYyM2JlNTgyN1wiLFwiNzhcIjpbXCJlNzk4MmY4ZGYyMjUxY2I4M2Y2OWI5MTAyMjA2MzcyN1wiLFwiYzNmMzcxNzc0NWJmMDU0NWQ3ZTU3MTg1YTVkYjkzOTVcIl0sXCI0My4xXCI6XCIzOGIzOTQ2YjQyMmRjMmUwNjY1YzYzZjY3NTVlZDFjMlwiLFwiNDMuMlwiOlwiMmFjNTJlNWM3ZDBlYjE1YjNlMDNmNTg5YzU0NTlhZTVcIixcIjQzLjNcIjpcImEyNDNmYmEwYTdiYzYzNWU2MGE4YjBmYmFlNjg4ZDVmXCIsXCI0My40XCI6XCJlNDIyZTEwN2VhMTczNjc4ZDY2ZjQ0NTNkMzAwMGY3M1wiLFwiNDMuNVwiOlwiNDBiNTA2NjY1Zjc4ZDY4MDA1ZTc1ZWQ2ZjQ1Njg4NWRcIixcIjQzLjZcIjpcImU4N2RkZWMwZjRiNjI0ZWQ3MWNjMzcyZWJiOGQ4NTFhXCIsXCI0My43XCI6XCI4NDdhMTdhMzI2MWQxOTE0NzRhMjQwYjA0Y2IyZWYzMFwiLFwiNDMuOFwiOlwiZDVjZDk5MTg4Y2Q1OTg1NTViOTcxMzhlMDBlNWRlNTdcIixcIjQzLjlcIjpcImFjNTcwMDZiYzQ0MTM5NjlmMTEzNzMyODBjZTk1Y2UyXCIsXCI0My4xMVwiOlwiNGQ3NjllMmNhNmVkYTUxNTYyMWY2MWFmMjNiZTU4MjdcIixcIjgzXCI6W1wiZTc5ODJmOGRmMjI1MWNiODNmNjliOTEwMjIwNjM3MjdcIixcImMzZjM3MTc3NDViZjA1NDVkN2U1NzE4NWE1ZGI5Mzk1XCJdLFwiNDQuMVwiOlwiMzhiMzk0NmI0MjJkYzJlMDY2NWM2M2Y2NzU1ZWQxYzJcIixcIjQ0LjJcIjpcIjJhYzUyZTVjN2QwZWIxNWIzZTAzZjU4OWM1NDU5YWU1XCIsXCI0NC4zXCI6XCJhMjQzZmJhMGE3YmM2MzVlNjBhOGIwZmJhZTY4OGQ1ZlwiLFwiNDQuNFwiOlwiZTQyMmUxMDdlYTE3MzY3OGQ2NmY0NDUzZDMwMDBmNzNcIixcIjQ0LjVcIjpcIjQwYjUwNjY2NWY3OGQ2ODAwNWU3NWVkNmY0NTY4ODVkXCIsXCI0NC42XCI6XCJlODdkZGVjMGY0YjYyNGVkNzFjYzM3MmViYjhkODUxYVwiLFwiNDQuN1wiOlwiODQ3YTE3YTMyNjFkMTkxNDc0YTI0MGIwNGNiMmVmMzBcIixcIjQ0LjhcIjpcImQ1Y2Q5OTE4OGNkNTk4NTU1Yjk3MTM4ZTAwZTVkZTU3XCIsXCI0NC45XCI6XCJhYzU3MDA2YmM0NDEzOTY5ZjExMzczMjgwY2U5NWNlMlwiLFwiNDQuMTFcIjpcIjRkNzY5ZTJjYTZlZGE1MTU2MjFmNjFhZjIzYmU1ODI3XCIsXCI4MlwiOltcImU3OTgyZjhkZjIyNTFjYjgzZjY5YjkxMDIyMDYzNzI3XCIsXCJjM2YzNzE3NzQ1YmYwNTQ1ZDdlNTcxODVhNWRiOTM5NVwiXSxcIjQ1LjFcIjpcIjM4YjM5NDZiNDIyZGMyZTA2NjVjNjNmNjc1NWVkMWMyXCIsXCI0NS4yXCI6XCIyYWM1MmU1YzdkMGViMTViM2UwM2Y1ODljNTQ1OWFlNVwiLFwiNDUuM1wiOlwiYTI0M2ZiYTBhN2JjNjM1ZTYwYThiMGZiYWU2ODhkNWZcIixcIjQ1LjRcIjpcImU0MjJlMTA3ZWExNzM2NzhkNjZmNDQ1M2QzMDAwZjczXCIsXCI0NS41XCI6XCI0MGI1MDY2NjVmNzhkNjgwMDVlNzVlZDZmNDU2ODg1ZFwiLFwiNDUuNlwiOlwiZTg3ZGRlYzBmNGI2MjRlZDcxY2MzNzJlYmI4ZDg1MWFcIixcIjQ1LjdcIjpcIjg0N2ExN2EzMjYxZDE5MTQ3NGEyNDBiMDRjYjJlZjMwXCIsXCI0NS44XCI6XCJkNWNkOTkxODhjZDU5ODU1NWI5NzEzOGUwMGU1ZGU1N1wiLFwiNDUuOVwiOlwiYWM1NzAwNmJjNDQxMzk2OWYxMTM3MzI4MGNlOTVjZTJcIixcIjQ1LjExXCI6XCI0ZDc2OWUyY2E2ZWRhNTE1NjIxZjYxYWYyM2JlNTgyN1wiLFwiODFcIjpbXCJlNzk4MmY4ZGYyMjUxY2I4M2Y2OWI5MTAyMjA2MzcyN1wiLFwiYzNmMzcxNzc0NWJmMDU0NWQ3ZTU3MTg1YTVkYjkzOTVcIl0sXCI5Mi4xXCI6XCIzOGIzOTQ2YjQyMmRjMmUwNjY1YzYzZjY3NTVlZDFjMlwiLFwiOTIuMlwiOlwiMmFjNTJlNWM3ZDBlYjE1YjNlMDNmNTg5YzU0NTlhZTVcIixcIjkyLjNcIjpcImEyNDNmYmEwYTdiYzYzNWU2MGE4YjBmYmFlNjg4ZDVmXCIsXCI5Mi40XCI6XCJlNDIyZTEwN2VhMTczNjc4ZDY2ZjQ0NTNkMzAwMGY3M1wiLFwiOTIuNVwiOlwiNDBiNTA2NjY1Zjc4ZDY4MDA1ZTc1ZWQ2ZjQ1Njg4NWRcIixcIjkyLjZcIjpcImU4N2RkZWMwZjRiNjI0ZWQ3MWNjMzcyZWJiOGQ4NTFhXCIsXCI5Mi43XCI6XCI4NDdhMTdhMzI2MWQxOTE0NzRhMjQwYjA0Y2IyZWYzMFwiLFwiOTIuOFwiOlwiZDVjZDk5MTg4Y2Q1OTg1NTViOTcxMzhlMDBlNWRlNTdcIixcIjkyLjlcIjpcImFjNTcwMDZiYzQ0MTM5NjlmMTEzNzMyODBjZTk1Y2UyXCIsXCI5Mi4xMVwiOlwiNGQ3NjllMmNhNmVkYTUxNTYyMWY2MWFmMjNiZTU4MjdcIixcIjkxXCI6W1wiZTc5ODJmOGRmMjI1MWNiODNmNjliOTEwMjIwNjM3MjdcIixcImMzZjM3MTc3NDViZjA1NDVkN2U1NzE4NWE1ZGI5Mzk1XCJdLFwiMTE4LjFcIjpcIjM4YjM5NDZiNDIyZGMyZTA2NjVjNjNmNjc1NWVkMWMyXCIsXCIxMTguMlwiOlwiMmFjNTJlNWM3ZDBlYjE1YjNlMDNmNTg5YzU0NTlhZTVcIixcIjExOC4zXCI6XCJhMjQzZmJhMGE3YmM2MzVlNjBhOGIwZmJhZTY4OGQ1ZlwiLFwiMTE4LjRcIjpcImU0MjJlMTA3ZWExNzM2NzhkNjZmNDQ1M2QzMDAwZjczXCIsXCIxMTguNVwiOlwiNDBiNTA2NjY1Zjc4ZDY4MDA1ZTc1ZWQ2ZjQ1Njg4NWRcIixcIjExOC42XCI6XCJlODdkZGVjMGY0YjYyNGVkNzFjYzM3MmViYjhkODUxYVwiLFwiMTE4LjdcIjpcIjg0N2ExN2EzMjYxZDE5MTQ3NGEyNDBiMDRjYjJlZjMwXCIsXCIxMTguOFwiOlwiZDVjZDk5MTg4Y2Q1OTg1NTViOTcxMzhlMDBlNWRlNTdcIixcIjExOC45XCI6XCJhYzU3MDA2YmM0NDEzOTY5ZjExMzczMjgwY2U5NWNlMlwiLFwiMTE4LjExXCI6XCI0ZDc2OWUyY2E2ZWRhNTE1NjIxZjYxYWYyM2JlNTgyN1wiLFwiMTE5XCI6W1wiZTc5ODJmOGRmMjI1MWNiODNmNjliOTEwMjIwNjM3MjdcIixcImMzZjM3MTc3NDViZjA1NDVkN2U1NzE4NWE1ZGI5Mzk1XCJdLFwiMTIyLjFcIjpcIjM4YjM5NDZiNDIyZGMyZTA2NjVjNjNmNjc1NWVkMWMyXCIsXCIxMjIuMlwiOlwiMmFjNTJlNWM3ZDBlYjE1YjNlMDNmNTg5YzU0NTlhZTVcIixcIjEyMi4zXCI6XCJhMjQzZmJhMGE3YmM2MzVlNjBhOGIwZmJhZTY4OGQ1ZlwiLFwiMTIyLjRcIjpcImU0MjJlMTA3ZWExNzM2NzhkNjZmNDQ1M2QzMDAwZjczXCIsXCIxMjIuNVwiOlwiNDBiNTA2NjY1Zjc4ZDY4MDA1ZTc1ZWQ2ZjQ1Njg4NWRcIixcIjEyMi42XCI6XCJlODdkZGVjMGY0YjYyNGVkNzFjYzM3MmViYjhkODUxYVwiLFwiMTIyLjdcIjpcIjg0N2ExN2EzMjYxZDE5MTQ3NGEyNDBiMDRjYjJlZjMwXCIsXCIxMjIuOFwiOlwiZDVjZDk5MTg4Y2Q1OTg1NTViOTcxMzhlMDBlNWRlNTdcIixcIjEyMi45XCI6XCJhYzU3MDA2YmM0NDEzOTY5ZjExMzczMjgwY2U5NWNlMlwiLFwiMTIyLjExXCI6XCI0ZDc2OWUyY2E2ZWRhNTE1NjIxZjYxYWYyM2JlNTgyN1wiLFwiMTIzXCI6W1wiZTc5ODJmOGRmMjI1MWNiODNmNjliOTEwMjIwNjM3MjdcIixcImMzZjM3MTc3NDViZjA1NDVkN2U1NzE4NWE1ZGI5Mzk1XCJdLFwiMTI3LjFcIjpcIjM4YjM5NDZiNDIyZGMyZTA2NjVjNjNmNjc1NWVkMWMyXCIsXCIxMjcuMlwiOlwiMmFjNTJlNWM3ZDBlYjE1YjNlMDNmNTg5YzU0NTlhZTVcIixcIjEyNy4zXCI6XCJhMjQzZmJhMGE3YmM2MzVlNjBhOGIwZmJhZTY4OGQ1ZlwiLFwiMTI3LjRcIjpcImU0MjJlMTA3ZWExNzM2NzhkNjZmNDQ1M2QzMDAwZjczXCIsXCIxMjcuNVwiOlwiNDBiNTA2NjY1Zjc4ZDY4MDA1ZTc1ZWQ2ZjQ1Njg4NWRcIixcIjEyNy42XCI6XCJlODdkZGVjMGY0YjYyNGVkNzFjYzM3MmViYjhkODUxYVwiLFwiMTI3LjdcIjpcIjg0N2ExN2EzMjYxZDE5MTQ3NGEyNDBiMDRjYjJlZjMwXCIsXCIxMjcuOFwiOlwiZDVjZDk5MTg4Y2Q1OTg1NTViOTcxMzhlMDBlNWRlNTdcIixcIjEyNy45XCI6XCJhYzU3MDA2YmM0NDEzOTY5ZjExMzczMjgwY2U5NWNlMlwiLFwiMTI3LjExXCI6XCI0ZDc2OWUyY2E2ZWRhNTE1NjIxZjYxYWYyM2JlNTgyN1wiLFwiMTI5XCI6W1wiZTc5ODJmOGRmMjI1MWNiODNmNjliOTEwMjIwNjM3MjdcIixcImMzZjM3MTc3NDViZjA1NDVkN2U1NzE4NWE1ZGI5Mzk1XCJdLFwiMTI2LjFcIjpcIjM4YjM5NDZiNDIyZGMyZTA2NjVjNjNmNjc1NWVkMWMyXCIsXCIxMjYuMlwiOlwiMmFjNTJlNWM3ZDBlYjE1YjNlMDNmNTg5YzU0NTlhZTVcIixcIjEyNi4zXCI6XCJhMjQzZmJhMGE3YmM2MzVlNjBhOGIwZmJhZTY4OGQ1ZlwiLFwiMTI2LjRcIjpcImU0MjJlMTA3ZWExNzM2NzhkNjZmNDQ1M2QzMDAwZjczXCIsXCIxMjYuNVwiOlwiNDBiNTA2NjY1Zjc4ZDY4MDA1ZTc1ZWQ2ZjQ1Njg4NWRcIixcIjEyNi42XCI6XCJlODdkZGVjMGY0YjYyNGVkNzFjYzM3MmViYjhkODUxYVwiLFwiMTI2LjdcIjpcIjg0N2ExN2EzMjYxZDE5MTQ3NGEyNDBiMDRjYjJlZjMwXCIsXCIxMjYuOFwiOlwiZDVjZDk5MTg4Y2Q1OTg1NTViOTcxMzhlMDBlNWRlNTdcIixcIjEyNi45XCI6XCJhYzU3MDA2YmM0NDEzOTY5ZjExMzczMjgwY2U5NWNlMlwiLFwiMTI2LjExXCI6XCI0ZDc2OWUyY2E2ZWRhNTE1NjIxZjYxYWYyM2JlNTgyN1wiLFwiMTI4XCI6W1wiZTc5ODJmOGRmMjI1MWNiODNmNjliOTEwMjIwNjM3MjdcIixcImMzZjM3MTc3NDViZjA1NDVkN2U1NzE4NWE1ZGI5Mzk1XCJdLFwiMTM3LjFcIjpcImQyNTM1MTRjOGUzNTkxOWQ3ZjZmMGVkYzNlZjI3OWJiXCJ9IiwiMzgxZGQ1NjRhNmY0ZmExOWYyZDFhNmRmMTU2YmJiODYiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='2' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n             <\/div><\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/www.extremepowerskating.com\/storage\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https:\/\/www.extremepowerskating.com\/storage\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_1\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 1, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-259","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/pages\/259","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/comments?post=259"}],"version-history":[{"count":5,"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/pages\/259\/revisions"}],"predecessor-version":[{"id":1690,"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/pages\/259\/revisions\/1690"}],"wp:attachment":[{"href":"https:\/\/www.extremepowerskating.com\/en\/wp-json\/wp\/v2\/media?parent=259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}