{"id":849,"date":"2020-12-02T18:21:47","date_gmt":"2020-12-02T18:21:47","guid":{"rendered":"http:\/\/liverlifechallenge.kyoxnkze5g-gjy3mdyxd38q.p.temp-site.link\/new-branding-template\/rebirthday\/?page_id=849"},"modified":"2026-05-21T15:44:16","modified_gmt":"2026-05-21T15:44:16","slug":"registration","status":"publish","type":"page","link":"https:\/\/rides.biketothebeach.org\/dmv\/registration\/","title":{"rendered":"Registration"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"849\" class=\"elementor elementor-849\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4285bfd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4285bfd\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a2e9560\" data-id=\"a2e9560\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a363c7f elementor-widget elementor-widget-html\" data-id=\"a363c7f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script id=\"benform\" type=\"text\/javascript\">\n    benForm(326, \"benform\");\n    \n    function benForm_Loaded() {\n        \/\/ Hide volunteer\n        jQuery('.benregtyperow').each(function () {\n            var text = jQuery(this).text().toLowerCase();\n    \n            if (text.indexOf('volunteer') !== -1) {\n                jQuery(this).hide();\n            }\n        });\n        \n        \/\/ Check by default save payment information checkbox, and transaction fee checkbox\n        jQuery('#paymentcntrl_cbxSavePaymentMethod, #benformprocessingfee input').click();\n        \n        \/\/ Hide all dropdown sections initially\n        jQuery('#rfc51, #rfc52, #rfc53').hide();\n\n        \/\/ Update fee and dropdown visibility when dropdown changes\n        jQuery('#rfc54 select').change(function() {\n            var selectedPlan = jQuery(this).val();\n\n            \/\/ Reset the selected value for all dropdowns\n            jQuery('#rfc51 select, #rfc52 select, #rfc53 select').val('').change();\n\n            \/\/ Show the relevant dropdown and update the fee based on the selected plan\n            if (selectedPlan == 114) {\n                jQuery('#rfc51 select').val('true').change();\n            } else if (selectedPlan == 115) {\n                jQuery('#rfc52 select').val('true').change();\n            } else if (selectedPlan == 116) {\n                jQuery('#rfc53 select').val('true').change();\n            }\n        });\n\n        jQuery(\"*[id*='benloginstatusform']\").prepend(`\n            <div style=\"margin-bottom: 40px;\">\n                <div class=\"bentableheading\">Returning Rider or New Participant?<\/div>\n                <p>If you've ridden with us before, please log in below to access your account and streamline your registration process. If you're new to our event, no worries! Simply click the \"Register for the first time\" button below the login form to register as a new rider.<\/p>\n            <\/div>\n        `);\n        \n        \/*\n            Registration headings + notes\n            Fixes duplicate headings\/notes caused by using a global selector.\n            Each heading is now handled only inside its own registration panel.\n        *\/\n        jQuery(\"[id$='_pnlRegType']\").each(function () {\n            var $panel = jQuery(this);\n\n            $panel.find(\".regtypecatheading\").each(function () {\n                var $heading = jQuery(this);\n                var headingText = jQuery.trim($heading.text());\n\n                \/\/ Move heading only within its own panel\n                if (!$heading.parent().is($panel)) {\n                    $heading.prependTo($panel);\n                }\n\n                \/\/ Add the route-support note only once and only under Registration Type\n                if (\n                    headingText === \"Registration Type\" &&\n                    !$heading.next(\".registration-fee-note\").length\n                ) {\n                    $heading.after(`\n                        <div class=\"registration-fee-note\" style=\"margin-bottom: 40px;\">\n                            <p><strong>Note:<\/strong> Your registration fee helps cover route support for everyone throughout the day, along with breakfast, snacks, and lunch. Route support includes SAG (support and gear) vehicles, rest stops with food and hydration, and bike mechanics. <strong>Registration fees are non-refundable and do not count towards the $250 fundraising minimum.<\/strong> All participants riding in person must meet the fundraising minimum to ride in the event.<\/p>\n                        <\/div>\n                    `);\n                }\n            });\n        });\n        \n        jQuery('#b_loginstatus_btnContinueGuest').val('Register for the first time');\n        \n        \/\/ How do you want to Bike to the Beach?\n        jQuery('[id*=\"divpnlteam\"], [id*=\"_pnlTeam\"]').hide();\n\n        \/\/ Add individual\/team selector only once\n        if (!jQuery('#b2b_participation_selector').length) {\n            jQuery('[id*=\"divpnlteam\"], [id*=\"_pnlTeam\"]').before(`\n                <div id=\"b2b_participation_selector\" style=\"margin: 1.5rem 0;\">\n                    <div class=\"bentableheading\">How do you want to participate?<\/div>\n                    <div>\n                        <table class=\"bendonlevels\">\n                            <tbody>\n                                <tr>\n                                    <td>\n                                        <input id=\"individual_rider\" type=\"radio\" name=\"bendonlevels\" value=\"1\" checked>\n                                        <label for=\"individual_rider\">As an individual<\/label>\n                                    <\/td>\n                                    <td>\n                                        <input id=\"team_rider\" type=\"radio\" name=\"bendonlevels\" value=\"0\">\n                                        <label for=\"team_rider\">On a Team<\/label>\n                                    <\/td>\n                                <\/tr>\n                            <\/tbody>\n                        <\/table>\n                    <\/div>\n                <\/div>\n            `);\n        }\n\n        jQuery(document).off('change.b2bParticipation').on('change.b2bParticipation', '#individual_rider, #team_rider', function () {\n            var $teamPanel = jQuery('[id*=\"divpnlteam\"], [id*=\"_pnlTeam\"]');\n\n            if (jQuery(\"#team_rider\").is(\":checked\")) {\n                $teamPanel.show();\n            } else {\n                $teamPanel.hide();\n\n                if ($teamPanel.length) {\n                    benFormChangeTeam($teamPanel.attr('id'));\n                }\n            }\n        });\n        \n        \/\/ Set fundraising goal note only once\n        if (!jQuery('.benregsetgoalwrap .fundraising-goal-note').length) {\n            jQuery('.benregsetgoalwrap .bentableheading').after(`\n                <p class=\"fundraising-goal-note\">$500 Earns the Blue Jersey &amp; $1,500 Earns the VIP Yellow Jersey<\/p>\n            `);\n        }\n        \n        \/\/ Store the original function to call it later\n        var originalUpdateRegFieldsNew = window.updateRegFieldsNew;\n        \n        \/\/ Store the original value of '.benregsetgoalwrap input'\n        var $goalInput = jQuery(\".benregsetgoalwrap input\");\n        var originalValue = $goalInput.val();\n        \n        \/\/ Override the function\n       window.updateRegFieldsNew = function (n) {\n            if (typeof originalUpdateRegFieldsNew === \"function\") {\n                originalUpdateRegFieldsNew.call(this, n);\n            }\n            \n            \/\/ Reset the input value to the original value\n            $goalInput.val(originalValue);\n        \n            \/\/ Re-apply Transportation visibility after registration fields update\n            if (typeof b2bHandleTransportationVisibility === 'function') {\n                b2bHandleTransportationVisibility();\n            }\n        };\n        \n        \/\/ Validation function to ensure value is greater than or equal to 500\n        function validateGoalInput() {\n            var inputValue = parseFloat($goalInput.val());\n\n            if (isNaN(inputValue) || inputValue < 500) {\n                alert(\"The value must be greater than or equal to 500.\");\n                $goalInput.val(originalValue);\n            }\n        }\n        \n        \/\/ Attach validation handler to change and blur events on the input\n        $goalInput.off('change.b2bGoal blur.b2bGoal').on('change.b2bGoal blur.b2bGoal', validateGoalInput);\n        \n        \/\/ Donate to yourself\n        jQuery('.bentableheading:contains(\"Donation\")').html('Donate to yourself');\n\n        \/\/ Add donate-to-yourself note only once\n        if (!jQuery('.benformdon .donate-yourself-note').length) {\n            jQuery('.benformdon .bentableheading').after(`\n                <p class=\"donate-yourself-note\">Kick off your fundraising with a self-donation of $50+ and receive a complimentary pair of socks in the mail!<\/p>\n            `);\n        }\n        \n        \/\/ Auto select $50 donation\n        jQuery('#b_form_next').off('click.b2bDonation').on('click.b2bDonation', function () {\n            if (jQuery('.benformpage.active[pagenum=\"2\"]').length > 0) {\n                jQuery('#doncntrl607_rblLevels_3').click();\n            }\n        });\n        \n        jQuery(document).off('click.b2bValidation').on('click.b2bValidation', '#benforminput input[name=\"b_form_submit\"], #b_form_next', function(event) {\n            \/\/ Check if the validation error is visible\n            if (jQuery('.benformerror').is(':visible')) {\n                \/\/ Move the invalid label to the beginning of the label container\n                jQuery('.benregtypes label.beninvalid').prependTo(\".benregtypes\");\n\n                \/\/ Change the label text\n                jQuery('.benregtypes label.beninvalid').text('You must select a registration type to continue.');\n            }\n        });\n        \n        \/\/ Rider \/ Virtual Rider \/ Transportation logic\nvar b2bTransportationUpdating = false;\n\nfunction b2bGetRegTypeLabel($row) {\n    var boldText = jQuery.trim($row.find('label b').first().text()).toLowerCase();\n\n    if (boldText) {\n        return boldText;\n    }\n\n    return jQuery.trim($row.find('label').first().text()).toLowerCase();\n}\n\nfunction b2bFindTransportationElements() {\n    var $rider = jQuery();\n    var $virtualRider = jQuery();\n    var $noBus = jQuery();\n    var $busTicket = jQuery();\n\n    jQuery('.benregtyperow').each(function () {\n        var $row = jQuery(this);\n        var labelText = b2bGetRegTypeLabel($row);\n        var $radio = $row.find('input[type=\"radio\"]').first();\n\n        if (!$radio.length) {\n            return;\n        }\n\n        if (labelText === 'rider') {\n            $rider = $radio;\n        }\n\n        if (labelText === 'virtual rider') {\n            $virtualRider = $radio;\n        }\n\n        if (labelText === 'no bus') {\n            $noBus = $radio;\n        }\n\n        if (labelText === 'bus ticket') {\n            $busTicket = $radio;\n        }\n    });\n\n    var $transportationSection = jQuery();\n\n    if ($noBus.length) {\n        $transportationSection = $noBus.closest('.benformreg');\n    } else if ($busTicket.length) {\n        $transportationSection = $busTicket.closest('.benformreg');\n    }\n\n    return {\n        rider: $rider,\n        virtualRider: $virtualRider,\n        noBus: $noBus,\n        busTicket: $busTicket,\n        transportationSection: $transportationSection\n    };\n}\n\nfunction b2bHandleTransportationVisibility() {\n    if (b2bTransportationUpdating) {\n        return;\n    }\n\n    var items = b2bFindTransportationElements();\n\n    if (\n        !items.rider.length ||\n        !items.virtualRider.length ||\n        !items.noBus.length ||\n        !items.transportationSection.length\n    ) {\n        return;\n    }\n\n    if (items.rider.is(':checked')) {\n        items.transportationSection.show();\n        return;\n    }\n\n    b2bTransportationUpdating = true;\n\n    if (!items.noBus.is(':checked')) {\n        items.noBus.prop('checked', true);\n    }\n\n    items.transportationSection.hide();\n\n    b2bTransportationUpdating = false;\n}\n\n\/\/ Run on load\nb2bHandleTransportationVisibility();\n\n\/\/ Run when Rider \/ Virtual Rider changes\njQuery(document)\n    .off('change.b2bTransportation')\n    .on('change.b2bTransportation', '.benregtyperow input[type=\"radio\"]', function () {\n        var items = b2bFindTransportationElements();\n\n        if (!items.rider.length || !items.virtualRider.length) {\n            return;\n        }\n\n        var mainRegistrationName = items.rider.attr('name');\n\n        \/\/ Ignore Bus Ticket \/ No Bus changes\n        if (jQuery(this).attr('name') !== mainRegistrationName) {\n            return;\n        }\n\n        b2bHandleTransportationVisibility();\n    });\n    }\n    \n    function benFormConfirmation_Loaded() {\n        jQuery('.benh1').text(\"You are registered, now let\u2019s customize your Fundraising Headquarters!\");\n    }\n<\/script>\n\n<style>\n    \/* Remove bold from B2B registration types sub-heading *\/\n    .benregtypes label {\n        font-weight: 100;\n        font-size: 16px !important;\n    }\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":8,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-849","page","type-page","status-publish","hentry"],"blocksy_meta":{"page_title_panel":"","has_hero_section":"default","a973c394aaac5f38b43cb8cc90e7aae8":"","hero_section":"type-2","hero_elements":[{"id":"custom_title","enabled":true,"heading_tag":"h1","title":"Home"},{"id":"custom_description","enabled":true,"description_visibility":{"desktop":true,"tablet":true,"mobile":false}},{"id":"custom_meta","enabled":false,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":25},{"id":"post_date","enabled":true,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"comments","enabled":true}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true}},{"id":"breadcrumbs","enabled":false}],"7f34c2507df4f02c5717eed42cf91c3c":"","hero_alignment1":"left","hero_alignment2":{"0":"c","1":"e","2":"n","3":"t","4":"e","5":"r","desktop":"left","tablet":"left","mobile":"left","__changed":[]},"hero_vertical_alignment":"center","9f36f82adb2a0833e87588d3fb0999df":"","hero_structure":"normal","f6bcba8c8f6784a681dfdcad7b6e3c4a":"","page_title_bg_type":"color","custom_hero_background":{"attachment_id":null},"parallax":{"desktop":false,"tablet":false,"mobile":false},"709bc10b7b84602648f51d1cf98d2cac":"","hero_height":"250px","pageTitleFont":{"family":"Default","variation":"Default","size":{"desktop":"32px","tablet":"30px","mobile":"25px"},"line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageTitleFontColor":{"default":{"color":"var(--paletteColor5)"}},"pageMetaFont":{"family":"Default","variation":"n6","size":"12px","line-height":"1.3","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"pageMetaFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageExcerptFont":{"family":"Default","variation":"Default","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageExcerptColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"breadcrumbsFont":{"family":"Default","variation":"n6","size":"12px","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"breadcrumbsFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"initial":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageTitleOverlay":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"default":{"color":"CT_CSS_SKIP_RULE"}},"pageTitleBackground":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"var(--paletteColor1)"}}},"07a09ecb4c294f83897bd729ec050883":"","page_structure_type":"type-4","content_style":"inherit","vertical_spacing_source":"inherit","content_area_spacing":"both","background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"content_background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"#ffffff"}}},"content_boxed_shadow":{"inherit":false,"blur":18,"spread":-6,"v_offset":12,"h_offset":0,"inset":false,"enable":true,"color":{"color":"rgba(34, 56, 101, 0.04)"}},"boxed_content_spacing":{"desktop":{"top":"40px","bottom":"40px","left":"40px","right":"40px","linked":true},"tablet":{"top":"35px","bottom":"35px","left":"35px","right":"35px","linked":true},"mobile":{"top":"20px","bottom":"20px","left":"20px","right":"20px","linked":true}},"content_boxed_radius":{"top":"3px","bottom":"3px","left":"3px","right":"3px","linked":true},"a4217ffba938674dcd762b6cd732ea57":"","disable_featured_image":"no","disable_header":"no","disable_footer":"no","608cb1e73db712c71be1dfae31f3d489":"","header_footer_scripts_panel":"","header_scripts":"","458071f87a423406b86b345d17e80eeb":"","header_after_body_scripts":"","2a3e712cdd41bd623857414e5e93b664":"","footer_scripts":"","cfe1a06f6b1560595149fc7c2b7af04f":"","ede7ac6cfdf7845b73dc0ae01d1941c6":"","3a7d3dd604e6708bdbcdca4c20fbb737":"","5a6fa504937fd62a509704d7f47fa2e7":"","68d188b45ca21547d66aa97384317dc2":"","14cb86007fd737f878704ea559583b0a":"","6c612cd57268fd8656d6cdae36641016":"","0fbbc4b1cba6e6768d4d129217957727":"","0d82eb32ec39776fc79a8eb1b33fad91":"","fcefd4e486309c82ed90f641754d1494":"","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6},"6b7e6917c61ff1bb985c4e28daa03233":"","e6f1b139d1c1e8b9c654fa9f26ba991c":"","hero_margin":40,"de52d96e8f4ee51b03ac5b13abaf8271":"","5d49d2818fabcbae4b79b8e99b6f421a":"","0a08e5ffe00846defb86af1dcfe5d405":"","f5ee49c0f30c5a5be6ab0070ac0f125d":"","page_meta_button_type_font_colors":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"page_meta_button_type_background_colors":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"0820e42a3d5d1b7e8ec02c86f5a26fdf":"","5b2d7ee922b2cee6caf880498f9a7827":"","d3a627346cdae6bb7102fbdbd41c5a3d":"","69237c56ca5cdb3876aaf62a4ed993de":"","5c2467c61277bb8ec23ba7ffc0fd9282":"","pageTitlePadding":{"top":"50px","bottom":"50px","left":"auto","right":"auto","linked":true},"ad78c6a62a967a194e7997ca4b4d64db":"","165f81a748022983d47b243073bcd0e0":"","content_style_source":"inherit","37336e77485b9265400a0db1b2260ed6":"","b163c54b0e129f19be2fc91cfb0453f8":"","b7b8ca76701610f18cc44f2ece8d01f6":"","65e333c78c4d4fb32e9e0eacad154815":"","e783aa482040d57f1102930df04217ca":"","9492219b25720951699831bdc95e7b55":"","ed227770c6e97e3ebeb91e30bdeaeff1":"","4fbbec2c6a5fb637144d5ad33d92445e":"","page_title_image_size":"full","d71bf1afcc44c08d53865b863372139d":"","fdec5e0f678fd7194a705ebcdd095ce9":"","5220213e9c4a812fa613d067aa4b24ad":"","47673c6775bf0a08bc8b31b166332fc1":"","disable_share_box":"no","c2aa230bfab04d90c429fb8573005c44":"","d175d92412930e3ad7ee8d0acc5f90be":"","0db0c8d7a1fa439fa205250600ddf33f":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Registration - Bike to the Beach - Washington D.C. and Maryland<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rides.biketothebeach.org\/dmv\/registration\/\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rides.biketothebeach.org\/dmv\/registration\/\",\"url\":\"https:\/\/rides.biketothebeach.org\/dmv\/registration\/\",\"name\":\"Registration - Bike to the Beach - Washington D.C. and Maryland\",\"isPartOf\":{\"@id\":\"https:\/\/rides.biketothebeach.org\/dmv\/#website\"},\"datePublished\":\"2020-12-02T18:21:47+00:00\",\"dateModified\":\"2026-05-21T15:44:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/rides.biketothebeach.org\/dmv\/registration\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rides.biketothebeach.org\/dmv\/registration\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rides.biketothebeach.org\/dmv\/registration\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rides.biketothebeach.org\/dmv\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Registration\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rides.biketothebeach.org\/dmv\/#website\",\"url\":\"https:\/\/rides.biketothebeach.org\/dmv\/\",\"name\":\"Bike to the Beach - Washington D.C. and Maryland\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/rides.biketothebeach.org\/dmv\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rides.biketothebeach.org\/dmv\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/rides.biketothebeach.org\/dmv\/#organization\",\"name\":\"Bike to the Beach - Washington D.C. and Maryland\",\"url\":\"https:\/\/rides.biketothebeach.org\/dmv\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rides.biketothebeach.org\/dmv\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/rides.biketothebeach.org\/dmv\/wp-content\/uploads\/sites\/4\/2024\/10\/bike_the_beach-logo.webp\",\"contentUrl\":\"https:\/\/rides.biketothebeach.org\/dmv\/wp-content\/uploads\/sites\/4\/2024\/10\/bike_the_beach-logo.webp\",\"width\":773,\"height\":421,\"caption\":\"Bike to the Beach - Washington D.C. and Maryland\"},\"image\":{\"@id\":\"https:\/\/rides.biketothebeach.org\/dmv\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Registration - Bike to the Beach - Washington D.C. and Maryland","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rides.biketothebeach.org\/dmv\/registration\/","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rides.biketothebeach.org\/dmv\/registration\/","url":"https:\/\/rides.biketothebeach.org\/dmv\/registration\/","name":"Registration - Bike to the Beach - Washington D.C. and Maryland","isPartOf":{"@id":"https:\/\/rides.biketothebeach.org\/dmv\/#website"},"datePublished":"2020-12-02T18:21:47+00:00","dateModified":"2026-05-21T15:44:16+00:00","breadcrumb":{"@id":"https:\/\/rides.biketothebeach.org\/dmv\/registration\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rides.biketothebeach.org\/dmv\/registration\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rides.biketothebeach.org\/dmv\/registration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rides.biketothebeach.org\/dmv\/"},{"@type":"ListItem","position":2,"name":"Registration"}]},{"@type":"WebSite","@id":"https:\/\/rides.biketothebeach.org\/dmv\/#website","url":"https:\/\/rides.biketothebeach.org\/dmv\/","name":"Bike to the Beach - Washington D.C. and Maryland","description":"","publisher":{"@id":"https:\/\/rides.biketothebeach.org\/dmv\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rides.biketothebeach.org\/dmv\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/rides.biketothebeach.org\/dmv\/#organization","name":"Bike to the Beach - Washington D.C. and Maryland","url":"https:\/\/rides.biketothebeach.org\/dmv\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rides.biketothebeach.org\/dmv\/#\/schema\/logo\/image\/","url":"https:\/\/rides.biketothebeach.org\/dmv\/wp-content\/uploads\/sites\/4\/2024\/10\/bike_the_beach-logo.webp","contentUrl":"https:\/\/rides.biketothebeach.org\/dmv\/wp-content\/uploads\/sites\/4\/2024\/10\/bike_the_beach-logo.webp","width":773,"height":421,"caption":"Bike to the Beach - Washington D.C. and Maryland"},"image":{"@id":"https:\/\/rides.biketothebeach.org\/dmv\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rides.biketothebeach.org\/dmv\/wp-json\/wp\/v2\/pages\/849"}],"collection":[{"href":"https:\/\/rides.biketothebeach.org\/dmv\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rides.biketothebeach.org\/dmv\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rides.biketothebeach.org\/dmv\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rides.biketothebeach.org\/dmv\/wp-json\/wp\/v2\/comments?post=849"}],"version-history":[{"count":257,"href":"https:\/\/rides.biketothebeach.org\/dmv\/wp-json\/wp\/v2\/pages\/849\/revisions"}],"predecessor-version":[{"id":6007,"href":"https:\/\/rides.biketothebeach.org\/dmv\/wp-json\/wp\/v2\/pages\/849\/revisions\/6007"}],"wp:attachment":[{"href":"https:\/\/rides.biketothebeach.org\/dmv\/wp-json\/wp\/v2\/media?parent=849"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}