{"id":538,"date":"2023-04-24T18:44:49","date_gmt":"2023-04-24T18:44:49","guid":{"rendered":"https:\/\/stage.uchealth.org\/readysetco\/?page_id=538"},"modified":"2026-04-24T11:25:23","modified_gmt":"2026-04-24T17:25:23","slug":"rapids","status":"publish","type":"page","link":"https:\/\/stage.uchealth.org\/readysetco\/rapids\/","title":{"rendered":"Colorado Rapids"},"content":{"rendered":"\n\n<div id=\"hero-banner-block_8ad979207393672361b1d2f29e7f157f-6a08087870a73\" class=\"uchealth-block-hero-banner block-height-medium element-attachment-scroll color-scheme-light alignfull has-background-image-mobile has-background-image-desktop\" style='background-color: #425563;--title_color: #FFFFFF;--custom-content-color: #FFFFFF;--image-position-mobile: center;--image-position-desktop: center;'>\n  <div class=\"inner\">\n    \n    <div class=\"block-background-image image-mobile\">\n        <img fetchpriority=\"high\" width=\"640\" height=\"912\" src=\"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/sites\/21\/2025\/02\/24122805\/UCHealth-Colorado-Rapids-2025-background-720x1025-1-719x1024.webp\" class=\"attachment-large size-large\" alt=\"\" loading=\"eager\" decoding=\"sync\" \/>    <\/div>\n    <div class=\"block-background-image image-desktop\">\n        <img decoding=\"async\" width=\"2560\" height=\"1040\" src=\"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/sites\/21\/2025\/01\/17153018\/UCHealth-Colorado-Rapids-2025-background-2560x1040-1.webp\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" \/>    <\/div>\n    <div class=\"bg-color\" style=\"background-color: #425563; opacity: 0\"><\/div>\n    \n<div class=\"block-content\">\n<div class=\"block-main-content\">\n  <div class=\"container\">\n        <div class=\"acf-innerblocks-container\">\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/sites\/21\/2025\/02\/03155843\/UCHealth-Colorado-Rapids-2025-logos-1500x500-1.webp\" alt=\"\" class=\"wp-image-3979\" style=\"width:850px\"\/><\/figure>\n<\/div>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center\"><strong>As the Official Health Care Partner of the Colorado Rapids, we\u2019re proud to celebrate the extraordinary lives of those in our community\u2014UCHealth patients, employees and Rapids fans throughout Colorado.<\/strong><\/p>\n\n<\/div>      <\/div>\n<\/div>\n<\/div>  <\/div>\n\n      <style type=\"text\/css\">\n      #content #primary {\n        padding-top: 0;\n      }\n      body:not(.block-editor-page) .entry-content {\n        margin-top: 0;\n      }\n    <\/style>\n  <\/div>\n\n\n<aside id=\"navigation-block_498f6980d6f6a9459283e7f04b93631e\" class=\"uchealth-block-navigation alignfull style_inline accent-none\" style=\"--bg-color: #768692;--text-color: #ffffff;\">\n  <div class=\"inner\">\n    <div class=\"block-content\">\n            <div class=\"block-main-content\">\n                          <div class=\"mobile-nav-button\" onclick=\"animateOpenClosed('#navigation-block_498f6980d6f6a9459283e7f04b93631e', '#navigation-block_498f6980d6f6a9459283e7f04b93631e nav', '#navigation-block_498f6980d6f6a9459283e7f04b93631e span.mobile-nav-title', 'Navigate to\u2026')\">\n            <span class=\"mobile-nav-title\">Navigate to\u2026<\/span>\n            <svg viewBox=\"0 0 20 20\">\n              <path d=\"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z\"><\/path>\n            <\/svg>\n          <\/div>\n                <nav class=\"wp-block-style_inline\">\n          <ul class=\"nav-list\">\n                          <li class='nav-item'>\n                                  <a href=\"https:\/\/stage.uchealth.org\/readysetco\/\" target=\"_self\" class=\"\">Ready. Set. CO<\/a>\n                              <\/li>\n                          <li class='nav-item'>\n                                  <a href=\"https:\/\/stage.uchealth.org\/near-me\/\" target=\"_self\" class=\"\">Find care<\/a>\n                              <\/li>\n                                  <\/ul>\n        <\/nav>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <style>\n  #navigation-block_498f6980d6f6a9459283e7f04b93631e:after,\n  #primary #navigation-block_498f6980d6f6a9459283e7f04b93631e:after {\n    background-color: #425563;\n  }\n  <\/style>\n\n      <script>\n    function animateOpenClosed(elementToAddClass, elementToCalculateHeight, elementToChangeTextOnOpen, textToChangeToOnOpen) {\n      elementToAddClass = document.querySelector(elementToAddClass);\n      elementToCalculateHeight = document.querySelector(elementToCalculateHeight);\n      var open = elementToAddClass.classList.contains('open');\n      var height = elementToCalculateHeight.scrollHeight;\n      if(open) {\n        elementToCalculateHeight.style.height = height + 'px';\n        setTimeout(function() {\n          elementToCalculateHeight.style.height = '0px';\n        }, 10);\n        elementToAddClass.classList.remove('open');\n      } else {\n        elementToCalculateHeight.style.height = '0px';\n        setTimeout(function() {\n          elementToCalculateHeight.style.height = height + 'px';\n        }, 10);\n        elementToAddClass.classList.add('open');\n        if(elementToChangeTextOnOpen) {\n          document.querySelector(elementToChangeTextOnOpen).innerText = textToChangeToOnOpen;\n        }\n      }\n    }\n    \/\/ add click event listener to all nav-item links\n    var navItems = document.querySelectorAll('#navigation-block_498f6980d6f6a9459283e7f04b93631e .nav-item a');\n    for(var i = 0; i < navItems.length; i++) {\n      navItems[i].addEventListener('click', function(e) {\n        if(this.getAttribute('href').indexOf('#') === 0) {\n          var linkText = this.innerText;\n          document.querySelector('#navigation-block_498f6980d6f6a9459283e7f04b93631e .mobile-nav-title').innerText = linkText;\n          animateOpenClosed('#navigation-block_498f6980d6f6a9459283e7f04b93631e', '#navigation-block_498f6980d6f6a9459283e7f04b93631e nav');\n        }\n      });\n    }\n    <\/script>\n  \n<\/aside>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<iframe loading=\"lazy\" src=\"https:\/\/web.witcontests.com\/uchealth\/giveaway\/spin\/coffee-and-s-260516\" id=\"youthsoccersweeps\" width=\"100%\" height=\"1350\" title=\"Youth Soccer Sweepstakes\"><\/iframe>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-stay-on-the-pitch\">Stay on the pitch.<\/h2>\n\n\n<script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_13' >\n                        <div class='gform_heading'>\n                            <p class='gform_description'>Sign up to get information about Rapids ticket giveaways and other prizes.<br><br><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_13'  action='\/readysetco\/wp-json\/wp\/v2\/pages\/538' data-formid='13' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_13' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_13_8\" class=\"gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_8'>First name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_8' id='input_13_8' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_13_9\" class=\"gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_9'>Last name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_13_9' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_13_4\" class=\"gfield gfield--type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_4'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_4' id='input_13_4' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_13_11\" class=\"gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_11'>Zip code<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_11' id='input_13_11' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_13_5\" class=\"gfield gfield--type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_5'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_5' id='input_13_5' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_13_12\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Age disclaimer<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_13_12'><div class='gchoice gchoice_13_12_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_12.1' type='checkbox'  value='I am over 18'  id='choice_13_12_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_13_12_1' id='label_13_12_1' class='gform-field-label gform-field-label--type-inline'>I am over 18<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_13_14\" class=\"gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >By submitting your information, you agree to receive information about future UCHealth initiatives and events. I understand that I can opt-out of receiving updates about this event or future events at any time following the directions provided in such future informational emails.<\/div><div id=\"field_13_6\" class=\"gfield gfield--type-captcha field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_6'>CAPTCHA<\/label><div id='input_13_6' class='ginput_container ginput_recaptcha' data-sitekey='6LebCxQUAAAAAOfkDnY5DwGu1XJtUL5AKKmJ1vXi'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/div><div id=\"field_13_13\" class=\"gfield gfield--type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_13' id='input_13_13' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='7013h000000pcg2AAA' \/><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type=\"submit\" id=\"gform_submit_button_13\" class=\"btn btn-primary\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"submit\" value=\"Submit\"> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_13' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_13' id='gform_theme_13' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_13' id='gform_style_settings_13' value='{&quot;inputPrimaryColor&quot;:&quot;#204ce5&quot;}' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_13' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='13' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='Lr6fBiEXym919MkAPcbeg6q9AU3vBBBcwASbqQy8pBFBguWGdc1rKlRZeLlhA2s\/8Z9HXc1XoJv5GjSkH0Nugq2GXQW9mDDZWivRZ4CxPGfwh6M=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_13' value='WyJ7XCIxMi4xXCI6XCI3YTZhNmVhYWUwMWY4MDQ3Y2NkODI2NWE2ZDk0NGJmMFwifSIsImRiNzE4YTc2YzMyMmQwY2UxZWRhYzg2OTgyN2RhYzU0Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_13' id='gform_target_page_number_13' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_13' id='gform_source_page_number_13' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 13, 'https:\/\/stage.uchealth.org\/readysetco\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_13').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_13');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_13').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_13').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_13').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_13').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_13').val();gformInitSpinner( 13, 'https:\/\/stage.uchealth.org\/readysetco\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [13, current_page]);window['gf_submitting_13'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_13').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [13]);window['gf_submitting_13'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_13').text());}else{jQuery('#gform_13').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"13\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_13\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_13\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_13\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 13, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<section id=\"social-icons-block_89f247ee03bd47bc83e6b67f497c63cc\" class=\"uchealth-block-social-icons style-circle align-center\">\n  <div class=\"inner\">\n    <div class=\"block-content\">\n              <div class=\"social-icons\">\n                      <a class=\"social-icon\" href=\"https:\/\/www.facebook.com\/uchealthorg\/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Facebook\"><img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/2023\/04\/24162828\/facebook.webp\" class=\"attachment-medium size-medium\" alt=\"\" \/><\/a>\n                      <a class=\"social-icon\" href=\"https:\/\/twitter.com\/uchealth\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Twitter\"><img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/2024\/03\/18084913\/x.webp\" class=\"attachment-medium size-medium\" alt=\"\" \/><\/a>\n                      <a class=\"social-icon\" href=\"https:\/\/www.youtube.com\/user\/UColoradoHealth\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"YouTube\"><img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/2023\/04\/24162834\/youtube.webp\" class=\"attachment-medium size-medium\" alt=\"\" \/><\/a>\n                      <a class=\"social-icon\" href=\"https:\/\/www.instagram.com\/uchealth\/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Instagram\"><img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/2023\/04\/24162830\/instagram.webp\" class=\"attachment-medium size-medium\" alt=\"\" \/><\/a>\n                      <a class=\"social-icon\" href=\"https:\/\/www.linkedin.com\/company\/uchealth\/\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"LinkedIn\"><img loading=\"lazy\" decoding=\"async\" width=\"140\" height=\"140\" src=\"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/2023\/04\/24162831\/linkedin.webp\" class=\"attachment-medium size-medium\" alt=\"\" \/><\/a>\n                  <\/div>\n          <\/div>\n  <\/div>\n<\/section>\n\n\n<dialog\n  id=\"familystaycation\"\n  class=\"uchealth-block-modal\"\n  style=\"--modal-background-color: #FFFFFF; \"\n  data-open-on-page-load=\"\" aria-modal=\"true\"  >\n  <div class=\"dialog-content\">\n          <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">&times;<\/span><\/button>\n        <div class=\"dialog-body\">\n      <div class=\"inner\">\n        <div class=\"block-content\">\n                              <div class=\"acf-innerblocks-container\">\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_86' >\n                        <div class='gform_heading'>\n                            <p class='gform_description'><h2>You could win a Colorado Rapids Family Staycation!<\/h2>\r\n<p style=\"text-align: left;\">One lucky winner will receive:\r\n<ul>\r\n<li>4 tickets to the 8\/16 match (includes Marcelo Balboa\u2019s retirement ceremony and a fireworks show!)<\/li>\r\n<li>Two-night stay at the Gaylord Rockies Resort & Convention Center.<\/li>\r\n<li>$50 transportation credit.<\/li>\r\n<li>Warmup Watchers passes (watch the team warm up from field-level).<\/li>\r\n<\/ul>\r\n <a href=\"#\" target=\"_blank\"\">See official&nbsp;rules.<\/a><br><br><\/p><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_86'  action='\/readysetco\/wp-json\/wp\/v2\/pages\/538' data-formid='86' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_86' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_86_8\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_86_8'>First name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_8' id='input_86_8' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_86_9\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_86_9'>Last name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_86_9' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_86_4\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_86_4'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_4' id='input_86_4' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_86_11\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_86_11'>Zip code<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_11' id='input_86_11' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_86_5\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_86_5'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_5' id='input_86_5' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_86_17\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-no-icon gfield--width-half gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_86_17'>Birth date<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_17' id='input_86_17' type='text' value='' class='datepicker gform-datepicker mdy datepicker_no_icon gdatepicker-no-icon'   placeholder='mm\/dd\/yyyy' aria-describedby=\"input_86_17_date_format gfield_description_86_17\" aria-invalid=\"false\" aria-required=\"true\"\/>\n                            <span id='input_86_17_date_format' class='screen-reader-text'>MM slash DD slash YYYY<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_86_17' class='gform_hidden' value='https:\/\/stage.uchealth.org\/readysetco\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><div class='gfield_description' id='gfield_description_86_17'>Must be 18 years of age or older.<\/div><\/div><div id=\"field_86_15\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >&nbsp;<\/div><fieldset id=\"field_86_14\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full field_sublabel_below gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Colorado Rapids E-Newsletter<\/legend><div class='gfield_description' id='gfield_description_86_14'>Yes, I would like to opt-in to receive RapidFire, the Colorado Rapids E-Newsletter. This newsletter includes team news, upcoming events\/promotions, and more! Use of personal information submitted will be governed by the  <a href=\"https:\/\/www.coloradorapids.com\/privacy-policy\" target=\"_blank\">Colorado Rapids Privacy Policy<\/a>.<\/div><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_86_14'><div class='gchoice gchoice_86_14_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.1' type='checkbox'  value='Opt-in'  id='choice_86_14_1'   aria-describedby=\"gfield_description_86_14\"\/>\n\t\t\t\t\t\t\t\t<label for='choice_86_14_1' id='label_86_14_1' class='gform-field-label gform-field-label--type-inline'>Opt-in<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_86_16\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >&nbsp;<\/div><div id=\"field_86_18\" class=\"gfield gfield--type-turnstile gfield--input-type-turnstile gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_turnstile'><div class=\"cf-turnstile\" id=\"cf-turnstile_86\" data-js-turnstile data-response-field-name=\"cf-turnstile-response_86\" data-theme=\"auto\" data-size=\"\" data-sitekey=\"0x4AAAAAAA6fikMD3PMeuPvN\"><\/div><\/div><\/div><div id=\"field_86_13\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_13' id='input_86_13' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='701KY000000gTDpYAM' \/><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type=\"submit\" id=\"gform_submit_button_86\" class=\"btn btn-primary\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"submit\" value=\"ENTER NOW\"> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_86' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_86' id='gform_theme_86' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_86' id='gform_style_settings_86' value='{&quot;inputPrimaryColor&quot;:&quot;#204ce5&quot;}' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_86' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='86' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='TZmmZef1D+OOqdGczIDctfmpKtcYhn1VLMAZ2oY1H6pBIUIlJS23qooMGssfg5DV3k1jm2DNxh1DhfgvKgG8yWkZkvPf6DUI\/Rhlv1i8wslOofY=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_86' value='WyJ7XCIxNC4xXCI6XCJjYTY3Mzg2OWUxNDM3ZmZjNjE5NjQ1NTY4NjgyMzEwNVwifSIsIjM3NDg4NDI0MDA2YzBkM2I0MDRkYWI2NzRjNGI3MTg0Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_86' id='gform_target_page_number_86' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_86' id='gform_source_page_number_86' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 86, 'https:\/\/stage.uchealth.org\/readysetco\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_86').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_86');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_86').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_86').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_86').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_86').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_86').val();gformInitSpinner( 86, 'https:\/\/stage.uchealth.org\/readysetco\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [86, current_page]);window['gf_submitting_86'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_86').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [86]);window['gf_submitting_86'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_86').text());}else{jQuery('#gform_86').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"86\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_86\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_86\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_86\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 86, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\n<\/div>        <\/div>\n\n      <\/div>\n    <\/div>\n      <\/div>\n\n  \n<\/dialog>\n\n\n<dialog\n  id=\"modal\"\n  class=\"uchealth-block-modal\"\n  style=\"--modal-background-color: #FFFFFF; \"\n  data-open-on-page-load=\"\" aria-modal=\"true\"  >\n  <div class=\"dialog-content\">\n          <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">&times;<\/span><\/button>\n        <div class=\"dialog-body\">\n      <div class=\"inner\">\n        <div class=\"block-content\">\n                              <div class=\"acf-innerblocks-container\">\n\n<h2 class=\"wp-block-heading\" id=\"h-stay-on-the-pitch-0\">Stay on the pitch.<\/h2>\n\n\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_13' >\n                        <div class='gform_heading'>\n                            <p class='gform_description'>Sign up to get information about Rapids ticket giveaways and other prizes.<br><br><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_13'  action='\/readysetco\/wp-json\/wp\/v2\/pages\/538' data-formid='13' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_13' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_13_8\" class=\"gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_8'>First name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_8' id='input_13_8' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_13_9\" class=\"gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_9'>Last name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_13_9' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_13_4\" class=\"gfield gfield--type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_4'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_4' id='input_13_4' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_13_11\" class=\"gfield gfield--type-text gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_11'>Zip code<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_11' id='input_13_11' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_13_5\" class=\"gfield gfield--type-phone gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_5'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_5' id='input_13_5' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_13_12\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Age disclaimer<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_13_12'><div class='gchoice gchoice_13_12_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_12.1' type='checkbox'  value='I am over 18'  id='choice_13_12_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_13_12_1' id='label_13_12_1' class='gform-field-label gform-field-label--type-inline'>I am over 18<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_13_14\" class=\"gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  >By submitting your information, you agree to receive information about future UCHealth initiatives and events. I understand that I can opt-out of receiving updates about this event or future events at any time following the directions provided in such future informational emails.<\/div><div id=\"field_13_6\" class=\"gfield gfield--type-captcha field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_13_6'>CAPTCHA<\/label><div id='input_13_6' class='ginput_container ginput_recaptcha' data-sitekey='6LebCxQUAAAAAOfkDnY5DwGu1XJtUL5AKKmJ1vXi'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/div><div id=\"field_13_13\" class=\"gfield gfield--type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_13' id='input_13_13' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='7013h000000pcg2AAA' \/><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type=\"submit\" id=\"gform_submit_button_13\" class=\"btn btn-primary\" onclick=\"gform.submission.handleButtonClick(this);\" data-submission-type=\"submit\" value=\"Submit\"> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_13' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_13' id='gform_theme_13' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_13' id='gform_style_settings_13' value='{&quot;inputPrimaryColor&quot;:&quot;#204ce5&quot;}' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_13' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='13' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='+LKZWaQhWRSqGNjIs6cRfQcESlF4HO+62kqfKqcGUBKcbETRCOLIIMpWco6zGwa4FhGEKZY\/PiSJygtbT583uukrU7Tr9qSOPF84Fg14OsYRY+E=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_13' value='WyJ7XCIxMi4xXCI6XCI3YTZhNmVhYWUwMWY4MDQ3Y2NkODI2NWE2ZDk0NGJmMFwifSIsImRiNzE4YTc2YzMyMmQwY2UxZWRhYzg2OTgyN2RhYzU0Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_13' id='gform_target_page_number_13' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_13' id='gform_source_page_number_13' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 13, 'https:\/\/stage.uchealth.org\/readysetco\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_13').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_13');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_13').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_13').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_13').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_13').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_13').val();gformInitSpinner( 13, 'https:\/\/stage.uchealth.org\/readysetco\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [13, current_page]);window['gf_submitting_13'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_13').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [13]);window['gf_submitting_13'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_13').text());}else{jQuery('#gform_13').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"13\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_13\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_13\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_13\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 13, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\n<\/div>        <\/div>\n\n      <\/div>\n    <\/div>\n      <\/div>\n\n  \n<\/dialog>\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" id=\"ai-photobooth\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:48%\">\n<h2 class=\"wp-block-heading\" id=\"h-join-the-rapids-roster-with-the-power-of-ai\" style=\"font-style:normal;font-weight:400\">Join the Rapids roster with the power of AI!<\/h2>\n\n\n\n<p>UCHealth wants to put you in the game and help you become the newest Rapids player. So snap a pic, see your AI results, and be entered into sweepstakes to win&nbsp;prizes.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">join the roster<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/sites\/21\/2025\/09\/18155341\/UCHealth-Colorado-Rapids-AI-Photo-700x420-1.webp\" alt=\"\" class=\"wp-image-5371\"\/><\/figure>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Stay on the pitch. Join the Rapids roster with the power of AI! UCHealth wants to put you in the game and help you become the newest Rapids player. So snap a pic, see your AI results, and be entered into sweepstakes to win&nbsp;prizes.<\/p>\n","protected":false},"author":2314,"featured_media":3983,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","footnotes":""},"categories":[],"class_list":["post-538","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>UCHealth | Official Health Care Partner of the Colorado Rapids<\/title>\n<meta name=\"description\" content=\"As the Official Health Care Partner of the Colorado Rapids, we\u2019re proud to celebrate the extraordinary lives of those in our community\u2014UCHealth patients, employees and Rapids fans throughout Colorado.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Colorado Rapids\" \/>\n<meta property=\"og:description\" content=\"As the Official Health Care Partner of the Colorado Rapids, we\u2019re proud to celebrate the extraordinary lives of those in our community\u2014UCHealth patients, employees and Rapids fans throughout Colorado.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stage.uchealth.org\/readysetco\/rapids\/\" \/>\n<meta property=\"og:site_name\" content=\"Ready. Set. CO.\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-24T17:25:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/sites\/21\/2025\/02\/03163424\/UCHealth-Official-Health-Care-Partner-of-the-Colorado-Rapids-700x420-1.jpg\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/rapids\\\/\",\"url\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/rapids\\\/\",\"name\":\"UCHealth | Official Health Care Partner of the Colorado Rapids\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/rapids\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/rapids\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/uchealth-wp-uploads.s3.amazonaws.com\\\/wp-content\\\/uploads\\\/sites\\\/21\\\/2025\\\/02\\\/03163424\\\/UCHealth-Official-Health-Care-Partner-of-the-Colorado-Rapids-700x420-1.webp\",\"datePublished\":\"2023-04-24T18:44:49+00:00\",\"dateModified\":\"2026-04-24T17:25:23+00:00\",\"description\":\"As the Official Health Care Partner of the Colorado Rapids, we\u2019re proud to celebrate the extraordinary lives of those in our community\u2014UCHealth patients, employees and Rapids fans throughout Colorado.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/rapids\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/rapids\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/rapids\\\/#primaryimage\",\"url\":\"https:\\\/\\\/uchealth-wp-uploads.s3.amazonaws.com\\\/wp-content\\\/uploads\\\/sites\\\/21\\\/2025\\\/02\\\/03163424\\\/UCHealth-Official-Health-Care-Partner-of-the-Colorado-Rapids-700x420-1.webp\",\"contentUrl\":\"https:\\\/\\\/uchealth-wp-uploads.s3.amazonaws.com\\\/wp-content\\\/uploads\\\/sites\\\/21\\\/2025\\\/02\\\/03163424\\\/UCHealth-Official-Health-Care-Partner-of-the-Colorado-Rapids-700x420-1.webp\",\"width\":700,\"height\":420},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/rapids\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Colorado Rapids\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/#website\",\"url\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/\",\"name\":\"Ready. Set. CO.\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/stage.uchealth.org\\\/readysetco\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"UCHealth | Official Health Care Partner of the Colorado Rapids","description":"As the Official Health Care Partner of the Colorado Rapids, we\u2019re proud to celebrate the extraordinary lives of those in our community\u2014UCHealth patients, employees and Rapids fans throughout Colorado.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Colorado Rapids","og_description":"As the Official Health Care Partner of the Colorado Rapids, we\u2019re proud to celebrate the extraordinary lives of those in our community\u2014UCHealth patients, employees and Rapids fans throughout Colorado.","og_url":"https:\/\/stage.uchealth.org\/readysetco\/rapids\/","og_site_name":"Ready. Set. CO.","article_modified_time":"2026-04-24T17:25:23+00:00","og_image":[{"url":"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/sites\/21\/2025\/02\/03163424\/UCHealth-Official-Health-Care-Partner-of-the-Colorado-Rapids-700x420-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/stage.uchealth.org\/readysetco\/rapids\/","url":"https:\/\/stage.uchealth.org\/readysetco\/rapids\/","name":"UCHealth | Official Health Care Partner of the Colorado Rapids","isPartOf":{"@id":"https:\/\/stage.uchealth.org\/readysetco\/#website"},"primaryImageOfPage":{"@id":"https:\/\/stage.uchealth.org\/readysetco\/rapids\/#primaryimage"},"image":{"@id":"https:\/\/stage.uchealth.org\/readysetco\/rapids\/#primaryimage"},"thumbnailUrl":"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/sites\/21\/2025\/02\/03163424\/UCHealth-Official-Health-Care-Partner-of-the-Colorado-Rapids-700x420-1.webp","datePublished":"2023-04-24T18:44:49+00:00","dateModified":"2026-04-24T17:25:23+00:00","description":"As the Official Health Care Partner of the Colorado Rapids, we\u2019re proud to celebrate the extraordinary lives of those in our community\u2014UCHealth patients, employees and Rapids fans throughout Colorado.","breadcrumb":{"@id":"https:\/\/stage.uchealth.org\/readysetco\/rapids\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stage.uchealth.org\/readysetco\/rapids\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/stage.uchealth.org\/readysetco\/rapids\/#primaryimage","url":"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/sites\/21\/2025\/02\/03163424\/UCHealth-Official-Health-Care-Partner-of-the-Colorado-Rapids-700x420-1.webp","contentUrl":"https:\/\/uchealth-wp-uploads.s3.amazonaws.com\/wp-content\/uploads\/sites\/21\/2025\/02\/03163424\/UCHealth-Official-Health-Care-Partner-of-the-Colorado-Rapids-700x420-1.webp","width":700,"height":420},{"@type":"BreadcrumbList","@id":"https:\/\/stage.uchealth.org\/readysetco\/rapids\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/stage.uchealth.org\/readysetco\/"},{"@type":"ListItem","position":2,"name":"Colorado Rapids"}]},{"@type":"WebSite","@id":"https:\/\/stage.uchealth.org\/readysetco\/#website","url":"https:\/\/stage.uchealth.org\/readysetco\/","name":"Ready. Set. CO.","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/stage.uchealth.org\/readysetco\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/stage.uchealth.org\/readysetco\/wp-json\/wp\/v2\/pages\/538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stage.uchealth.org\/readysetco\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stage.uchealth.org\/readysetco\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stage.uchealth.org\/readysetco\/wp-json\/wp\/v2\/users\/2314"}],"replies":[{"embeddable":true,"href":"https:\/\/stage.uchealth.org\/readysetco\/wp-json\/wp\/v2\/comments?post=538"}],"version-history":[{"count":9,"href":"https:\/\/stage.uchealth.org\/readysetco\/wp-json\/wp\/v2\/pages\/538\/revisions"}],"predecessor-version":[{"id":5678,"href":"https:\/\/stage.uchealth.org\/readysetco\/wp-json\/wp\/v2\/pages\/538\/revisions\/5678"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/stage.uchealth.org\/readysetco\/wp-json\/wp\/v2\/media\/3983"}],"wp:attachment":[{"href":"https:\/\/stage.uchealth.org\/readysetco\/wp-json\/wp\/v2\/media?parent=538"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stage.uchealth.org\/readysetco\/wp-json\/wp\/v2\/categories?post=538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}