{"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-04-01T15:22:04","modified_gmt":"2026-04-01T15:22:04","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\">\r\nbenForm(326, \"benform\");\r\n\r\nfunction benForm_Loaded() {\r\n        \/\/ hide volunteer\r\n        jQuery('.benregtyperow').each(function () {\r\n            var text = jQuery(this).text().toLowerCase();\r\n    \r\n            if (text.indexOf('volunteer') !== -1) {\r\n                jQuery(this).hide();\r\n            }\r\n        });\r\n      \/\/ check by default save payment information checkbox, and transaction fee checkbox\r\n        jQuery('#paymentcntrl_cbxSavePaymentMethod, #benformprocessingfee input').click();\r\n        \r\n        \/\/ Hide all dropdown sections initially\r\n    jQuery('#rfc51, #rfc52, #rfc53').hide();\r\n\r\n    \/\/ Update fee and dropdown visibility when dropdown changes\r\n    jQuery('#rfc54 select').change(function() {\r\n        var selectedPlan = jQuery(this).val();\r\n\r\n        \/\/ Reset the selected value for all dropdowns under #rcf\r\n        jQuery('#rfc51 select, #rfc52 select, #rfc53 select').val('').change();\r\n\r\n        \/\/ Show the relevant dropdown and update the fee based on the selected plan\r\n        \r\n        if (selectedPlan == 114) {\r\n            jQuery('#rfc51 select').val('true').change();\r\n        } else if (selectedPlan == 115) {\r\n            jQuery('#rfc52 select').val('true').change();\r\n        } else if (selectedPlan == 116) {\r\n            jQuery('#rfc53 select').val('true').change();\r\n        }\r\n});\r\njQuery(\"*[id*='benloginstatusform']\").prepend(`\r\n        <div style=\"margin-bottom: 40px;\">\r\n            <div class=\"bentableheading\">Returning Rider or New Participant?<\/div>\r\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>\r\n        <\/div>\r\n    `);\r\n    \r\n    \/\/ move registration type headings out of the first cell\r\njQuery(\".regtypecatheading\").prependTo(\"[id$='_pnlRegType']\");\r\n    \r\n    jQuery(\".regtypecatheading\").after(`\r\n        <div style=\"margin-bottom: 40px;\">\r\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.\r\n<\/p>\r\n        <\/div>\r\n    `);\r\n\r\njQuery('#b_loginstatus_btnContinueGuest').val('Register for the first time');\r\n\r\n        \/\/ How do you wa nt to Bike to the Beach?\r\n        jQuery('[id*=\"divpnlteam\"], [id*=\"_pnlTeam\"]').hide();\r\n        jQuery('[id*=\"divpnlteam\"], [id*=\"_pnlTeam\"]').before('<div style=\"margin: 1.5rem 0;\"><div class=\"bentableheading\">How do you want to participate?<\/div><div><table class=\"bendonlevels\"><tbody><tr><td><input id=\"individual_rider\" type=\"radio\" name=\"bendonlevels\" value=\"1\" onclick=\"\" checked><label for=\"individual_rider\">As an individual<\/label><\/td><td><input id=\"team_rider\" type=\"radio\" name=\"bendonlevels\" value=\"0\" onclick=\"\"><label for=\"team_rider\">On a Team<\/label><\/td><\/tr><\/tbody><\/table><\/div><\/div>');\r\n        jQuery(\"#individual_rider, #team_rider\").change(function () {\r\n            if (jQuery(\"#team_rider\").is(\":checked\")) {\r\n                jQuery('[id*=\"divpnlteam\"], [id*=\"_pnlTeam\"]').show();\r\n            }\r\n            else if (jQuery(\"#individual_rider\").is(\":checked\")) {\r\n                jQuery('[id*=\"divpnlteam\"], [id*=\"_pnlTeam\"]').hide();\r\n                benFormChangeTeam(jQuery('[id*=\"divpnlteam\"], [id*=\"_pnlTeam\"]').attr('id'));\r\n            }\r\n        });\r\n        \/\/ Set fundraising goal\r\n        jQuery('.benregsetgoalwrap .bentableheading').after('<p>$500 Earns the Blue Jersey & $1,500 Earns the VIP Yellow Jersey<\/p>');\r\n        \r\n  \/\/ Store the original function to call it later if needed\r\n  var originalUpdateRegFieldsNew = window.updateRegFieldsNew;\r\n\r\n  \/\/ Before overriding, store the original value of '.benregsetgoalwrap input'\r\n  var $goalInput = jQuery(\".benregsetgoalwrap input\");\r\n  var originalValue = $goalInput.val();\r\n\r\n  \/\/ Override the function\r\n  window.updateRegFieldsNew = function (n) {\r\n    \/\/ Call the original function first (or customize what should be called)\r\n    originalUpdateRegFieldsNew.call(this, n);\r\n\r\n    \/\/ Reset the input value to the original value\r\n    $goalInput.val(originalValue);\r\n  };\r\n\r\n  \/\/ Validation function to ensure value is greater than or equal to 500\r\n  function validateGoalInput() {\r\n    var inputValue = parseFloat($goalInput.val());\r\n    if (isNaN(inputValue) || inputValue < 500) {\r\n      alert(\"The value must be greater than or equal to 500.\");\r\n      $goalInput.val(originalValue); \/\/ Reset to original value if validation fails\r\n    }\r\n  }\r\n\r\n  \/\/ Attach validation handler to change and blur events on the input\r\n  $goalInput.on('change blur', validateGoalInput);\r\n\r\n        \/\/ Donate to yourself\r\n        jQuery('.bentableheading:contains(\"Donation\")').html('Donate to yourself');\r\n        jQuery('.benformdon .bentableheading').after('<p>Kick off your fundraising with a self-donation of $50+ and receive a complimentary pair of socks in the mail!<\/p>');\r\n        \r\n       \/\/ auto select $50 donation\r\n        jQuery('#b_form_next').on('click', function () {\r\n            if (jQuery('.benformpage.active[pagenum=\"2\"]').length > 0) {\r\n                jQuery('#doncntrl615_rblLevels_3').click();\r\n            }\r\n        });\r\n        \r\n        jQuery(document).on('click', '#benforminput input[name=\"b_form_submit\"], #b_form_next', function(event) {\r\n  \/\/ Check if the validation error is visible (indicating validation failed)\r\n  if (jQuery('.benformerror').is(':visible')) {\r\n    \/\/ Move the invalid label to the beginning of the label container\r\n    jQuery('.benregtypes label.beninvalid').prependTo(\".benregtypes\");\r\n    \/\/ Change the label text\r\n    jQuery('.benregtypes label.beninvalid').text('You must select a registration type to continue.');\r\n    \r\n  }\r\n});\r\n\r\n\r\n    }\r\n    \r\n    function benFormConfirmation_Loaded() {\r\n        jQuery('.benh1').text(\"You are registered, now let\u2019s customize your Fundraising Headquarters!\");\r\n    }\r\n    \r\n    \r\n<\/script>\r\n\r\n<style>\r\n    \/* Remove bold from b2b registration types sub-heading *\/\r\n    .benregtypes label {\r\n        font-weight: 100;\r\n        font-size: 16px !important;\r\n    }\r\n<\/style>\r\n\r\n\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-1","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-04-01T15:22:04+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-04-01T15:22:04+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":254,"href":"https:\/\/rides.biketothebeach.org\/dmv\/wp-json\/wp\/v2\/pages\/849\/revisions"}],"predecessor-version":[{"id":5917,"href":"https:\/\/rides.biketothebeach.org\/dmv\/wp-json\/wp\/v2\/pages\/849\/revisions\/5917"}],"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}]}}