<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Shred the Night 2026 — Official Results</title><link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet"><style>:root { --bg: #06080f; --surface: #0d1117; --surface2: #161b24; --border: #1e2735; --accent: #00d4ff; --accent2: #ff6b35; --gold: #ffd700; --silver: #c0c0c0; --bronze: #cd7f32; --text: #e8eaf0; --muted: #5a6478; --dim: #8892a4;}* { box-sizing: border-box; margin: 0; padding: 0; }body { background: var(--bg); color: var(--text); font-family: 'DM Sans', sans-serif; min-height: 100vh; overflow-x: hidden; }/* NOTICE BAR */.notice-bar { background: rgba(0,212,255,0.08); border-bottom: 1px solid rgba(0,212,255,0.2); padding: 10px 24px; text-align: center; font-size: 0.82rem; color: var(--dim); letter-spacing: 0.3px;}.notice-bar a { color: var(--accent); text-decoration: none; font-weight: 500; }.notice-bar a:hover { text-decoration: underline; }/* HERO */.hero { position: relative; padding: 52px 24px 40px; text-align: center; overflow: hidden;}.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0,212,255,0.12) 0%, transparent 70%), radial-gradient(ellipse 40% 40% at 20% 80%, rgba(255,107,53,0.08) 0%, transparent 60%); pointer-events: none;}.hero-eyebrow { font-family: 'Bebas Neue', sans-serif; font-size: 0.95rem; letter-spacing: 6px; color: var(--accent); margin-bottom: 12px; opacity: 0; animation: fadeUp 0.6s ease forwards 0.1s;}.hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3.5rem, 10vw, 7rem); line-height: 0.9; letter-spacing: 4px; color: #fff; text-shadow: 0 0 60px rgba(0,212,255,0.3); opacity: 0; animation: fadeUp 0.6s ease forwards 0.2s;}.hero h1 span { color: var(--accent); display: block; }.hero-sub { margin-top: 16px; color: var(--dim); font-size: 0.95rem; font-weight: 300; letter-spacing: 1px; opacity: 0; animation: fadeUp 0.6s ease forwards 0.35s;}.hero-divider { width: 60px; height: 2px; background: linear-gradient(90deg, transparent, var(--accent), transparent); margin: 24px auto 0; opacity: 0; animation: fadeUp 0.6s ease forwards 0.45s;}/* TABS */.tabs-wrap { position: sticky; top: 0; z-index: 100; background: rgba(6,8,15,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); padding: 0 24px; opacity: 0; animation: fadeUp 0.5s ease forwards 0.55s;}.tabs { display: flex; max-width: 900px; margin: 0 auto; overflow-x: auto; scrollbar-width: none; }.tabs::-webkit-scrollbar { display: none; }.tab { flex-shrink: 0; padding: 16px 28px; border: none; background: none; color: var(--muted); font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 3px; cursor: pointer; border-bottom: 2px solid transparent; transition: all 0.2s;}.tab:hover { color: var(--text); }.tab.active { color: var(--accent); border-bottom-color: var(--accent); }/* SEARCH */.search-wrap { max-width: 900px; margin: 28px auto 0; padding: 0 24px; opacity: 0; animation: fadeUp 0.5s ease forwards 0.65s;}.search-inner { position: relative; }.search-inner input { width: 100%; padding: 12px 20px 12px 44px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 0.95rem; outline: none; transition: border-color 0.2s;}.search-inner input:focus { border-color: var(--accent); }.search-inner input::placeholder { color: var(--muted); }.search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 1.1rem; pointer-events: none; }/* CONTENT */.content { max-width: 900px; margin: 0 auto; padding: 28px 24px 80px; }.section { display: none; }.section.active { display: block; }.results-meta { font-size: 0.8rem; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; }/* TABLE */.results-table { width: 100%; border-collapse: collapse; }.results-table th { padding: 10px 14px; text-align: left; font-family: 'Bebas Neue', sans-serif; font-size: 0.85rem; letter-spacing: 3px; color: var(--muted); border-bottom: 1px solid var(--border); white-space: nowrap;}.results-table th.r { text-align: right; }.results-table th.c { text-align: center; }.result-row { cursor: pointer; transition: background 0.15s; animation: rowIn 0.3s ease both; }.result-row:hover { background: var(--surface); }.result-row td { padding: 14px; border-bottom: 1px solid rgba(30,39,53,0.6); vertical-align: middle; }.rank-cell { width: 52px; text-align: center; }.rank-num { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 1px;}.rank-1 .rank-num { background: var(--gold); color: #1a1200; }.rank-2 .rank-num { background: var(--silver); color: #0f1115; }.rank-3 .rank-num { background: var(--bronze); color: #1a0e00; }.rank-other .rank-num { background: var(--surface2); color: var(--dim); font-size: 0.8rem; }.name-cell { font-weight: 500; }.bib-cell { text-align: center; font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 1px; color: var(--dim); }.laps-cell { text-align: right; font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: var(--accent); letter-spacing: 1px; white-space: nowrap; }.laps-label { font-family: 'DM Sans', sans-serif; font-size: 0.65rem; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; display: block; font-weight: 300; }/* EXPAND */.expand-row td { padding: 0; border-bottom: 1px solid var(--border); }.expand-inner { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }.expand-inner.open { max-height: 300px; overflow-y: auto; }.expand-content { padding: 16px 24px 20px 66px; background: var(--surface); border-left: 2px solid var(--accent); }.expand-title { font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; font-weight: 500; }.times-text { font-size: 0.8rem; color: var(--dim); line-height: 2; font-variant-numeric: tabular-nums; font-family: 'DM Mono', 'Courier New', monospace; }/* TEAM CARDS */.team-block { margin-bottom: 8px; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; animation: rowIn 0.3s ease both; transition: border-color 0.2s;}.team-block:hover { border-color: rgba(0,212,255,0.25); }.team-header { display: flex; align-items: center; gap: 14px; padding: 16px 18px; cursor: pointer; background: var(--surface); transition: background 0.15s;}.team-header:hover { background: var(--surface2); }.team-rank { flex-shrink: 0; }.team-info { flex: 1; min-width: 0; }.team-name { font-weight: 600; font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.team-members-preview { font-size: 0.75rem; color: var(--muted); margin-top: 2px; }.team-laps { flex-shrink: 0; text-align: right; }.team-expand { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }.team-expand.open { max-height: 1200px; }.member-row { display: flex; align-items: center; padding: 10px 18px 10px 66px; border-top: 1px solid var(--border); gap: 12px;}.member-bib { font-family: 'Bebas Neue', sans-serif; font-size: 0.9rem; color: var(--muted); letter-spacing: 1px; width: 40px; flex-shrink: 0; }.member-name { flex: 1; font-size: 0.9rem; font-weight: 500; }.member-laps { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; color: var(--accent); letter-spacing: 1px; flex-shrink: 0; }.member-times { padding: 6px 18px 12px 118px; font-size: 0.78rem; color: var(--muted); line-height: 2; border-top: 1px dashed rgba(30,39,53,0.8); background: rgba(0,0,0,0.2); font-variant-numeric: tabular-nums; font-family: 'DM Mono', 'Courier New', monospace; }/* NO RESULTS */.no-results { text-align: center; padding: 60px 20px; color: var(--muted); }.no-results .nr-icon { font-size: 2.5rem; margin-bottom: 12px; }/* ANIMATIONS */@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }@keyframes rowIn { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: translateX(0); } }/* MOBILE */@media (max-width: 600px) { .notice-bar { font-size: 0.75rem; padding: 10px 16px; } .hero { padding: 36px 16px 28px; } .tab { padding: 14px 18px; font-size: 1rem; letter-spacing: 2px; } .results-table th, .result-row td { padding: 10px; } .expand-content { padding-left: 16px; } .member-row { padding-left: 16px; } .member-times { padding-left: 16px; } .bib-cell { display: none; }}</style></head><body><div class="notice-bar"> Need to report a correction? Email <a href="mailto:races@happilyrunning.com">races@happilyrunning.com</a> — please include your name, bib number, and as much relevant information as possible.</div><div class="hero"> <div class="hero-eyebrow">Greek Peak Mountain Resort • Feb 28 – Mar 1, 2026</div> <h1>Shred<span>The Night</span></h1> <p class="hero-sub">Official Results • 24-Hour Ski Race • 2026 Edition</p> <div class="hero-divider"></div></div><div class="tabs-wrap"> <div class="tabs"> <button class="tab active" onclick="showTab('solo', this)">Solo</button> <button class="tab" onclick="showTab('pairs', this)">Pairs</button> <button class="tab" onclick="showTab('quads', this)">Quads</button> </div></div><div class="search-wrap"> <div class="search-inner"> <span class="search-icon">⌕</span> <input type="text" id="searchInput" placeholder="Search by name, bib, or team…" oninput="render()"> </div></div><div class="content"> <div id="solo" class="section active"></div> <div id="pairs" class="section"></div> <div id="quads" class="section"></div></div><script>const SOLO = [{"rank": 1, "bib": "4", "name": "Declan Wright", "laps": 151, "times": "08:27:35, 08:37:38, 08:47:11, 08:56:22, 09:08:37, 09:19:48, 09:30:16, 09:39:36, 09:48:49, 09:57:29, 10:07:49, 10:17:05, 10:26:36, 10:35:49, 10:45:25, 10:54:26, 11:04:08, 11:13:26, 11:23:21, 11:33:10, 11:42:16, 11:52:02, 12:01:06, 12:10:15, 12:20:39, 12:32:03, 12:41:25, 12:50:55, 13:00:03, 13:09:46, 13:20:02, 13:29:38, 13:46:46, 14:33:00, 14:44:56, 14:55:10, 15:04:38, 15:13:43, 15:22:48, 15:33:28, 15:43:11, 15:52:33, 16:03:13, 16:12:18, 16:22:10, 16:31:59, 16:40:55, 16:49:49, 16:58:41, 17:08:49, 17:18:04, 17:26:52, 17:35:46, 17:45:05, 17:53:54, 18:02:42, 18:11:22, 18:20:05, 18:29:00, 18:38:15, 18:47:08, 18:56:07, 19:05:34, 19:15:29, 19:24:44, 19:33:42, 19:43:46, 19:53:14, 20:02:10, 20:10:58, 20:19:43, 20:29:38, 20:38:34, 20:47:18, 20:55:51, 21:16:19, 21:24:54, 21:33:26, 21:41:59, 21:50:35, 21:59:06, 22:07:35, 22:16:15, 22:24:56, 22:33:20, 22:42:23, 22:50:57, 22:59:26, 23:08:01, 23:16:41, 23:25:18, 23:33:55, 23:42:52, 23:51:27, 24:00:05, 24:08:37, 24:17:30, 24:26:15, 24:34:52, 24:43:32, 24:52:04, 25:00:47, 25:09:23, 25:18:01, 25:26:39, 25:35:18, 25:43:57, 25:52:43, 26:01:22, 26:10:00, 26:19:38, 26:29:00, 26:37:41, 26:46:18, 26:54:54, 27:03:31, 27:12:16, 27:20:54, 27:29:40, 27:38:20, 27:47:01, 27:55:51, 28:04:29, 28:13:46, 28:22:26, 28:31:22, 28:40:01, 28:48:49, 28:57:36, 29:06:23, 29:15:14, 29:24:07, 29:33:15, 29:41:58, 29:50:41, 29:59:19, 30:07:58, 30:16:45, 30:25:39, 30:34:17, 30:43:18, 30:51:55, 31:00:37, 31:09:17, 31:17:50, 31:26:31, 31:35:11, 31:55:58, 32:04:58, 32:14:21, 32:23:38"}, {"rank": 2, "bib": "5", "name": "Thomas Roy", "laps": 144, "times": "08:32:48, 08:42:04, 08:52:22, 09:05:10, 09:16:18, 09:28:12, 09:37:39, 09:47:47, 09:56:49, 10:07:40, 10:17:28, 10:27:26, 10:37:30, 10:46:32, 10:56:42, 11:06:47, 11:17:25, 11:26:52, 11:37:31, 11:46:54, 11:57:19, 12:06:46, 12:17:53, 12:29:50, 12:39:37, 12:49:43, 12:59:10, 13:09:46, 13:20:10, 13:30:38, 14:25:55, 14:38:07, 14:52:49, 15:02:13, 15:12:08, 15:22:10, 15:33:18, 15:43:43, 15:53:10, 16:04:32, 16:14:36, 16:24:58, 16:35:39, 16:45:08, 16:54:27, 17:03:29, 17:14:28, 17:24:04, 17:33:48, 17:43:02, 17:53:15, 18:03:15, 18:12:14, 18:22:13, 18:31:56, 18:41:40, 18:51:06, 19:00:10, 19:09:59, 19:19:06, 19:28:15, 19:37:29, 19:47:08, 19:56:33, 20:05:44, 20:15:13, 20:25:41, 20:34:42, 20:44:11, 20:53:19, 21:19:47, 21:28:58, 21:37:54, 21:46:55, 21:56:11, 22:05:30, 22:14:29, 22:23:29, 22:32:25, 22:41:26, 22:50:19, 22:59:15, 23:08:08, 23:16:55, 23:26:08, 23:34:56, 23:43:50, 23:53:02, 24:01:53, 24:10:49, 24:19:52, 24:28:51, 24:37:42, 24:46:41, 24:55:29, 25:04:30, 25:13:39, 25:22:39, 25:31:37, 25:40:40, 25:49:45, 25:58:44, 26:07:57, 26:16:57, 26:25:56, 26:34:58, 26:43:53, 26:53:00, 27:02:03, 27:10:55, 27:20:14, 27:29:10, 27:38:09, 27:47:24, 27:56:27, 28:05:35, 28:15:05, 28:23:59, 28:33:03, 28:41:59, 28:50:59, 28:59:52, 29:09:08, 29:18:07, 29:26:54, 29:36:22, 29:45:20, 29:54:11, 30:02:58, 30:11:58, 30:20:53, 30:29:57, 30:38:50, 30:47:48, 30:56:41, 31:05:34, 31:14:31, 31:23:24, 31:32:12, 31:53:04, 32:03:26, 32:12:37, 32:21:38"}, {"rank": 3, "bib": "30", "name": "Kurt Lester", "laps": 143, "times": "08:30:43, 08:39:43, 08:49:46, 09:01:46, 09:13:01, 09:24:45, 09:34:12, 09:44:24, 09:53:53, 10:05:10, 10:15:12, 10:25:09, 10:35:08, 10:45:06, 10:54:39, 11:05:26, 11:14:56, 11:25:16, 11:35:40, 11:45:46, 11:56:37, 12:06:13, 12:18:28, 12:30:16, 12:39:50, 12:50:00, 12:59:24, 13:09:46, 13:20:34, 13:30:31, 14:12:02, 14:27:35, 14:39:52, 14:53:20, 15:02:43, 15:12:04, 15:22:06, 15:33:21, 15:43:50, 15:53:29, 16:04:20, 16:14:39, 16:25:02, 16:36:20, 16:45:56, 16:55:39, 17:05:00, 17:14:01, 17:23:42, 17:34:23, 17:44:31, 17:54:04, 18:04:28, 18:13:35, 18:23:32, 18:33:17, 18:43:48, 18:52:55, 19:03:22, 19:12:53, 19:22:11, 19:31:07, 19:40:16, 19:49:19, 19:59:21, 20:08:43, 20:17:49, 20:28:17, 20:37:33, 20:46:34, 20:55:25, 21:18:40, 21:27:44, 21:36:47, 21:46:11, 21:55:22, 22:04:23, 22:13:24, 22:22:42, 22:31:38, 22:40:49, 22:49:50, 22:58:51, 23:07:45, 23:16:45, 23:26:03, 23:35:08, 23:44:02, 23:52:55, 24:01:56, 24:10:48, 24:19:53, 24:28:54, 24:38:00, 24:47:11, 24:56:29, 25:05:26, 25:14:36, 25:23:45, 25:33:05, 25:42:25, 25:51:34, 26:00:42, 26:09:48, 26:18:49, 26:27:50, 26:36:47, 26:45:51, 26:54:55, 27:04:01, 27:13:11, 27:22:24, 27:31:47, 27:40:58, 27:50:17, 27:59:33, 28:09:17, 28:18:24, 28:27:49, 28:37:08, 28:46:42, 28:56:01, 29:05:18, 29:14:36, 29:23:46, 29:33:26, 29:42:46, 29:52:09, 30:01:22, 30:10:42, 30:20:07, 30:29:23, 30:38:29, 30:47:41, 30:57:00, 31:06:05, 31:15:01, 31:24:04, 31:33:07, 31:53:05, 32:04:17, 32:13:43, 32:23:14"}, {"rank": 4, "bib": "44", "name": "Petra Wells", "laps": 140, "times": "08:29:05, 08:39:35, 08:49:12, 09:01:39, 09:12:47, 09:23:43, 09:33:33, 09:43:38, 09:52:58, 10:03:00, 10:13:48, 10:29:36, 10:41:05, 10:50:18, 10:59:28, 11:09:39, 11:20:18, 11:30:27, 11:40:31, 11:51:01, 12:00:33, 12:10:27, 12:21:38, 12:34:06, 12:44:26, 12:54:21, 13:03:54, 13:15:54, 13:27:25, 13:37:56, 14:24:30, 14:37:24, 14:51:08, 15:00:59, 15:10:25, 15:19:49, 15:30:42, 15:40:58, 15:50:31, 16:00:12, 16:10:29, 16:21:33, 16:31:57, 16:41:20, 16:51:03, 17:00:24, 17:10:33, 17:20:46, 17:30:27, 17:46:56, 17:56:12, 18:06:00, 18:16:52, 18:26:12, 18:36:24, 18:46:55, 18:56:19, 19:05:55, 19:15:32, 19:24:22, 19:33:51, 19:42:50, 19:52:35, 20:02:19, 20:11:48, 20:22:32, 20:31:52, 20:41:10, 20:50:35, 20:59:35, 21:18:47, 21:36:58, 21:46:31, 21:55:29, 22:04:46, 22:13:42, 22:22:58, 22:31:57, 22:42:06, 22:51:13, 23:00:05, 23:08:49, 23:17:32, 23:26:23, 23:35:04, 23:43:50, 23:52:32, 24:01:10, 24:15:48, 24:24:28, 24:33:27, 24:42:23, 24:51:09, 24:59:45, 25:08:33, 25:17:28, 25:26:22, 25:35:06, 25:43:57, 25:52:40, 26:01:30, 26:10:33, 26:19:17, 26:28:06, 26:36:55, 26:45:45, 26:54:25, 27:03:29, 27:12:36, 27:21:32, 27:30:23, 27:39:25, 27:48:58, 27:57:49, 28:06:53, 28:15:54, 28:24:53, 28:33:51, 28:43:01, 28:59:44, 29:16:44, 29:26:01, 29:35:25, 29:44:23, 29:53:59, 30:02:53, 30:11:59, 30:20:53, 30:29:48, 30:38:48, 30:47:35, 30:56:25, 31:05:08, 31:13:59, 31:22:43, 31:31:27, 31:53:00, 32:03:18, 32:12:08, 32:21:03"}, {"rank": 5, "bib": "8", "name": "Steve Axtell", "laps": 134, "times": "08:30:35, 08:39:49, 08:49:56, 09:01:36, 09:13:00, 09:24:35, 09:34:21, 09:44:17, 09:53:50, 10:05:21, 10:25:26, 10:35:10, 10:45:17, 10:54:38, 11:05:27, 11:15:10, 11:25:25, 11:35:44, 11:45:52, 11:56:49, 12:06:27, 12:30:21, 12:39:57, 12:51:30, 13:00:58, 13:22:51, 13:32:33, 14:11:35, 14:16:46, 14:27:37, 14:39:50, 14:53:17, 15:02:51, 15:12:33, 15:22:14, 15:33:20, 15:43:49, 15:53:29, 16:04:38, 16:14:40, 16:25:05, 16:45:59, 17:05:10, 17:14:09, 17:23:50, 17:35:08, 17:45:27, 17:54:43, 18:05:06, 18:14:52, 18:24:46, 18:46:05, 18:55:22, 19:05:40, 19:15:29, 19:24:45, 19:34:28, 19:43:46, 19:54:32, 20:04:22, 20:14:10, 20:34:09, 20:43:50, 20:53:21, 21:17:57, 21:27:11, 21:36:52, 21:46:27, 21:55:44, 22:05:15, 22:14:27, 22:23:32, 22:32:57, 22:42:17, 22:51:31, 23:01:17, 23:10:28, 23:19:32, 23:29:02, 23:38:25, 23:47:49, 23:57:11, 24:06:48, 24:16:30, 24:25:51, 24:35:26, 24:45:01, 24:57:00, 25:06:08, 25:16:03, 25:25:31, 25:34:46, 25:44:10, 25:53:30, 26:02:48, 26:12:27, 26:21:42, 26:31:09, 26:40:34, 26:50:00, 26:59:16, 27:08:49, 27:18:32, 27:30:47, 27:40:33, 27:50:20, 28:00:03, 28:09:49, 28:19:10, 28:28:51, 28:42:41, 28:51:56, 29:01:07, 29:10:31, 29:19:36, 29:29:20, 29:39:04, 29:48:17, 29:57:37, 30:06:52, 30:16:10, 30:25:25, 30:34:43, 30:43:49, 30:52:53, 31:02:02, 31:11:00, 31:20:05, 31:29:10, 31:38:35, 31:59:19, 32:08:32, 32:17:40, 32:26:47"}, {"rank": 6, "bib": "80", "name": "Doug Bennett", "laps": 132, "times": "08:32:10, 08:41:18, 08:51:50, 09:04:16, 09:13:54, 09:24:26, 09:33:50, 09:43:17, 09:52:00, 10:01:22, 10:12:09, 10:21:14, 10:30:26, 10:40:23, 10:49:41, 10:58:42, 11:08:34, 11:18:23, 11:27:41, 11:37:43, 11:46:50, 11:56:12, 12:05:30, 12:15:01, 12:27:44, 12:37:29, 12:47:25, 12:57:12, 13:06:36, 13:17:38, 13:28:32, 13:46:59, 14:33:01, 14:44:52, 14:54:50, 15:04:16, 15:13:40, 15:22:39, 15:33:20, 15:43:34, 15:53:15, 16:03:21, 16:12:33, 16:22:42, 16:32:42, 16:41:38, 16:50:38, 16:59:43, 17:10:41, 17:20:14, 17:29:08, 17:48:48, 17:57:30, 18:06:34, 18:15:24, 18:24:44, 18:34:03, 18:44:06, 18:52:53, 19:02:26, 19:20:50, 19:30:08, 19:38:41, 19:47:29, 19:56:29, 20:05:03, 20:13:53, 20:24:06, 20:32:59, 20:41:40, 20:50:20, 20:59:16, 21:16:47, 21:25:22, 21:33:53, 21:42:32, 21:51:06, 22:57:32, 23:06:06, 23:14:58, 23:23:39, 23:32:07, 23:40:40, 23:49:14, 23:58:17, 24:07:03, 24:15:55, 24:24:20, 24:33:03, 24:50:46, 24:59:25, 25:07:50, 25:33:50, 25:43:02, 25:51:37, 26:00:13, 26:08:53, 26:18:21, 26:26:54, 26:35:31, 26:44:04, 26:52:46, 27:01:20, 27:09:58, 27:56:57, 28:05:37, 28:14:51, 28:23:35, 28:34:08, 28:42:51, 28:51:38, 29:00:24, 29:09:11, 29:26:48, 29:36:02, 29:44:48, 29:53:32, 30:02:52, 30:11:35, 30:20:25, 30:28:58, 30:37:46, 30:46:28, 30:55:15, 31:03:56, 31:12:33, 31:21:09, 31:38:20, 31:58:26, 32:07:15, 32:16:20, 32:25:28"}, {"rank": 7, "bib": "71", "name": "Michael Hilyard", "laps": 119, "times": "08:55:56, 09:08:54, 09:21:24, 09:32:16, 09:42:24, 09:52:24, 10:02:47, 10:13:25, 10:23:03, 10:32:47, 10:42:39, 10:52:37, 11:02:20, 11:12:44, 11:23:54, 11:34:56, 11:44:52, 11:56:17, 12:06:17, 12:17:51, 12:30:08, 12:39:51, 12:51:23, 13:01:12, 13:11:21, 13:22:53, 13:32:32, 14:48:52, 15:03:55, 15:13:56, 15:23:58, 15:36:24, 15:46:39, 15:57:14, 16:07:55, 16:19:18, 16:28:56, 16:39:37, 16:49:46, 16:59:38, 17:10:00, 17:20:09, 17:30:07, 17:39:45, 17:50:49, 18:00:41, 18:10:18, 18:20:18, 18:29:13, 18:39:19, 18:49:57, 19:01:03, 19:10:23, 19:19:54, 19:29:53, 19:39:03, 19:48:53, 19:59:16, 20:08:47, 20:18:25, 20:29:03, 20:39:06, 20:48:58, 20:58:54, 21:17:51, 21:27:13, 21:36:19, 21:45:32, 22:19:17, 22:28:29, 22:37:54, 22:47:11, 22:56:24, 23:06:33, 23:16:32, 23:26:09, 23:35:20, 23:45:36, 23:55:08, 24:04:25, 24:13:43, 24:23:02, 24:33:13, 24:42:14, 24:51:27, 25:00:31, 25:09:31, 25:18:46, 25:28:05, 25:37:17, 25:46:26, 25:55:46, 26:05:09, 26:14:37, 26:23:50, 26:33:49, 26:43:21, 26:52:52, 27:02:20, 27:12:11, 27:21:35, 27:30:59, 27:47:42, 27:57:15, 28:06:33, 28:15:56, 28:25:48, 28:35:14, 28:44:30, 28:53:53, 29:03:41, 29:13:25, 29:22:51, 29:32:56, 29:42:16, 29:51:28, 30:01:02, 30:10:33, 30:20:37"}, {"rank": 8, "bib": "23", "name": "Kevin Munn", "laps": 117, "times": "08:28:13, 08:39:04, 08:48:36, 08:58:26, 09:12:38, 09:24:38, 09:34:31, 09:44:37, 09:53:50, 10:04:42, 10:14:59, 10:25:01, 10:35:17, 10:45:44, 10:55:47, 11:06:23, 11:17:12, 11:26:50, 11:38:54, 12:04:29, 12:15:16, 12:28:59, 12:39:37, 12:51:27, 13:01:23, 13:13:14, 13:23:57, 13:35:03, 14:12:40, 14:28:18, 14:40:53, 14:54:23, 15:05:06, 15:15:19, 15:26:28, 15:38:34, 15:48:25, 15:58:44, 16:10:01, 16:21:51, 16:34:02, 17:14:48, 17:24:55, 17:34:38, 17:45:13, 17:54:21, 18:04:58, 18:15:00, 18:24:48, 18:35:43, 18:45:59, 18:55:11, 19:05:40, 19:15:19, 19:24:51, 19:34:13, 19:43:33, 19:54:29, 20:16:50, 20:27:01, 20:35:45, 20:44:34, 20:53:32, 21:19:53, 21:29:06, 21:38:24, 21:47:28, 21:56:35, 22:05:44, 22:14:53, 22:24:00, 22:33:07, 22:42:21, 22:51:38, 23:01:11, 23:10:27, 23:19:37, 23:28:48, 23:38:21, 23:47:50, 23:57:22, 24:06:50, 24:16:30, 24:26:07, 24:35:35, 25:04:04, 25:16:11, 25:25:32, 25:34:46, 25:44:04, 25:53:30, 26:02:36, 26:12:29, 26:21:33, 26:31:14, 26:40:36, 26:50:03, 26:59:21, 27:08:56, 27:18:36, 27:30:54, 27:40:38, 27:50:21, 28:00:07, 28:09:49, 28:19:14, 28:28:58, 30:09:22, 30:20:15, 30:29:25, 30:38:34, 30:47:40, 30:57:02, 31:06:05, 31:18:59, 31:38:31, 31:59:50"}, {"rank": 9, "bib": "164", "name": "Doug Bennett", "laps": 116, "times": "08:38:24, 08:47:33, 08:57:19, 09:09:37, 09:21:25, 09:30:51, 09:49:18, 09:58:06, 10:08:02, 10:17:34, 10:26:49, 10:35:53, 10:45:22, 10:54:49, 11:05:58, 11:15:21, 11:24:59, 11:35:17, 11:44:49, 12:03:46, 12:13:32, 12:25:02, 12:36:03, 12:46:03, 12:55:50, 13:05:30, 13:15:52, 13:56:33, 16:05:48, 16:16:31, 16:25:36, 16:36:00, 16:45:16, 16:54:10, 17:02:59, 17:11:54, 17:21:03, 17:30:13, 17:39:17, 17:49:15, 17:58:00, 18:07:01, 18:15:54, 18:34:14, 18:43:54, 18:52:47, 19:01:46, 19:10:37, 19:19:22, 19:28:16, 19:37:15, 19:55:30, 20:04:29, 20:13:32, 20:23:45, 20:32:27, 20:41:39, 20:50:44, 20:59:18, 21:33:17, 21:42:25, 21:51:23, 22:00:00, 22:08:59, 22:17:59, 22:26:59, 22:35:49, 22:45:18, 22:54:07, 23:03:01, 23:11:49, 23:21:29, 23:30:19, 23:39:01, 23:48:02, 23:56:51, 24:05:48, 24:14:37, 24:23:24, 24:32:54, 24:41:44, 24:50:30, 24:59:58, 25:09:19, 25:18:09, 25:51:05, 26:09:38, 26:19:06, 27:08:14, 27:17:06, 28:16:16, 28:26:59, 28:36:10, 28:46:19, 28:55:55, 29:04:51, 29:13:39, 29:22:26, 29:31:26, 29:40:17, 29:49:08, 29:57:50, 30:06:41, 30:15:47, 30:24:47, 30:33:43, 30:42:44, 30:51:48, 31:01:02, 31:09:49, 31:22:27, 31:31:13, 31:53:02, 32:04:34, 32:13:58, 32:23:47"}, {"rank": 10, "bib": "22", "name": "Nicholas M Garuccio", "laps": 110, "times": "08:28:13, 08:39:15, 08:48:36, 09:00:17, 09:12:46, 09:24:50, 09:34:33, 09:44:34, 09:53:58, 10:05:11, 10:15:02, 10:25:21, 10:35:19, 10:45:50, 10:55:50, 11:06:35, 11:17:13, 11:26:52, 11:39:02, 12:04:32, 12:29:04, 12:51:39, 13:01:35, 13:13:11, 13:35:11, 14:17:05, 14:40:59, 14:54:28, 15:05:10, 15:48:28, 15:58:55, 16:10:12, 16:22:03, 16:34:04, 17:14:54, 17:24:55, 17:34:41, 17:45:14, 17:54:40, 18:15:00, 18:24:53, 18:46:00, 18:55:21, 19:05:51, 19:34:14, 19:43:38, 19:54:30, 20:04:03, 20:13:56, 20:24:49, 20:34:08, 20:43:49, 20:53:07, 21:19:50, 21:29:06, 21:38:11, 21:47:38, 21:56:37, 22:05:45, 22:14:48, 22:24:02, 22:33:01, 22:42:24, 22:51:32, 23:01:09, 23:10:31, 23:19:37, 23:28:51, 23:38:25, 23:47:55, 23:57:13, 24:06:47, 24:16:33, 24:26:19, 24:35:34, 25:04:03, 25:16:12, 25:25:32, 25:34:58, 25:44:10, 25:53:33, 26:02:49, 26:12:32, 26:21:45, 26:31:14, 26:40:48, 26:50:08, 26:59:22, 27:08:57, 27:18:40, 27:31:00, 27:40:40, 28:00:10, 28:09:51, 28:19:18, 28:29:01, 29:01:24, 29:10:34, 29:29:30, 29:48:21, 30:06:59, 30:16:09, 30:25:37, 30:34:53, 30:52:56, 31:02:07, 31:11:13, 31:20:16, 31:29:20, 31:38:42"}, {"rank": 11, "bib": "20", "name": "Daniel Seeling", "laps": 107, "times": "08:31:25, 08:40:40, 08:51:33, 09:04:00, 09:15:23, 09:27:14, 09:36:34, 09:46:03, 09:55:19, 10:05:25, 10:15:18, 10:24:58, 10:34:44, 10:44:19, 10:53:28, 11:03:02, 11:12:48, 11:23:05, 11:33:12, 11:42:42, 11:53:15, 12:02:53, 12:12:51, 12:25:41, 12:36:24, 12:47:00, 12:56:57, 13:06:21, 13:17:21, 13:29:06, 13:39:13, 13:46:25, 15:22:34, 15:33:39, 15:44:04, 15:54:20, 16:04:54, 16:14:41, 16:24:30, 16:35:44, 16:45:06, 16:54:26, 17:03:29, 17:12:43, 17:22:47, 17:32:11, 17:41:19, 17:51:56, 18:01:00, 18:10:07, 18:20:06, 19:22:55, 19:31:57, 19:41:05, 19:50:20, 19:59:42, 20:09:14, 20:22:31, 20:31:55, 20:40:58, 20:49:51, 20:59:01, 21:17:23, 21:26:19, 21:34:58, 21:43:48, 21:52:35, 22:01:37, 22:10:32, 22:19:32, 22:28:47, 22:38:01, 22:46:50, 22:56:06, 23:04:54, 25:04:19, 25:13:45, 25:22:51, 25:32:41, 25:41:55, 25:51:21, 26:00:31, 26:09:49, 26:19:00, 26:28:52, 26:38:16, 26:47:29, 26:57:02, 27:07:38, 28:09:58, 28:19:04, 28:28:25, 28:37:29, 28:48:08, 28:57:26, 29:06:25, 29:15:13, 29:24:19, 29:33:36, 30:23:08, 30:32:19, 30:41:18, 30:50:20, 31:53:41, 32:02:50, 32:11:45, 32:20:36"}, {"rank": 12, "bib": "3", "name": "Kirklyn Cote", "laps": 104, "times": "08:30:51, 08:40:16, 08:52:25, 09:05:30, 09:20:14, 09:30:47, 09:41:54, 09:51:10, 10:01:05, 10:11:43, 10:22:10, 10:31:44, 10:42:11, 10:52:00, 11:02:21, 11:12:09, 11:23:43, 11:35:05, 11:44:49, 11:56:07, 12:05:51, 12:17:47, 12:32:02, 12:42:24, 12:53:29, 13:03:37, 13:15:14, 13:26:59, 13:37:36, 14:24:40, 14:37:33, 14:51:20, 15:01:28, 15:20:57, 15:32:07, 15:42:46, 15:52:22, 16:08:59, 16:20:21, 16:30:45, 16:40:56, 16:50:30, 17:00:17, 17:10:26, 17:20:06, 17:29:41, 17:39:44, 17:49:33, 17:58:36, 18:08:07, 18:17:41, 18:27:45, 18:39:32, 18:48:28, 18:58:47, 19:08:26, 19:17:31, 21:27:31, 21:36:28, 21:45:18, 21:54:12, 22:02:56, 22:11:58, 22:21:05, 22:32:52, 22:42:14, 22:50:56, 22:59:35, 23:08:32, 23:17:32, 23:26:21, 23:36:56, 23:45:44, 23:54:28, 24:03:40, 24:12:34, 24:21:30, 24:30:18, 24:39:03, 24:47:51, 24:58:30, 25:07:31, 25:16:15, 25:25:16, 25:37:08, 25:46:04, 25:55:03, 26:04:13, 26:13:29, 26:22:48, 26:31:50, 26:41:23, 26:51:11, 27:00:32, 27:10:06, 27:19:38, 27:28:56, 27:38:18, 27:47:29, 27:56:54, 28:05:51, 28:15:33, 28:24:50, 28:33:55"}, {"rank": 13, "bib": "17", "name": "Lucas Shreck", "laps": 103, "times": "08:33:45, 08:44:02, 08:53:58, 09:07:43, 09:21:04, 09:31:48, 09:42:14, 09:51:29, 10:01:10, 10:11:24, 10:20:46, 10:30:34, 10:41:04, 10:50:34, 11:00:08, 11:11:42, 11:22:26, 11:37:51, 11:49:03, 11:59:35, 13:14:53, 13:26:58, 14:35:10, 14:47:36, 14:58:28, 15:08:23, 15:18:07, 15:28:50, 15:39:05, 15:48:32, 15:58:00, 16:08:35, 16:20:13, 16:30:38, 16:40:24, 16:50:20, 17:00:15, 17:10:25, 17:20:01, 17:29:23, 17:38:47, 17:52:59, 18:03:07, 19:22:48, 19:31:44, 19:40:58, 19:50:16, 19:59:43, 20:09:01, 20:22:30, 20:31:53, 20:40:49, 20:49:47, 20:59:03, 21:17:27, 21:26:12, 21:34:59, 21:43:49, 21:52:30, 22:01:35, 22:10:38, 22:19:24, 22:28:40, 22:37:53, 22:46:49, 22:55:55, 23:04:50, 23:13:45, 23:22:28, 23:31:39, 23:40:55, 23:49:59, 24:24:36, 24:33:32, 24:42:50, 24:51:43, 25:00:47, 25:09:33, 25:37:22, 25:46:44, 26:00:27, 26:09:46, 26:18:51, 26:28:45, 26:38:08, 26:47:36, 26:57:04, 27:07:32, 28:09:58, 28:19:19, 28:28:21, 28:37:27, 28:48:08, 28:57:49, 29:06:50, 30:22:59, 30:32:08, 30:41:12, 30:50:12, 31:53:01, 32:02:46, 32:11:45, 32:20:32"}, {"rank": 14, "bib": "34", "name": "Edler Seeling", "laps": 103, "times": "08:31:05, 08:40:33, 08:51:10, 09:03:45, 09:13:27, 09:24:07, 09:33:48, 09:43:16, 09:52:02, 10:01:22, 10:11:43, 10:20:43, 10:30:07, 10:40:34, 10:49:41, 10:58:39, 11:08:42, 11:18:25, 11:27:42, 11:37:59, 11:47:17, 11:57:18, 12:07:02, 12:18:23, 12:30:09, 12:39:51, 12:49:37, 12:59:30, 13:10:08, 13:20:11, 13:30:28, 14:57:22, 15:06:52, 15:16:07, 15:25:12, 15:37:01, 15:46:41, 15:55:38, 16:05:49, 16:16:15, 16:25:29, 16:36:11, 16:45:37, 16:54:36, 17:03:20, 17:12:39, 17:22:47, 17:32:13, 17:41:11, 17:51:33, 18:00:41, 18:10:24, 18:19:57, 19:22:59, 19:31:41, 19:41:08, 19:50:17, 19:59:36, 20:09:07, 20:22:30, 20:31:59, 20:40:56, 20:49:59, 20:59:13, 21:17:19, 21:26:08, 21:35:01, 21:43:53, 21:52:40, 22:01:43, 22:10:39, 22:19:41, 22:38:00, 22:47:09, 22:56:10, 25:04:29, 25:13:40, 25:22:55, 25:32:37, 25:41:55, 25:51:28, 26:00:34, 26:09:36, 26:18:51, 26:28:41, 26:38:16, 26:47:40, 26:57:00, 27:07:41, 28:10:02, 28:19:09, 28:28:28, 28:37:37, 28:48:02, 28:57:39, 29:06:31, 29:15:21, 29:24:20, 29:33:38, 31:53:36, 32:02:47, 32:11:43, 32:20:33"}, {"rank": 15, "bib": "72", "name": "Matthew Arthur", "laps": 102, "times": "08:34:53, 08:44:27, 08:54:08, 09:07:04, 09:17:33, 09:28:57, 09:38:00, 09:48:05, 09:57:01, 10:07:44, 10:17:15, 10:27:13, 10:37:00, 10:46:01, 10:55:32, 11:06:19, 11:15:58, 11:25:32, 11:35:48, 11:45:11, 11:55:30, 12:04:38, 12:14:10, 12:26:18, 12:37:12, 12:47:54, 12:57:28, 13:07:09, 13:17:55, 13:29:13, 13:47:00, 14:32:58, 14:44:51, 14:55:02, 15:04:42, 15:14:23, 15:23:37, 15:36:04, 15:45:52, 15:55:00, 16:06:58, 16:17:45, 16:27:44, 16:38:18, 16:48:24, 16:57:53, 17:07:31, 17:16:54, 17:26:06, 17:35:40, 17:46:56, 17:56:09, 18:05:52, 18:15:02, 18:24:43, 18:34:08, 18:44:21, 18:53:25, 19:03:59, 19:13:20, 19:22:26, 19:31:30, 19:40:40, 19:49:46, 19:59:36, 20:09:07, 20:18:16, 20:28:44, 20:37:43, 20:46:55, 20:55:48, 21:16:39, 21:25:30, 21:34:11, 21:42:59, 21:51:52, 22:00:36, 22:09:29, 22:18:23, 22:27:11, 22:35:55, 22:45:11, 22:54:17, 23:04:19, 23:13:02, 23:21:56, 23:30:44, 23:39:24, 23:48:23, 23:57:30, 24:06:38, 24:15:46, 24:24:27, 24:33:20, 24:42:33, 24:51:41, 25:00:40, 25:09:31, 25:18:31, 25:27:34, 25:36:40, 25:45:40"}, {"rank": 16, "bib": "33", "name": "Noah Banewicz", "laps": 100, "times": "08:29:05, 08:42:21, 08:52:41, 09:08:13, 09:21:37, 09:32:31, 09:55:43, 10:05:59, 10:16:27, 10:26:30, 10:35:54, 10:45:37, 10:55:22, 11:06:02, 11:15:46, 11:26:04, 11:38:47, 11:49:24, 12:28:51, 12:38:30, 12:51:52, 13:02:43, 13:15:55, 13:27:24, 13:37:50, 14:24:31, 14:38:38, 14:53:37, 15:04:05, 15:16:35, 15:27:06, 15:39:11, 16:03:20, 16:13:55, 16:35:32, 16:45:03, 16:56:13, 17:05:34, 17:14:33, 17:24:26, 17:34:13, 17:44:44, 17:53:58, 18:04:28, 18:13:35, 18:23:32, 18:33:18, 18:43:49, 19:20:29, 19:35:26, 19:44:57, 19:54:36, 20:04:07, 20:13:37, 20:23:56, 20:33:03, 20:42:09, 20:52:55, 21:23:57, 21:32:54, 21:42:00, 21:50:37, 21:59:46, 22:10:26, 22:19:24, 22:28:17, 22:38:13, 22:47:32, 22:56:41, 23:20:39, 23:29:27, 23:38:23, 23:47:08, 23:56:58, 24:05:36, 24:14:33, 24:23:15, 24:32:58, 24:41:43, 24:50:18, 24:58:53, 25:07:37, 25:16:11, 25:25:09, 25:33:41, 25:42:19, 25:52:18, 26:01:31, 26:10:27, 26:19:10, 27:07:57, 27:17:00, 27:34:29, 27:43:37, 27:52:24, 28:01:15, 28:11:19, 28:20:06, 28:29:07, 28:52:55"}, {"rank": 17, "bib": "2", "name": "Steele Henderson", "laps": 99, "times": "08:31:01, 08:40:30, 08:52:37, 09:08:32, 09:20:13, 09:31:01, 09:51:26, 10:01:23, 10:12:06, 10:22:11, 10:31:50, 10:42:33, 10:52:20, 11:02:36, 11:23:44, 11:35:09, 11:44:50, 11:56:17, 12:06:02, 12:17:58, 12:32:17, 12:42:43, 12:53:39, 13:03:49, 13:15:39, 13:27:04, 13:37:33, 14:36:49, 14:51:19, 15:01:29, 15:11:00, 15:21:05, 15:32:17, 15:42:55, 15:52:28, 16:08:58, 16:20:20, 16:30:49, 16:41:05, 16:50:40, 17:00:15, 17:10:25, 17:20:09, 17:29:40, 17:39:43, 17:49:38, 17:58:43, 18:08:16, 18:17:49, 18:48:37, 18:58:41, 19:08:30, 19:17:40, 19:27:07, 19:36:14, 19:45:45, 19:55:07, 20:04:31, 20:13:40, 20:24:09, 20:33:01, 20:42:07, 20:51:23, 21:00:20, 21:18:40, 21:27:38, 21:37:00, 21:46:06, 21:55:30, 22:04:44, 22:21:07, 22:30:40, 22:39:52, 22:49:37, 22:58:53, 23:08:10, 23:33:08, 23:42:23, 24:05:45, 24:14:51, 24:24:05, 24:33:36, 24:43:02, 24:52:15, 25:01:38, 25:11:06, 25:25:34, 25:35:10, 25:44:30, 25:53:53, 26:03:15, 26:12:47, 26:22:17, 26:32:03, 26:41:44, 26:51:11, 27:00:41, 27:10:13, 27:19:51"}, {"rank": 18, "bib": "55", "name": "Jonah Manns", "laps": 98, "times": "08:29:02, 08:39:46, 08:50:51, 09:03:36, 09:15:05, 09:27:05, 09:37:02, 09:50:01, 10:00:33, 10:11:13, 10:21:03, 10:31:19, 10:42:13, 10:51:37, 11:01:57, 11:12:47, 11:24:19, 11:35:26, 11:46:28, 11:57:41, 12:08:30, 12:20:09, 12:33:27, 12:44:22, 13:05:43, 13:17:49, 13:29:40, 14:12:01, 14:34:05, 14:50:00, 15:07:36, 15:18:27, 15:29:44, 15:40:45, 15:51:54, 16:04:14, 16:15:56, 16:26:35, 17:11:59, 17:22:43, 17:34:14, 17:44:51, 17:55:07, 18:06:47, 18:16:46, 18:28:13, 18:38:46, 18:49:31, 19:00:04, 19:32:02, 19:41:32, 19:52:17, 20:02:21, 20:25:45, 20:36:04, 20:45:50, 21:18:16, 21:27:36, 21:37:38, 22:05:33, 22:15:13, 22:24:51, 22:34:32, 22:44:38, 22:54:29, 23:04:02, 23:13:38, 23:23:17, 23:32:47, 23:43:14, 23:53:08, 25:44:31, 25:54:40, 26:04:50, 26:14:47, 26:25:19, 26:35:48, 26:46:10, 26:56:16, 27:06:37, 27:16:49, 27:27:02, 27:37:43, 29:29:14, 29:39:17, 29:49:01, 29:58:29, 30:09:19, 30:19:00, 30:30:15, 31:00:49, 31:10:00, 31:19:46, 31:29:11, 31:38:30, 31:59:29, 32:09:34, 32:19:59"}, {"rank": 19, "bib": "68", "name": "Troy Buchanan", "laps": 96, "times": "08:53:14, 09:07:00, 09:17:57, 09:29:31, 09:39:44, 09:49:00, 09:58:14, 10:08:20, 10:18:03, 10:28:05, 10:38:53, 10:48:36, 10:58:11, 11:08:41, 11:19:27, 11:30:11, 11:39:44, 11:49:18, 11:59:34, 12:53:07, 13:03:45, 13:15:31, 13:29:59, 13:50:09, 13:55:13, 14:00:44, 14:17:26, 14:28:08, 14:39:52, 14:53:38, 15:03:57, 15:13:55, 15:23:36, 15:35:26, 15:45:03, 15:54:16, 16:04:47, 16:15:15, 16:25:59, 16:36:59, 16:46:50, 16:56:23, 17:05:55, 17:15:26, 17:25:30, 17:35:54, 17:46:44, 17:56:06, 18:05:51, 19:55:33, 20:05:15, 20:15:05, 20:25:33, 20:35:11, 20:44:11, 20:53:21, 21:18:04, 21:27:14, 21:36:29, 21:45:40, 21:54:44, 22:03:55, 22:13:18, 22:22:36, 22:31:41, 22:40:48, 22:49:55, 22:58:52, 23:07:49, 23:16:51, 23:26:07, 23:35:13, 23:44:04, 24:32:11, 24:41:20, 24:50:24, 24:59:24, 25:09:41, 25:18:46, 25:28:24, 25:39:33, 25:48:49, 25:58:10, 26:07:52, 26:17:43, 26:27:35, 26:37:19, 31:02:14, 31:11:16, 31:20:34, 31:29:42, 31:38:44, 31:59:43, 32:09:29, 32:18:57, 32:27:53"}, {"rank": 20, "bib": "19", "name": "Joel Shreck", "laps": 76, "times": "08:33:52, 08:44:02, 08:54:11, 09:07:53, 09:21:10, 09:31:56, 09:42:12, 09:51:29, 10:01:12, 10:11:37, 10:20:53, 10:30:36, 10:41:14, 10:50:41, 11:00:15, 11:11:52, 11:22:44, 11:38:46, 11:49:13, 13:14:52, 13:27:05, 14:35:21, 14:47:52, 14:58:35, 15:08:32, 15:18:13, 15:28:58, 15:39:15, 15:48:36, 15:58:07, 16:08:43, 16:20:21, 16:30:48, 16:40:38, 16:50:21, 17:10:28, 17:29:26, 19:22:53, 19:31:53, 19:41:00, 19:50:19, 19:59:45, 20:09:09, 20:22:35, 20:31:57, 20:40:57, 20:49:50, 20:59:07, 21:17:26, 21:26:16, 21:35:01, 21:43:50, 21:52:35, 22:01:42, 22:10:41, 22:19:34, 22:28:43, 22:38:04, 22:46:58, 22:56:07, 23:04:47, 23:13:46, 23:22:34, 23:31:40, 23:41:01, 23:50:31, 25:04:28, 25:13:38, 25:22:55, 25:32:42, 25:42:10, 25:51:26, 26:09:52, 26:19:30, 26:28:53, 26:38:21"}, {"rank": 21, "bib": "79", "name": "Doug Bennett", "laps": 71, "times": "08:32:18, 08:41:41, 08:51:53, 09:04:23, 09:15:41, 09:28:18, 09:37:55, 09:47:54, 09:57:03, 10:18:07, 10:28:10, 10:39:32, 10:48:51, 10:58:24, 11:09:36, 11:20:19, 11:30:42, 12:48:20, 12:59:04, 13:09:28, 13:21:13, 13:31:33, 14:44:56, 14:56:01, 15:08:24, 15:18:20, 15:29:23, 15:40:30, 16:19:02, 16:31:46, 16:43:03, 16:56:17, 17:08:42, 17:46:37, 26:16:03, 26:26:09, 26:36:00, 26:51:35, 27:01:29, 27:11:25, 27:21:25, 27:31:16, 27:41:13, 27:50:56, 28:00:42, 28:10:22, 28:19:28, 28:28:34, 28:37:44, 28:48:23, 28:57:38, 29:06:39, 29:15:47, 29:24:59, 29:34:29, 29:43:36, 29:52:40, 30:11:53, 30:20:53, 30:29:43, 30:38:42, 30:47:38, 30:56:34, 31:05:18, 31:14:18, 31:23:08, 31:31:57, 31:54:20, 32:03:48, 32:12:56, 32:21:54"}, {"rank": 22, "bib": "151", "name": "Kendra Drake", "laps": 67, "times": "09:43:38, 09:53:21, 10:03:21, 10:13:41, 10:23:10, 10:35:59, 10:48:49, 10:58:20, 11:11:35, 11:24:33, 11:35:18, 11:47:48, 11:58:52, 12:08:56, 12:19:26, 12:31:43, 12:44:02, 12:56:56, 13:10:04, 13:25:43, 14:41:28, 15:38:12, 16:18:14, 16:32:26, 16:49:11, 17:07:14, 17:33:25, 17:49:35, 18:05:37, 18:47:47, 18:58:43, 19:08:44, 19:21:48, 20:47:45, 21:19:25, 21:30:20, 21:40:56, 21:51:32, 22:02:13, 22:12:45, 22:23:20, 22:36:09, 22:46:22, 22:59:40, 23:12:07, 23:25:50, 23:36:42, 23:51:45, 24:06:40, 24:20:01, 24:32:42, 25:16:25, 25:29:00, 25:40:42, 25:52:26, 26:55:04, 27:06:08, 27:17:12, 27:28:07, 27:38:13, 28:20:54, 28:32:31, 30:30:34, 30:43:28, 30:58:19, 31:35:13, 32:06:54"}, {"rank": 23, "bib": "163", "name": "Sawyer Bowman", "laps": 67, "times": "09:05:17, 09:21:39, 09:32:45, 09:56:01, 10:06:07, 10:16:42, 10:26:40, 10:36:33, 10:45:45, 10:55:36, 11:06:24, 11:16:11, 11:26:06, 11:38:58, 11:49:54, 12:29:06, 12:38:34, 12:51:46, 13:03:09, 13:16:07, 13:27:32, 14:23:45, 14:38:31, 14:53:57, 15:04:01, 15:16:42, 15:27:07, 15:39:19, 16:04:07, 16:13:58, 16:35:40, 16:45:10, 16:56:21, 17:05:34, 17:14:48, 17:24:33, 17:34:28, 17:44:53, 17:54:09, 18:04:35, 18:13:44, 18:23:39, 18:33:33, 18:43:56, 19:21:05, 19:35:41, 19:45:06, 19:54:53, 20:04:14, 20:13:41, 20:23:58, 20:33:27, 20:42:08, 20:52:57, 21:24:08, 21:33:06, 21:42:10, 21:50:52, 21:59:51, 22:10:33, 22:19:31, 22:28:16, 22:38:19, 22:47:41, 22:56:57, 23:20:42, 23:29:36"}, {"rank": 24, "bib": "9", "name": "Nick DeStefano", "laps": 57, "times": "08:28:19, 08:39:29, 08:50:22, 09:02:47, 09:14:28, 09:27:17, 09:37:47, 09:48:19, 09:58:03, 10:09:09, 10:18:45, 10:28:32, 10:40:32, 10:50:38, 11:00:15, 11:10:25, 11:21:22, 11:32:00, 11:42:27, 11:53:48, 12:03:26, 12:13:57, 12:26:44, 12:37:03, 12:51:52, 13:01:41, 13:12:34, 13:23:54, 13:35:26, 14:18:10, 14:36:16, 14:50:43, 15:01:19, 15:21:22, 15:32:55, 15:43:54, 15:54:16, 16:05:57, 16:17:04, 16:28:08, 16:38:39, 17:09:33, 17:20:56, 18:25:56, 18:38:30, 18:51:04, 20:34:35, 20:49:02, 21:18:42, 21:30:15, 21:42:48, 21:55:21, 22:08:27, 22:22:28, 22:59:53, 23:12:31, 23:48:42"}, {"rank": 25, "bib": "52", "name": "Jesse Shelton", "laps": 52, "times": "08:38:50, 08:51:46, 09:06:21, 09:20:14, 09:45:17, 09:55:16, 10:07:03, 10:17:52, 11:10:27, 11:22:16, 11:34:53, 12:01:55, 12:13:40, 12:27:28, 12:52:28, 13:04:06, 13:21:19, 13:34:42, 15:24:46, 15:40:35, 15:52:06, 16:05:40, 16:17:58, 16:31:19, 16:42:29, 17:27:32, 17:39:28, 17:52:28, 18:05:19, 18:18:05, 18:42:54, 18:55:30, 19:07:45, 19:23:55, 19:36:03, 19:48:27, 20:00:55, 21:20:29, 21:31:36, 21:46:24, 21:57:03, 22:11:59, 22:23:29, 22:34:28, 22:45:18, 22:55:51, 27:31:49, 27:43:41, 30:40:48, 31:03:08, 31:13:29, 31:24:34"}, {"rank": 26, "bib": "1", "name": "Hunter Barry", "laps": 51, "times": "08:38:48, 08:51:43, 09:06:20, 09:20:12, 09:45:15, 09:55:17, 10:07:00, 10:17:51, 10:30:32, 10:41:59, 11:10:44, 11:22:13, 11:34:42, 12:02:02, 12:13:48, 12:27:34, 12:52:38, 13:04:08, 13:21:29, 13:34:48, 15:25:00, 15:40:39, 15:52:08, 16:42:29, 17:27:34, 17:39:29, 18:30:33, 18:42:52, 18:55:30, 19:07:45, 19:23:52, 19:36:05, 20:01:03, 21:20:28, 21:31:35, 21:46:23, 21:57:02, 22:08:34, 22:19:08, 22:34:29, 22:45:19, 22:55:51, 26:57:01, 27:31:56, 27:43:43, 30:40:49, 30:51:47, 31:03:10, 31:13:29, 31:24:36, 32:18:55"}, {"rank": 27, "bib": "67", "name": "Sam Herman", "laps": 47, "times": "08:32:36, 08:42:54, 08:53:10, 09:06:29, 09:17:03, 09:29:09, 09:39:04, 09:48:59, 09:59:01, 10:09:35, 10:19:15, 10:33:25, 10:44:06, 10:53:51, 11:04:23, 11:14:52, 11:25:52, 11:36:45, 11:46:51, 11:57:40, 12:08:23, 12:19:34, 12:32:04, 13:10:36, 16:22:04, 17:42:25, 18:13:30, 20:09:32, 20:27:09, 20:43:47, 21:17:28, 21:27:28, 21:37:54, 21:47:26, 21:57:11, 22:07:10, 22:21:04, 22:36:19, 22:46:38, 23:31:45, 23:42:20, 23:59:10, 24:11:24, 27:40:17, 27:51:12, 28:12:57, 28:22:58"}, {"rank": 28, "bib": "147", "name": "Hao Zhang", "laps": 46, "times": "11:14:44, 11:26:46, 11:39:15, 11:52:35, 12:03:27, 12:14:16, 12:27:33, 12:39:20, 12:51:47, 13:03:07, 14:48:32, 15:00:43, 15:11:17, 15:23:20, 15:37:09, 15:50:32, 16:07:29, 19:05:10, 19:18:19, 19:29:28, 19:41:29, 19:54:33, 20:05:57, 20:17:23, 20:30:55, 20:44:12, 22:20:51, 22:32:08, 22:43:17, 22:54:54, 23:08:17, 23:20:49, 23:31:54, 23:44:52, 27:24:56, 27:40:17, 27:54:47, 28:06:30, 28:20:32, 28:32:24, 28:44:10, 28:55:56, 29:07:50, 29:19:33, 29:30:57, 29:42:25"}, {"rank": 29, "bib": "194", "name": "Hunter Hass", "laps": 45, "times": "09:59:45, 10:09:26, 10:19:34, 10:29:09, 10:39:53, 10:48:54, 10:58:41, 11:08:55, 11:18:41, 11:28:15, 11:42:19, 11:53:09, 12:02:52, 12:13:04, 12:26:04, 12:36:30, 13:09:45, 14:13:59, 14:59:24, 15:19:58, 16:18:14, 16:44:52, 17:14:47, 17:30:06, 18:03:31, 18:56:41, 19:56:52, 20:26:23, 20:41:20, 21:19:41, 21:40:30, 21:53:40, 22:15:48, 23:47:42, 24:06:33, 24:17:36, 24:32:40, 25:33:14, 25:48:21, 27:01:20, 27:14:34, 28:31:37, 29:54:46, 30:31:12, 32:04:22"}, {"rank": 30, "bib": "56", "name": "Alyssa Manns", "laps": 37, "times": "08:29:04, 08:39:41, 08:50:45, 09:03:43, 09:15:01, 09:27:10, 09:37:07, 09:50:08, 10:00:18, 10:11:24, 10:21:15, 10:31:18, 10:42:00, 10:51:54, 11:02:03, 11:12:46, 11:24:20, 11:35:26, 11:46:28, 11:57:42, 12:08:25, 12:20:03, 12:33:37, 12:44:21, 13:05:49, 13:17:47, 13:28:15, 14:11:55, 14:19:23, 14:34:11, 14:58:55, 15:18:27, 15:29:46, 15:40:56, 15:51:58, 16:04:24, 16:16:01"}, {"rank": 31, "bib": "162", "name": "Isak Race", "laps": 24, "times": "08:35:22, 09:01:34, 09:16:35, 09:31:30, 10:06:06, 10:19:42, 10:34:57, 10:48:57, 11:39:10, 12:29:29, 12:56:02, 17:16:30, 18:21:25, 18:39:19, 19:19:48, 19:34:04, 19:52:05, 20:08:42, 20:25:26, 21:33:26, 21:46:46, 21:58:07, 22:10:24, 22:22:40"}, {"rank": 32, "bib": "150", "name": "Jacob Barker", "laps": 23, "times": "09:48:17, 10:22:20, 10:33:40, 10:46:16, 11:18:08, 11:59:31, 12:18:46, 12:53:09, 13:05:32, 13:23:13, 17:25:12, 18:11:37, 18:25:04, 18:54:42, 19:27:18, 20:10:21, 20:45:49, 20:58:48, 30:07:33, 30:18:53, 30:33:09, 30:43:50, 30:55:48"}, {"rank": 33, "bib": "178", "name": "Xander Meeks", "laps": 22, "times": "09:48:25, 10:22:15, 10:33:37, 10:46:16, 11:18:02, 11:59:40, 12:18:52, 12:53:12, 13:05:34, 13:23:13, 17:25:10, 18:11:38, 18:25:00, 18:54:41, 19:27:22, 20:10:24, 20:45:50, 20:58:46, 30:07:21, 30:18:59, 30:33:09, 30:55:45"}, {"rank": 34, "bib": "187", "name": "Zane Bussard", "laps": 19, "times": "20:09:27, 20:27:43, 20:40:13, 20:52:48, 21:29:19, 21:41:39, 21:53:16, 22:04:36, 22:19:52, 22:31:55, 23:06:56, 23:19:16, 23:33:25, 24:08:03, 24:21:03, 24:47:15, 25:03:13, 25:16:19, 25:35:16"}, {"rank": 35, "bib": "179", "name": "Daniel Boscia", "laps": 17, "times": "09:48:15, 10:22:25, 10:33:41, 10:46:12, 11:17:55, 11:59:39, 12:18:52, 12:53:09, 13:05:34, 13:23:16, 17:25:10, 18:11:39, 18:24:59, 18:54:41, 20:10:19, 20:45:48, 20:58:46"}, {"rank": 36, "bib": "181", "name": "Ian Schwartzmeier", "laps": 11, "times": "12:40:22, 13:08:02, 13:34:07, 14:23:51, 14:41:06, 17:25:31, 17:50:31, 28:48:04, 29:09:28, 29:28:58, 29:43:25"}, {"rank": 37, "bib": "176", "name": "John Cavallaro", "laps": 7, "times": "12:40:19, 13:08:15, 13:34:23, 16:33:55, 16:50:11, 17:11:14, 17:50:30"}, {"rank": 38, "bib": "180", "name": "Jacob Pfenninger", "laps": 7, "times": "12:40:27, 13:08:25, 13:34:26, 16:33:56, 16:50:07, 17:25:43, 17:51:29"}, {"rank": 39, "bib": "166", "name": "Victoria Blaker", "laps": 5, "times": "10:49:35, 11:02:26, 11:20:00, 11:33:47, 11:47:39"}, {"rank": 40, "bib": "169", "name": "Zixiang Xu", "laps": 5, "times": "12:35:52, 12:47:44, 12:58:50, 13:10:22, 23:08:12"}, {"rank": 41, "bib": "120", "name": "kellan Smith", "laps": 4, "times": "09:48:25, 10:33:45, 10:46:25, 12:18:49"}];const PAIRS = [{"team": "Keira & Amalia Sullivan", "rank": 1, "total": 239, "members": [{"bib": "50", "name": "Keira & Amalia Sullivan", "laps": 122, "times": "08:34:17, 08:43:35, 08:53:36, 09:07:01, 09:29:50, 09:39:55, 09:49:57, 10:09:27, 10:19:43, 10:30:00, 10:40:51, 10:50:03, 11:00:23, 11:21:54, 11:32:31, 11:53:04, 12:03:24, 12:13:19, 12:25:56, 12:37:29, 12:48:19, 12:58:30, 13:09:45, 13:21:11, 13:31:10, 14:12:10, 14:19:46, 14:33:45, 14:47:40, 14:58:10, 15:08:08, 15:18:11, 15:28:43, 15:39:11, 15:48:35, 15:58:14, 16:08:56, 16:20:53, 16:31:46, 16:41:28, 16:51:12, 17:00:28, 17:10:43, 17:20:52, 17:30:49, 17:40:14, 17:50:56, 18:00:42, 18:11:23, 18:22:15, 18:33:10, 18:44:06, 18:53:18, 19:13:33, 19:22:54, 19:32:21, 19:41:46, 19:52:37, 20:11:45, 20:22:30, 20:31:52, 20:41:24, 20:50:42, 20:59:32, 21:37:05, 21:46:30, 22:03:16, 22:14:00, 22:23:05, 22:31:57, 22:42:09, 22:59:35, 23:08:33, 23:17:33, 23:26:21, 23:35:02, 23:43:53, 23:52:34, 24:01:13, 24:10:12, 24:19:03, 24:27:50, 24:36:31, 24:45:36, 25:07:53, 25:16:42, 25:25:48, 25:34:42, 25:43:57, 25:52:46, 26:01:29, 26:10:35, 26:19:15, 26:28:04, 26:36:59, 26:45:49, 26:54:32, 27:03:30, 27:39:27, 27:49:22, 27:59:00, 28:08:51, 28:27:58, 28:37:22, 28:46:48, 28:56:06, 29:05:20, 29:25:46, 29:36:02, 29:45:21, 29:54:27, 30:03:34, 30:12:39, 30:23:24, 30:34:37, 30:46:29, 30:56:44, 31:08:15, 31:31:37, 31:55:15, 32:15:32, 32:24:34"}, {"bib": "51", "name": "Keira & Amalia Sullivan", "laps": 117, "times": "08:34:17, 08:43:43, 08:53:37, 09:07:06, 09:17:48, 09:29:47, 09:40:04, 09:49:46, 09:59:21, 10:09:24, 10:19:44, 10:29:50, 10:40:53, 10:50:47, 11:00:24, 11:21:40, 11:32:25, 11:53:03, 12:03:23, 12:13:27, 12:25:18, 12:37:28, 12:48:15, 12:58:30, 13:09:39, 13:21:01, 13:31:25, 14:19:47, 14:33:41, 14:47:42, 14:58:12, 15:08:17, 15:18:04, 15:28:50, 15:39:07, 15:48:32, 15:58:33, 16:08:57, 16:20:55, 16:31:42, 16:41:29, 16:51:03, 17:00:32, 17:10:40, 17:20:53, 17:30:52, 17:40:13, 17:50:39, 18:00:36, 18:11:34, 18:22:05, 18:33:10, 18:44:02, 18:53:22, 19:04:02, 19:13:32, 19:22:51, 19:32:25, 19:41:46, 20:02:21, 20:11:50, 20:22:30, 20:31:45, 20:41:26, 20:50:32, 20:59:58, 21:18:49, 21:27:50, 21:37:33, 21:46:55, 22:03:16, 22:13:50, 22:23:04, 22:42:00, 22:51:53, 23:32:34, 23:51:23, 24:00:42, 24:10:14, 24:19:30, 24:28:56, 24:38:28, 24:47:59, 25:07:44, 25:17:39, 25:27:44, 25:37:56, 25:48:21, 26:08:26, 26:18:34, 26:28:03, 26:37:42, 26:47:24, 26:57:13, 27:34:43, 27:45:33, 27:56:15, 28:06:37, 28:16:35, 28:26:24, 28:36:53, 28:54:54, 29:04:41, 29:15:00, 29:25:40, 29:36:04, 29:59:54, 30:12:35, 30:23:22, 30:34:25, 30:53:51, 31:06:47, 31:31:27, 31:53:06, 32:06:02, 32:17:23, 32:28:32"}]}, {"team": "FIX Blumenkamp", "rank": 2, "total": 218, "members": [{"bib": "12", "name": "FIX Blumenkamp", "laps": 124, "times": "08:26:21, 08:38:40, 08:50:50, 09:03:48, 09:09:29, 09:18:29, 09:26:11, 09:39:38, 09:50:08, 10:00:36, 10:11:23, 10:18:43, 10:31:26, 10:41:53, 10:52:01, 11:02:03, 11:07:22, 11:12:44, 11:18:07, 11:24:20, 11:29:22, 11:35:31, 11:40:34, 11:46:34, 11:55:11, 12:05:24, 12:18:13, 12:33:31, 12:44:24, 12:57:12, 13:05:41, 13:14:02, 13:27:08, 13:47:39, 13:52:40, 13:57:43, 14:34:26, 14:52:53, 15:07:44, 15:18:32, 15:29:53, 15:35:17, 15:40:49, 15:47:40, 15:58:15, 16:04:20, 16:11:09, 16:23:41, 16:36:52, 16:47:02, 17:02:38, 17:12:00, 17:22:07, 17:33:49, 17:43:29, 17:55:14, 18:01:44, 18:06:55, 18:12:32, 18:23:53, 18:35:20, 18:45:49, 18:55:32, 19:00:52, 19:06:51, 19:17:51, 19:28:06, 19:38:40, 19:52:19, 20:02:26, 20:11:28, 20:23:13, 20:34:36, 20:45:03, 20:54:47, 21:15:38, 21:26:41, 21:37:05, 21:47:26, 21:57:07, 22:05:40, 22:15:13, 22:24:56, 22:34:30, 22:44:47, 22:54:32, 23:04:03, 23:09:26, 23:20:05, 23:32:50, 23:39:16, 23:51:30, 24:03:46, 24:13:32, 24:23:42, 24:33:33, 24:44:11, 24:56:55, 25:18:27, 25:28:17, 25:41:34, 25:54:44, 26:04:08, 26:13:59, 26:24:37, 26:35:14, 26:46:12, 26:56:22, 27:06:53, 27:16:57, 27:27:09, 27:37:43, 27:50:01, 28:01:01, 28:12:35, 28:23:21, 31:00:56, 31:10:27, 31:19:51, 31:29:11, 31:38:34, 31:59:32, 32:09:25, 32:19:48"}, {"bib": "18", "name": "FIX Blumenkamp", "laps": 94, "times": "08:27:28, 08:38:57, 08:54:37, 09:09:34, 09:26:07, 09:39:46, 09:52:27, 10:03:58, 10:18:39, 10:32:14, 10:45:04, 10:56:34, 11:07:24, 11:18:10, 11:28:18, 11:40:37, 11:55:08, 12:05:23, 12:18:21, 12:34:26, 12:45:04, 12:57:14, 13:14:08, 13:27:10, 13:47:20, 13:52:55, 13:57:59, 14:37:54, 14:52:52, 15:20:44, 15:35:42, 15:48:10, 15:58:11, 16:11:15, 16:23:51, 16:36:51, 16:47:06, 17:02:46, 17:12:03, 17:22:08, 17:33:48, 17:43:29, 18:01:58, 18:12:47, 18:23:46, 18:35:22, 18:45:48, 18:55:39, 19:06:59, 19:17:51, 19:28:08, 19:38:35, 20:11:27, 20:23:11, 20:34:37, 20:44:55, 20:54:46, 21:15:37, 21:26:16, 21:37:09, 21:47:20, 21:56:24, 22:06:10, 22:16:31, 22:26:47, 22:36:45, 22:47:19, 22:59:09, 23:09:04, 23:19:26, 23:39:11, 23:51:05, 24:03:50, 24:13:27, 24:23:37, 24:33:34, 24:43:18, 24:56:55, 25:18:07, 25:27:26, 25:41:18, 26:03:59, 26:13:06, 26:24:20, 26:35:56, 26:46:29, 26:57:55, 27:08:41, 27:19:15, 27:29:47, 27:49:37, 28:00:50, 28:12:24, 28:23:07"}]}, {"team": "Axl Chavez", "rank": 3, "total": 204, "members": [{"bib": "45", "name": "Axl Chavez", "laps": 91, "times": "08:32:23, 08:41:25, 08:52:03, 09:05:17, 09:16:06, 09:27:56, 09:37:21, 09:46:51, 09:56:14, 10:07:20, 10:17:14, 10:27:08, 10:36:57, 10:46:04, 10:56:41, 11:10:12, 11:21:10, 11:31:27, 11:41:16, 11:51:34, 12:01:08, 12:10:44, 12:21:43, 12:34:01, 12:44:29, 12:54:44, 13:04:40, 13:17:00, 13:25:58, 13:38:23, 14:26:03, 14:37:58, 14:52:35, 15:01:53, 15:11:05, 15:20:55, 15:32:01, 15:42:22, 15:51:25, 16:00:41, 16:10:20, 16:22:42, 16:33:15, 16:42:56, 16:51:47, 17:00:49, 17:10:48, 17:20:22, 17:29:16, 17:41:28, 17:51:50, 18:00:48, 18:10:10, 18:19:42, 18:28:38, 18:38:38, 18:48:06, 18:57:02, 19:06:36, 19:15:41, 19:24:24, 19:33:15, 19:42:27, 19:51:38, 20:00:47, 20:09:48, 20:19:09, 20:29:34, 20:38:26, 20:47:11, 20:55:48, 21:18:25, 21:27:27, 21:36:41, 21:46:03, 22:07:57, 22:16:55, 22:38:41, 22:57:07, 23:11:25, 24:26:36, 25:52:19, 26:16:37, 26:26:21, 26:35:25, 26:45:16, 26:54:08, 27:02:52, 27:11:52, 27:21:02, 27:38:54"}, {"bib": "46", "name": "Axl Chavez", "laps": 60, "times": "08:32:08, 08:41:24, 08:51:59, 09:05:17, 09:15:44, 09:27:55, 09:37:13, 09:46:43, 09:56:07, 10:07:07, 10:17:12, 10:27:09, 10:36:46, 10:46:02, 10:56:34, 11:09:53, 11:21:02, 11:31:06, 11:41:06, 11:51:29, 12:01:06, 12:10:46, 12:21:35, 12:33:54, 12:44:30, 12:54:44, 13:04:48, 13:16:18, 13:27:54, 13:38:27, 14:25:59, 14:37:47, 14:52:35, 15:01:53, 15:11:12, 15:20:50, 15:31:55, 15:42:14, 15:51:26, 16:00:42, 16:10:21, 16:22:37, 16:33:17, 16:42:43, 16:51:42, 17:00:46, 17:10:46, 17:20:18, 17:29:34, 17:41:22, 17:51:50, 18:00:40, 18:09:54, 18:19:39, 18:28:35, 18:38:30, 18:48:02, 18:56:59, 19:06:44, 19:15:31"}, {"bib": "248", "name": "Axl Chavez", "laps": 53, "times": "20:38:21, 20:47:11, 20:55:52, 21:18:17, 21:27:11, 21:36:28, 21:45:57, 22:08:08, 22:17:11, 22:38:45, 22:56:21, 23:11:32, 24:26:31, 25:00:23, 25:12:13, 25:52:33, 26:16:36, 26:26:19, 26:35:23, 26:45:18, 26:54:09, 27:02:57, 27:12:03, 27:21:10, 27:38:52, 27:47:49, 28:00:11, 28:09:35, 28:18:52, 28:28:19, 28:46:31, 29:10:32, 29:19:48, 29:28:57, 29:38:44, 29:47:46, 29:57:12, 30:08:27, 30:18:43, 30:28:12, 30:37:48, 30:46:44, 30:55:32, 31:04:23, 31:13:07, 31:21:54, 31:30:48, 31:39:55, 31:45:03, 31:50:13, 32:04:05, 32:13:01, 32:22:15"}]}, {"team": "Teagan Kelly", "rank": 4, "total": 190, "members": [{"bib": "69", "name": "Teagan Kelly", "laps": 132, "times": "08:34:19, 08:43:44, 08:53:13, 09:06:38, 09:17:24, 09:29:09, 09:38:14, 09:47:53, 09:57:00, 10:08:02, 10:17:26, 10:27:24, 10:37:01, 10:45:58, 10:55:34, 11:06:27, 11:16:16, 11:26:06, 11:36:38, 11:46:56, 11:57:21, 12:06:56, 12:18:38, 12:30:32, 12:40:08, 12:50:25, 12:59:47, 13:10:09, 13:20:48, 13:30:59, 14:12:13, 14:18:20, 14:29:34, 14:41:34, 14:54:34, 15:04:34, 15:14:27, 15:24:16, 15:36:04, 15:45:52, 15:55:09, 16:07:04, 16:17:32, 16:27:44, 16:38:15, 16:48:26, 16:57:51, 17:07:30, 17:16:56, 17:26:05, 17:35:45, 17:46:58, 17:56:03, 18:05:51, 18:15:04, 18:24:43, 18:34:10, 18:44:23, 18:53:26, 19:03:58, 19:13:18, 19:22:18, 19:31:27, 19:40:44, 19:49:53, 19:59:32, 20:09:03, 20:18:19, 20:28:43, 20:37:42, 20:46:56, 20:55:45, 21:16:40, 21:25:29, 21:34:14, 21:43:10, 21:51:54, 22:00:42, 22:09:28, 22:18:21, 22:27:11, 22:35:53, 22:45:11, 22:54:15, 23:04:18, 23:13:06, 23:21:50, 23:30:46, 23:39:34, 23:48:18, 23:57:27, 24:06:39, 24:15:46, 24:24:29, 24:33:19, 24:42:44, 24:51:41, 25:00:39, 25:09:32, 25:18:32, 25:27:34, 25:36:40, 25:45:42, 25:54:29, 26:03:37, 26:12:39, 26:21:44, 26:30:38, 26:39:36, 26:48:31, 26:58:21, 27:07:12, 27:16:18, 27:25:19, 27:34:35, 27:43:41, 27:52:43, 28:02:05, 28:11:37, 28:21:17, 28:30:45, 28:40:38, 28:50:12, 28:59:48, 29:09:39, 29:19:10, 29:28:24, 29:38:14, 29:47:46, 29:57:14, 30:06:25, 30:15:46"}, {"bib": "70", "name": "Teagan Kelly", "laps": 58, "times": "08:33:59, 08:44:33, 08:54:18, 09:08:12, 09:20:04, 09:31:00, 09:41:55, 09:53:38, 10:05:23, 10:16:16, 10:27:24, 10:51:33, 11:01:25, 11:12:05, 11:24:00, 11:36:35, 11:46:51, 11:57:31, 12:08:31, 12:22:57, 12:36:26, 12:48:24, 13:00:31, 13:12:37, 13:24:07, 13:35:19, 15:04:30, 15:14:37, 15:24:18, 15:36:35, 15:47:08, 15:57:47, 16:08:14, 16:20:00, 16:45:32, 16:55:48, 17:05:49, 17:18:07, 17:28:31, 17:39:09, 17:52:26, 18:04:47, 18:15:07, 18:26:14, 18:37:19, 19:15:05, 19:25:37, 19:35:18, 19:45:45, 19:58:23, 20:09:18, 20:19:43, 20:33:07, 20:44:29, 20:54:52, 21:16:36, 21:26:24, 21:37:12"}]}, {"team": "Nathan Connor", "rank": 5, "total": 151, "members": [{"bib": "98", "name": "Nathan Connor", "laps": 64, "times": "08:38:00, 08:52:10, 09:05:34, 09:19:52, 09:31:15, 09:48:42, 09:59:28, 10:30:07, 10:41:53, 12:22:30, 18:37:10, 18:47:33, 19:20:04, 19:59:21, 20:08:53, 20:18:36, 20:39:30, 21:17:59, 21:27:05, 21:36:26, 21:45:39, 21:55:02, 22:04:17, 22:13:42, 22:23:12, 22:32:25, 22:42:30, 22:52:32, 23:02:28, 23:11:41, 26:30:21, 26:41:50, 26:52:53, 27:02:25, 27:12:20, 27:21:32, 27:31:08, 27:47:40, 27:57:14, 28:06:41, 28:16:01, 28:25:48, 28:35:17, 28:44:40, 28:54:05, 29:03:43, 29:13:20, 29:23:02, 29:32:54, 29:51:34, 30:01:01, 30:10:35, 30:20:45, 30:30:05, 30:39:41, 30:48:38, 30:58:04, 31:07:24, 31:16:07, 31:24:59, 31:33:44, 31:53:33, 32:03:58, 32:22:11"}, {"bib": "99", "name": "Nathan Connor", "laps": 87, "times": "08:37:25, 08:52:00, 09:05:32, 09:19:39, 09:31:16, 09:48:29, 09:59:14, 10:19:11, 10:29:51, 10:41:31, 10:52:39, 11:03:52, 11:14:12, 11:25:52, 11:36:36, 11:47:12, 11:59:02, 12:09:42, 12:22:19, 12:35:57, 12:47:58, 12:59:26, 13:20:17, 13:30:47, 18:37:04, 18:47:21, 18:59:11, 19:10:23, 19:19:54, 19:29:46, 19:39:08, 19:48:53, 19:59:10, 20:08:43, 20:18:10, 20:29:09, 20:39:14, 20:48:55, 20:58:47, 21:17:49, 21:27:08, 21:36:05, 21:45:29, 21:55:00, 22:04:20, 22:13:28, 22:23:04, 22:32:19, 22:42:33, 22:52:23, 23:02:15, 23:11:37, 26:30:21, 26:41:46, 26:52:57, 27:02:23, 27:12:13, 27:21:32, 27:30:59, 27:47:43, 27:57:20, 28:06:44, 28:15:56, 28:25:48, 28:35:18, 28:44:31, 28:54:00, 29:03:39, 29:13:24, 29:23:00, 29:32:55, 29:51:34, 30:00:50, 30:10:30, 30:20:40, 30:30:08, 30:39:44, 30:48:42, 30:58:08, 31:07:24, 31:16:07, 31:25:01, 31:33:45, 31:53:26, 32:03:58, 32:13:07, 32:22:09"}]}, {"team": "Collin Newmark", "rank": 6, "total": 147, "members": [{"bib": "31", "name": "Collin Newmark", "laps": 75, "times": "08:28:00, 08:39:34, 08:50:44, 09:04:31, 09:16:41, 09:29:11, 09:40:13, 09:51:04, 10:01:54, 10:14:10, 10:26:20, 10:37:50, 10:48:16, 10:59:18, 11:12:00, 11:24:00, 11:35:37, 11:53:09, 12:04:25, 12:16:53, 12:30:41, 12:41:53, 12:54:45, 13:05:37, 13:17:57, 13:30:14, 13:44:17, 14:01:48, 14:12:10, 14:18:56, 14:33:21, 14:46:28, 14:58:20, 15:09:06, 15:19:39, 15:32:00, 15:43:57, 15:58:30, 16:10:35, 16:23:38, 16:38:24, 16:50:06, 17:00:52, 17:12:47, 17:24:26, 17:36:08, 17:48:49, 18:04:11, 18:15:32, 18:27:54, 18:39:58, 18:51:46, 19:04:25, 19:16:55, 19:28:53, 19:40:50, 19:53:33, 20:05:27, 20:32:59, 20:45:14, 20:57:11, 21:19:26, 21:31:13, 21:54:43, 22:07:19, 22:30:56, 22:42:39, 22:53:39, 23:05:43, 23:36:48, 23:49:21, 24:00:20, 24:11:55, 24:22:57, 24:34:10"}, {"bib": "32", "name": "Collin Newmark", "laps": 72, "times": "08:27:49, 08:39:37, 08:51:02, 09:04:40, 09:16:35, 09:29:17, 09:40:18, 09:51:05, 10:02:03, 10:14:09, 10:26:29, 10:37:57, 10:48:21, 10:59:20, 11:11:52, 11:23:59, 11:35:26, 11:53:34, 12:04:21, 12:17:24, 12:30:35, 12:42:05, 12:54:51, 13:05:36, 13:17:53, 13:30:12, 14:19:02, 14:33:26, 14:46:35, 14:58:16, 15:09:07, 15:19:44, 15:32:03, 15:43:58, 15:58:38, 16:10:44, 16:23:57, 16:38:22, 16:50:08, 17:00:51, 17:12:41, 17:24:31, 17:36:03, 17:48:52, 18:04:01, 18:15:46, 18:27:54, 18:40:02, 18:51:46, 19:04:33, 19:16:54, 19:28:51, 19:40:57, 19:53:34, 20:05:37, 20:33:00, 20:45:09, 20:57:10, 21:19:33, 21:31:12, 21:54:44, 22:07:25, 22:31:02, 22:42:39, 22:53:39, 23:05:41, 23:36:55, 23:49:21, 24:00:18, 24:11:51, 24:22:54, 24:34:00"}]}, {"team": "Jon Fahey", "rank": 7, "total": 141, "members": [{"bib": "21", "name": "Jon Fahey", "laps": 141, "times": "08:30:29, 08:40:27, 08:50:14, 09:01:51, 09:12:52, 09:24:05, 09:33:40, 09:43:17, 09:52:08, 10:01:20, 10:11:01, 10:20:08, 10:29:54, 10:39:48, 10:48:48, 10:57:58, 11:07:52, 11:17:52, 11:26:58, 11:37:24, 11:46:50, 11:56:33, 12:05:49, 12:15:22, 12:27:44, 12:37:20, 12:47:40, 12:57:20, 13:06:27, 13:17:04, 13:28:44, 13:47:12, 14:33:21, 14:45:10, 14:56:02, 15:05:26, 15:15:04, 15:24:30, 15:36:35, 15:46:23, 15:55:24, 16:05:54, 16:16:23, 16:25:24, 16:36:23, 16:45:56, 16:54:51, 17:03:53, 17:13:09, 17:22:56, 17:32:14, 17:41:21, 17:52:20, 18:03:40, 18:13:03, 18:23:11, 18:33:16, 18:42:56, 18:52:33, 19:02:16, 19:11:18, 19:21:30, 19:30:53, 19:40:33, 19:49:32, 19:59:29, 20:09:02, 20:18:12, 20:28:29, 20:37:35, 20:46:45, 20:55:45, 21:37:22, 21:46:41, 21:57:37, 22:06:43, 22:15:54, 22:25:23, 22:35:15, 22:44:28, 22:53:38, 23:02:45, 23:12:15, 23:21:13, 23:30:16, 23:39:11, 23:48:11, 23:57:14, 24:06:25, 24:15:25, 24:24:23, 24:33:30, 24:42:36, 24:51:53, 25:00:56, 25:09:57, 25:18:55, 25:28:07, 25:37:13, 25:46:12, 25:55:21, 26:04:37, 26:13:42, 26:31:37, 26:40:57, 26:50:19, 26:59:32, 27:08:40, 27:17:46, 27:26:44, 27:35:55, 27:45:03, 27:54:11, 28:03:09, 28:12:46, 28:22:00, 28:31:07, 28:40:15, 28:49:06, 28:58:05, 29:07:22, 29:16:25, 29:25:32, 29:35:04, 29:44:18, 29:55:32, 30:04:46, 30:13:44, 30:23:10, 30:32:15, 30:41:12, 30:51:58, 31:00:41, 31:09:32, 31:18:31, 31:27:30, 31:36:53, 31:57:10, 32:06:47, 32:16:02, 32:25:29"}]}, {"team": "Nicholas Kaminski", "rank": 8, "total": 136, "members": [{"bib": "93", "name": "Nicholas Kaminski", "laps": 62, "times": "08:38:29, 08:50:34, 09:02:53, 09:14:44, 09:29:04, 09:38:58, 09:48:55, 09:58:29, 10:09:19, 10:18:47, 10:28:33, 10:40:35, 10:50:31, 11:03:58, 11:17:10, 11:27:57, 12:24:04, 12:38:59, 12:51:00, 13:04:25, 13:17:56, 13:31:34, 14:56:05, 15:08:28, 15:20:36, 15:33:53, 15:46:10, 15:57:53, 16:09:37, 16:24:19, 16:39:37, 17:37:04, 17:54:56, 18:08:38, 18:22:54, 18:35:30, 18:46:36, 18:58:08, 19:09:41, 19:21:42, 19:32:38, 19:43:29, 19:54:53, 20:30:34, 20:41:57, 20:52:57, 21:16:25, 21:26:49, 21:37:38, 21:48:36, 29:56:47, 30:08:03, 30:19:22, 30:30:29, 30:41:25, 30:52:19, 31:03:44, 31:21:17, 31:53:04, 32:06:16, 32:16:42, 32:29:01"}, {"bib": "94", "name": "Nicholas Kaminski", "laps": 74, "times": "08:38:27, 08:50:34, 09:02:54, 09:14:46, 09:28:45, 09:38:56, 09:48:57, 09:58:19, 10:09:17, 10:18:52, 10:29:01, 10:40:35, 10:50:39, 11:04:05, 11:17:11, 12:23:56, 12:39:05, 12:50:59, 13:04:26, 13:18:02, 13:31:48, 14:56:09, 15:08:34, 15:20:37, 15:33:55, 15:46:12, 15:57:52, 16:09:39, 16:24:28, 17:45:35, 17:55:05, 18:08:38, 18:23:02, 18:35:38, 18:46:36, 18:58:08, 19:09:50, 19:21:47, 19:32:39, 19:43:39, 19:55:02, 20:30:42, 20:41:58, 20:52:56, 21:16:25, 21:26:57, 21:37:47, 21:48:40, 22:11:51, 22:20:57, 22:30:31, 22:39:52, 22:49:38, 22:58:35, 23:07:29, 23:16:36, 23:26:07, 23:34:57, 23:43:51, 23:52:40, 24:01:25, 24:10:12, 24:19:04, 24:27:56, 24:37:13, 29:59:05, 30:08:13, 30:19:22, 30:30:33, 30:41:27, 30:52:19, 31:03:41, 31:21:27, 31:32:13"}]}, {"team": "Conner Cole", "rank": 9, "total": 131, "members": [{"bib": "89", "name": "Conner Cole", "laps": 69, "times": "08:39:06, 08:51:12, 09:05:05, 09:17:14, 09:29:25, 09:41:46, 09:52:34, 10:05:43, 10:16:39, 10:27:45, 10:39:22, 10:49:34, 10:59:51, 11:11:18, 11:22:34, 11:34:00, 11:44:42, 11:56:40, 12:07:35, 12:19:25, 12:32:59, 12:44:52, 12:57:01, 13:22:48, 14:12:47, 14:17:48, 14:30:10, 14:42:38, 14:56:07, 15:07:37, 15:18:43, 15:30:46, 15:42:35, 15:54:09, 16:06:45, 16:18:54, 16:31:14, 16:54:19, 17:05:35, 17:16:47, 17:27:56, 17:38:45, 17:51:48, 18:03:54, 18:14:46, 18:26:11, 18:37:03, 18:48:29, 18:59:43, 19:11:13, 19:43:32, 20:00:39, 20:15:52, 20:33:47, 22:30:31, 22:49:10, 23:05:29, 23:20:01, 23:36:48, 23:50:33, 24:03:45, 24:16:09, 24:28:13, 24:42:55, 26:25:00, 26:38:30, 26:52:56, 27:07:02, 27:21:09"}, {"bib": "90", "name": "Conner Cole", "laps": 62, "times": "08:39:20, 08:51:00, 09:04:57, 09:17:00, 09:29:22, 09:41:29, 09:52:16, 10:05:33, 10:16:16, 10:27:30, 10:38:55, 10:49:08, 10:59:49, 11:11:15, 11:22:26, 11:33:57, 11:44:41, 11:56:29, 12:07:34, 12:19:20, 12:33:06, 12:44:43, 12:56:45, 13:09:19, 13:22:42, 13:35:01, 14:12:29, 14:30:27, 14:42:39, 14:55:58, 15:07:26, 15:18:46, 15:30:38, 15:42:35, 15:54:00, 16:54:17, 17:05:34, 17:16:45, 17:27:57, 17:51:48, 18:36:58, 18:48:26, 19:11:03, 22:49:09, 23:05:18, 23:19:52, 23:36:47, 23:50:32, 24:03:44, 24:16:08, 24:28:11, 24:42:48, 26:24:57, 26:38:25, 26:52:55, 27:06:59, 27:21:12, 27:34:57, 27:45:37, 27:55:42, 28:05:51, 28:16:24"}]}, {"team": "Isaac Greene", "rank": 10, "total": 112, "members": [{"bib": "158", "name": "Isaac Greene", "laps": 55, "times": "08:35:02, 08:45:24, 08:55:29, 09:10:51, 09:24:41, 09:35:04, 09:45:24, 09:54:50, 10:06:37, 10:17:04, 10:27:37, 10:38:03, 10:57:45, 11:09:17, 11:21:12, 11:32:42, 11:43:06, 12:08:24, 12:22:15, 12:36:01, 12:58:39, 13:09:54, 13:21:20, 13:32:11, 14:53:07, 15:03:06, 15:13:33, 15:23:27, 15:35:39, 15:46:02, 15:56:39, 16:08:20, 16:20:06, 16:31:01, 16:43:27, 16:53:20, 17:17:28, 17:28:38, 17:39:02, 17:51:40, 18:04:15, 18:15:31, 18:26:53, 18:38:40, 18:50:12, 19:01:33, 20:02:41, 20:12:33, 20:24:01, 20:45:09, 20:54:17, 21:16:24, 21:26:39, 21:37:20, 21:52:56"}, {"bib": "159", "name": "Isaac Greene", "laps": 57, "times": "08:35:05, 08:45:25, 08:55:32, 09:10:51, 09:24:43, 09:35:00, 09:45:26, 09:54:50, 10:06:38, 10:17:04, 10:27:28, 10:38:06, 10:57:48, 11:21:12, 11:32:43, 11:43:01, 11:56:53, 12:08:26, 12:22:16, 12:35:36, 12:47:41, 12:58:27, 13:09:49, 13:21:14, 13:31:58, 14:53:07, 15:03:08, 15:13:32, 15:23:28, 15:35:37, 15:45:59, 15:56:36, 16:08:20, 16:20:04, 16:31:02, 16:43:26, 16:53:16, 17:17:21, 17:28:36, 17:38:59, 17:51:41, 18:04:12, 18:15:32, 18:26:54, 18:38:40, 18:50:03, 19:01:35, 20:02:33, 20:12:28, 20:23:57, 20:34:36, 20:44:55, 20:54:37, 21:15:37, 21:26:28, 21:37:00, 21:52:53"}]}, {"team": "Morse Hauling Junk Removal", "rank": 11, "total": 110, "members": [{"bib": "160", "name": "Morse Hauling Junk Removal", "laps": 59, "times": "08:35:21, 08:45:42, 08:55:50, 09:09:28, 09:22:26, 09:33:23, 09:44:00, 09:53:59, 10:05:34, 10:16:31, 10:28:05, 10:39:14, 10:49:25, 10:59:52, 11:11:10, 11:22:25, 11:33:48, 11:44:25, 11:56:28, 12:07:17, 12:19:19, 12:32:56, 12:44:45, 12:56:45, 13:09:18, 13:22:41, 13:35:03, 14:12:27, 14:29:53, 14:42:38, 14:55:37, 15:07:24, 15:18:33, 15:30:36, 15:42:26, 15:53:59, 16:06:29, 16:18:46, 16:31:07, 16:42:44, 16:54:14, 17:05:32, 17:16:35, 17:27:58, 17:38:37, 17:51:42, 18:03:49, 18:14:45, 18:26:04, 18:36:55, 18:48:21, 18:59:31, 19:11:05, 19:22:11, 19:33:08, 19:43:18, 20:00:32, 20:15:40, 20:33:42"}, {"bib": "161", "name": "Morse Hauling Junk Removal", "laps": 51, "times": "08:35:22, 08:45:36, 08:55:43, 09:09:35, 09:22:34, 09:33:30, 09:44:02, 09:53:59, 10:05:36, 10:16:33, 10:28:04, 10:39:17, 10:49:29, 10:59:43, 11:11:18, 11:22:31, 11:34:00, 11:44:39, 11:56:37, 12:07:28, 12:19:19, 13:09:22, 13:22:43, 14:17:47, 14:30:31, 14:42:36, 14:55:44, 15:07:37, 15:18:45, 15:30:44, 15:42:29, 15:54:11, 16:06:44, 16:18:54, 16:54:11, 17:05:32, 17:16:51, 17:28:02, 17:38:46, 17:51:48, 18:03:55, 18:14:35, 18:26:04, 18:37:01, 18:47:32, 18:59:38, 19:11:11, 19:43:17, 20:00:24, 20:15:47, 20:33:47"}]}, {"team": "Sebastian Cole", "rank": 12, "total": 107, "members": [{"bib": "57", "name": "Sebastian Cole", "laps": 46, "times": "08:32:09, 08:42:42, 08:55:04, 09:15:34, 09:28:23, 09:41:07, 09:53:40, 10:07:02, 10:18:05, 10:32:45, 10:47:09, 10:59:06, 11:11:03, 11:22:40, 11:36:02, 12:23:47, 12:38:02, 12:50:19, 13:00:48, 13:13:30, 13:26:19, 13:37:33, 14:27:27, 14:54:25, 15:05:20, 16:07:02, 16:19:26, 16:32:31, 16:43:41, 17:26:42, 17:37:04, 17:48:33, 17:58:50, 18:09:34, 18:23:31, 18:36:08, 18:48:12, 19:01:14, 19:14:23, 19:25:27, 19:36:42, 19:48:44, 20:02:05, 20:14:25, 20:27:17, 20:39:19"}, {"bib": "154", "name": "Sebastian Cole", "laps": 61, "times": "09:15:28, 09:28:24, 09:41:08, 09:53:37, 10:07:05, 10:18:02, 10:32:48, 10:47:06, 10:59:09, 11:11:08, 11:22:48, 11:36:07, 12:38:12, 12:50:17, 13:00:59, 13:13:34, 13:37:37, 14:40:50, 14:54:22, 15:05:17, 15:15:37, 15:26:44, 15:38:32, 15:49:37, 16:07:00, 16:32:31, 16:43:43, 17:26:46, 17:48:39, 17:58:57, 18:09:42, 18:23:32, 18:36:09, 18:48:13, 19:01:16, 19:14:22, 19:25:28, 19:36:43, 19:48:44, 20:02:10, 20:14:27, 20:27:17, 20:39:17, 24:18:31, 24:32:39, 24:45:21, 24:59:22, 25:12:21, 25:26:01, 25:40:11, 25:56:48, 26:10:10, 26:23:03, 26:34:09, 26:45:15, 26:57:36, 27:09:43, 27:21:50, 27:33:55, 32:12:29, 32:21:49"}]}, {"team": "Coral Street", "rank": 13, "total": 105, "members": [{"bib": "141", "name": "Coral Street", "laps": 70, "times": "09:14:08, 09:27:57, 09:38:09, 09:48:11, 09:58:20, 10:08:39, 10:18:15, 10:31:34, 10:42:24, 10:52:45, 11:04:14, 11:14:41, 11:24:56, 11:35:42, 11:46:10, 11:57:20, 12:07:47, 12:19:06, 12:59:25, 14:22:29, 14:35:45, 14:53:05, 15:05:04, 15:16:23, 15:28:17, 15:40:16, 16:05:38, 16:17:41, 16:28:18, 16:40:24, 16:52:21, 17:02:46, 17:37:35, 17:53:14, 18:09:28, 18:23:56, 18:37:43, 18:52:16, 19:09:39, 19:26:29, 19:51:20, 20:04:04, 20:17:08, 20:32:44, 20:46:26, 21:29:36, 21:42:16, 21:55:13, 22:08:25, 22:22:13, 22:59:54, 23:12:25, 23:47:30, 24:06:03, 24:17:23, 24:32:20, 25:18:19, 25:32:58, 25:48:25, 27:01:02, 27:14:39, 28:29:05, 28:42:28, 29:56:25, 30:08:50, 30:21:52, 30:56:49, 31:09:21, 31:30:18, 32:04:04"}, {"bib": "142", "name": "Coral Street", "laps": 35, "times": "09:14:07, 09:27:46, 09:37:44, 09:47:57, 09:58:13, 10:08:33, 10:18:07, 11:14:49, 11:24:59, 11:35:43, 11:46:08, 11:57:19, 12:07:47, 12:19:07, 14:22:31, 14:53:04, 15:05:04, 15:16:26, 15:28:16, 15:40:29, 16:05:40, 16:40:37, 21:29:40, 21:42:22, 21:55:19, 22:08:25, 22:22:16, 22:59:58, 23:12:36, 23:47:27, 24:17:27, 24:32:29, 25:18:19, 25:32:55, 25:48:20"}]}, {"team": "Lance Ruvolis", "rank": 14, "total": 96, "members": [{"bib": "53", "name": "Lance Ruvolis", "laps": 54, "times": "08:35:53, 08:46:33, 08:56:40, 09:10:36, 09:24:05, 09:36:06, 09:48:54, 10:00:20, 10:12:17, 10:24:39, 10:41:43, 10:53:22, 11:05:13, 11:17:31, 11:29:57, 11:42:07, 11:53:26, 12:03:54, 12:14:05, 12:26:59, 12:38:35, 12:50:03, 13:00:49, 13:12:03, 13:23:27, 13:34:40, 15:15:27, 15:25:04, 15:37:55, 15:48:13, 15:58:59, 16:16:12, 16:27:45, 16:39:27, 16:50:28, 17:02:11, 17:13:59, 17:24:50, 17:36:20, 17:48:01, 18:00:07, 18:11:01, 18:21:05, 18:31:19, 18:41:48, 18:53:04, 20:26:05, 20:36:33, 20:48:29, 21:00:36, 21:29:35, 31:12:17, 31:21:41, 31:34:38"}, {"bib": "54", "name": "Lance Ruvolis", "laps": 42, "times": "08:36:03, 08:46:32, 08:56:48, 09:10:43, 09:36:11, 09:48:55, 10:00:17, 10:12:22, 10:53:29, 11:05:10, 11:30:02, 11:53:27, 12:03:57, 12:38:53, 12:50:03, 13:01:02, 13:12:31, 13:23:34, 15:25:04, 15:37:54, 15:48:23, 15:58:59, 16:16:13, 16:27:50, 16:39:31, 16:50:35, 17:02:10, 17:14:03, 17:24:51, 17:36:21, 17:48:05, 18:00:06, 18:11:03, 18:21:06, 18:31:20, 18:41:50, 18:53:08, 20:26:09, 20:36:35, 20:48:34, 21:00:40, 21:29:37"}]}, {"team": "Brooke & Bailey Davi", "rank": 15, "total": 93, "members": [{"bib": "10", "name": "Brooke & Bailey Davi", "laps": 2, "times": "08:39:59, 08:50:36"}, {"bib": "11", "name": "Brooke & Bailey Davi", "laps": 91, "times": "08:28:51, 08:39:52, 08:50:30, 09:03:48, 09:18:35, 09:29:50, 09:40:40, 09:50:08, 10:00:31, 10:11:24, 10:21:16, 10:31:28, 10:42:15, 10:51:58, 11:02:03, 11:12:44, 11:24:20, 11:35:31, 11:46:37, 11:57:54, 12:08:39, 12:20:11, 12:33:31, 12:44:20, 13:05:41, 13:17:47, 13:29:39, 14:19:34, 14:34:31, 15:07:43, 15:18:32, 15:29:52, 15:40:52, 15:51:52, 16:04:21, 16:16:00, 16:26:42, 17:12:00, 17:22:43, 17:34:19, 17:44:59, 17:55:14, 18:06:55, 18:16:48, 18:28:21, 18:38:53, 18:49:37, 19:00:52, 19:32:06, 19:41:40, 19:52:20, 20:02:29, 20:14:45, 20:25:49, 20:36:08, 20:45:57, 21:18:17, 21:27:43, 21:37:40, 22:05:43, 22:15:13, 22:24:49, 22:34:44, 22:44:50, 22:54:33, 23:04:03, 23:13:39, 23:23:21, 23:32:54, 23:43:21, 23:53:02, 25:44:38, 25:54:46, 26:04:49, 26:14:53, 26:25:22, 26:35:54, 26:46:11, 26:56:22, 27:06:54, 27:16:59, 27:27:11, 27:37:44, 31:00:56, 31:10:27, 31:19:51, 31:29:11, 31:38:37, 31:59:32, 32:09:24, 32:19:51"}]}, {"team": "Katie Hackett", "rank": 16, "total": 76, "members": [{"bib": "96", "name": "Katie Hackett", "laps": 51, "times": "08:54:08, 09:13:05, 09:28:09, 09:41:38, 09:53:43, 10:06:43, 10:19:56, 10:32:48, 10:44:25, 10:57:08, 11:11:52, 11:25:40, 11:41:13, 11:55:38, 12:08:50, 12:26:35, 12:39:53, 12:54:20, 13:08:51, 13:24:50, 13:47:01, 15:26:30, 15:43:40, 16:04:29, 16:17:04, 16:32:17, 16:48:39, 17:53:37, 18:12:20, 18:24:17, 18:36:16, 18:48:04, 19:02:39, 19:23:19, 19:35:04, 19:47:01, 19:58:55, 20:11:07, 21:34:39, 21:58:15, 22:09:59, 22:21:30, 22:33:00, 22:44:55, 22:56:14, 23:07:39, 23:20:18, 23:32:19, 31:26:15, 31:55:51, 32:15:22"}, {"bib": "97", "name": "Katie Hackett", "laps": 25, "times": "08:54:07, 09:13:14, 09:28:16, 09:41:49, 09:53:49, 10:06:47, 10:57:17, 11:25:48, 11:41:16, 11:55:50, 12:09:06, 12:26:45, 12:40:04, 13:08:59, 13:24:58, 13:47:07, 15:43:40, 16:17:08, 16:32:28, 16:48:41, 17:53:41, 19:02:44, 20:11:12, 21:34:47, 31:26:18"}]}, {"team": "Zackary Hooker", "rank": 17, "total": 67, "members": [{"bib": "91", "name": "Zackary Hooker", "laps": 36, "times": "08:52:50, 09:28:33, 09:43:56, 09:58:55, 10:20:37, 10:53:41, 11:08:01, 12:06:55, 12:26:25, 12:41:23, 12:55:39, 13:10:19, 13:34:40, 16:18:26, 16:32:42, 16:46:49, 17:09:49, 17:23:42, 17:36:48, 18:09:25, 18:36:24, 19:01:12, 19:13:52, 19:26:43, 19:39:16, 20:17:24, 20:31:23, 20:45:25, 20:58:33, 21:18:57, 21:30:55, 21:41:28, 21:53:06, 22:05:30, 22:16:46, 22:29:11"}, {"bib": "108", "name": "Zackary Hooker", "laps": 31, "times": "09:12:19, 09:28:23, 09:43:53, 09:58:44, 10:20:28, 10:53:37, 11:07:55, 11:21:49, 11:35:19, 11:49:19, 12:06:55, 12:26:24, 12:41:19, 12:55:28, 13:10:19, 13:34:37, 16:32:39, 17:36:47, 19:26:39, 19:39:10, 20:17:21, 20:31:20, 20:45:24, 20:58:28, 21:18:53, 21:30:51, 21:41:28, 21:53:04, 22:05:30, 22:16:46, 22:29:06"}]}, {"team": "Henry Hatt", "rank": 18, "total": 64, "members": [{"bib": "81", "name": "Henry Hatt", "laps": 32, "times": "08:30:38, 08:42:42, 08:53:47, 09:10:29, 09:25:14, 09:38:58, 11:16:30, 11:30:21, 11:43:45, 11:58:26, 12:11:49, 12:27:01, 12:41:40, 12:55:47, 14:21:17, 14:37:11, 14:54:07, 15:06:20, 15:19:38, 15:34:56, 17:18:17, 17:28:40, 17:39:40, 17:53:09, 18:04:02, 18:13:48, 18:24:06, 18:35:09, 18:46:12, 18:56:01, 19:06:45, 19:17:17"}, {"bib": "82", "name": "Henry Hatt", "laps": 32, "times": "08:30:38, 08:42:48, 08:53:51, 09:10:16, 09:25:02, 09:38:31, 11:16:24, 11:30:15, 11:43:46, 11:58:28, 12:11:32, 12:26:53, 12:41:39, 12:55:47, 14:21:17, 14:37:01, 14:54:03, 15:06:21, 15:19:32, 15:34:56, 17:18:15, 17:29:00, 17:39:39, 17:53:08, 18:04:02, 18:13:55, 18:24:18, 18:35:12, 18:46:17, 18:56:04, 19:07:15, 19:17:33"}]}, {"team": "Kirk Smith", "rank": 19, "total": 64, "members": [{"bib": "152", "name": "Kirk Smith", "laps": 64, "times": "10:18:05, 10:28:08, 10:39:47, 10:49:16, 10:58:38, 11:09:29, 11:20:28, 11:30:43, 11:43:07, 12:09:24, 12:31:36, 12:42:09, 12:53:08, 13:03:53, 13:16:12, 14:23:14, 15:22:14, 15:48:53, 16:10:00, 16:22:12, 16:34:09, 16:47:45, 16:57:52, 17:09:12, 17:23:10, 17:36:40, 17:51:32, 18:04:57, 19:09:57, 19:19:23, 19:28:53, 19:38:57, 19:51:32, 20:01:47, 20:15:04, 20:28:59, 20:39:48, 20:51:15, 21:20:12, 21:31:59, 21:43:19, 21:54:09, 22:05:47, 22:17:33, 22:27:49, 22:41:03, 22:54:10, 23:29:41, 23:42:11, 23:55:20, 24:19:52, 24:34:21, 24:48:23, 25:03:04, 29:59:35, 30:10:42, 30:23:40, 30:36:43, 30:47:16, 30:58:03, 31:09:46, 32:06:08, 32:16:55, 32:28:32"}]}, {"team": "Maisie Pipher", "rank": 20, "total": 61, "members": [{"bib": "167", "name": "Maisie Pipher", "laps": 42, "times": "08:38:55, 08:51:49, 09:05:32, 09:18:23, 09:44:30, 09:54:57, 10:07:20, 10:39:09, 10:52:36, 11:04:50, 11:17:51, 11:29:31, 11:42:41, 12:55:53, 13:07:26, 14:28:51, 19:34:53, 21:23:55, 21:35:33, 21:48:39, 21:58:39, 22:08:44, 22:19:26, 22:30:07, 22:40:00, 22:49:56, 23:00:08, 23:10:48, 23:22:25, 23:33:46, 26:14:26, 26:28:13, 26:40:59, 27:01:15, 27:14:15, 28:31:33, 29:54:33, 30:13:13, 30:31:03, 30:43:30, 31:23:58, 32:04:19"}, {"bib": "175", "name": "Maisie Pipher", "laps": 19, "times": "09:45:31, 10:00:07, 10:11:46, 10:21:48, 10:32:05, 10:42:48, 10:53:32, 11:04:40, 11:20:15, 11:31:29, 11:47:51, 14:42:03, 15:01:33, 15:13:43, 19:34:51, 27:26:19, 27:55:11, 28:07:32, 28:17:44"}]}, {"team": "Stacy Porter", "rank": 21, "total": 45, "members": [{"bib": "40", "name": "Stacy Porter", "laps": 45, "times": "08:27:35, 08:38:23, 08:47:38, 08:57:31, 09:09:59, 09:21:40, 09:31:36, 09:41:58, 09:50:53, 10:00:21, 10:10:27, 10:19:58, 10:30:12, 10:40:44, 10:50:14, 10:59:56, 11:09:48, 11:20:28, 11:30:50, 11:41:08, 11:51:53, 12:01:27, 16:04:05, 16:22:59, 16:38:57, 16:49:05, 16:58:40, 17:08:56, 17:18:31, 17:41:50, 17:59:20, 18:14:19, 18:29:49, 18:46:31, 19:09:07, 20:03:10, 20:18:55, 20:29:15, 20:38:40, 20:47:34, 20:56:40, 21:16:33, 21:48:54, 22:02:00, 22:14:27"}]}, {"team": "Michael Clark", "rank": 22, "total": 45, "members": [{"bib": "49", "name": "Michael Clark", "laps": 45, "times": "08:38:44, 09:06:17, 09:45:13, 09:55:18, 10:06:55, 10:17:44, 10:30:30, 10:41:58, 11:10:33, 11:22:12, 11:34:43, 12:13:43, 12:27:33, 12:52:32, 13:04:10, 13:21:22, 13:34:52, 15:24:59, 15:40:16, 15:52:23, 16:31:21, 16:42:29, 21:20:21, 21:31:30, 21:46:24, 21:57:02, 22:08:30, 22:19:01, 22:34:26, 22:45:13, 22:55:45, 26:56:57, 27:09:05, 27:20:35, 27:31:59, 27:43:45, 27:55:53, 28:08:32, 28:18:45, 28:29:47, 30:40:48, 30:51:47, 31:03:03, 31:13:29, 31:24:36"}]}, {"team": "Sarah Wright", "rank": 23, "total": 44, "members": [{"bib": "28", "name": "Sarah Wright", "laps": 42, "times": "08:27:51, 08:38:08, 08:47:55, 08:57:23, 09:10:17, 09:22:27, 09:32:27, 09:42:04, 09:51:24, 10:00:40, 10:10:27, 10:20:00, 10:29:56, 10:40:44, 10:49:47, 10:59:22, 11:09:20, 11:19:55, 11:29:31, 11:39:03, 11:48:25, 11:58:37, 12:08:25, 12:19:35, 12:31:28, 12:41:02, 12:51:42, 13:01:12, 13:10:59, 13:22:52, 13:32:11, 14:26:56, 14:39:06, 14:53:17, 15:02:24, 15:11:36, 15:21:49, 15:32:40, 15:43:05, 15:52:11, 16:03:27, 16:16:23"}, {"bib": "29", "name": "Sarah Wright", "laps": 2, "times": "08:27:55, 08:38:15"}]}, {"team": "FIX Evanega", "rank": 24, "total": 44, "members": [{"bib": "41", "name": "FIX Evanega", "laps": 16, "times": "08:31:40, 08:45:08, 09:12:22, 09:30:43, 12:57:20, 16:13:20, 17:16:18, 17:33:07, 17:53:53, 18:21:26, 18:39:01, 19:51:48, 20:08:11, 20:24:55, 20:42:43, 20:55:07"}, {"bib": "42", "name": "FIX Evanega", "laps": 28, "times": "08:31:54, 08:45:02, 09:01:37, 09:16:32, 09:31:24, 10:06:01, 10:19:40, 10:34:57, 10:48:59, 11:39:05, 12:57:21, 16:13:30, 16:55:32, 17:16:16, 17:33:18, 17:56:25, 18:21:26, 18:48:12, 19:06:41, 20:23:26, 20:54:38, 21:19:49, 21:33:28, 21:46:46, 21:58:06, 22:10:24, 22:22:43, 24:31:21"}]}, {"team": "FIX Regan", "rank": 25, "total": 44, "members": [{"bib": "77", "name": "FIX Regan", "laps": 14, "times": "09:44:20, 14:11:56, 14:17:55, 15:03:45, 15:19:08, 15:50:13, 16:05:14, 16:23:21, 16:40:17, 17:30:22, 17:45:53, 18:01:10, 19:17:50, 19:46:30"}, {"bib": "78", "name": "FIX Regan", "laps": 30, "times": "08:34:58, 08:52:23, 09:30:15, 09:44:10, 09:57:57, 10:15:49, 10:29:24, 10:51:58, 11:07:35, 11:46:20, 12:52:14, 13:07:18, 13:25:18, 13:47:43, 14:12:18, 14:17:49, 15:03:38, 15:19:09, 15:50:07, 16:05:00, 16:23:06, 16:40:12, 17:13:13, 17:30:17, 17:45:51, 18:01:01, 19:17:41, 19:32:02, 19:46:08, 20:35:18"}]}, {"team": "Missy Duncan", "rank": 26, "total": 42, "members": [{"bib": "58", "name": "Missy Duncan", "laps": 14, "times": "08:46:19, 08:55:43, 09:11:05, 09:23:05, 09:33:01, 09:42:59, 09:54:46, 10:05:52, 24:28:38, 24:42:02, 24:56:07, 26:05:45, 27:37:23, 27:53:47"}, {"bib": "59", "name": "Missy Duncan", "laps": 28, "times": "08:46:12, 08:55:37, 12:06:17, 12:43:17, 13:07:37, 13:19:05, 15:41:42, 16:27:38, 17:08:27, 17:30:04, 18:47:10, 18:56:08, 19:05:59, 19:24:03, 19:41:58, 19:51:26, 22:35:11, 22:49:07, 23:00:00, 23:16:15, 23:28:34, 23:42:41, 23:56:38, 24:28:38, 24:42:04, 24:56:02, 27:54:44, 28:05:19"}]}, {"team": "Beecher Sack", "rank": 27, "total": 41, "members": [{"bib": "36", "name": "Beecher Sack", "laps": 35, "times": "08:33:52, 08:44:20, 08:57:30, 09:13:22, 09:25:59, 09:36:25, 09:47:01, 09:57:16, 10:08:52, 10:19:01, 11:41:38, 11:53:52, 12:05:03, 12:16:10, 12:34:34, 13:00:12, 14:12:10, 14:18:18, 14:32:48, 14:49:25, 15:00:26, 15:10:46, 15:21:19, 16:06:21, 16:21:17, 16:34:36, 16:47:31, 16:59:57, 17:14:39, 17:28:14, 21:20:09, 21:31:35, 21:56:04, 22:11:46, 22:23:56"}, {"bib": "48", "name": "Beecher Sack", "laps": 6, "times": "08:31:54, 08:41:18, 08:51:51, 09:04:21, 09:14:56, 09:25:28"}]}, {"team": "Tegan MacDowell", "rank": 28, "total": 40, "members": [{"bib": "156", "name": "Tegan MacDowell", "laps": 12, "times": "08:46:27, 08:55:38, 09:33:04, 12:18:03, 12:54:02, 13:07:46, 15:41:47, 17:08:42, 23:28:34, 24:28:52, 24:42:05, 26:05:43"}, {"bib": "157", "name": "Tegan MacDowell", "laps": 28, "times": "08:46:19, 08:55:42, 09:11:12, 09:23:08, 09:33:01, 09:42:58, 09:54:43, 10:05:56, 10:20:18, 13:02:21, 15:41:48, 17:08:26, 17:30:04, 18:47:13, 18:56:21, 19:06:00, 19:15:03, 19:23:53, 19:32:53, 19:41:55, 19:51:24, 20:00:14, 20:35:44, 22:35:23, 22:49:15, 23:00:14, 23:16:17, 32:15:36"}]}, {"team": "Grace Caulfield", "rank": 29, "total": 37, "members": [{"bib": "6", "name": "Grace Caulfield", "laps": 25, "times": "08:32:43, 09:12:43, 09:26:08, 09:36:24, 09:47:19, 09:57:17, 10:09:04, 10:19:19, 11:24:45, 11:54:11, 12:05:07, 12:16:03, 12:34:50, 15:12:44, 15:24:01, 15:36:48, 15:47:35, 16:06:20, 16:21:38, 16:34:33, 16:47:30, 16:59:55, 18:48:00, 19:12:54, 19:36:34"}, {"bib": "7", "name": "Grace Caulfield", "laps": 12, "times": "08:32:46, 09:12:39, 11:24:38, 12:10:59, 12:34:43, 15:12:45, 15:46:55, 16:21:42, 16:47:40, 18:47:49, 19:12:52, 19:36:35"}]}, {"team": "Austin Bryan", "rank": 30, "total": 37, "members": [{"bib": "83", "name": "Austin Bryan", "laps": 29, "times": "08:47:24, 09:02:50, 09:39:15, 09:55:04, 10:16:43, 10:53:01, 11:26:20, 11:54:59, 12:40:02, 14:26:47, 14:46:23, 21:34:37, 21:46:51, 21:58:22, 22:10:44, 22:24:21, 23:31:06, 23:45:17, 23:58:12, 24:10:23, 24:23:56, 24:36:37, 24:55:09, 25:07:31, 25:19:22, 25:45:26, 32:03:21, 32:16:13, 32:28:42"}, {"bib": "84", "name": "Austin Bryan", "laps": 8, "times": "14:26:53, 24:36:34, 24:55:07, 25:07:34, 25:19:19, 32:03:33, 32:16:02, 32:28:53"}]}, {"team": "Sam and Andy Team", "rank": 31, "total": 33, "members": [{"bib": "165", "name": "Sam and Andy Team", "laps": 33, "times": "08:38:57, 08:51:38, 09:05:42, 09:18:11, 09:44:16, 09:54:53, 10:07:10, 10:38:54, 10:52:31, 11:04:46, 11:17:34, 11:29:24, 11:42:25, 12:55:45, 13:07:27, 18:19:12, 18:44:30, 19:34:53, 21:23:49, 21:35:31, 23:10:40, 23:22:26, 23:33:50, 25:03:33, 25:18:08, 25:36:16, 25:51:13, 27:09:53, 27:26:21, 27:42:24, 27:55:19, 28:17:38, 29:26:11"}]}, {"team": "Stephanie Seymour", "rank": 32, "total": 28, "members": [{"bib": "13", "name": "Stephanie Seymour", "laps": 14, "times": "08:32:35, 08:44:49, 08:56:18, 09:13:02, 12:22:20, 12:43:31, 12:58:01, 20:35:55, 20:48:55, 21:17:13, 21:29:27, 21:42:01, 21:54:26, 22:07:06"}, {"bib": "14", "name": "Stephanie Seymour", "laps": 14, "times": "08:32:31, 08:44:43, 08:56:16, 09:12:54, 12:21:47, 12:43:18, 12:58:03, 20:35:46, 20:48:51, 21:17:11, 21:29:25, 21:41:58, 21:54:24, 22:07:05"}]}, {"team": "Reagan Burnham", "rank": 33, "total": 19, "members": [{"bib": "100", "name": "Reagan Burnham", "laps": 10, "times": "20:48:24, 21:20:13, 21:34:21, 21:53:50, 22:08:53, 22:23:56, 22:44:04, 24:43:21, 25:00:40, 25:20:28"}, {"bib": "101", "name": "Reagan Burnham", "laps": 9, "times": "20:48:24, 21:20:24, 21:34:24, 21:54:00, 22:24:03, 22:44:21, 24:43:31, 25:00:50, 25:20:31"}]}, {"team": "William Ricker", "rank": 34, "total": 8, "members": [{"bib": "103", "name": "William Ricker", "laps": 8, "times": "15:10:33, 30:54:21, 31:09:10, 31:23:01, 31:36:47, 32:02:10, 32:13:47, 32:25:02"}]}, {"team": "Philip Bernard", "rank": 35, "total": 8, "members": [{"bib": "146", "name": "Philip Bernard", "laps": 8, "times": "21:33:10, 21:54:00, 22:08:58, 22:24:02, 22:44:19, 24:43:17, 25:00:32, 25:20:31"}]}, {"team": "Barbara Mastrole", "rank": 36, "total": 4, "members": [{"bib": "186", "name": "Barbara Mastrole", "laps": 2, "times": "11:36:34, 14:44:45"}, {"bib": "193", "name": "Barbara Mastrole", "laps": 2, "times": "11:36:30, 14:44:42"}]}];const QUADS = [{"team": "F.B.H.R.", "rank": 1, "total": 460, "members": [{"bib": "901", "name": "Fahey", "laps": 115, "times": ""}, {"bib": "902", "name": "Bennett", "laps": 115, "times": ""}, {"bib": "903", "name": "Hansen", "laps": 115, "times": ""}, {"bib": "904", "name": "Robinson", "laps": 115, "times": ""}]}, {"team": "Peter Dininno", "rank": 2, "total": 306, "members": [{"bib": "60", "name": "Peter Dininno", "laps": 77, "times": "08:46:04, 08:57:08, 09:11:05, 09:35:31, 09:47:29, 09:59:05, 10:14:54, 10:26:28, 10:37:26, 10:52:38, 11:03:19, 11:14:16, 11:26:31, 13:15:01, 13:28:10, 13:53:20, 13:59:04, 14:35:12, 14:48:09, 14:59:28, 15:10:02, 15:21:30, 15:33:42, 15:46:37, 17:27:29, 17:39:14, 17:52:54, 18:07:38, 18:20:03, 18:31:59, 18:43:50, 19:05:31, 19:17:28, 19:28:49, 19:40:24, 19:54:30, 20:05:46, 20:17:42, 22:12:01, 22:22:35, 22:32:40, 22:42:17, 22:51:47, 23:01:34, 23:14:03, 23:47:57, 23:58:48, 24:08:21, 24:19:24, 24:30:20, 24:41:33, 24:52:37, 25:05:49, 26:09:01, 26:19:23, 26:29:42, 26:40:08, 26:58:09, 27:08:29, 27:19:02, 27:40:36, 27:51:20, 28:03:32, 28:13:55, 28:57:26, 29:08:13, 29:18:05, 29:27:52, 30:25:17, 30:36:35, 30:46:25, 30:56:10, 31:06:06, 31:18:48, 31:30:07, 32:09:08, 32:28:02"}, {"bib": "61", "name": "Peter Dininno", "laps": 91, "times": "08:46:00, 08:56:54, 09:10:51, 09:24:03, 09:35:33, 09:47:23, 09:58:58, 10:14:52, 10:26:08, 10:37:02, 10:52:25, 11:03:01, 11:14:01, 11:26:20, 13:14:53, 13:28:04, 13:46:32, 14:34:43, 14:48:01, 14:59:00, 15:10:00, 15:21:42, 15:35:01, 15:46:23, 17:07:02, 17:17:19, 17:27:20, 17:39:00, 17:52:45, 18:07:22, 18:19:54, 18:31:36, 18:43:39, 19:05:17, 19:17:13, 19:28:40, 19:40:09, 19:54:18, 20:05:34, 20:17:30, 21:44:49, 21:54:02, 22:03:58, 22:16:34, 22:25:46, 22:35:39, 22:45:03, 22:54:21, 23:13:56, 23:40:14, 23:49:28, 23:58:38, 24:07:42, 24:16:41, 24:26:00, 24:34:59, 24:43:58, 24:53:00, 25:04:56, 25:15:34, 25:25:06, 25:34:02, 25:43:23, 25:52:39, 26:01:45, 26:15:23, 26:24:34, 26:52:16, 27:01:31, 27:10:38, 27:20:40, 27:40:25, 27:51:08, 28:03:19, 28:13:53, 28:24:11, 28:57:17, 29:06:53, 29:16:10, 29:25:13, 29:34:47, 29:43:57, 30:58:07, 31:09:04, 31:18:07, 31:28:18, 31:37:10, 31:57:46, 32:06:41, 32:16:51, 32:28:19"}, {"bib": "62", "name": "Peter Dininno", "laps": 52, "times": "08:46:13, 09:11:14, 09:24:25, 09:35:36, 09:47:38, 10:15:02, 10:26:29, 10:37:32, 10:52:45, 11:04:04, 11:14:26, 13:15:07, 14:48:16, 15:10:12, 15:21:53, 15:35:07, 15:46:35, 17:27:25, 17:39:10, 17:52:51, 18:07:34, 18:19:59, 18:31:56, 18:43:48, 19:05:29, 19:17:24, 22:25:13, 22:38:17, 22:50:02, 23:02:23, 23:13:59, 23:48:57, 24:11:07, 24:22:45, 24:34:38, 27:40:32, 27:51:20, 28:03:32, 28:14:50, 28:41:16, 28:51:41, 29:02:09, 29:12:36, 29:23:11, 29:34:53, 29:45:05, 30:17:11, 30:27:18, 30:37:30, 30:47:39, 30:57:38, 31:18:56"}, {"bib": "63", "name": "Peter Dininno", "laps": 86, "times": "08:46:11, 08:57:16, 09:11:08, 09:24:21, 09:35:43, 09:47:36, 09:59:17, 10:15:00, 10:26:32, 10:37:28, 10:52:41, 11:04:01, 11:14:25, 11:26:34, 12:31:54, 13:15:14, 13:28:20, 13:46:45, 14:35:06, 14:48:15, 14:59:01, 15:10:00, 15:21:30, 15:33:41, 15:46:36, 17:07:17, 17:27:28, 17:39:14, 17:52:54, 18:07:38, 18:20:00, 18:43:52, 18:53:41, 19:05:33, 19:17:26, 19:28:47, 19:54:31, 20:05:43, 20:17:43, 21:39:54, 21:58:19, 22:45:12, 22:54:26, 23:14:02, 23:40:27, 23:49:39, 24:07:47, 24:16:52, 24:26:11, 24:35:11, 24:44:15, 24:53:11, 25:13:34, 25:24:40, 25:33:47, 25:42:50, 25:52:21, 26:10:59, 26:20:28, 26:29:41, 26:40:09, 26:50:20, 27:00:15, 27:09:29, 27:20:49, 27:31:02, 27:40:35, 27:51:22, 28:00:36, 28:10:07, 28:28:52, 28:37:52, 28:57:23, 29:07:06, 29:16:19, 29:25:26, 29:34:54, 29:44:08, 30:47:43, 30:57:14, 31:06:08, 31:24:11, 31:53:10, 32:04:25, 32:13:50, 32:28:15"}]}, {"team": "Kara Wolfe-LaRochelle", "rank": 3, "total": 303, "members": [{"bib": "24", "name": "Kara Wolfe-LaRochelle", "laps": 82, "times": "08:28:26, 08:39:22, 08:50:11, 09:02:14, 09:13:36, 09:25:09, 09:35:15, 09:45:51, 09:55:51, 10:07:24, 10:17:37, 10:27:55, 10:38:36, 10:48:24, 10:58:08, 11:08:16, 11:19:04, 11:29:52, 11:41:16, 11:52:35, 12:28:32, 12:40:35, 12:52:11, 13:03:01, 13:16:05, 13:29:23, 14:01:02, 14:19:42, 14:31:49, 14:43:11, 14:56:09, 15:06:28, 15:18:59, 15:30:25, 15:41:11, 15:51:10, 16:01:09, 16:14:04, 16:26:17, 16:37:38, 16:48:41, 16:59:22, 17:09:57, 17:20:29, 18:21:16, 18:31:35, 18:41:32, 18:51:32, 19:02:02, 19:11:41, 19:21:21, 19:30:57, 19:41:24, 20:10:44, 20:20:31, 20:31:28, 20:41:32, 20:50:45, 20:59:33, 21:19:26, 21:28:39, 21:38:20, 21:47:49, 22:09:23, 22:19:15, 22:29:56, 22:39:47, 22:49:41, 23:17:16, 23:26:39, 30:29:52, 30:40:52, 30:49:52, 30:58:47, 31:07:39, 31:16:16, 31:26:34, 31:35:19, 31:55:53, 32:04:55, 32:13:52, 32:23:01"}, {"bib": "25", "name": "Kara Wolfe-LaRochelle", "laps": 72, "times": "08:28:39, 08:39:27, 08:50:23, 09:02:16, 09:13:46, 09:25:25, 09:35:14, 09:45:48, 09:56:04, 10:07:22, 10:17:36, 10:28:00, 10:38:48, 10:48:30, 10:58:05, 11:08:28, 11:19:08, 11:30:06, 11:41:11, 11:52:56, 12:28:42, 12:40:41, 12:52:14, 13:03:06, 13:16:47, 13:29:28, 14:18:42, 14:32:01, 14:43:11, 14:55:55, 15:06:38, 15:18:59, 15:30:28, 15:40:55, 15:51:12, 16:03:36, 16:14:33, 16:26:24, 16:37:46, 16:48:47, 16:59:28, 17:09:56, 18:31:35, 18:41:35, 18:51:46, 19:02:07, 19:21:23, 19:30:59, 19:41:24, 19:52:04, 20:01:30, 20:41:34, 21:00:04, 21:19:27, 21:38:35, 21:47:51, 23:27:01, 24:35:27, 24:45:29, 28:24:08, 28:59:35, 29:09:39, 30:41:03, 30:50:05, 30:58:56, 31:07:41, 31:26:39, 31:35:25, 31:56:10, 32:05:18, 32:14:59, 32:24:18"}, {"bib": "26", "name": "Kara Wolfe-LaRochelle", "laps": 116, "times": "08:28:35, 08:39:26, 08:50:13, 09:02:08, 09:13:33, 09:25:03, 09:35:24, 09:45:54, 09:55:59, 10:07:24, 10:17:37, 10:27:59, 10:38:56, 10:48:28, 10:58:12, 11:08:25, 11:18:56, 11:30:03, 11:41:13, 11:52:38, 12:28:24, 12:40:29, 12:52:13, 13:03:04, 13:16:07, 13:29:10, 13:59:33, 14:04:35, 14:11:48, 14:18:48, 14:31:58, 14:43:07, 14:54:50, 15:04:36, 15:14:30, 15:23:46, 15:35:12, 15:44:18, 15:53:36, 16:14:20, 16:26:19, 16:37:38, 16:59:23, 17:09:52, 17:20:30, 17:31:04, 18:08:07, 18:21:10, 18:31:32, 18:41:36, 18:51:32, 19:02:07, 19:11:37, 19:21:19, 19:30:55, 19:41:20, 19:52:03, 20:01:28, 20:10:39, 20:20:20, 20:31:24, 20:41:29, 20:50:47, 21:00:00, 21:19:14, 21:28:35, 21:38:29, 21:47:50, 22:09:28, 22:19:10, 22:29:53, 22:39:18, 22:49:40, 22:59:05, 23:08:15, 23:17:18, 23:26:40, 23:37:12, 24:09:54, 24:18:59, 24:35:25, 24:45:21, 24:54:46, 25:03:49, 25:15:41, 25:24:47, 25:36:24, 25:45:26, 25:54:27, 26:25:18, 26:34:55, 26:43:53, 26:53:48, 27:03:09, 27:34:46, 27:44:29, 27:54:36, 28:03:37, 28:14:10, 28:24:06, 28:39:37, 28:49:35, 28:59:14, 30:11:36, 30:31:36, 30:40:51, 30:49:58, 30:58:51, 31:07:40, 31:16:35, 31:26:34, 31:35:17, 31:56:07, 32:05:08, 32:14:33, 32:23:56"}, {"bib": "27", "name": "Kara Wolfe-LaRochelle", "laps": 33, "times": "08:28:48, 08:39:34, 08:50:17, 09:02:23, 09:13:46, 09:25:18, 09:35:19, 09:45:48, 09:55:55, 10:07:25, 10:17:42, 10:27:55, 10:38:52, 10:48:34, 10:58:08, 11:08:13, 11:19:24, 11:30:00, 11:41:24, 11:52:40, 12:28:35, 12:40:45, 12:50:33, 13:03:05, 13:15:50, 13:29:14, 14:01:19, 14:06:26, 14:19:41, 14:31:55, 14:43:05, 14:54:57, 15:04:16"}]}, {"team": "Todd Shilliff", "rank": 3, "total": 289, "members": [{"bib": "64", "name": "Todd Shilliff", "laps": 67, "times": "08:33:16, 08:50:10, 09:03:03, 09:14:36, 09:26:48, 09:36:15, 09:46:25, 09:58:55, 10:13:50, 10:26:44, 10:38:34, 10:49:04, 11:06:26, 11:18:15, 11:28:04, 11:39:27, 11:51:21, 12:01:12, 12:11:50, 12:27:47, 12:38:21, 12:49:06, 13:13:52, 13:31:47, 14:26:32, 14:38:59, 14:53:33, 15:03:12, 15:32:35, 15:43:26, 15:57:35, 16:09:22, 16:22:34, 16:36:11, 16:53:03, 17:07:30, 17:17:03, 17:41:02, 18:03:08, 18:12:36, 18:23:22, 18:33:16, 18:52:48, 19:03:03, 19:12:55, 19:23:05, 19:32:49, 19:42:03, 19:53:07, 20:02:35, 20:14:44, 20:25:16, 20:34:18, 20:43:32, 21:17:21, 21:26:48, 28:58:25, 29:09:04, 29:18:42, 29:27:58, 29:37:40, 31:27:07, 31:36:05, 31:56:11, 32:07:35, 32:17:01, 32:28:20"}, {"bib": "65", "name": "Todd Shilliff", "laps": 78, "times": "08:33:14, 08:43:29, 08:53:19, 09:08:01, 09:21:18, 09:32:13, 09:43:15, 09:52:41, 10:03:09, 10:14:01, 10:26:42, 10:50:13, 10:59:57, 11:10:20, 11:21:22, 11:32:16, 11:42:37, 11:53:40, 12:03:30, 12:14:01, 12:26:21, 12:37:06, 12:48:21, 12:58:07, 13:09:12, 13:19:47, 13:30:38, 14:23:51, 14:36:48, 14:50:47, 15:03:45, 15:13:43, 15:23:32, 15:36:10, 15:46:17, 15:56:28, 16:19:51, 16:30:52, 17:11:31, 18:59:25, 19:46:37, 20:04:48, 20:14:00, 21:17:17, 21:26:45, 22:52:38, 23:02:35, 23:12:51, 23:28:26, 23:57:05, 24:07:04, 24:16:58, 24:29:14, 24:40:10, 24:52:04, 25:03:11, 25:14:11, 25:25:16, 25:36:32, 26:24:29, 26:34:25, 26:44:11, 26:53:59, 27:03:52, 27:13:39, 27:44:52, 27:56:21, 28:05:48, 28:58:26, 29:18:37, 29:27:59, 29:37:41, 29:47:19, 29:56:48, 30:48:56, 30:58:42, 31:27:06, 31:36:53"}, {"bib": "66", "name": "Todd Shilliff", "laps": 89, "times": "08:33:01, 08:43:26, 08:53:20, 09:07:50, 09:21:16, 09:32:10, 09:43:11, 10:15:42, 10:52:51, 11:21:19, 11:33:47, 11:49:48, 12:37:01, 13:13:48, 13:46:44, 14:29:43, 14:40:01, 14:51:24, 15:03:46, 15:13:47, 15:23:35, 15:36:13, 15:46:21, 15:56:29, 16:07:48, 16:19:48, 16:30:54, 16:41:09, 17:10:57, 17:22:00, 17:33:55, 17:45:26, 17:55:46, 18:16:24, 18:26:58, 18:38:13, 18:50:45, 19:03:12, 19:18:52, 19:30:06, 19:40:28, 19:50:32, 20:01:54, 20:13:30, 20:37:19, 20:51:38, 21:16:12, 22:12:15, 22:22:34, 22:32:15, 22:42:37, 22:52:40, 23:02:36, 23:12:55, 23:57:07, 24:07:03, 24:16:56, 24:29:15, 24:40:11, 24:52:04, 25:03:10, 25:14:12, 25:25:17, 25:36:33, 26:24:28, 26:34:26, 26:44:12, 26:54:00, 27:03:52, 27:13:39, 27:44:53, 27:56:24, 28:05:47, 28:58:26, 29:09:00, 29:18:37, 29:27:59, 29:37:44, 29:47:18, 29:56:49, 30:48:57, 30:58:41, 31:17:09, 31:27:02, 31:36:52, 31:58:12, 32:08:19, 32:19:13, 32:29:14"}, {"bib": "155", "name": "Todd Shilliff", "laps": 55, "times": "09:36:16, 09:46:27, 09:59:00, 10:13:58, 10:26:53, 10:38:35, 10:48:59, 11:06:34, 11:18:25, 11:28:06, 11:39:37, 11:51:31, 12:01:19, 12:12:02, 12:27:51, 12:38:17, 12:49:18, 13:13:59, 13:31:48, 14:39:08, 14:53:39, 15:03:23, 15:32:40, 15:57:35, 16:09:32, 16:22:33, 16:36:08, 16:58:01, 17:07:23, 17:16:54, 17:41:10, 18:03:15, 18:12:45, 18:23:22, 18:33:22, 18:43:39, 18:52:54, 19:03:05, 19:13:03, 19:32:45, 19:42:10, 19:53:06, 20:02:33, 20:14:42, 20:25:15, 20:34:26, 20:43:38, 21:17:17, 28:58:12, 29:09:03, 29:18:26, 31:27:04, 31:36:05, 31:56:23, 32:07:35"}]}, {"team": "leah Bennett", "rank": 4, "total": 251, "members": [{"bib": "182", "name": "leah Bennett", "laps": 54, "times": "10:25:57, 10:39:43, 10:51:24, 11:20:43, 11:33:14, 11:45:28, 11:57:07, 12:10:13, 13:14:39, 13:28:49, 15:38:08, 15:49:22, 16:03:50, 16:17:15, 16:28:10, 17:19:52, 17:31:48, 17:42:30, 17:55:47, 18:07:34, 18:22:12, 18:37:09, 18:50:12, 19:03:18, 19:18:35, 20:23:45, 21:18:51, 21:29:50, 21:40:38, 21:51:10, 22:02:09, 22:12:30, 22:22:56, 22:33:32, 22:50:02, 23:00:18, 23:10:38, 23:21:18, 23:31:32, 23:41:37, 23:52:11, 24:34:01, 24:45:07, 24:54:55, 25:34:29, 25:45:51, 25:57:10, 26:20:04, 26:30:15, 26:41:15, 26:52:08, 31:53:10, 32:06:16, 32:16:28"}, {"bib": "183", "name": "leah Bennett", "laps": 64, "times": "10:25:45, 10:39:47, 10:51:27, 11:20:50, 11:33:04, 11:45:27, 11:56:53, 12:09:25, 13:14:33, 13:28:47, 15:03:22, 15:17:15, 15:38:05, 15:49:21, 16:03:57, 16:17:13, 16:28:08, 17:19:52, 17:31:56, 17:42:34, 17:55:54, 18:07:42, 18:22:24, 18:37:12, 18:50:09, 19:03:34, 19:18:26, 20:23:45, 21:18:58, 21:29:50, 21:40:37, 21:51:15, 22:02:06, 22:12:30, 22:22:52, 22:33:32, 22:50:10, 23:10:33, 23:21:20, 23:31:34, 23:41:35, 23:52:12, 24:22:48, 24:45:00, 24:54:58, 25:07:20, 25:17:27, 25:34:21, 25:45:55, 25:57:08, 26:20:00, 26:30:19, 26:52:08, 29:53:50, 30:04:18, 30:14:33, 30:37:07, 30:47:07, 31:08:36, 31:19:12, 31:29:04, 31:53:05, 32:05:31, 32:16:33"}, {"bib": "184", "name": "Leah Bennett", "laps": 69, "times": "10:25:57, 10:39:55, 10:51:33, 11:21:01, 11:33:13, 11:45:28, 11:57:05, 12:10:03, 13:14:33, 13:28:53, 15:03:23, 15:17:20, 15:38:05, 15:49:15, 16:00:46, 16:17:14, 16:28:10, 17:19:57, 17:31:51, 17:42:33, 17:55:49, 18:07:39, 18:22:15, 18:37:12, 18:50:05, 19:03:28, 19:18:24, 20:23:51, 21:18:57, 21:29:53, 21:40:42, 21:51:10, 22:02:09, 22:12:25, 22:22:49, 22:33:33, 22:49:56, 23:00:27, 23:10:38, 23:21:22, 23:31:38, 23:41:35, 23:52:11, 24:22:49, 24:33:55, 24:45:01, 24:54:50, 25:07:21, 25:17:19, 25:34:23, 25:45:50, 25:57:09, 26:30:20, 26:52:13, 27:21:39, 27:32:19, 27:43:33, 29:53:55, 30:04:19, 30:14:40, 30:26:31, 30:37:03, 30:47:06, 31:08:33, 31:19:08, 31:28:55, 31:53:08, 32:05:22, 32:16:20"}, {"bib": "185", "name": "Leah Bennett", "laps": 64, "times": "10:25:54, 10:39:53, 10:51:28, 11:20:51, 11:33:10, 11:45:31, 11:57:07, 12:09:44, 13:14:39, 13:28:53, 15:03:35, 15:17:39, 15:38:07, 15:49:20, 16:03:51, 17:19:59, 20:23:50, 21:18:56, 21:29:54, 21:40:44, 21:51:13, 22:02:10, 22:12:30, 22:22:50, 22:33:36, 22:50:11, 23:00:22, 23:10:38, 23:21:25, 23:31:34, 23:41:41, 23:52:03, 24:22:48, 24:45:08, 25:07:20, 25:17:27, 25:34:34, 25:45:53, 25:57:16, 26:20:04, 26:30:15, 26:41:10, 26:52:13, 27:21:41, 27:32:17, 27:43:33, 28:19:03, 28:28:58, 28:39:00, 28:49:18, 29:11:33, 29:21:46, 29:32:25, 29:43:36, 29:53:51, 30:26:31, 30:37:07, 30:47:11, 31:08:34, 31:19:11, 31:28:59, 31:53:06, 32:06:17, 32:16:37"}]}, {"team": "DANIEL DORNEY", "rank": 5, "total": 198, "members": [{"bib": "86", "name": "Daniel Dorney", "laps": 58, "times": "08:42:30, 08:53:00, 09:09:49, 09:23:27, 09:33:56, 09:45:45, 09:55:26, 10:06:16, 10:16:44, 10:27:46, 11:05:54, 11:16:48, 11:27:37, 11:39:16, 11:51:51, 12:46:15, 13:02:14, 16:35:23, 17:28:40, 18:05:39, 18:19:38, 18:32:32, 18:47:43, 18:59:12, 19:12:00, 19:53:42, 20:03:43, 20:13:59, 20:26:38, 20:47:52, 21:45:11, 21:54:34, 22:04:01, 22:13:28, 22:23:14, 22:34:39, 22:44:06, 22:53:32, 23:03:04, 23:12:32, 23:21:54, 23:31:26, 23:55:27, 24:04:50, 24:14:23, 24:23:36, 24:33:46, 25:14:54, 25:26:47, 25:37:08, 27:55:38, 28:04:44, 28:22:18, 28:33:35, 29:03:26, 29:13:20, 29:42:09, 29:51:44"}, {"bib": "87", "name": "Daniel Dorney", "laps": 49, "times": "08:42:44, 09:23:32, 09:34:01, 09:45:41, 09:55:33, 10:06:30, 10:16:57, 10:27:47, 10:40:23, 11:05:54, 11:16:55, 11:27:40, 11:39:25, 11:51:45, 12:02:59, 12:15:00, 12:46:19, 13:02:14, 13:15:42, 15:17:59, 15:29:05, 15:41:55, 15:53:32, 16:20:51, 17:07:08, 17:31:24, 27:39:53, 27:50:33, 28:01:00, 28:11:17, 28:20:54, 28:33:35, 28:42:58, 28:52:54, 29:03:26, 29:13:12, 30:03:05, 30:13:08, 30:23:00, 30:33:23, 30:42:51, 30:52:34, 31:11:09, 31:20:54, 31:31:02, 31:54:40, 32:04:37, 32:14:31, 32:24:07"}, {"bib": "88", "name": "Daniel Dorney", "laps": 59, "times": "09:10:02, 09:23:19, 09:33:59, 09:45:41, 09:55:29, 10:06:04, 10:16:47, 10:27:48, 10:40:28, 11:05:51, 11:16:57, 11:27:34, 11:39:29, 11:51:47, 12:03:03, 12:15:00, 12:46:19, 13:02:19, 15:17:59, 15:29:04, 15:41:55, 15:53:31, 16:20:51, 17:07:08, 17:31:24, 17:47:03, 17:56:57, 18:07:41, 18:19:36, 18:32:28, 18:47:38, 18:59:04, 19:11:46, 19:22:09, 19:42:11, 19:53:27, 20:03:39, 20:13:46, 20:26:33, 20:37:07, 20:47:49, 24:40:31, 24:50:23, 25:02:45, 25:14:45, 25:26:49, 25:36:57, 25:47:05, 26:30:03, 26:40:15, 26:50:48, 27:00:57, 27:18:45, 27:28:58, 27:39:40, 27:50:27, 28:00:53, 28:11:16, 28:20:42"}, {"bib": "85", "name": "Daniel Dorney", "laps": 32, "times": "15:17:52, 15:29:08, 15:41:47, 15:53:24, 16:07:23, 16:20:41, 16:54:18, 17:07:01, 17:18:41, 17:31:16, 28:33:34, 28:43:06, 28:52:43, 29:03:21, 29:13:10, 29:23:20, 29:33:24, 30:03:03, 30:13:01, 30:22:56, 30:33:13, 30:42:54, 30:52:25, 31:01:46, 31:11:11, 31:20:46, 31:30:56, 31:41:01, 31:53:01, 32:04:28, 32:14:24, 32:24:05"}]}, {"team": "Noah Varvayanis", "rank": 6, "total": 134, "members": [{"bib": "73", "name": "Noah Varvayanis", "laps": 30, "times": "08:34:32, 08:45:10, 17:30:04, 17:40:15, 17:50:55, 18:00:37, 18:11:23, 18:20:42, 21:49:44, 22:06:11, 22:21:12, 22:43:39, 22:57:11, 23:11:12, 23:25:17, 23:41:03, 23:52:23, 24:01:23, 24:10:43, 24:22:13, 24:34:05, 24:44:19, 24:53:10, 25:03:19, 25:12:05, 25:21:12, 25:30:03, 25:38:47, 25:55:53, 32:24:05"}, {"bib": "74", "name": "Noah Varvayanis", "laps": 22, "times": "08:34:52, 08:45:17, 08:55:05, 09:08:29, 09:22:56, 09:33:21, 09:43:28, 09:53:18, 10:14:16, 10:24:51, 10:35:15, 10:45:44, 10:55:21, 11:06:11, 11:16:36, 11:38:28, 11:48:10, 11:59:08, 12:09:25, 12:21:10, 12:33:07, 12:43:15"}, {"bib": "75", "name": "Noah Varvayanis", "laps": 57, "times": "08:34:36, 08:45:09, 08:55:04, 09:08:20, 09:22:50, 09:33:16, 09:43:20, 09:53:19, 10:03:28, 10:14:14, 10:24:42, 10:35:08, 10:45:29, 10:55:11, 11:06:06, 11:16:22, 11:26:47, 11:38:18, 11:48:11, 11:58:54, 12:09:18, 12:21:05, 12:32:51, 12:43:18, 12:54:20, 17:30:03, 17:40:15, 17:50:53, 18:00:37, 18:11:22, 18:20:40, 21:49:49, 22:06:10, 22:21:14, 22:43:39, 22:57:12, 23:11:10, 23:25:19, 23:34:37, 23:41:17, 23:52:24, 24:01:25, 24:10:45, 24:22:14, 24:34:06, 24:44:18, 24:53:24, 25:03:25, 25:12:05, 25:21:12, 25:29:53, 25:38:47, 25:56:00, 31:53:05, 32:04:51, 32:14:15, 32:24:04"}, {"bib": "76", "name": "Noah Varvayanis", "laps": 25, "times": "08:34:41, 08:45:18, 08:57:46, 09:10:49, 09:22:57, 09:33:17, 09:43:21, 09:53:27, 10:03:37, 10:14:16, 10:24:57, 10:35:15, 10:45:37, 10:55:16, 11:06:10, 11:16:31, 11:26:43, 11:38:13, 11:48:13, 11:59:07, 12:09:17, 12:21:06, 12:33:00, 12:43:24, 12:54:21"}]}, {"team": "Jesse Dayton", "rank": 7, "total": 105, "members": [{"bib": "104", "name": "Jesse Dayton", "laps": 33, "times": "08:48:57, 09:02:05, 09:15:10, 11:50:14, 14:12:43, 14:31:29, 14:46:51, 14:58:45, 15:10:12, 15:20:24, 16:13:04, 16:25:48, 16:37:59, 16:49:27, 18:45:38, 20:01:58, 20:14:18, 22:40:47, 22:51:54, 23:03:18, 23:15:04, 23:25:58, 23:38:37, 25:31:30, 25:42:55, 25:53:26, 26:04:17, 26:50:39, 27:02:01, 27:14:02, 27:39:05, 27:48:50, 28:02:10"}, {"bib": "105", "name": "Jesse Dayton", "laps": 31, "times": "08:48:43, 09:01:57, 09:14:55, 11:50:16, 14:17:37, 14:47:07, 14:57:56, 15:09:54, 15:20:36, 16:13:05, 16:38:00, 16:49:33, 18:45:36, 20:01:56, 20:14:07, 22:40:04, 22:51:18, 23:01:35, 23:14:58, 23:25:45, 23:37:51, 25:31:25, 25:42:48, 25:53:23, 26:04:13, 26:50:30, 27:02:02, 27:13:57, 27:38:52, 27:48:37, 28:01:59"}, {"bib": "106", "name": "Jesse Dayton", "laps": 25, "times": "08:48:57, 09:02:06, 09:15:05, 11:50:20, 14:12:21, 14:31:29, 14:47:02, 14:58:47, 15:10:13, 16:13:05, 16:25:54, 16:38:00, 16:49:35, 18:45:29, 20:02:01, 22:40:19, 22:51:52, 23:03:09, 23:21:51, 23:38:38, 25:42:54, 25:53:26, 26:04:18, 26:50:40, 27:02:02"}, {"bib": "107", "name": "Jesse Dayton", "laps": 16, "times": "11:50:18, 12:02:29, 14:12:26, 14:30:49, 14:46:51, 14:58:02, 15:09:53, 15:20:43, 16:25:48, 16:37:56, 16:49:34, 18:45:38, 20:02:00, 20:14:21, 23:37:59, 25:53:25"}]}, {"team": "Lane Mitchell", "rank": 8, "total": 80, "members": [{"bib": "37", "name": "Lane Mitchell", "laps": 36, "times": "08:33:48, 08:44:22, 08:57:29, 09:13:27, 09:26:01, 09:36:19, 09:46:58, 09:57:23, 10:08:59, 10:19:05, 11:41:43, 11:54:30, 12:04:56, 12:15:58, 12:35:04, 12:47:26, 13:00:15, 13:13:28, 13:24:57, 13:35:48, 14:23:23, 14:36:03, 14:49:19, 14:59:33, 15:09:07, 15:19:18, 16:06:27, 16:21:11, 16:35:05, 16:47:21, 17:00:00, 17:11:51, 17:21:26, 17:33:40, 17:43:23, 21:33:30"}, {"bib": "38", "name": "Lane Mitchell", "laps": 30, "times": "11:41:39, 11:54:25, 12:04:54, 12:16:03, 12:35:22, 12:47:27, 13:00:06, 14:06:42, 14:12:12, 14:18:22, 14:32:42, 14:49:25, 15:00:17, 15:10:21, 15:21:11, 16:06:01, 16:19:26, 16:30:13, 16:40:44, 16:50:37, 17:00:21, 17:11:19, 17:21:13, 17:33:19, 17:43:19, 21:19:57, 21:44:01, 21:55:48, 22:11:32, 22:23:52"}, {"bib": "39", "name": "Lane Mitchell", "laps": 14, "times": "08:33:59, 08:44:21, 08:57:31, 09:13:29, 09:25:54, 09:36:22, 09:47:06, 09:57:18, 10:08:45, 10:19:02, 11:41:31, 11:54:33, 12:04:56, 12:15:56"}]}, {"team": "Dariana Santos", "rank": 9, "total": 54, "members": [{"bib": "190", "name": "Dariana Santos", "laps": 5, "times": "11:32:17, 14:14:21, 14:21:09, 17:53:47, 27:20:30"}, {"bib": "191", "name": "Dariana Santos", "laps": 4, "times": "11:32:31, 14:46:16, 20:39:42, 30:45:50"}, {"bib": "192", "name": "Dariana Santos", "laps": 10, "times": "11:32:40, 14:21:02, 14:46:11, 15:31:39, 15:46:05, 16:00:11, 16:16:49, 21:33:49, 21:47:05, 25:15:23"}, {"bib": "196", "name": "Dariana Santos", "laps": 35, "times": "11:32:14, 11:54:29, 12:13:14, 12:35:26, 14:14:21, 14:21:08, 15:31:26, 15:45:58, 16:00:08, 16:16:37, 17:53:34, 20:12:38, 20:39:21, 21:19:44, 21:33:39, 21:46:59, 22:02:16, 22:16:53, 22:30:04, 22:47:12, 23:01:40, 24:59:03, 25:15:00, 27:00:44, 27:39:19, 27:49:14, 27:58:51, 28:08:54, 28:18:18, 28:27:54, 28:37:16, 30:29:46, 30:45:28, 31:08:01, 31:26:39"}]}, {"team": "Mattie Potter", "rank": 10, "total": 29, "members": [{"bib": "148", "name": "Mattie Potter", "laps": 29, "times": "18:17:38, 19:38:44, 19:55:24, 20:48:01, 21:18:15, 21:32:30, 21:47:12, 22:28:25, 22:44:17, 23:01:53, 23:17:39, 23:33:53, 24:46:48, 25:04:40, 25:30:47, 25:49:24, 26:11:47, 26:24:30, 26:37:52, 26:52:38, 27:05:40, 27:19:30, 28:20:20, 28:34:22, 28:46:52, 29:03:31, 29:17:50, 29:31:11, 30:19:10"}]}, {"team": "Benjamin Reagan", "rank": 11, "total": 28, "members": [{"bib": "170", "name": "Benjamin Reagan", "laps": 12, "times": "13:34:47, 14:26:54, 19:15:53, 21:16:54, 21:31:39, 21:44:13, 25:41:59, 25:56:23, 29:24:44, 30:30:46, 30:43:33, 30:58:28"}, {"bib": "171", "name": "Benjamin Reagan", "laps": 2, "times": "13:34:58, 19:47:40"}, {"bib": "172", "name": "Benjamin Reagan", "laps": 11, "times": "13:00:42, 19:15:53, 19:30:35, 19:53:54, 20:50:04, 21:16:31, 21:31:43, 21:44:14, 25:27:44, 25:55:31, 26:10:21"}, {"bib": "173", "name": "Benjamin Reagan", "laps": 3, "times": "19:47:43, 20:10:18, 20:43:59"}]}];let currentTab = 'solo';function showTab(tab, btn) { currentTab = tab; document.querySelectorAll('.tab').forEach(t => t.classList.remove('active')); btn.classList.add('active'); document.querySelectorAll('.section').forEach(s => s.classList.remove('active')); document.getElementById(tab).classList.add('active'); document.getElementById('searchInput').value = ''; render();}function render() { if (currentTab === 'solo') renderSolo(); else if (currentTab === 'pairs') renderTeams('pairs', PAIRS); else renderTeams('quads', QUADS);}function q() { return document.getElementById('searchInput').value.toLowerCase().trim(); }function rankClass(r) { if (r === 1) return 'rank-1'; if (r === 2) return 'rank-2'; if (r === 3) return 'rank-3'; return 'rank-other';}function toggleExpand(id) { const el = document.getElementById(id); if (el) el.classList.toggle('open');}function renderSolo() { const sq = q(); const filtered = SOLO.filter(r => !sq || r.name.toLowerCase().includes(sq) || r.bib.includes(sq)); const el = document.getElementById('solo'); if (!filtered.length) { el.innerHTML = noResults(); return; } let html = `<div class="results-meta">${filtered.length} athlete${filtered.length !== 1 ? 's' : ''}</div>`; html += '<table class="results-table"><thead><tr><th class="c"></th><th>Athlete</th><th class="c">Bib</th><th class="r">Laps</th></tr></thead><tbody>'; filtered.forEach((r, i) => { const rc = rankClass(r.rank); const delay = Math.min(i * 30, 300); html += ` <tr class="result-row ${rc}" style="animation-delay:${delay}ms" onclick="toggleExpand('se-${r.bib}')"> <td class="rank-cell"><span class="rank-num">${r.rank}</span></td> <td class="name-cell">${r.name}</td> <td class="bib-cell">${r.bib}</td> <td class="laps-cell">${r.laps}<span class="laps-label">laps</span></td> </tr> <tr class="expand-row"> <td colspan="4"> <div class="expand-inner" id="se-${r.bib}"> <div class="expand-content"> <div class="expand-title">Crossing Times (ET)</div> <div class="times-text">${r.times || '—'}</div> </div> </div> </td> </tr>`; }); html += '</tbody></table>'; el.innerHTML = html;}function renderTeams(tab, data) { const sq = q(); const filtered = data.filter(t => !sq || t.team.toLowerCase().includes(sq) || t.members.some(m => m.name.toLowerCase().includes(sq) || m.bib.includes(sq)) ); const el = document.getElementById(tab); if (!filtered.length) { el.innerHTML = noResults(); return; } let html = `<div class="results-meta">${filtered.length} team${filtered.length !== 1 ? 's' : ''}</div>`; filtered.forEach((t, i) => { const rc = rankClass(t.rank); const delay = Math.min(i * 40, 400); const memberNames = t.members.map(m => m.name).join(', '); const teamId = 'team-' + tab + '-' + i; html += `<div class="team-block" style="animation-delay:${delay}ms"> <div class="team-header" onclick="toggleExpand('${teamId}')"> <div class="team-rank ${rc}"><span class="rank-num">${t.rank}</span></div> <div class="team-info"> <div class="team-name">${t.team}</div> <div class="team-members-preview">${memberNames}</div> </div> <div class="team-laps"> <span class="laps-cell">${t.total}</span> <span class="laps-label" style="text-align:right;display:block">total laps</span> </div> </div> <div class="team-expand" id="${teamId}">`; t.members.forEach(m => { html += `<div class="member-row"> <span class="member-bib">#${m.bib}</span> <span class="member-name">${m.name}</span> <span class="member-laps">${m.laps} <span style="font-size:0.7rem;color:var(--muted)">laps</span></span> </div>`; if (m.times) { html += `<div class="member-times">${m.times}</div>`; } }); html += `</div></div>`; }); el.innerHTML = html;}function noResults() { return '<div class="no-results"><div class="nr-icon">🔍</div><p>No results found</p></div>';}render();</script></body></html>