Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - goigo.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 01:34:49 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
x-powered-by: WP Engine
Expires: Wed, 14 May 2025 20:47:53 GMT
X-Redirect-By: WordPress
Location: https://www.goigoe.com/
X-Cacheable: bot
Cache-Control: max-age=10800, must-revalidate
X-Cache: HIT: 12
X-Cache-Group: bot
cf-cache-status: DYNAMIC
Server: cloudflare
CF-RAY: 93fee52688a64c7e-HEL
alt-svc: h3=":443"; ma=86400

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - http://www.goigoe.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 01:34:50 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Vary: Accept-Encoding
Vary: Accept-Encoding
x-powered-by: WP Engine
Link: <https://www.goigoe.com/wp-json/>; rel="https://api.w.org/"
Link: <https://www.goigoe.com/wp-json/wp/v2/pages/20>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://www.goigoe.com/>; rel=shortlink
X-Cacheable: bot
Cache-Control: max-age=10800, must-revalidate
X-Cache: HIT: 16
X-Cache-Group: bot
cf-cache-status: DYNAMIC
Server: cloudflare
CF-RAY: 93fee527dd928dbc-HEL
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: goigo.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> 
<html lang="en"> 
<head>
<meta charset="UTF-8"/>
<link rel="preload" href="https://www.goigoe.com/wp-content/cache/fvm/min/1737473428-cssd5f7160d333e367e40fb555b7df7b38c7fb061c9b772c89baabfd6f9ac3de.css" as="style" media="all" />
<script data-cfasync="false">if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]iebrowser/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?iebrowser=1"}else{document.location.href=href.replace("#","?iebrowser=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&iebrowser=1"}else{document.location.href=href.replace("#","&iebrowser=1#")}}}}</script>
<script data-cfasync="false">class FVMLoader{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventListener,e.eventOptions))}_removeUserInteractionListener(e){this.triggerEvents.forEach(t=>window.removeEventListener(t,e.userEventListener,e.eventOptions))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._runAllDelayedCSS(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("wpr-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=fvmdelay]").forEach(e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}_runAllDelayedCSS(){document.querySelectorAll("link[rel=fvmdelay]").forEach(e=>{e.setAttribute("rel","stylesheet")})}async _transformScript(e){return await this._requestAnimFrame(),new Promise(t=>{const n=document.createElement("script");let r;[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))}),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)})}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"wpr-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["wpr"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("DOMContentLoaded2",()=>t.bind(document)(n))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"wpr-jquery-load":e).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("DOMContentLoaded2")),await this._requestAnimFrame(),window.dispatchEvent(new Event("DOMContentLoaded2")),await this._requestAnimFrame(),document.dispatchEvent(new Event("wpr-readystatechange")),await this._requestAnimFrame(),document.wpronreadystatechange&&document.wpronreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("wpr-load")),await this._requestAnimFrame(),window.wpronload&&window.wpronload(),await this._requestAnimFrame(),this.allJQueries.forEach(e=>e(window).trigger("wpr-jquery-load")),window.dispatchEvent(new Event("wpr-pageshow")),await this._requestAnimFrame(),window.wpronpageshow&&window.wpronpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let a=e.get(n);void 0===a&&(a=n.nextSibling,e.set(n,a));const s=document.createDocumentFragment();r.setStart(s,0),s.appendChild(r.createContextualFragment(t)),i.insertBefore(s,a)}}async _requestAnimFrame(){return new Promise(e=>requestAnimationFrame(e))}static run(){const e=new FVMLoader(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}FVMLoader.run();</script>
<title>Homepage - Igoe</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="canonical" href="https://www.goigoe.com/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Homepage - Igoe" />
<meta property="og:url" content="https://www.goigoe.com/" />
<meta property="og:site_name" content="Igoe" />
<meta property="article:modified_time" content="2024-11-25T21:28:56+00:00" />
<meta property="og:image" content="https://www.goigoe.com/wp-content/uploads/2024/09/Igoe-SEO.webp" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/webp" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.goigoe.com/","url":"https://www.goigoe.com/","name":"Homepage - Igoe","isPartOf":{"@id":"https://www.goigoe.com/#website"},"about":{"@id":"https://www.goigoe.com/#organization"},"datePublished":"2024-08-15T22:39:13+00:00","dateModified":"2024-11-25T21:28:56+00:00","breadcrumb":{"@id":"https://www.goigoe.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.goigoe.com/"]}]},{"@type":"BreadcrumbList","@id":"https://www.goigoe.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.goigoe.com/#website","url":"https://www.goigoe.com/","name":"Igoe Administrative Services","description":"Igoe Administrative Services (Igoe) was founded in 1977 as a full service Employee Benefit Administrative Company. Igoe offers creative and innovative solutions to today’s fast paced and complex Benefit Plan Administrative issues.","publisher":{"@id":"https://www.goigoe.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.goigoe.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.goigoe.com/#organization","name":"Igoe","url":"https://www.goigoe.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.goigoe.com/#/schema/logo/image/","url":"https://www.goigoe.com/wp-content/uploads/2024/08/Igoe-Logo-512px.png","contentUrl":"https://www.goigoe.com/wp-content/uploads/2024/08/Igoe-Logo-512px.png","width":512,"height":281,"caption":"Igoe"},"image":{"@id":"https://www.goigoe.com/#/schema/logo/image/"}}]}</script>
<link rel="stylesheet" href="https://www.goigoe.com/wp-content/cache/fvm/min/1737473428-cssd5f7160d333e367e40fb555b7df7b38c7fb061c9b772c89baabfd6f9ac3de.css" media="all" />
<script defer='defer' src='https://www.goigoe.com/wp-content/cache/fvm/min/1737473428-jsae87b4c721c220fd8716d671c64f86fb6347752c58716ead2927b18cd8eeea.js'></script>
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer type="fvmdelay"></script>
<script defer src="https://app.termly.io/resource-blocker/2fd3bf45-7146-4b37-8a70-77c1b6335e6a?autoBlock=on" type="fvmdelay"></script>
<script defer type="fvmdelay">
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=!0;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f)})(window,document,'script','dataLayer','GTM-N96RT8QS')
</script>
<style media="all">img:is([sizes="auto" i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}</style> 
<style id='classic-theme-styles-inline-css' type='text/css' media="all">/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}</style> 
<style id='global-styles-inline-css' type='text/css' media="all">:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0, 0, 0, 1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}</style> 
<link rel="icon" href="https://www.goigoe.com/wp-content/uploads/2024/08/WordPress-Site-Icon-300x300.png" sizes="192x192" /> 
<style type="text/css" id="wp-custom-css" media="all">.pt-custom{padding-top:60px!important}.faq--general-text:not(.faq--general-textW) h2{font-size:30px!important;line-height:1.5em!important}.faq-tabs h2{line-height:1.25em!important;color:#0063ff!important;font-size:22px!important;font-weight:400!important;text-align:left!important}.faq-tabs button{margin-left:0;padding-left:0;padding-right:0;padding-top:0;width:80%!important}.active-tab h2{text-decoration:none!important;color:#ff6533!important;font-size:22px!important;font-weight:400!important;text-align:left!important;line-height:1.25em!important;border:0px!important;vertical-align:middle!important}.faq-tabs li:before{content:url(https://www.goigoe.com/wp-content/uploads/2024/11/checkboxsmallblue.png);float:left!important;text-align:center!important;white-space:nowrap!important;padding:0 5px!important;vertical-align:middle!important;display:inline-block!important}@media only screen and (max-width:1025px){div:has(div.faq--general-text){width:100%!important;max-width:1000px}}.pb-custom{padding-bottom:20px!important}.padding-custom{padding-top:60px!important;padding-bottom:20px!important}@media only screen and (max-width:768px){.padding-custom{padding-top:64px!important;padding-bottom:96px!important}.pt-what-we-do{padding-top:96px!important}}</style> 
</head>
<body> 
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N96RT8QS"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
</body> <body class="bg-white-900"> <header class="w-full min-h-[70px] flex items-center lg:h-[104px] bg-white-900 fixed z-[9999] header-nav" data-x-data='headerNavigation'> <nav class="w-full mx-auto max-w-7xl flex items-center justify-between relative py-6 px-4 lg:h-full xl:p-0"> <a href="/" class="header-navigation-logo"> <img src="/wp-content/themes/CorporateSite/assets/images/logo.svg" class="w-[65.78px] h-[36px] lg:w-[95.01px] lg:h-[52px]" alt="Logo" title="Logo" loading="lazy"> </a> <div class="header-nav-back items-center gap-1.5 hidden lg:hidden" data-x-bind="backBtn"> <img src="/wp-content/themes/CorporateSite/assets/images/back-arrow.svg" alt="Back Arrow" title="Back Arrow" loading="lazy"> <span class="text-lg text-slate-1000 font-medium">Back</span> </div> <div class="bg-white-900 hidden w-full h-screen flex-col items-center absolute z-50 left-0 overflow-auto top-[76px] lg:static lg:h-full lg:w-auto lg:pb-0 lg:flex lg:flex-row pt-0 pb-6 px-6 lg:px-0 lg:overflow-visible lg:gap-8 header-navigation"> <div class="w-full lg:flex lg:items-center lg:gap-8" role="menu"> <div class="w-full lg:w-max lg:mx-auto lg:flex lg:items-center lg:first:border-0 lg:border-0 border-b border-[#CCCCDA] first:border-t" data-x-bind="dropDown" role="menuitem" tabindex="0"> <div class="py-[18px] flex justify-between lg:p-0 w-full items-center gap-2" tabindex="0"> <span class="text-lg text-[#010147] hover:text-[#676791] active:text-[#0063FF] font-normal flex lg:w-full w-fit gap-10" tabindex="0"> Employees </span> <img src="/wp-content/themes/CorporateSite/assets/images/arrow-down.svg" class="w-6 h-6 lg:hidden" alt="arrow down" title="arrow down" loading="lazy"> </div> <div class="sub-menu-item absolute top-0 left-0 right-0 w-full pt-[10px] px-[20px] pb-6 h-full lg:rounded-xl hidden bg-white-900 lg:left-0 lg:right-0 lg:bg-transparent lg:top-[104px] lg:py-6 lg:px-4" role="menu" aria-hidden="true"> <ul class="rounded-[10px] max-h-[80vh] overflow-y-auto lg:flex lg:items-center lg:gap-8 lg:bg-white-900 lg:p-6 shadow-custom w-full p-6"> <li class="w-full" role="menuitem" tabindex="0"> <a href="https://www.goigoe.com/spending-accounts/" class="bg-[#F3EEEA] p-4 rounded-md block" tabindex="0" > <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Navigation-Illustrations-Icon-Spending-240926.webp" alt="A person shopping online" title="Navigation-Illustrations-Icon-Spending-240926" class="w-[295px] h-auto sm:w-[560px] object-cover md:object-contain lg:object-cover sm:h-[250px] md:w-[627px] lg:w-full lg:h-auto rounded-md"/> </a> <a href="https://www.goigoe.com/spending-accounts/" tabindex="0" class="flex w-fit" onmouseover="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow-hover.svg';" onmouseout="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow.svg';"> <span class="text-lg font-normal w-full py-[18px] flex items-center gap-2 cursor-pointer"> Spending Account Participants </span> </a> </li> <li class="w-full pt-5 md:pt-0" role="menuitem" tabindex="0"> <a href="https://www.goigoe.com/cobra-resources/" class="bg-[#F3EEEA] p-4 rounded-md block" tabindex="0" > <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Navigation-Illustrations-Icon-COBRA-240926.webp" alt="A woman with a briefcase slides through illustrated information" title="Navigation-Illustrations-Icon-COBRA-240926" class="w-[295px] h-auto sm:w-[560px] object-cover md:object-contain lg:object-cover sm:h-[250px] md:w-[627px] lg:w-full lg:h-auto rounded-md"/> </a> <a href="https://www.goigoe.com/cobra-resources/" tabindex="0" class="flex w-fit" onmouseover="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow-hover.svg';" onmouseout="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow.svg';"> <span class="text-lg font-normal w-full py-[18px] flex items-center gap-2 cursor-pointer"> COBRA &amp; Direct Billing Members </span> </a> </li> </ul> </div> </div> <div class="w-full lg:w-max lg:mx-auto lg:flex lg:items-center lg:first:border-0 lg:border-0 border-b border-[#CCCCDA] first:border-t" data-x-bind="dropDown" role="menuitem" tabindex="0"> <div class="py-[18px] flex justify-between lg:p-0 w-full items-center gap-2" tabindex="0"> <a class="text-lg text-[#010147] hover:text-[#676791] active:text-[#0063FF] font-normal flex lg:w-full w-fit gap-10" tabindex="0" href="https://www.goigoe.com/employers/" > Employers </a> </div> </div> <div class="w-full lg:w-max lg:mx-auto lg:flex lg:items-center lg:first:border-0 lg:border-0 border-b border-[#CCCCDA] first:border-t" data-x-bind="dropDown" role="menuitem" tabindex="0"> <div class="py-[18px] flex justify-between lg:p-0 w-full items-center gap-2" tabindex="0"> <a class="text-lg text-[#010147] hover:text-[#676791] active:text-[#0063FF] font-normal flex lg:w-full w-fit gap-10" tabindex="0" href="https://www.goigoe.com/brokers/" > Brokers </a> </div> </div> <div class="w-full lg:w-max lg:mx-auto lg:flex lg:items-center lg:first:border-0 lg:border-0 border-b border-[#CCCCDA] first:border-t" data-x-bind="dropDown" role="menuitem" tabindex="0"> <div class="py-[18px] flex justify-between lg:p-0 w-full items-center gap-2" tabindex="0"> <span class="text-lg text-[#010147] hover:text-[#676791] active:text-[#0063FF] font-normal flex lg:w-full w-fit gap-10" tabindex="0"> Shop </span> <img src="/wp-content/themes/CorporateSite/assets/images/arrow-down.svg" class="w-6 h-6 lg:hidden" alt="arrow down" title="arrow down" loading="lazy"> </div> <div class="sub-menu-item absolute top-0 left-0 right-0 w-full pt-[10px] px-[20px] pb-6 h-full lg:rounded-xl hidden bg-white-900 lg:left-0 lg:right-0 lg:bg-transparent lg:top-[104px] lg:py-6 lg:px-4" role="menu" aria-hidden="true"> <ul class="rounded-[10px] max-h-[80vh] overflow-y-auto lg:flex lg:items-center lg:gap-8 lg:bg-white-900 lg:p-6 shadow-custom w-full p-6"> <li class="w-full" role="menuitem" tabindex="0"> <a href="https://fsastore.com/igoe.html?AFID=489951&amp;GroupName=TPA&amp;CID=437559&amp;utm_source=Igoe+Administrative+Services&amp;utm_medium=TPA+Link+CLP&amp;utm_campaign=TPA+Partner" class="bg-[#F3EEEA] p-4 rounded-md block" tabindex="0" target="_blank"> <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Navigation-Illustrations-Icon-FSA-240926.webp" alt="A hand pointing to an online menu" title="Navigation-Illustrations-Icon-FSA-240926" class="w-[295px] h-auto sm:w-[560px] object-cover md:object-contain lg:object-cover sm:h-[250px] md:w-[627px] lg:w-full lg:h-auto rounded-md"/> </a> <a href="https://fsastore.com/igoe.html?AFID=489951&amp;GroupName=TPA&amp;CID=437559&amp;utm_source=Igoe+Administrative+Services&amp;utm_medium=TPA+Link+CLP&amp;utm_campaign=TPA+Partner" tabindex="0" target="_blank" class="flex w-fit" onmouseover="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow-hover.svg';" onmouseout="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow.svg';"> <span class="text-lg font-normal w-full py-[18px] flex items-center gap-2 cursor-pointer"> FSA Store </span> <img src="/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow.svg" loading="lazy" alt="External Link Blue Arrow" title="Submenu External Link Blue Arrow" class="submenu-arrow-icon-nav pl-3" /> </a> </li> <li class="w-full pt-5 md:pt-0" role="menuitem" tabindex="0"> <a href="https://hsastore.com/?AFID=489951&amp;GroupName=TPA&amp;CID=437559&amp;utm_source=Igoe+Administrative+Services&amp;utm_medium=tpa+public+link+nav&amp;utm_campaign=TPA+Partner" class="bg-[#F3EEEA] p-4 rounded-md block" tabindex="0" target="_blank"> <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Navigation-Illustrations-Icon-HSA-240926.webp" alt="A hand depositing a coin in front of a growth chart" title="Navigation-Illustrations-Icon-HSA-240926" class="w-[295px] h-auto sm:w-[560px] object-cover md:object-contain lg:object-cover sm:h-[250px] md:w-[627px] lg:w-full lg:h-auto rounded-md"/> </a> <a href="https://hsastore.com/?AFID=489951&amp;GroupName=TPA&amp;CID=437559&amp;utm_source=Igoe+Administrative+Services&amp;utm_medium=tpa+public+link+nav&amp;utm_campaign=TPA+Partner" tabindex="0" target="_blank" class="flex w-fit" onmouseover="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow-hover.svg';" onmouseout="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow.svg';"> <span class="text-lg font-normal w-full py-[18px] flex items-center gap-2 cursor-pointer"> HSA Store </span> <img src="/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow.svg" loading="lazy" alt="External Link Blue Arrow" title="Submenu External Link Blue Arrow" class="submenu-arrow-icon-nav pl-3" /> </a> </li> <li class="w-full pt-5 md:pt-0" role="menuitem" tabindex="0"> <a href="https://fsastore.com/?AFID=489951&amp;GroupName=TPA&amp;CID=437559&amp;utm_source=Igoe+Administrative+Services&amp;utm_medium=tpa+public+link+nav+optical&amp;utm_campaign=TPA+Partner" class="bg-[#F3EEEA] p-4 rounded-md block" tabindex="0" target="_blank"> <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Navigation-Illustrations-Icon-Optical-240926.webp" alt="Glasses and a hand working on a laptop computer" title="Navigation-Illustrations-Icon-Optical-240926" class="w-[295px] h-auto sm:w-[560px] object-cover md:object-contain lg:object-cover sm:h-[250px] md:w-[627px] lg:w-full lg:h-auto rounded-md"/> </a> <a href="https://fsastore.com/?AFID=489951&amp;GroupName=TPA&amp;CID=437559&amp;utm_source=Igoe+Administrative+Services&amp;utm_medium=tpa+public+link+nav+optical&amp;utm_campaign=TPA+Partner" tabindex="0" target="_blank" class="flex w-fit" onmouseover="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow-hover.svg';" onmouseout="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow.svg';"> <span class="text-lg font-normal w-full py-[18px] flex items-center gap-2 cursor-pointer"> Optical Store </span> <img src="/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow.svg" loading="lazy" alt="External Link Blue Arrow" title="Submenu External Link Blue Arrow" class="submenu-arrow-icon-nav pl-3" /> </a> </li> </ul> </div> </div> <div class="w-full lg:w-max lg:mx-auto lg:flex lg:items-center lg:first:border-0 lg:border-0 border-b border-[#CCCCDA] first:border-t" data-x-bind="dropDown" role="menuitem" tabindex="0"> <div class="py-[18px] flex justify-between lg:p-0 w-full items-center gap-2" tabindex="0"> <span class="text-lg text-[#010147] hover:text-[#676791] active:text-[#0063FF] font-normal flex lg:w-full w-fit gap-10" tabindex="0"> Resources </span> <img src="/wp-content/themes/CorporateSite/assets/images/arrow-down.svg" class="w-6 h-6 lg:hidden" alt="arrow down" title="arrow down" loading="lazy"> </div> <div class="sub-menu-item absolute top-0 left-0 right-0 w-full pt-[10px] px-[20px] pb-6 h-full lg:rounded-xl hidden bg-white-900 lg:left-0 lg:right-0 lg:bg-transparent lg:top-[104px] lg:py-6 lg:px-4" role="menu" aria-hidden="true"> <ul class="rounded-[10px] max-h-[80vh] overflow-y-auto lg:flex lg:items-center lg:gap-8 lg:bg-white-900 lg:p-6 shadow-custom w-full p-6"> <li class="w-full" role="menuitem" tabindex="0"> <a href="https://www.goigoe.com/forms/" class="bg-[#F3EEEA] p-4 rounded-md block" tabindex="0" > <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Navigation-Illustrations-Icon-Forms-240926.webp" alt="A hand pointing to an online menu next to pen" title="Navigation-Illustrations-Icon-Forms-240926" class="w-[295px] h-auto sm:w-[560px] object-cover md:object-contain lg:object-cover sm:h-[250px] md:w-[627px] lg:w-full lg:h-auto rounded-md"/> </a> <a href="https://www.goigoe.com/forms/" tabindex="0" class="flex w-fit" onmouseover="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow-hover.svg';" onmouseout="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow.svg';"> <span class="text-lg font-normal w-full py-[18px] flex items-center gap-2 cursor-pointer"> Forms Library </span> </a> </li> <li class="w-full pt-5 md:pt-0" role="menuitem" tabindex="0"> <a href="https://www.goigoe.com/resources" class="bg-[#F3EEEA] p-4 rounded-md block" tabindex="0" > <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Navigation-Illustrations-Icon-ResourceCenter-240926.webp" alt="Two internet browser windows with a cursor about to click" title="Navigation-Illustrations-Icon-ResourceCenter-240926" class="w-[295px] h-auto sm:w-[560px] object-cover md:object-contain lg:object-cover sm:h-[250px] md:w-[627px] lg:w-full lg:h-auto rounded-md"/> </a> <a href="https://www.goigoe.com/resources" tabindex="0" class="flex w-fit" onmouseover="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow-hover.svg';" onmouseout="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow.svg';"> <span class="text-lg font-normal w-full py-[18px] flex items-center gap-2 cursor-pointer"> Resource Center </span> </a> </li> <li class="w-full pt-5 md:pt-0" role="menuitem" tabindex="0"> <a href="https://www.goigoe.com/faqs/" class="bg-[#F3EEEA] p-4 rounded-md block" tabindex="0" > <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Navigation-Illustrations-Icon-FAQ-240926.webp" alt="A man asking questions and pointing to a list" title="Navigation-Illustrations-Icon-FAQ-240926" class="w-[295px] h-auto sm:w-[560px] object-cover md:object-contain lg:object-cover sm:h-[250px] md:w-[627px] lg:w-full lg:h-auto rounded-md"/> </a> <a href="https://www.goigoe.com/faqs/" tabindex="0" class="flex w-fit" onmouseover="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow-hover.svg';" onmouseout="this.querySelector('.submenu-arrow-icon-nav').src='/wp-content/themes/CorporateSite/assets/images/sub-nav-arrow.svg';"> <span class="text-lg font-normal w-full py-[18px] flex items-center gap-2 cursor-pointer"> FAQs </span> </a> </li> </ul> </div> </div> <div class="w-full lg:w-max lg:mx-auto lg:flex lg:items-center lg:first:border-0 lg:border-0 border-b border-[#CCCCDA] first:border-t" data-x-bind="dropDown" role="menuitem" tabindex="0"> <div class="py-[18px] flex justify-between lg:p-0 w-full items-center gap-2" tabindex="0"> <a class="text-lg text-[#010147] hover:text-[#676791] active:text-[#0063FF] font-normal flex lg:w-full w-fit gap-10" tabindex="0" href="https://www.goigoe.com/about/" > About </a> </div> </div> </div> <div class="flex flex-col items-end h-full w-full lg:flex-row lg:items-center lg:justify-end lg:overflow-visible max-h-screen md:mt-0"> <a href="https://www.goigoe.com/login/" class="text-slate-1000 w-full flex items-center justify-center h-[55px] mb-[75px] mt-6 lg:mt-0 lg:mb-0 lg:w-24 lg:h-9 rounded-full duration-300 ease-in-out bg-[#FFB800] text-lg lg:text-[14px] text-white font-medium hover:bg-[#FFD466] hover:!text-[#010147] tracking-[0.4px]"> Login </a> </div> </div> <button type="button" class="absolute right-5 flex md:gap-4 lg:hidden" data-x-bind='toggleMenu'> <img src="/wp-content/themes/CorporateSite/assets/images/hamburger-menu.svg" class="w-6 h-6 object-cover block lg:hidden open-nav-menu" alt="Hamburger Menu Icon" title="Menu" loading="lazy"> <img src="/wp-content/themes/CorporateSite/assets/images/menu-close.svg" class="w-6 h-6 object-none hidden lg:hidden close-nav-menu" alt="Menu Close Icon" title="Menu" loading="lazy"> </button> </nav> </header> <main class="main min-h-screen pt-[78px] lg:pt-[104px]"> <div class="w-full"> <div class="banner-module module-wrapper"> <section class="py-6 image_position px-4 md:pb-[64px] lg:pb-[64px] relative" style="background: #C7E1FF;" > <div class="max-w-7xl w-full mx-auto lg:pt-[33px] h-[85vh] md:h-[82.6vh] flex flex-col justify-between justify-between"> <div class="relative z-10 flex flex-col gap-2 md:gap-6 sm:max-w-[383px] lg:max-w-[600px] xl:max-w-[800px] md:max-w-full"> <h1 id="banner_title" class="text-black-900 text-[38px] leading-[43px] md:text-[60px] md:leading-[66px] xl:text-[76px] md:-ml-2 max xl:leading-[83.6px] font-normal"> Focused on Benefits, Centered on People </h1> <p class="text-black-900 font-normal text-[18px] leading-[26.1px] md:text-[23px] md:leading-[33.35px] tracking-[0.2px] lg:text-[23px] lg:leading-[33.35px] sm:max-w-[400px] lg:max-w-[400px] xl:max-w-[525px]"> Helping our partners navigate their benefits with ease since 1977. </p> </div> <div class="flex justify-center items-center h-full"> <img width="380" height="380" loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Illustration-HeroBanner-Mobile-240913.webp" alt="A group of three people shop online and on the phone" title="Home-Illustration-HeroBanner-Mobile-240913" class="object-cover mx-auto h-[100%] top-0 absolute sm:hidden" > </div> <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Illustration-HeroBanner-Desktop-240913-scaled.webp" alt="A group of three people shop online and on the phone" title="Home-Illustration-HeroBanner-Desktop-240913" id="image_banner" class="absolute top-0 object-contain right-0 xl:right-12 2xl:right-40 xl:w-auto 2xl:w-auto h-[100%] hidden sm:block mb-4"> <div class="relative z-50 flex flex-col gap-4 sm:max-w-[383px] lg:max-w-[800px] lg:mt-[145px]"> <a class="w-full text-[14px] leading-[18.2px] lg:text-[18px] lg:leading-[23.4px] h-[50px] md:w-[220px] lg:w-[236px] lg:h-[55px] flex justify-center items-center rounded-full bg-[#FFB800] hover:bg-[#FFD466] border-2 border-[#010147] text-[#010147] font-medium tracking-[0.4px]" href="https://www.goigoe.com/request-proposal/" > Request Proposal </a> <p class="text-black-900 text-base md:text-[15px] lg:text-[18px] leading-[155%] font-normal text-center sm:text-left">Want to access your account? <a href="https://www.goigoe.com/login/" class="underline text-base md:text-[15px] lg:text-xl text-[#0063FF] hover:text-[#3382FF] font-bold" target="_blank" rel="noopener noreferrer" > Login </a> </p> </div> </div> </section> </div> <div class="flexiblecontentmodule-module module-wrapper"> <section class="flexible-content-module-carousel w-full relative" style="background:#ffffff"> <div class="max-w-7xl w-full mx-auto py-12 lg:py-16 px-4 lg:px-0"> <div class="flex lg:gap-[115px] items-center justify-between lg:px-4 xl:px-0 flex-col lg:flex-row"> <div class="lg:w-full"> <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Illustration-Why_Igoe-240913.webp" alt="A person pointing to a five star bubble review" title="Home-Illustration-Why_Igoe-240913" class="w-full h-full md:max-w-[407.94px] lg:max-w-[600px] lg:max-h-[600px]"/> <p class="text-white-900 text-lg text-center mt-10"></p> </div> <div class="grid max-h-max w-full max-w-[520px]"> <h3 class="text-black-900 md:leading-[50.4px] text-[32px] md:text-[42px] leading-[38.4px] font-normal">Why Igoe</h3> <div class="content--part-dark mt-[20px]"> <p>At our core, we&#8217;re all about people — because happy people make happy businesses. We’re on a mission to deliver service that’s a cut above, but we know “service” can mean different things to different folks. So, let’s chat! Book some time with one of our team members, and we’ll share what <i><strong>exceptional</strong> </i>service means to us. Whether it&#8217;s speeding up employee reimbursements, getting your COBRA enrollments sorted, lightening your admin load, or keeping the clients you&#8217;ve referred to us happy — we’re here to help you hit those goals and make everything run smoother.</p> </div> <a href="https://www.goigoe.com/brokers#whyigoe" class="bg-[#0063FF] hover:bg-[#66A1FF] text-[#ffffff] mt-[48px] lg:mt-[80px] text-[14px] lg:text-[18px] w-[181px] h-[55px] leading-[18.2px] lg:leading-[23.4px] flex items-center justify-center rounded-full font-medium tracking-[0.4px]" > Learn More </a> </div> </div> </div> </section> </div> <div class="flexiblecontentmodule-module module-wrapper"> <section class="flexible-content-module-carousel w-full relative" style="background:#f3eeea"> <div class="max-w-7xl w-full mx-auto py-12 lg:py-16 px-4 lg:px-0 padding-custom pt-what-we-do"> <h2 class="text-black-900 text-[38px] md:text-[42px] lg:text-[60px] text-center mb-[84px] lg:mb-[116px] leading-normal font-normal">What We Do</h2> <div class="flex lg:gap-[115px] items-center justify-between lg:px-4 xl:px-0 flex-col lg:flex-row"> <div class="lg:w-full"> <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Illustration-Spending_Accounts-240926.webp" alt="A hand depositing a coin in front of a growth chart" title="Home-Illustration-Spending_Accounts-240926" class="w-full h-full md:max-w-[407.94px] lg:max-w-[600px] lg:max-h-[600px]"/> <p class="text-white-900 text-lg text-center mt-10"></p> </div> <div class="grid max-h-max w-full max-w-[520px]"> <h3 class="text-black-900 md:leading-[50.4px] text-[32px] md:text-[42px] leading-[38.4px] font-normal">Spending Accounts</h3> <div class="content--part-dark mt-[20px]"> <p>We’re <strong><em>obsessed</em></strong> with Spending Accounts — FSA, HSA, HRA, LSA, Dependent Care, and Commuter Benefits. Sure, these benefits are full of rules and numbers, but that’s where the magic happens! They need the right professional support to truly shine, which is where we fill in the gap. At Igoe, we don’t just process transactions — we provide expert consultation to make your program a success. We have decades of experience under our belts. We believe that these benefits aren’t just “set it and forget it” perks; they’re powerful tools that help employers and employees save valuable income. Our goal? To help you go beyond the basics and truly optimize your program with partners who are <strong><em>passionate</em></strong> about improving performance and simplifying admin every step of the way. Let’s turn those spending accounts into a game-changer, together!</p> </div> <a href="https://www.goigoe.com/request-proposal/" class="bg-[#0063FF] hover:bg-[#66A1FF] text-[#ffffff] mt-[48px] lg:mt-[80px] text-[14px] lg:text-[18px] w-[181px] h-[55px] leading-[18.2px] lg:leading-[23.4px] flex items-center justify-center rounded-full font-medium tracking-[0.4px]" > Request Proposal </a> </div> </div> </div> </section> </div> <div class="flexiblecontentmodule-module module-wrapper"> <section class="flexible-content-module-carousel w-full relative" style="background:#f3eeea"> <div class="max-w-7xl w-full mx-auto py-12 lg:py-16 px-4 lg:px-0 padding-custom"> <div class="flex lg:gap-[115px] items-center justify-between lg:px-4 xl:px-0 flex-col lg:flex-row-reverse"> <div class="lg:w-full"> <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Illustration-COBRA_Resources-240926.webp" alt="A woman with a briefcase sliding on a colorful background" title="Home-Illustration-COBRA_Resources-240926" class="w-full h-full md:max-w-[407.94px] lg:max-w-[600px] lg:max-h-[600px]"/> <p class="text-white-900 text-lg text-center mt-10"></p> </div> <div class="grid max-h-max w-full max-w-[520px]"> <h3 class="text-black-900 md:leading-[50.4px] text-[32px] md:text-[42px] leading-[38.4px] font-normal">COBRA &amp; Direct Premium Billing</h3> <div class="content--part-dark mt-[20px]"> <p>Let us be your guide through what can feel like an intimidating (and maybe even a bit tedious) process of COBRA compliance and premium collection. We love this stuff! We&#8217;re here to make sure that our clients and referring partners are protected and supported so they can focus on what <em>they love</em> most about their job, instead of worrying about COBRA compliance. COBRA goes far beyond sending out notices — it’s about helping real people who are lost in the jargon, scared about what comes next, and in need of support. Whether it’s handling carrier eligibility hiccups during a care emergency or offering a compassionate ear to someone navigating their benefits, we’re here to make sure they’re taken care of. COBRA isn’t just a law; it’s a law designed to protect people — and we’re all about making sure those people get the care and clarity they deserve.</p> </div> <a href="https://www.goigoe.com/request-proposal/" class="bg-[#0063FF] hover:bg-[#66A1FF] text-[#ffffff] mt-[48px] lg:mt-[80px] text-[14px] lg:text-[18px] w-[181px] h-[55px] leading-[18.2px] lg:leading-[23.4px] flex items-center justify-center rounded-full font-medium tracking-[0.4px]" target="_blank" rel="noopener noreferrer" > Request Proposal </a> </div> </div> </div> </section> </div> <div class="flexiblecontentmodule-module module-wrapper"> <section class="flexible-content-module-carousel w-full relative" style="background:#010147"> <div class="max-w-7xl w-full mx-auto py-12 lg:py-16 px-4 lg:px-0 py-[48px] md:py-[96px] xl:py-[160px]"> <div x-data="{ activeTab: 0, interval: null, isPaused: false, tabCount: 3, autoplayEnabled: true, init() { this.handleResize(); window.addEventListener('resize', this.handleResize); }, handleResize() { if (window.innerWidth >= 1024 && !this.interval && this.autoplayEnabled) { this.startAutoSwitch(); } else if (window.innerWidth < 1024 && this.interval) { this.stopAutoSwitch(); } }, startAutoSwitch() { if (this.autoplayEnabled) { this.interval = setInterval(() => { if (!this.isPaused) { this.activeTab = (this.activeTab + 1) % this.tabCount; } }, 5000); } }, stopAutoSwitch() { clearInterval(this.interval); this.interval = null; }, togglePause() { this.isPaused = !this.isPaused; }, handleKeyDown(event, index) { if (event.key === 'Enter' || event.key === ' ') { event.preventDefault(); this.activeTab = this.activeTab === index ? null : index; this.stopAutoSwitch(); this.isPaused = true; } else if (event.key === 'ArrowRight' || event.key === 'ArrowDown') { event.preventDefault(); this.activeTab = (this.activeTab + 1) % this.tabCount; } else if (event.key === 'ArrowLeft' || event.key === 'ArrowUp') { event.preventDefault(); this.activeTab = (this.activeTab - 1 + this.tabCount) % this.tabCount; } } }" x-init="init()" class="flex flex-col-reverse gap-28 items-center justify-between lg:px-4 xl:px-0 lg:flex-row-reverse" > <div class="grid gap-17 max-h-max w-full lg:max-w-[520px]"> <h3 class="text-white-900 text-[38px] md:text-[42px] lg:text-[60px] leading-[115%] font-normal"> Three Reasons You’ll Love Igoe </h3> <ol class="ordered--content-list w-full lg:max-w-[395px]"> <li class="relative text-white-900 text-left font-normal border-b border-[#CCE0FF] lg:border-none color-#010147" :class="{ 'active-li': activeTab === 0 }" > <button class="w-full flex items-center justify-between gap-2.5 pl-[50px]" @click="activeTab === 0 ? activeTab = null : activeTab = 0; stopAutoSwitch(); isPaused = true;" @keydown="handleKeyDown($event, 0)" :aria-expanded="activeTab === 0 ? 'true' : 'false'" > <span class="block text-left font-normal leading-[23.4px] text-[18px] md:text-[20px] md:leading-[29px]"> We are real people committed to helping real people. </span> <div class="w-6 h-6 cursor-pointer relative flex items-center justify-center flex-shrink-0 lg:hidden"> <div x-show="activeTab !== 0" class="absolute w-px h-4 bg-white-900 transition-opacity duration-100"></div> <div class="absolute w-4 h-px bg-white-900 transition-opacity duration-100" :class="{ 'rotate-0': activeTab === 0, 'rotate-0': activeTab !== 0 }"></div> </div> </button> <div x-show="activeTab === 0" x-transition:enter="transition ease-in-out duration-700 transform" x-transition:enter-start="opacity-0 -translate-y-2" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in-out duration-700 transform" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-2" class="overflow-hidden lg:hidden" > <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Illustration-Three_Reasons_1-240913.webp" class="w-full h-full md:max-w-[407.94px] lg:max-w-[600px] max-h-[600px] object-contain mt-9 lg:hidden" /> </div> </li> <li class="relative text-white-900 text-left font-normal border-b border-[#CCE0FF] lg:border-none color-#ff6533" :class="{ 'active-li': activeTab === 1 }" > <button class="w-full flex items-center justify-between gap-2.5 pl-[50px]" @click="activeTab === 1 ? activeTab = null : activeTab = 1; stopAutoSwitch(); isPaused = true;" @keydown="handleKeyDown($event, 1)" :aria-expanded="activeTab === 1 ? 'true' : 'false'" > <span class="block text-left font-normal leading-[23.4px] text-[18px] md:text-[20px] md:leading-[29px]"> We are passionate about education. </span> <div class="w-6 h-6 cursor-pointer relative flex items-center justify-center flex-shrink-0 lg:hidden"> <div x-show="activeTab !== 1" class="absolute w-px h-4 bg-white-900 transition-opacity duration-100"></div> <div class="absolute w-4 h-px bg-white-900 transition-opacity duration-100" :class="{ 'rotate-0': activeTab === 1, 'rotate-0': activeTab !== 1 }"></div> </div> </button> <div x-show="activeTab === 1" x-transition:enter="transition ease-in-out duration-700 transform" x-transition:enter-start="opacity-0 -translate-y-2" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in-out duration-700 transform" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-2" class="overflow-hidden lg:hidden" > <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Illustration-Three_Reasons_2-240913.webp" class="w-full h-full md:max-w-[407.94px] lg:max-w-[600px] max-h-[600px] object-contain mt-9 lg:hidden" /> </div> </li> <li class="relative text-white-900 text-left font-normal border-b border-[#CCE0FF] lg:border-none color-#314701" :class="{ 'active-li': activeTab === 2 }" > <button class="w-full flex items-center justify-between gap-2.5 pl-[50px]" @click="activeTab === 2 ? activeTab = null : activeTab = 2; stopAutoSwitch(); isPaused = true;" @keydown="handleKeyDown($event, 2)" :aria-expanded="activeTab === 2 ? 'true' : 'false'" > <span class="block text-left font-normal leading-[23.4px] text-[18px] md:text-[20px] md:leading-[29px]"> We are accountable and transparent. </span> <div class="w-6 h-6 cursor-pointer relative flex items-center justify-center flex-shrink-0 lg:hidden"> <div x-show="activeTab !== 2" class="absolute w-px h-4 bg-white-900 transition-opacity duration-100"></div> <div class="absolute w-4 h-px bg-white-900 transition-opacity duration-100" :class="{ 'rotate-0': activeTab === 2, 'rotate-0': activeTab !== 2 }"></div> </div> </button> <div x-show="activeTab === 2" x-transition:enter="transition ease-in-out duration-700 transform" x-transition:enter-start="opacity-0 -translate-y-2" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition ease-in-out duration-700 transform" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 -translate-y-2" class="overflow-hidden lg:hidden" > <img loading="lazy" src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Illustration-Three_Reasons_3-240913.webp" class="w-full h-full md:max-w-[407.94px] lg:max-w-[600px] max-h-[600px] object-contain mt-9 lg:hidden" /> </div> </li> </ol> </div> <div class="w-full hidden lg:flex flex-col items-center lg:justify-start order-last lg:order-none"> <div class="relative lg:w-full overflow-hidden" style="height: 600px; max-width: 600px;"> <div x-show="activeTab === 0" x-transition:enter="transition transform duration-500" x-transition:enter-start="opacity-0 -translate-y-full" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition transform duration-500" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 translate-y-full" class="absolute inset-0" > <img src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Illustration-Three_Reasons_1-240913.webp" alt="A man juggling work responsibilities" title="Home-Illustration-Three_Reasons_1-240913" class="w-full h-full object-contain md:max-w-[407.94px] lg:max-w-[600px]" /> </div> <div x-show="activeTab === 1" x-transition:enter="transition transform duration-500" x-transition:enter-start="opacity-0 -translate-y-full" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition transform duration-500" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 translate-y-full" class="absolute inset-0" > <img src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Illustration-Three_Reasons_2-240913.webp" alt="Two people shaking hands" title="Home-Illustration-Three_Reasons_2-240913" class="w-full h-full object-contain md:max-w-[407.94px] lg:max-w-[600px]" /> </div> <div x-show="activeTab === 2" x-transition:enter="transition transform duration-500" x-transition:enter-start="opacity-0 -translate-y-full" x-transition:enter-end="opacity-100 translate-y-0" x-transition:leave="transition transform duration-500" x-transition:leave-start="opacity-100 translate-y-0" x-transition:leave-end="opacity-0 translate-y-full" class="absolute inset-0" > <img src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Illustration-Three_Reasons_3-240913.webp" alt="A woman making selection from a digital menu" title="Home-Illustration-Three_Reasons_3-240913" class="w-full h-full object-contain md:max-w-[407.94px] lg:max-w-[600px]" /> </div> </div> </div> <div class="hidden lg:block absolute right-5 bottom-6 bg-white rounded-full"> <button @click="togglePause()"> <img :src="isPaused ? '/wp-content/themes/CorporateSite/assets/images/play-white.png' : '/wp-content/themes/CorporateSite/assets/images/pause.png'" alt="Toggle Pause" class="w-8 h-8 object-cover"> </button> </div> </div> </div> </section> </div> <div class="cards-module module-wrapper"> <section class="w-full relative bg-[#C7E1FF]" style="" > <div class="w-full max-w-7xl mx-auto py-12 pl-5 md:px-[45px] xl:pt-24 xl:pb-32 xl:pl-0"> <div class="detailed-card-view"> <h2 class="text-[38px] leading-[43.7px] md:text-[42px] md:leading-[48.3px] xl:text-6xl xl:leading-[69px] font-normal mb-5 text-black-900">Why Go Igoe?</h2> <p class="text-[18px] leading-[26.1px] lg:text-[20px] lg:leading-[29px] text-black-900">You&#039;ll hear us say it again and again. It&#039;s our people. But since you can&#039;t meet people on a website, we&#039;ll attempt to tell some of our story in numbers for our data loving friends.</p> <div class="detailed-cards-grid flex md:grid gap-6 mt-[32px] sm:mt-[40px] md:mt-[60px] xl:mt-[92px] md:grid-cols-1-1 lg:grid-cols-1-1-1"> <div class="detailed-card flex flex-col w-full h-[329px] xl:h-[426px] border-[3px] border-[#010147]"> <div class="p-7 h-[136px] bg-blue-700 border-b-[3px] border-[#010147] flex items-center justify-between" style="background-color: #0063FF"> <div> <h3 class="text-[28px] lg:text-[35px] text-white-900 leading-[32.2px] lg:leading-[40.25px] font-medium">95%+ Client Retention</h3> <h4 class="text-[28px] lg:text-[35px] leading-[32.2px] lg:leading-[40.25px] font-light text-white-900 mt-1"></h4> </div> <img src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Icon-Testimonial_1-240912.webp" class="w-[65px] h-[65px]" alt="Pretty thrilled smiley icon" title="Home-Icon-Testimonial_1-240912" loading="lazy"> </div> <div class="h-[284px] p-7 bg-white-900 flex flex-col justify-between"> <p class="text-[16px] leading-[24.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 mb-4 overflow-hidden">A key measure of success is that our clients stay on board, even though they have at will termination rights and no financial penalty if they exit their contracts.</p> <div> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 font-bold">#1 Reason to Go Igoe</p> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-9000 font-normal">Happy Clients</p> </div> </div> </div> <div class="detailed-card flex flex-col w-full h-[329px] xl:h-[426px] border-[3px] border-[#010147]"> <div class="p-7 h-[136px] bg-blue-700 border-b-[3px] border-[#010147] flex items-center justify-between" style="background-color: #010147"> <div> <h3 class="text-[28px] lg:text-[35px] text-white-900 leading-[32.2px] lg:leading-[40.25px] font-medium">10% Year over Year Growth</h3> <h4 class="text-[28px] lg:text-[35px] leading-[32.2px] lg:leading-[40.25px] font-light text-white-900 mt-1"></h4> </div> <img src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Icon-Testimonial_2-240912.webp" class="w-[65px] h-[65px]" alt="Starry eyed smiley icon" title="Home-Icon-Testimonial_2-240912" loading="lazy"> </div> <div class="h-[284px] p-7 bg-white-900 flex flex-col justify-between"> <p class="text-[16px] leading-[24.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 mb-4 overflow-hidden">We grow 100% by word-of-mouth referrals. We don&#039;t pay a sales team. We just do our job and do it well.</p> <div> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 font-bold">#2 Reason to Go Igoe</p> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-9000 font-normal">Happy Partners</p> </div> </div> </div> <div class="detailed-card flex flex-col w-full h-[329px] xl:h-[426px] border-[3px] border-[#010147]"> <div class="p-7 h-[136px] bg-blue-700 border-b-[3px] border-[#010147] flex items-center justify-between" style="background-color: #FF3E00"> <div> <h3 class="text-[28px] lg:text-[35px] text-white-900 leading-[32.2px] lg:leading-[40.25px] font-medium">5,000 + calls per month</h3> <h4 class="text-[28px] lg:text-[35px] leading-[32.2px] lg:leading-[40.25px] font-light text-white-900 mt-1"></h4> </div> <img src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Icon-Testimonial_3-240912.webp" class="w-[65px] h-[65px]" alt="Open mouthed smiley icon" title="Home-Icon-Testimonial_3-240912" loading="lazy"> </div> <div class="h-[284px] p-7 bg-white-900 flex flex-col justify-between"> <p class="text-[16px] leading-[24.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 mb-4 overflow-hidden">That&#039;s a lot of calls....and they are all answered on average within less than 3 minutes via a tiered participant support service.</p> <div> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 font-bold">#3 Reason to Go Igoe</p> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-9000 font-normal">Happy Participants</p> </div> </div> </div> <div class="detailed-card flex flex-col w-full h-[329px] xl:h-[426px] border-[3px] border-[#010147]"> <div class="p-7 h-[136px] bg-blue-700 border-b-[3px] border-[#010147] flex items-center justify-between" style="background-color: #5A6C34"> <div> <h3 class="text-[28px] lg:text-[35px] text-white-900 leading-[32.2px] lg:leading-[40.25px] font-medium">500,000+ claims a year</h3> <h4 class="text-[28px] lg:text-[35px] leading-[32.2px] lg:leading-[40.25px] font-light text-white-900 mt-1"></h4> </div> <img src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Icon-Testimonial_4-240912.webp" class="w-[65px] h-[65px]" alt="Absolutely jazzed laughing smiley icon" title="Home-Icon-Testimonial_4-240912" loading="lazy"> </div> <div class="h-[284px] p-7 bg-white-900 flex flex-col justify-between"> <p class="text-[16px] leading-[24.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 mb-4 overflow-hidden">99% of those claims are reviewed and when approved begin the reimbursement process within 1 business day.</p> <div> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 font-bold">#4 Reason to Go Igoe</p> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-9000 font-normal">Quick Reimbursement</p> </div> </div> </div> <div class="detailed-card flex flex-col w-full h-[329px] xl:h-[426px] border-[3px] border-[#010147]"> <div class="p-7 h-[136px] bg-blue-700 border-b-[3px] border-[#010147] flex items-center justify-between" style="background-color: #0063FF"> <div> <h3 class="text-[28px] lg:text-[35px] text-white-900 leading-[32.2px] lg:leading-[40.25px] font-medium">2,500 clients and growing</h3> <h4 class="text-[28px] lg:text-[35px] leading-[32.2px] lg:leading-[40.25px] font-light text-white-900 mt-1"></h4> </div> <img src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Icon-Testimonial_5-240912.webp" class="w-[65px] h-[65px]" alt="Cackling with closed eyes smiley icon" title="Home-Icon-Testimonial_5-240912" loading="lazy"> </div> <div class="h-[284px] p-7 bg-white-900 flex flex-col justify-between"> <p class="text-[16px] leading-[24.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 mb-4 overflow-hidden">70% of our clients have contracted multiple lines of service based on their satisfaction with our partnership.</p> <div> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 font-bold">#5 Reason to Go Igoe</p> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-9000 font-normal">Client Trust</p> </div> </div> </div> <div class="detailed-card flex flex-col w-full h-[329px] xl:h-[426px] border-[3px] border-[#010147]"> <div class="p-7 h-[136px] bg-blue-700 border-b-[3px] border-[#010147] flex items-center justify-between" style="background-color: #010147"> <div> <h3 class="text-[28px] lg:text-[35px] text-white-900 leading-[32.2px] lg:leading-[40.25px] font-medium">10 + years of tenure</h3> <h4 class="text-[28px] lg:text-[35px] leading-[32.2px] lg:leading-[40.25px] font-light text-white-900 mt-1"></h4> </div> <img src="https://www.goigoe.com/wp-content/uploads/2024/09/Home-Icon-Testimonial_6-240912.webp" class="w-[65px] h-[65px]" alt="Pleased as punch smiley icon" title="Home-Icon-Testimonial_6-240912" loading="lazy"> </div> <div class="h-[284px] p-7 bg-white-900 flex flex-col justify-between"> <p class="text-[16px] leading-[24.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 mb-4 overflow-hidden">Our #1 source for new employees comes from employee referrals and our average length of service for non-executive staff is 10 years (though that number is rapidly increasing).</p> <div> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-900 font-bold">#6 Reason to Go Igoe</p> <p class="text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] text-black-9000 font-normal">Happy (and well-trained) Employees</p> </div> </div> </div> </div> </div> </div> </section> </div> </div> </main> <footer class="px-4 pt-12 pb-16 lg:pt-16 lg:pb-12 lg:px-[58px] bg-[#010147] relative" id="footer"> <div class="max-w-7xl w-full mx-auto grid grid-cols-1 gap-y-12 lg:gap-x-8"> <div class="w-full flex flex-col items-center lg:items-start gap-y-16"> <div class="w-full flex justify-between flex-col-reverse lg:flex-row gap-12 lg:gap-0"> <div class="flex w-full lg:max-w-[927px]"> <div class="w-full grid grid-cols-1-1 items-start sm:flex flex-col sm:flex-row gap-10 xl:gap-0"> <ul class="footer-item flex flex-col items-start w-full xl:min-w-[309px]"> <li class="text-white-900 mb-2 text-center lg:text-left font-bold text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] cursor-default"> Employees </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://www.goigoe.com/spending-accounts/" target="_blank" class="text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">Spending Accounts</a> </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://www.goigoe.com/cobra" target="_blank" class="text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">COBRA Resources</a> </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://www.goigoe.com/employers/" target="" class="footer-item-with-no-sub text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">Employers</a> </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://www.goigoe.com/brokers/" target="" class="footer-item-with-no-sub text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">Brokers</a> </li> </ul> <ul class="footer-item flex flex-col items-start w-full xl:min-w-[309px]"> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://www.goigoe.com/employers/" target="" class="footer-item-with-no-sub-mobile text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">Employers</a> </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://www.goigoe.com/brokers/" target="" class="footer-item-with-no-sub-mobile text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">Brokers</a> </li> </ul> <ul class="footer-item flex flex-col items-start w-full xl:min-w-[309px]"> <li class="text-white-900 mb-2 text-center lg:text-left font-bold text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] cursor-default"> Shop </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://fsastore.com/igoe.html?AFID=489951&amp;GroupName=TPA&amp;CID=437559&amp;utm_source=Igoe+Administrative+Services&amp;utm_medium=TPA+Link+CLP&amp;utm_campaign=TPA+Partner" target="_blank" class="text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">FSAStore</a> </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://hsastore.com/?AFID=489951&amp;GroupName=TPA&amp;CID=437559&amp;utm_source=Igoe+Administrative+Services&amp;utm_medium=tpa+public+link+nav&amp;utm_campaign=TPA+Partner" target="_blank" class="text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">HSA Store</a> </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://fsastore.com/?AFID=489951&amp;GroupName=TPA&amp;CID=437559&amp;utm_source=Igoe+Administrative+Services&amp;utm_medium=tpa+public+link+nav+optical&amp;utm_campaign=TPA+Partner" target="_blank" class="text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">Optical Store</a> </li> </ul> <ul class="footer-item flex flex-col items-start w-full xl:min-w-[309px]"> <li class="text-white-900 mb-2 text-center lg:text-left font-bold text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px] cursor-default"> Learn More </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://www.goigoe.com/about/" target="" class="text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">About</a> </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://www.goigoe.com/forms/" target="" class="text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">Forms</a> </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://www.goigoe.com/resources/" target="" class="text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">Resource Center</a> </li> <li class="text-white-900 mb-2 hover:text-[#99C1FF] active:text-[#0063FF] cursor-default text-left font-normal text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]"> <a href="https://www.goigoe.com/faqs/" target="" class="text-white-900 hover:text-[#99C1FF] active:text-[#0063FF] text-[16px] leading-[20.8px] lg:text-[18px] lg:leading-[27.9px]">FAQ</a> </li> </ul> </div> </div> <div class="flex gap-2.5 lg:gap-6 flex-col lg:w-56"> <a href="/" class="header-navigation-logo"> <img src="/wp-content/themes/CorporateSite/assets/images/footer_logo.svg" class="w-[110px] h-[60px] lg:w-[175px] lg:h-[95.78px]" alt="Igoe Footer Logo" title="Logo" loading="lazy"> </a> <span class="w-full text-white-900 text-[18px] leading-[27.9px]">Service Matters. Reach out to Igoe.</span> <a href="https://www.goigoe.com/contact/" class="flex items-center justify-center w-[126px] h-[34px] lg:w-[180px] lg:h-[55px] items-center rounded-full bg-[#FFB800] font-medium lg:font-bold text-xs lg:text-lg hover:bg-[#FFD466] text-[#010147] tracking-[0.4px]"> Contact Us </a> </div> </div> </div> <div class="flex gap-6 items-start flex-col lg:items-center lg:gap-16 lg:flex-row"> <span class="text-xs lg:text-sm text-white-900 font-bold mt-1">© 2025 Igoe Administrative Services</span> <div class="flex gap-4 items-center"> <a href="https://www.goigoe.com/privacy-policy/" target="_blank" class="text-white-900 text-xs lg:text-sm font-medium underline hover:text-[#99C1FF] active:text-[#0063FF]"> Privacy Policy </a> <span class="text-white-900 text-xs">|</span> <a href="https://www.goigoe.com/cookie-policy/" target="" class="text-white-900 text-xs lg:text-sm font-medium underline hover:text-[#99C1FF] active:text-[#0063FF]"> Cookies Policy </a> <div> </div> </div> </footer> 
<script defer="defer" src="https://www.goigoe.com/wp-content/themes/CorporateSite/assets/dist/js/front.js?ver=2.9.7" id="front_script-js"></script>
<script src="https://www.goigoe.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
<script src="https://www.goigoe.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script src="https://www.goigoe.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.0.3" id="swv-js"></script>
<script id="contact-form-7-js-before">
/* <![CDATA[ */
var wpcf7 = {
"api": {
"root": "https:\/\/www.goigoe.com\/wp-json\/",
"namespace": "contact-form-7\/v1"
},
"cached": 1
};
/* ]]> */
</script>
<script src="https://www.goigoe.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0.3" id="contact-form-7-js"></script>
</body> 
</html>                               

Whois info of domain

Domain Name: GOIGO.COM
Registry Domain ID: 99730915_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.register.com
Registrar URL: http://www.register.com
Updated Date: 2024-05-27T06:36:44Z
Creation Date: 2003-06-26T18:33:29Z
Registry Expiry Date: 2025-06-26T18:33:29Z
Registrar: Register.com, Inc.
Registrar IANA ID: 9
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS101.REGISTER.COM
Name Server: DNS102.REGISTER.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T01:34:30Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass