{"id":1629,"date":"2021-08-24T15:03:12","date_gmt":"2021-08-24T15:03:12","guid":{"rendered":"http:\/\/liverlifechallenge.kyoxnkze5g-gjy3mdyxd38q.p.temp-site.link\/new-branding-template\/?page_id=1629"},"modified":"2026-04-16T13:21:33","modified_gmt":"2026-04-16T13:21:33","slug":"myhq","status":"publish","type":"page","link":"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/","title":{"rendered":"MyHQ"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1629\" class=\"elementor elementor-1629\">\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-4576811\" data-id=\"4576811\" 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-570e220 elementor-widget elementor-widget-html\" data-id=\"570e220\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script type=\"text\/javascript\" id=\"p2p\">\n    benHQ(\"p2p\");\n<\/script>\n\n<script>\n    function benHQOverview_Loaded() {\n       jQuery('.benmyhqoverviewheadline').html('<strong>Welcome to the Bike to the Beach Participant Center! From here you can customize your team and personal web pages, send emails, and share your fundraising page directly to social media. These tools will help keep you organized and track progress toward your goals.<\/strong>');\n       jQuery('#benmyhqfitbitlogin a, #benmyhqapplelogin a, [id$=\"benmyhqsummamobilelogin\"] a, [id$=\"benmyhqmanagestepswrap\"] a').addClass('button');\n       \n       \/\/ 1. Hide the activity table\n       jB('#benactivity').closest('div[style*=\"width: 48%\"]').hide();\n       jB('.bengrowyourstatus').hide();\n    \n        \/\/ 2. Create the image element\n        var redeemImage = jB('<img>', {\n            src: 'http:\/\/rides.biketothebeach.org\/wp-content\/uploads\/2026\/04\/FundraisingIncentives.jpg',\n            style: 'width: 100%; cursor: pointer; margin: 15px 0;'\n        });\n    \n        \/\/ 3. Append image after \"Your Points\" heading\n        jQuery('.benmyhqheadings:contains(\"Your Points\")').after(redeemImage);\n    \n        \/\/ 4. Make image trigger same action as Redeem button\n        redeemImage.on('click', function () {\n            jQuery('.button:contains(\"Redeem Points\")')[0].click();\n        });\n        \n        jB('.benmyhqcard').has('.benmyhqheadings:contains(\"Your Points\")').addClass('points-card');\n    }\n<\/script>\n\n<style>\n    [id$=\"fitnesstrackerwrap\"] > .fundraisinggoal,\n    #benmyhqstravalogin,\n    #benmyhqapplelogin,\n    #benmyhqfitbitlogin,\n    [id$=\"benmyhqmanagestepswrap\"] {\n        display: none !important;\n    }\n\n    .hometabpanel, .emailtabpanel {\n    background-color: transparent !important;\n    }\n    \/* -------------------------------------------------\n   1. Kill table look\n--------------------------------------------------*\/\n#benredemption {\n  border-collapse: separate !important;\n  width: 100% !important;\n}\n\n#benredemption thead {\n  display: none; \/* hide headers *\/\n}\n\n#benredemption tbody {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n}\n\n\/* -------------------------------------------------\n   2. Each row becomes a PRODUCT CARD\n--------------------------------------------------*\/\n#benredemption tbody tr {\n  display: grid;\n  grid-template-columns: 1fr;\n  background: #fff;\n  border-radius: 14px;\n  overflow: hidden;\n  box-shadow: 0 6px 18px rgba(0,0,0,.08);\n  transition: transform .18s ease, box-shadow .18s ease;\n  padding: 0;\n}\n\n#benredemption tbody tr:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 12px 28px rgba(0,0,0,.12);\n}\n\n\/* remove default table spacing *\/\n#benredemption td {\n  border: none !important;\n  padding: 0;\n  display: block;\n}\n\n\/* -------------------------------------------------\n   3. IMAGE (4th column)\n--------------------------------------------------*\/\n#benredemption tbody tr td:nth-child(4) {\n  order: 1;\n  background: #ffffff;\n  padding: 18px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n#benredemption tbody tr td:nth-child(4) img {\n  max-height: 200px !important;\n  object-fit: contain;\n  margin: 0 !important;\n  float: none !important;\n}\n\n\/* -------------------------------------------------\n   4. TITLE + DESCRIPTION (1st column)\n--------------------------------------------------*\/\n#benredemption tbody tr td:nth-child(1) {\n  order: 2;\n  padding: 18px 18px 0 18px;\n}\n\n#benredemption strong {\n  font-size: 18px;\n  line-height: 1.3;\n  display: block;\n  margin-bottom: 8px;\n}\n\n\/* hide description *\/\n#benredemption tbody tr td:nth-child(3) {\n    order: 3;\n    padding: 0 18px;\n}\n\n\/* mobile description block inside first column *\/\n#benredemption .benmobileonlyblock {\n  font-size: 14px;\n  color: #555;\n  margin-top: 8px;\n}\n\n\/* -------------------------------------------------\n   5. POINTS (2nd column)\n--------------------------------------------------*\/\n\n\/* desktop points column *\/\n#benredemption tbody tr td:nth-child(2) {\n    order: 4;\n    padding: 10px 18px 0 18px;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--ed-button-background-color); \/* same blue as button *\/\n    letter-spacing: .3px;\n}\n\n\/* add pts word *\/\n#benredemption tbody tr td:nth-child(2)::after {\n    content: \" pts\";\n    font-size: 14px;\n    font-weight: 600;\n    margin-left: 4px;\n    opacity: .85;\n}\n\n\/* =========================================================\n   MOBILE (inside description block)\n=========================================================*\/\n\n\/* hide original wording \"Points:\" *\/\n#benredemption .benmobileonlyblock:last-child {\n    font-size: 0;\n    margin-top: 10px;\n}\n\n\/* rebuild mobile text *\/\n#benredemption .benmobileonlyblock:last-child::before {\n    content: attr(data-value);\n}\n\n\/* fallback if attr not present \u2014 just style existing number *\/\n#benredemption .benmobileonlyblock:last-child {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--ed-button-background-color);\n}\n\n#benredemption .benmobileonlyblock:last-child::after {\n    content: \" pts\";\n    font-size: 13px;\n    margin-left: 4px;\n    font-weight: 600;\n}\n\n\/* -------------------------------------------------\n   6. BUTTON (5th column)\n--------------------------------------------------*\/\n#benredemption tbody tr td:nth-child(5) {\n    order: 5;\n    padding: 16px 18px 20px 18px;\n}\n\/* Make button behave like product CTA *\/\n#benredemption tbody tr td:nth-child(5) .button {\n    width: 100%;\n    display: flex;                 \/* keeps their flex system *\/\n    justify-content: center;\n    align-items: center;\n    margin-top: 10px;\n    text-align: center;\n\n    \/* optional nicer feel inside card *\/\n    box-shadow: 0 2px 6px rgba(0,0,0,.08);\n    transition: transform .15s ease, box-shadow .15s ease, background-color .2s ease;\n}\n\n\/* Hover (requested color) *\/\n#benredemption tbody tr td:nth-child(5) .button:hover {\n    background-color: #f8d460 !important;\n    transform: translateY(-1px);\n    box-shadow: 0 6px 14px rgba(0,0,0,.14);\n}\n\n\/* Active click feel *\/\n#benredemption tbody tr td:nth-child(5) .button:active {\n    transform: translateY(0);\n    box-shadow: 0 2px 6px rgba(0,0,0,.12);\n}\n\n\/* Mobile tap friendliness *\/\n@media (max-width:640px){\n    #benredemption tbody tr td:nth-child(5) .button {\n        min-height: 48px; \/* better thumb target *\/\n    }\n}\n\n\/* -------------------------------------------------\n   7. RESPONSIVE\n--------------------------------------------------*\/\n\n\/* tablet *\/\n@media (max-width: 1000px) {\n  #benredemption tbody {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n\/* mobile *\/\n@media (max-width: 640px) {\n  #benredemption tbody {\n    grid-template-columns: 1fr;\n  }\n\n  #benredemption strong {\n    font-size: 17px;\n  }\n}\n\n\/* =====================================================\n   Reset table layout\n=====================================================*\/\n#benhomeoverview .benreporttable {\n    width: 100%;\n    max-width: 1000px;\n    margin: 40px auto !important;\n    border-collapse: separate;\n}\n\n\/* break table structure *\/\n#benhomeoverview .benreporttable tbody {\n    display: grid;\n    grid-template-columns: 420px 1fr;\n    column-gap: 48px;\n    align-items: start;\n}\n\n#benhomeoverview .benreporttable tr,\n#benhomeoverview .benreporttable td {\n    display: block;\n    border: none;\n    padding: 0;\n}\n\n\/* hide labels *\/\n#benhomeoverview .benreporttable td:first-child {\n    display: none;\n}\n\n\/* =====================================================\n   IMAGE \u2014 left column\n=====================================================*\/\n#benhomeoverview .benreporttable tr:nth-child(4) {\n    grid-column: 1;\n    grid-row: 1 \/ span 4;\n}\n\n#benhomeoverview #img {\n    float: none !important;\n    width: 100%;\n    max-height: 420px !important;\n    object-fit: contain;\n    margin: 0 !important;\n}\n\n\/* =====================================================\n   RIGHT COLUMN CONTENT ORDER\n=====================================================*\/\n\n\/* Title *\/\n#benhomeoverview .benreporttable tr:nth-child(1) {\n    grid-column: 2;\n}\n\n#benhomeoverview #lblName {\n    display: block;\n    font-size: 32px;\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 14px;\n}\n\n\/* Points (price) *\/\n#benhomeoverview .benreporttable tr:nth-child(3) {\n    grid-column: 2;\n}\n\n#benhomeoverview #lblPointValue {\n    display: block;\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--ed-button-background-color);\n    margin-bottom: 22px;\n}\n\n#benhomeoverview #lblPointValue::after {\n    content: \" pts\";\n    font-size: 16px;\n    font-weight: 600;\n    margin-left: 6px;\n    opacity: .85;\n}\n\n\/* Description *\/\n#benhomeoverview .benreporttable tr:nth-child(2) {\n    grid-column: 2;\n}\n\n#benhomeoverview #lblDescription {\n    display: block;\n    font-size: 16px;\n    line-height: 1.65;\n    color: #555;\n    max-width: 600px;\n}\n\n\/* =====================================================\n   TABLET\n   Slightly smaller image + spacing\n=====================================================*\/\n@media (max-width: 1024px) {\n\n  #benhomeoverview .benreporttable tbody {\n    grid-template-columns: 320px 1fr;\n    column-gap: 32px;\n  }\n\n  #benhomeoverview #img {\n    max-height: 340px !important;\n  }\n\n  #benhomeoverview #lblName {\n    font-size: 26px;\n  }\n\n  #benhomeoverview #lblPointValue {\n    font-size: 24px;\n  }\n}\n\n\n\/* =====================================================\n   MOBILE \u2014 Stack like ecommerce product page\n=====================================================*\/\n@media (max-width: 720px) {\n\n  \/* turn off side-by-side layout *\/\n  #benhomeoverview .benreporttable tbody {\n    display: block;\n  }\n\n  #benhomeoverview .benreporttable tr {\n    display: block;\n    margin-bottom: 16px;\n  }\n\n  \/* IMAGE first *\/\n  #benhomeoverview .benreporttable tr:nth-child(4) {\n    order: -1;\n    margin-bottom: 18px;\n  }\n\n  #benhomeoverview #img {\n    width: 100%;\n    max-height: 280px !important;\n    object-fit: contain;\n    margin: 0 auto 10px auto !important;\n    display: block;\n  }\n\n  \/* TITLE *\/\n  #benhomeoverview #lblName {\n    font-size: 22px;\n    line-height: 1.25;\n    margin-bottom: 8px;\n  }\n\n  \/* POINTS *\/\n  #benhomeoverview #lblPointValue {\n    font-size: 22px;\n    margin-bottom: 14px;\n  }\n\n  #benhomeoverview #lblPointValue::after {\n    font-size: 14px;\n  }\n\n  \/* DESCRIPTION *\/\n  #benhomeoverview #lblDescription {\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  \/* spacing improvement *\/\n  #benhomeoverview .benreporttable {\n    margin: 20px 0 !important;\n  }\n}\n\n.points-card .bentable tr {\n    display: flex;\n    align-items: center;\n    flex-direction: column;\n}\n\n.points-card .bentable > div > div:last-child {\n    display: block !important;\n    padding-left: 0 !important;\n    width: 100%;\n}\n\n.points-card .benmyhqheadings {\n  display: none !important;\n}\n\n.points-card {\n  margin-top: 0 !important;\n  padding-top: 0 !important;\n}\n\n.points-card .bentable,\n.points-card > div {\n  margin-top: 0 !important;\n  padding-top: 0 !important;\n}\n\n.points-card *:first-child {\n  margin-top: 0 !important;\n}\n<\/style>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-accbdd6 ct-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"accbdd6\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\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-5bef959\" data-id=\"5bef959\" 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-5449b74 elementor-widget elementor-widget-heading\" data-id=\"5449b74\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Fundraise Anytime, Anywhere: Download Our Mobile App<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ac85c39 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ac85c39\" 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-50 elementor-inner-column elementor-element elementor-element-f4f9a90\" data-id=\"f4f9a90\" 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-2e1c52f elementor-widget elementor-widget-text-editor\" data-id=\"2e1c52f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Take your fundraising to the next level with Summa Mobile, the ultimate tool for managing your campaign on the go. With Summa, you can:<\/p><ul><li><strong>Track Your Progress:<\/strong> View your fundraising and fitness totals in real time.<\/li><li><strong>Personalize Your Page:<\/strong> Create and manage updates to keep your supporters inspired.<\/li><li><strong>Spread the Word:<\/strong> Easily share your fundraising page directly with friends, family, and supporters.<\/li><li><strong>Stay Connected:<\/strong> View donations, send thank-you notes to donors, and celebrate your team&#8217;s success by tracking their totals.<\/li><li><strong>Collaborate with Teammates:<\/strong> Communicate seamlessly to stay motivated and aligned with your goals.<\/li><\/ul>\t\t\t\t\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<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2144574\" data-id=\"2144574\" 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-34b7c8d elementor-widget elementor-widget-premium-addon-video-box\" data-id=\"34b7c8d\" data-element_type=\"widget\" data-settings=\"{&quot;premium_video_box_video_type&quot;:&quot;youtube&quot;}\" data-widget_type=\"premium-addon-video-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t\n\t\t\t\t\t<div id=\"premium-video-box-container-34b7c8d\" class=\"premium-video-box-container\" data-overlay=\"true\" data-type=\"youtube\" data-thumbnail=\"1\" data-hover=\"none\">\n\t\t\t\t<div  >\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"premium-video-box-inner-wrap\" data-video-animation=\" animated-\" data-delay-animation=\"\">\n\t\t\t\t\t\t<div data-src=\"https:\/\/www.youtube.com\/embed\/sraf-cPz0KI?feature=oembed&amp;rel=0&amp;mute=0&amp;loop=0&amp;controls=1&amp;playsinline=0\" class=\"premium-video-box-video-container\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div style=\"background-image:url(&#039;https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png&#039;)\" class=\"premium-video-box-image-container none\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"premium-video-box-play-icon-container\">\n\t\t\t\t\t\t\t\t<i class=\"premium-video-box-play-icon fa fa-play fa-lg\"><\/i>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b3eaf5 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1b3eaf5\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/apps.apple.com\/us\/app\/summa-mobile\/id6504998069\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download in Apple Store<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02d176d elementor-align-center elementor-widget elementor-widget-button\" data-id=\"02d176d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.amplotech.summamobile&#038;hl=en_US&#038;pli=1\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download in Google Store<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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 class=\"elementor-element elementor-element-04af5a0 elementor-widget elementor-widget-spacer\" data-id=\"04af5a0\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c130250 elementor-widget elementor-widget-heading\" data-id=\"c130250\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Learn More<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-pa-eq-height=\"{&quot;targetType&quot;:&quot;custom&quot;,&quot;target&quot;:[&quot;.elementor-image-box-content&quot;],&quot;trigger&quot;:&quot;load&quot;,&quot;enableOn&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-6d447cc premium-equal-height-yes elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6d447cc\" data-element_type=\"section\" data-settings=\"{&quot;premium_eq_height_switcher&quot;:&quot;yes&quot;}\">\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-33 elementor-inner-column elementor-element elementor-element-5cfe82c\" data-id=\"5cfe82c\" 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-f33ecb8 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"f33ecb8\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"335\" src=\"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/1.png\" class=\"attachment-full size-full wp-image-5365\" alt=\"\" srcset=\"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/1.png 500w, https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/1-300x201.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Ride Info Route<\/h3><p class=\"elementor-image-box-description\">Find all the ride and route details conveniently on one page. Get the information you need to plan your Bike to the Beach experience with ease!\n!<div style=\"align-self: flex-end; margin-top: auto;\">\n<b> <a href=\"http:\/\/rides.biketothebeach.org\/new-england\/ride-details\/\">Ride Info<\/a><\/b>\n<b><br><\/b><b><a href=\"http:\/\/rides.biketothebeach.org\/new-england\/ride-details\/#NERoute\">Route Info<\/a><\/b><\/div><\/p><\/div><\/div>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-51545bf\" data-id=\"51545bf\" 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-84afb44 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"84afb44\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"500\" height=\"335\" src=\"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/7.png\" class=\"attachment-full size-full wp-image-5371\" alt=\"\" srcset=\"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/7.png 500w, https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/7-300x201.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Support<\/h3><p class=\"elementor-image-box-description\"><b>Need Help?<\/b>  Our Tech Team is Here for You! Email us at <a href=\"mailto:Team@GoSumma.com\">Team@GoSumma.com<\/a> or use the resources below to update your information quickly and easily.<div style=\"align-self: flex-end; margin-top: auto;\"><b><a href=\"https:\/\/biketothebeach.org\/update-registration-information\/\">Update your registration<\/a><\/b><\/div>\n<div style=\"align-self: flex-end; margin-top: auto;\"><b><a href=\"https:\/\/biketothebeach.org\/user-center\/#profile\/&manageengagements\/\/&managecommunication\/&managerecurring\/&manageaccount\/profile\">Update your Profile<\/a><\/b><\/div><\/p><\/div><\/div>\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-93ad588\" data-id=\"93ad588\" 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-c05dfda elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"c05dfda\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"http:\/\/rides.biketothebeach.org\/new-england\/fundraising\/\" tabindex=\"-1\"><img decoding=\"async\" width=\"500\" height=\"335\" src=\"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/6.png\" class=\"attachment-full size-full wp-image-5370\" alt=\"\" srcset=\"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/6.png 500w, https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/6-300x201.png 300w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"http:\/\/rides.biketothebeach.org\/new-england\/fundraising\/\">Fundraising & Training<\/a><\/h3><p class=\"elementor-image-box-description\">You've got the drive, and we've got the tools! We're here to equip you with everything you need to reach and surpass your goals.\n<div style=\"align-self: flex-end; margin-top: auto;\"><b><a href=\"http:\/\/rides.biketothebeach.org\/fundraising-resources\/\">Fundraising Resources<\/a><\/b><\/div>\n<div style=\"align-self: flex-end; margin-top: auto;\"><b><a href=\"http:\/\/rides.biketothebeach.org\/training\/\">Training Resources<\/a><\/b><\/div>\n<div style=\"align-self: flex-end; margin-top: auto;\"><b><a href=\"http:\/\/rides.biketothebeach.org\/training\/#training_plans\">Training Plans<\/a><\/b><\/div><\/p><\/div><\/div>\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\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":"<p>Fundraise Anytime, Anywhere: Download Our Mobile App Take your fundraising to the next level with Summa Mobile, the ultimate tool for managing your campaign on the go. With Summa, you can: Track Your Progress: View your fundraising and fitness totals in real time. Personalize Your Page: Create and manage updates to keep your supporters inspired. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1629","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":{"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":"","f7c9c96de58074eff2db30219ceed733":"","8a2bbffa3953f6e4e0b32ee95769bc1e":"","8cde0242d6ecdbcd3eb8f3c1017c4f42":"","7aa598b5afc91a8c47d9784a0b3c9d47":"","7850905765b8bfeaaf9857ee69965bdb":"","afdf17edbefc24de7d8b08a8c8ce95dc":"","10388fd26e5bf11f2bc3b0f1468a5c3f":"","2b74faf7d7de93636ac97b41911dda65":"","1360779cc06ca85cf19884e3408430fb":"","20173a8ce9050570d203da5d76fc3735":"","da2feba937291fead17fe436dcff7b62":"","a5a11ee6317393d27bafae08a54d1450":"","1e34509cbafdc514e9cdca67637755fa":"","c6077762206549da64391a0baff97803":"","54f2ee86be380e9984bf5addd3f49f94":"","fe3ffe65925a905be4e0d36140c4c58a":"","cbee10afc8bb9644554ec375fbc46dfd":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>MyHQ - Bike to the Beach - New England<\/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\/new-england\/myhq\/\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/\",\"url\":\"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/\",\"name\":\"MyHQ - Bike to the Beach - New England\",\"isPartOf\":{\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/1.png\",\"datePublished\":\"2021-08-24T15:03:12+00:00\",\"dateModified\":\"2026-04-16T13:21:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/#primaryimage\",\"url\":\"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/1.png\",\"contentUrl\":\"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/1.png\",\"width\":500,\"height\":335},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rides.biketothebeach.org\/new-england\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MyHQ\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/#website\",\"url\":\"https:\/\/rides.biketothebeach.org\/new-england\/\",\"name\":\"Bike to the Beach - New England\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rides.biketothebeach.org\/new-england\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/#organization\",\"name\":\"Bike to the Beach - New England\",\"url\":\"https:\/\/rides.biketothebeach.org\/new-england\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/10\/bike_the_beach-logo.webp\",\"contentUrl\":\"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/10\/bike_the_beach-logo.webp\",\"width\":773,\"height\":421,\"caption\":\"Bike to the Beach - New England\"},\"image\":{\"@id\":\"https:\/\/rides.biketothebeach.org\/new-england\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MyHQ - Bike to the Beach - New England","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\/new-england\/myhq\/","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/","url":"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/","name":"MyHQ - Bike to the Beach - New England","isPartOf":{"@id":"https:\/\/rides.biketothebeach.org\/new-england\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/#primaryimage"},"image":{"@id":"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/#primaryimage"},"thumbnailUrl":"http:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/1.png","datePublished":"2021-08-24T15:03:12+00:00","dateModified":"2026-04-16T13:21:33+00:00","breadcrumb":{"@id":"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rides.biketothebeach.org\/new-england\/myhq\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/#primaryimage","url":"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/1.png","contentUrl":"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/12\/1.png","width":500,"height":335},{"@type":"BreadcrumbList","@id":"https:\/\/rides.biketothebeach.org\/new-england\/myhq\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rides.biketothebeach.org\/new-england\/"},{"@type":"ListItem","position":2,"name":"MyHQ"}]},{"@type":"WebSite","@id":"https:\/\/rides.biketothebeach.org\/new-england\/#website","url":"https:\/\/rides.biketothebeach.org\/new-england\/","name":"Bike to the Beach - New England","description":"","publisher":{"@id":"https:\/\/rides.biketothebeach.org\/new-england\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rides.biketothebeach.org\/new-england\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/rides.biketothebeach.org\/new-england\/#organization","name":"Bike to the Beach - New England","url":"https:\/\/rides.biketothebeach.org\/new-england\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rides.biketothebeach.org\/new-england\/#\/schema\/logo\/image\/","url":"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/10\/bike_the_beach-logo.webp","contentUrl":"https:\/\/rides.biketothebeach.org\/new-england\/wp-content\/uploads\/sites\/7\/2024\/10\/bike_the_beach-logo.webp","width":773,"height":421,"caption":"Bike to the Beach - New England"},"image":{"@id":"https:\/\/rides.biketothebeach.org\/new-england\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rides.biketothebeach.org\/new-england\/wp-json\/wp\/v2\/pages\/1629"}],"collection":[{"href":"https:\/\/rides.biketothebeach.org\/new-england\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rides.biketothebeach.org\/new-england\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rides.biketothebeach.org\/new-england\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rides.biketothebeach.org\/new-england\/wp-json\/wp\/v2\/comments?post=1629"}],"version-history":[{"count":96,"href":"https:\/\/rides.biketothebeach.org\/new-england\/wp-json\/wp\/v2\/pages\/1629\/revisions"}],"predecessor-version":[{"id":5758,"href":"https:\/\/rides.biketothebeach.org\/new-england\/wp-json\/wp\/v2\/pages\/1629\/revisions\/5758"}],"wp:attachment":[{"href":"https:\/\/rides.biketothebeach.org\/new-england\/wp-json\/wp\/v2\/media?parent=1629"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}