403 Forbidden indicates that access to the requested resource is denied, even with authentication.
The user is informed that they do not have permission to access the resource.
GET / HTTP/1.1 Host: ggprx.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <title>Golden Gate Pharmacy Services Inc – specializes in custom medication packaging systems</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="Golden Gate Pharmacy Services Inc » Feed" href="http://ggprx.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Golden Gate Pharmacy Services Inc » Comments Feed" href="http://ggprx.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.5.3 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-89LNF1BZMQ" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.5.3'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"http:\/\/ggprx.com\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-89LNF1BZMQ', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-89LNF1BZMQ', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/ggprx.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id="content-control-block-styles"> @media (max-width: 640px) { .cc-hide-on-mobile { display: none !important; } } @media (min-width: 641px) and (max-width: 920px) { .cc-hide-on-tablet { display: none !important; } } @media (min-width: 921px) and (max-width: 1440px) { .cc-hide-on-desktop { display: none !important; } } </style> <link rel='stylesheet' id='extend-builder-css-css' href='http://ggprx.com/wp-content/plugins/colibri-page-builder-pro/extend-builder/assets/static/css/theme.css?ver=1.0.379-pro' type='text/css' media='all' /> <style id='extend-builder-css-inline-css' type='text/css'> /* page css */ /* part css : theme-shapes */ .colibri-shape-circles { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/circles.png') } .colibri-shape-10degree-stripes { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/10degree-stripes.png') } .colibri-shape-rounded-squares-blue { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/rounded-squares-blue.png') } .colibri-shape-many-rounded-squares-blue { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/many-rounded-squares-blue.png') } .colibri-shape-two-circles { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/two-circles.png') } .colibri-shape-circles-2 { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/circles-2.png') } .colibri-shape-circles-3 { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/circles-3.png') } .colibri-shape-circles-gradient { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/circles-gradient.png') } .colibri-shape-circles-white-gradient { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/circles-white-gradient.png') } .colibri-shape-waves { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/waves.png') } .colibri-shape-waves-inverted { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/waves-inverted.png') } .colibri-shape-dots { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/dots.png') } .colibri-shape-left-tilted-lines { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/left-tilted-lines.png') } .colibri-shape-right-tilted-lines { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/right-tilted-lines.png') } .colibri-shape-right-tilted-strips { background-image:url('http://ggprx.com/wp-content/themes/colibri-wp/resources/images/header-shapes/right-tilted-strips.png') } /* part css : theme */ .h-y-container > *:not(:last-child), .h-x-container-inner > * { margin-bottom: 20px; } .h-x-container-inner, .h-column__content > .h-x-container > *:last-child { margin-bottom: -20px; } .h-x-container-inner > * { padding-left: 10px; padding-right: 10px; } .h-x-container-inner { margin-left: -10px; margin-right: -10px; } [class*=style-], [class*=local-style-], .h-global-transition, .h-global-transition-all, .h-global-transition-all * { transition-duration: 0.5s; } .wp-block-button .wp-block-button__link:not(.has-background),.wp-block-file .wp-block-file__button { background-color: rgb(44, 89, 102); background-image: none; } .wp-block-button .wp-block-button__link:not(.has-background):hover,.wp-block-button .wp-block-button__link:not(.has-background):focus,.wp-block-button .wp-block-button__link:not(.has-background):active,.wp-block-file .wp-block-file__button:hover,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:active { background-color: rgb(10, 81, 102); background-image: none; } .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) { color: rgb(44, 89, 102); background-color: transparent; background-image: none; border-top-width: 2px; border-top-color: rgb(44, 89, 102); border-top-style: solid; border-right-width: 2px; border-right-color: rgb(44, 89, 102); border-right-style: solid; border-bottom-width: 2px; border-bottom-color: rgb(44, 89, 102); border-bottom-style: solid; border-left-width: 2px; border-left-color: rgb(44, 89, 102); border-left-style: solid; } .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active { color: #fff; background-color: rgb(44, 89, 102); background-image: none; } .has-background-color,*[class^="wp-block-"].is-style-solid-color { background-color: rgb(44, 89, 102); background-image: none; } .has-colibri-color-1-background-color { background-color: rgb(44, 89, 102); background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-1-background-color { background-color: rgb(44, 89, 102); background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:active { background-color: rgb(10, 81, 102); background-image: none; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color { color: rgb(44, 89, 102); background-color: transparent; background-image: none; border-top-width: 2px; border-top-color: rgb(44, 89, 102); border-top-style: solid; border-right-width: 2px; border-right-color: rgb(44, 89, 102); border-right-style: solid; border-bottom-width: 2px; border-bottom-color: rgb(44, 89, 102); border-bottom-style: solid; border-left-width: 2px; border-left-color: rgb(44, 89, 102); border-left-style: solid; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:active { color: #fff; background-color: rgb(44, 89, 102); background-image: none; } *[class^="wp-block-"].has-colibri-color-1-background-color,*[class^="wp-block-"] .has-colibri-color-1-background-color,*[class^="wp-block-"].is-style-solid-color.has-colibri-color-1-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-1-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-1-color p { background-color: rgb(44, 89, 102); background-image: none; } .has-colibri-color-1-color { color: rgb(44, 89, 102); } .has-colibri-color-2-background-color { background-color: rgb(193, 204, 209); background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-2-background-color { background-color: rgb(193, 204, 209); background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:active { background-color: rgb(114, 121, 124); background-image: none; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color { color: rgb(193, 204, 209); background-color: transparent; background-image: none; border-top-width: 2px; border-top-color: rgb(193, 204, 209); border-top-style: solid; border-right-width: 2px; border-right-color: rgb(193, 204, 209); border-right-style: solid; border-bottom-width: 2px; border-bottom-color: rgb(193, 204, 209); border-bottom-style: solid; border-left-width: 2px; border-left-color: rgb(193, 204, 209); border-left-style: solid; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:active { color: #fff; background-color: rgb(193, 204, 209); background-image: none; } *[class^="wp-block-"].has-colibri-color-2-background-color,*[class^="wp-block-"] .has-colibri-color-2-background-color,*[class^="wp-block-"].is-style-solid-color.has-colibri-color-2-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-2-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-2-color p { background-color: rgb(193, 204, 209); background-image: none; } .has-colibri-color-2-color { color: rgb(193, 204, 209); } .has-colibri-color-3-background-color { background-color: rgb(35, 129, 163); background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-3-background-color { background-color: rgb(35, 129, 163); background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:active { background-color: rgb(35, 129, 163); background-image: none; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color { color: rgb(35, 129, 163); background-color: transparent; background-image: none; border-top-width: 2px; border-top-color: rgb(35, 129, 163); border-top-style: solid; border-right-width: 2px; border-right-color: rgb(35, 129, 163); border-right-style: solid; border-bottom-width: 2px; border-bottom-color: rgb(35, 129, 163); border-bottom-style: solid; border-left-width: 2px; border-left-color: rgb(35, 129, 163); border-left-style: solid; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:active { color: #fff; background-color: rgb(35, 129, 163); background-image: none; } *[class^="wp-block-"].has-colibri-color-3-background-color,*[class^="wp-block-"] .has-colibri-color-3-background-color,*[class^="wp-block-"].is-style-solid-color.has-colibri-color-3-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-3-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-3-color p { background-color: rgb(35, 129, 163); background-image: none; } .has-colibri-color-3-color { color: rgb(35, 129, 163); } .has-colibri-color-4-background-color { background-color: rgb(5, 112, 142); background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-4-background-color { background-color: rgb(5, 112, 142); background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:active { background-color: rgb(5, 112, 142); background-image: none; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color { color: rgb(5, 112, 142); background-color: transparent; background-image: none; border-top-width: 2px; border-top-color: rgb(5, 112, 142); border-top-style: solid; border-right-width: 2px; border-right-color: rgb(5, 112, 142); border-right-style: solid; border-bottom-width: 2px; border-bottom-color: rgb(5, 112, 142); border-bottom-style: solid; border-left-width: 2px; border-left-color: rgb(5, 112, 142); border-left-style: solid; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:active { color: #fff; background-color: rgb(5, 112, 142); background-image: none; } *[class^="wp-block-"].has-colibri-color-4-background-color,*[class^="wp-block-"] .has-colibri-color-4-background-color,*[class^="wp-block-"].is-style-solid-color.has-colibri-color-4-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-4-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-4-color p { background-color: rgb(5, 112, 142); background-image: none; } .has-colibri-color-4-color { color: rgb(5, 112, 142); } .has-colibri-color-5-background-color { background-color: #FFFFFF; background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-5-background-color { background-color: #FFFFFF; background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:active { background-color: rgb(102, 102, 102); background-image: none; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color { color: #FFFFFF; background-color: transparent; background-image: none; border-top-width: 2px; border-top-color: #FFFFFF; border-top-style: solid; border-right-width: 2px; border-right-color: #FFFFFF; border-right-style: solid; border-bottom-width: 2px; border-bottom-color: #FFFFFF; border-bottom-style: solid; border-left-width: 2px; border-left-color: #FFFFFF; border-left-style: solid; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:active { color: #fff; background-color: #FFFFFF; background-image: none; } *[class^="wp-block-"].has-colibri-color-5-background-color,*[class^="wp-block-"] .has-colibri-color-5-background-color,*[class^="wp-block-"].is-style-solid-color.has-colibri-color-5-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-5-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-5-color p { background-color: #FFFFFF; background-image: none; } .has-colibri-color-5-color { color: #FFFFFF; } .has-colibri-color-6-background-color { background-color: #000000; background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-6-background-color { background-color: #000000; background-image: none; } .wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:active { background-color: rgb(51, 51, 51); background-image: none; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color { color: #000000; background-color: transparent; background-image: none; border-top-width: 2px; border-top-color: #000000; border-top-style: solid; border-right-width: 2px; border-right-color: #000000; border-right-style: solid; border-bottom-width: 2px; border-bottom-color: #000000; border-bottom-style: solid; border-left-width: 2px; border-left-color: #000000; border-left-style: solid; } .wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:active { color: #fff; background-color: #000000; background-image: none; } *[class^="wp-block-"].has-colibri-color-6-background-color,*[class^="wp-block-"] .has-colibri-color-6-background-color,*[class^="wp-block-"].is-style-solid-color.has-colibri-color-6-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-6-color,*[class^="wp-block-"].is-style-solid-color blockquote.has-colibri-color-6-color p { background-color: #000000; background-image: none; } .has-colibri-color-6-color { color: #000000; } #colibri .woocommerce-store-notice,#colibri.woocommerce .content .h-section input[type=submit],#colibri.woocommerce-page .content .h-section input[type=button],#colibri.woocommerce .content .h-section input[type=button],#colibri.woocommerce-page .content .h-section .button,#colibri.woocommerce .content .h-section .button,#colibri.woocommerce-page .content .h-section a.button,#colibri.woocommerce .content .h-section a.button,#colibri.woocommerce-page .content .h-section button.button,#colibri.woocommerce .content .h-section button.button,#colibri.woocommerce-page .content .h-section input.button,#colibri.woocommerce .content .h-section input.button,#colibri.woocommerce-page .content .h-section input#submit,#colibri.woocommerce .content .h-section input#submit,#colibri.woocommerce-page .content .h-section a.added_to_cart,#colibri.woocommerce .content .h-section a.added_to_cart,#colibri.woocommerce-page .content .h-section .ui-slider-range,#colibri.woocommerce .content .h-section .ui-slider-range,#colibri.woocommerce-page .content .h-section .ui-slider-handle,#colibri.woocommerce .content .h-section .ui-slider-handle,#colibri.woocommerce-page .content .h-section .wc-block-cart__submit-button,#colibri.woocommerce .content .h-section .wc-block-cart__submit-button,#colibri.woocommerce-page .content .h-section .wc-block-components-checkout-place-order-button,#colibri.woocommerce .content .h-section .wc-block-components-checkout-place-order-button { background-color: rgb(44, 89, 102); background-image: none; border-top-width: 0px; border-top-color: rgb(44, 89, 102); border-top-style: solid; border-right-width: 0px; border-right-color: rgb(44, 89, 102); border-right-style: solid; border-bottom-width: 0px; border-bottom-color: rgb(44, 89, 102); border-bottom-style: solid; border-left-width: 0px; border-left-color: rgb(44, 89, 102); border-left-style: solid; } #colibri .woocommerce-store-notice:hover,#colibri .woocommerce-store-notice:focus,#colibri .woocommerce-store-notice:active,#colibri.woocommerce .content .h-section input[type=submit]:hover,#colibri.woocommerce .content .h-section input[type=submit]:focus,#colibri.woocommerce .content .h-section input[type=submit]:active,#colibri.woocommerce-page .content .h-section input[type=button]:hover,#colibri.woocommerce-page .content .h-section input[type=button]:focus,#colibri.woocommerce-page .content .h-section input[type=button]:active,#colibri.woocommerce .content .h-section input[type=button]:hover,#colibri.woocommerce .content .h-section input[type=button]:focus,#colibri.woocommerce .content .h-section input[type=button]:active,#colibri.woocommerce-page .content .h-section .button:hover,#colibri.woocommerce-page .content .h-section .button:focus,#colibri.woocommerce-page .content .h-section .button:active,#colibri.woocommerce .content .h-section .button:hover,#colibri.woocommerce .content .h-section .button:focus,#colibri.woocommerce .content .h-section .button:active,#colibri.woocommerce-page .content .h-section a.button:hover,#colibri.woocommerce-page .content .h-section a.button:focus,#colibri.woocommerce-page .content .h-section a.button:active,#colibri.woocommerce .content .h-section a.button:hover,#colibri.woocommerce .content .h-section a.button:focus,#colibri.woocommerce .content .h-section a.button:active,#colibri.woocommerce-page .content .h-section button.button:hover,#colibri.woocommerce-page .content .h-section button.button:focus,#colibri.woocommerce-page .content .h-section button.button:active,#colibri.woocommerce .content .h-section button.button:hover,#colibri.woocommerce .content .h-section button.button:focus,#colibri.woocommerce .content .h-section button.button:active,#colibri.woocommerce-page .content .h-section input.button:hover,#colibri.woocommerce-page .content .h-section input.button:focus,#colibri.woocommerce-page .content .h-section input.button:active,#colibri.woocommerce .content .h-section input.button:hover,#colibri.woocommerce .content .h-section input.button:focus,#colibri.woocommerce .content .h-section input.button:active,#colibri.woocommerce-page .content .h-section input#submit:hover,#colibri.woocommerce-page .content .h-section input#submit:focus,#colibri.woocommerce-page .content .h-section input#submit:active,#colibri.woocommerce .content .h-section input#submit:hover,#colibri.woocommerce .content .h-section input#submit:focus,#colibri.woocommerce .content .h-section input#submit:active,#colibri.woocommerce-page .content .h-section a.added_to_cart:hover,#colibri.woocommerce-page .content .h-section a.added_to_cart:focus,#colibri.woocommerce-page .content .h-section a.added_to_cart:active,#colibri.woocommerce .content .h-section a.added_to_cart:hover,#colibri.woocommerce .content .h-section a.added_to_cart:focus,#colibri.woocommerce .content .h-section a.added_to_cart:active,#colibri.woocommerce-page .content .h-section .ui-slider-range:hover,#colibri.woocommerce-page .content .h-section .ui-slider-range:focus,#colibri.woocommerce-page .content .h-section .ui-slider-range:active,#colibri.woocommerce .content .h-section .ui-slider-range:hover,#colibri.woocommerce .content .h-section .ui-slider-range:focus,#colibri.woocommerce .content .h-section .ui-slider-range:active,#colibri.woocommerce-page .content .h-section .ui-slider-handle:hover,#colibri.woocommerce-page .content .h-section .ui-slider-handle:focus,#colibri.woocommerce-page .content .h-section .ui-slider-handle:active,#colibri.woocommerce .content .h-section .ui-slider-handle:hover,#colibri.woocommerce .content .h-section .ui-slider-handle:focus,#colibri.woocommerce .content .h-section .ui-slider-handle:active,#colibri.woocommerce-page .content .h-section .wc-block-cart__submit-button:hover,#colibri.woocommerce-page .content .h-section .wc-block-cart__submit-button:focus,#colibri.woocommerce-page .content .h-section .wc-block-cart__submit-button:active,#colibri.woocommerce .content .h-section .wc-block-cart__submit-button:hover,#colibri.woocommerce .content .h-section .wc-block-cart__submit-button:focus,#colibri.woocommerce .content .h-section .wc-block-cart__submit-button:active,#colibri.woocommerce-page .content .h-section .wc-block-components-checkout-place-order-button:hover,#colibri.woocommerce-page .content .h-section .wc-block-components-checkout-place-order-button:focus,#colibri.woocommerce-page .content .h-section .wc-block-components-checkout-place-order-button:active,#colibri.woocommerce .content .h-section .wc-block-components-checkout-place-order-button:hover,#colibri.woocommerce .content .h-section .wc-block-components-checkout-place-order-button:focus,#colibri.woocommerce .content .h-section .wc-block-components-checkout-place-order-button:active { background-color: rgb(10, 81, 102); background-image: none; border-top-width: 0px; border-top-color: rgb(10, 81, 102); border-top-style: solid; border-right-width: 0px; border-right-color: rgb(10, 81, 102); border-right-style: solid; border-bottom-width: 0px; border-bottom-color: rgb(10, 81, 102); border-bottom-style: solid; border-left-width: 0px; border-left-color: rgb(10, 81, 102); border-left-style: solid; } #colibri.woocommerce-page .content .h-section .star-rating::before,#colibri.woocommerce .content .h-section .star-rating::before,#colibri.woocommerce-page .content .h-section .star-rating span::before,#colibri.woocommerce .content .h-section .star-rating span::before { color: rgb(44, 89, 102); } #colibri.woocommerce-page .content .h-section .price,#colibri.woocommerce .content .h-section .price { color: rgb(44, 89, 102); } #colibri.woocommerce-page .content .h-section .price del,#colibri.woocommerce .content .h-section .price del { color: rgb(78, 97, 102); } #colibri.woocommerce-page .content .h-section .onsale,#colibri.woocommerce .content .h-section .onsale { background-color: rgb(44, 89, 102); background-image: none; } #colibri.woocommerce-page .content .h-section .onsale:hover,#colibri.woocommerce-page .content .h-section .onsale:focus,#colibri.woocommerce-page .content .h-section .onsale:active,#colibri.woocommerce .content .h-section .onsale:hover,#colibri.woocommerce .content .h-section .onsale:focus,#colibri.woocommerce .content .h-section .onsale:active { background-color: rgb(10, 81, 102); background-image: none; } #colibri.woocommerce ul.products li.product h2:hover { color: rgb(44, 89, 102); } #colibri.woocommerce-page .content .h-section .woocommerce-pagination .page-numbers.current,#colibri.woocommerce .content .h-section .woocommerce-pagination .page-numbers.current,#colibri.woocommerce-page .content .h-section .woocommerce-pagination a.page-numbers:hover,#colibri.woocommerce .content .h-section .woocommerce-pagination a.page-numbers:hover { background-color: rgb(44, 89, 102); background-image: none; } #colibri.woocommerce-page .content .h-section .comment-form-rating .stars a,#colibri.woocommerce .content .h-section .comment-form-rating .stars a { color: rgb(44, 89, 102); } .h-section-global-spacing { padding-top: 90px; padding-bottom: 90px; } #colibri .colibri-language-switcher { background-color: white; background-image: none; top: 80px; border-top-width: 0px; border-top-style: none; border-top-left-radius: 4px; border-top-right-radius: 0px; border-right-width: 0px; border-right-style: none; border-bottom-width: 0px; border-bottom-style: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 0px; border-left-width: 0px; border-left-style: none; } #colibri .colibri-language-switcher .lang-item { padding-top: 14px; padding-right: 18px; padding-bottom: 14px; padding-left: 18px; } body { font-family: Open Sans; font-weight: 400; font-size: 16px; line-height: 1.6; color: rgb(41, 72, 81); } body a { font-family: Open Sans; font-weight: 400; text-decoration: none; font-size: 1em; line-height: 1.5; color: #03a9f4; } body p { margin-bottom: 16px; font-family: Open Sans; font-weight: 400; font-size: 16px; line-height: 1.6; color: rgb(41, 72, 81); } body .h-lead p { margin-bottom: 16px; font-family: Open Sans; font-weight: 300; font-size: 1.25em; line-height: 1.5; color: rgb(102, 102, 102); } body blockquote p { margin-bottom: 16px; font-family: Open Sans; font-weight: 400; font-size: 16px; line-height: 1.6; color: rgb(153, 153, 153); } body h1 { margin-bottom: 16px; font-family: Open Sans; font-weight: 300; font-size: 3.375em; line-height: 1.26; color: rgb(44, 89, 102); } body h2 { margin-bottom: 16px; font-family: Open Sans; font-weight: 300; font-size: 2.625em; line-height: 1.143; color: rgb(51, 51, 51); } body h3 { margin-bottom: 16px; font-family: Open Sans; font-weight: 300; font-size: 2.25em; line-height: 1.25; color: rgb(51, 51, 51); } body h4 { margin-bottom: 16px; font-family: Open Sans; font-weight: 600; font-size: 1.25em; line-height: 1.6; color: rgb(51, 51, 51); } body h5 { margin-bottom: 16px; font-family: Open Sans; font-weight: 600; font-size: 1.125em; line-height: 1.55; color: rgb(51, 51, 51); } body h6 { margin-bottom: 16px; font-family: Open Sans; font-weight: 600; font-size: 1em; line-height: 1.6; color: rgb(51, 51, 51); } @media (min-width: 768px) and (max-width: 1023px){ .h-section-global-spacing { padding-top: 60px; padding-bottom: 60px; } } @media (max-width: 767px){ .h-section-global-spacing { padding-top: 30px; padding-bottom: 30px; } } /* part css : page */ #colibri .style-627 { min-height: 0px; padding-top: 0px; padding-bottom: 15px; background-color: unset; background-image: none; } #colibri .style-627 > .h-section-grid-container { margin-top: 0px; } #colibri .style-628 { box-shadow: 0px 4px 10px 2px rgba(74, 74, 74, 0.3) ; background-color: #FFFFFF; background-image: none; } .style-629 > .h-y-container > *:not(:last-child) { margin-bottom: 0px; } #colibri .style-629 { text-align: center; height: auto; min-height: unset; border-top-width: 0px; border-top-color: rgb(221, 221, 221); border-top-style: solid; border-right-width: 1px; border-right-color: rgb(221, 221, 221); border-right-style: solid; border-bottom-width: 0px; border-bottom-color: rgb(221, 221, 221); border-bottom-style: solid; border-left-width: 0px; border-left-color: rgb(221, 221, 221); border-left-style: solid; } #colibri .style-629:hover { background-color: rgb(193, 204, 209); background-image: none; } #colibri .style-630 p,#colibri .style-630 h1,#colibri .style-630 h2,#colibri .style-630 h3,#colibri .style-630 h4,#colibri .style-630 h5,#colibri .style-630 h6 { text-transform: uppercase; letter-spacing: 1px; } #colibri .style-630 .text-wrapper-fancy svg path { stroke: #000000; stroke-linejoin: initial; stroke-linecap: initial; stroke-width: 8px; } #colibri .style-631 ol { list-style-type: decimal; } #colibri .style-631 ul { list-style-type: disc; } .style-632 > .h-y-container > *:not(:last-child) { margin-bottom: 0px; } #colibri .style-632 { text-align: center; height: auto; min-height: unset; border-top-width: 0px; border-top-color: rgb(221, 221, 221); border-top-style: solid; border-right-width: 0px; border-right-color: rgb(221, 221, 221); border-right-style: solid; border-bottom-width: 0px; border-bottom-color: rgb(221, 221, 221); border-bottom-style: solid; border-left-width: 0px; border-left-color: rgb(221, 221, 221); border-left-style: solid; } #colibri .style-632:hover { background-color: rgb(193, 204, 209); background-image: none; } #colibri .style-640 { height: auto; min-height: unset; background-color: unset; background-image: none; padding-top: 0px; padding-bottom: 0px; } #colibri .style-641 { background-color: unset; background-image: none; } #colibri .style-642 { text-align: center; height: auto; min-height: unset; background-position: top left; background-size: cover; background-image: url("http://ggprx.com/wp-content/uploads/2020/01/colibri-image-219.png"); background-attachment: scroll; background-repeat: no-repeat; } #colibri .style-643 { text-align: left; height: auto; min-height: unset; background-color: rgb(44, 89, 102); background-image: none; } #colibri .style-644 p,#colibri .style-644 h1,#colibri .style-644 h2,#colibri .style-644 h3,#colibri .style-644 h4,#colibri .style-644 h5,#colibri .style-644 h6 { color: #FFFFFF; } #colibri .style-644 .text-wrapper-fancy svg path { stroke: #000000; stroke-linejoin: initial; stroke-linecap: initial; stroke-width: 8px; } #colibri .style-645-icon { fill: #FFFFFF; width: 40px ; height: 40px; padding-left: 0px; } #colibri .style-645 .list-item-text-wrapper { horizontal-align: start; padding-right: 0px; padding-bottom: 0px; } #colibri .style-645 a:hover,#colibri .style-645 a span.list-text:hover { color: rgba(255, 255, 255, 0.8); } #colibri .style-645 a:hover,#colibri .style-645 a span.list-text:hover { color: rgba(255, 255, 255, 0.8); } #colibri .style-645 .list-text { margin-left: 10px; color: #FFFFFF; } #colibri .style-645 .list-divider { color: rgb(0,0,0); width: 100% ; height: 0%; border-top-width: 0px; border-top-style: solid; border-right-width: 0px; border-right-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(0,0,0); border-bottom-style: solid; border-left-width: 0px; border-left-style: solid; margin-left: 0px; } #colibri .style-645 .list-container-divider { width: 100% ; padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; height: 1px; } #colibri .style-763 { height: auto; min-height: unset; padding-top: 67px; padding-bottom: 68px; background-color: unset; background-image: none; } #colibri .style-765 { text-align: right; height: auto; min-height: unset; } #colibri .style-767 .text-wrapper-fancy svg path { stroke: #000000; stroke-linejoin: initial; stroke-linecap: initial; stroke-width: 8px; } #colibri .style-768 ol { list-style-type: decimal; } #colibri .style-768 ul { list-style-type: disc; } #colibri .style-770-icon { width: 14px; height: 14px; margin-right: 10px; margin-left: 0px; } #colibri .style-770 { text-align: center; background-color: rgb(102, 102, 102); background-image: none; font-family: Open Sans; font-weight: 600; text-transform: uppercase; font-size: 21px; line-height: 1; letter-spacing: 1px; color: #fff; border-top-width: 2px; border-top-color: rgb(193, 204, 209); border-top-style: solid; border-top-left-radius: 0px; border-top-right-radius: 0px; border-right-width: 2px; border-right-color: rgb(193, 204, 209); border-right-style: solid; border-bottom-width: 2px; border-bottom-color: rgb(193, 204, 209); border-bottom-style: solid; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-left-width: 2px; border-left-color: rgb(193, 204, 209); border-left-style: solid; padding-top: 15px; padding-right: 36px; padding-bottom: 15px; padding-left: 36px; } #colibri .style-770:hover,#colibri .style-770:focus { background-color: rgb(44, 89, 102); border-top-color: rgb(114, 121, 124); border-right-color: rgb(114, 121, 124); border-bottom-color: rgb(114, 121, 124); border-left-color: rgb(114, 121, 124); } #colibri .style-770:active .style-770-icon { width: 14px; height: 14px; margin-right: 10px; margin-left: 0px; } #colibri .style-771 { text-align: center; height: auto; min-height: unset; } #colibri .style-772-image { opacity: 1; } #colibri .style-772-caption { margin-top: 10px; } #colibri .style-772-frameImage { z-index: -1; transform: translateX(5%) translateY(-5%); transform-origin: center center 0px; background-color: rgb(193, 204, 209); height: 100%; width: 100% ; border-top-width: 10px; border-top-color: rgb(193, 204, 209); border-top-style: none; border-right-width: 10px; border-right-color: rgb(193, 204, 209); border-right-style: none; border-bottom-width: 10px; border-bottom-color: rgb(193, 204, 209); border-bottom-style: none; border-left-width: 10px; border-left-color: rgb(193, 204, 209); border-left-style: none; } #colibri .style-787 { text-align: center; height: auto; min-height: unset; background-color: rgb(193, 204, 209); background-image: none; } #colibri .style-788 { padding-top: 50px; } #colibri .style-794 { height: auto; min-height: unset; background-position: center left; background-size: contain; background-image: url("http://ggprx.com/wp-content/uploads/2021/02/cropped-LTHC_shipping_box.4_GGCP-2.jpg"); background-attachment: scroll; background-repeat: no-repeat; padding-top: 38px; padding-bottom: 177px; } #colibri .style-796 { text-align: left; height: auto; min-height: unset; background-color: #FFFFFF; background-image: none; padding-top: 6rem; padding-right: 6rem; padding-bottom: 6rem; padding-left: 6rem; box-shadow: 0px -10px 30px 2px rgba(0, 0, 0, 0.1) ; } #colibri .style-797 .text-wrapper-fancy svg path { stroke: #000000; stroke-linejoin: initial; stroke-linecap: initial; stroke-width: 8px; } #colibri .style-798 { color: #000000; } #colibri .style-798 ol { list-style-type: decimal; } #colibri .style-798 ul { list-style-type: disc; } #colibri .style-1377 { text-align: center; height: auto; min-height: unset; } #colibri .style-local-3070-c20 { animation-duration: 3000ms; animation-delay: 400ms; } #colibri .style-local-3070-c22-outer { width: 50% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-3070-c27-outer { width: 50% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-3070-c28-image { animation-duration: 1700ms; animation-delay: 1000ms; } #colibri .style-local-3070-c29 { animation-duration: 1400ms; animation-delay: 200ms; } #colibri .style-local-3070-c31-outer { width: 50% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-3070-c32 > .h-heading__outer { animation-delay: 500ms; } #colibri .style-local-3070-c33 { animation-delay: 500ms; } #colibri .style-4 { text-align: center; height: auto; min-height: unset; } #colibri .style-5-image { max-height: 65px; } #colibri .style-5 a,#colibri .style-5 .logo-text { color: #ffffff; text-decoration: none; } #colibri .h-navigation_sticky .style-5-image,#colibri .h-navigation_sticky.style-5-image { max-height: 65px; } #colibri .h-navigation_sticky .style-5 a,#colibri .h-navigation_sticky .style-5 .logo-text,#colibri .h-navigation_sticky.style-5 a,#colibri .h-navigation_sticky.style-5 .logo-text { color: #000000; text-decoration: none; } #colibri .style-8 { text-align: center; height: auto; min-height: unset; } #colibri .style-10-offscreen { background-color: #222B34; background-image: none; width: 300px !important; } #colibri .style-10-offscreenOverlay { background-color: rgba(0,0,0,0.5); background-image: none; } #colibri .style-10 .h-hamburger-icon { background-color: rgba(0, 0, 0, 0.1); background-image: none; border-top-width: 0px; border-top-color: black; border-top-style: solid; border-top-left-radius: 100%; border-top-right-radius: 100%; border-right-width: 0px; border-right-color: black; border-right-style: solid; border-bottom-width: 0px; border-bottom-color: black; border-bottom-style: solid; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-left-width: 0px; border-left-color: black; border-left-style: solid; fill: white; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; width: 24px; height: 24px; } #colibri .style-13 { text-align: center; height: auto; min-height: unset; } #colibri .style-14-image { max-height: 70px; } #colibri .style-14 a,#colibri .style-14 .logo-text { color: #ffffff; text-decoration: none; } #colibri .h-navigation_sticky .style-14-image,#colibri .h-navigation_sticky.style-14-image { max-height: 70px; } #colibri .h-navigation_sticky .style-14 a,#colibri .h-navigation_sticky .style-14 .logo-text,#colibri .h-navigation_sticky.style-14 a,#colibri .h-navigation_sticky.style-14 .logo-text { color: #000000; text-decoration: none; } #colibri .style-16 { text-align: center; height: auto; min-height: unset; } #colibri .style-17 ol { list-style-type: decimal; } #colibri .style-17 ul { list-style-type: disc; } #colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu > li > a { padding-top: 12px; padding-bottom: 12px; padding-left: 40px; border-top-width: 0px; border-top-color: #808080; border-top-style: solid; border-right-width: 0px; border-right-color: #808080; border-right-style: solid; border-bottom-width: 1px; border-bottom-color: #808080; border-bottom-style: solid; border-left-width: 0px; border-left-color: #808080; border-left-style: solid; font-size: 14px; color: white; } #colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover { padding-top: 12px; padding-bottom: 12px; padding-left: 40px; border-top-width: 0px; border-top-color: #808080; border-top-style: solid; border-right-width: 0px; border-right-color: #808080; border-right-style: solid; border-bottom-width: 1px; border-bottom-color: #808080; border-bottom-style: solid; border-left-width: 0px; border-left-color: #808080; border-left-style: solid; font-size: 14px; color: white; } #colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a { padding-top: 12px; padding-bottom: 12px; padding-left: 40px; border-top-width: 0px; border-top-color: #808080; border-top-style: solid; border-right-width: 0px; border-right-color: #808080; border-right-style: solid; border-bottom-width: 1px; border-bottom-color: #808080; border-bottom-style: solid; border-left-width: 0px; border-left-color: #808080; border-left-style: solid; font-size: 14px; color: white; } #colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover { padding-top: 12px; padding-bottom: 12px; padding-left: 40px; border-top-width: 0px; border-top-color: #808080; border-top-style: solid; border-right-width: 0px; border-right-color: #808080; border-right-style: solid; border-bottom-width: 1px; border-bottom-color: #808080; border-bottom-style: solid; border-left-width: 0px; border-left-color: #808080; border-left-style: solid; font-size: 14px; color: white; } #colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper { padding-right: 20px; padding-left: 20px; color: black; } #colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper { padding-right: 20px; padding-left: 20px; color: black; } #colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper { color: white; padding-right: 20px; padding-left: 20px; } #colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-18 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper { color: white; padding-right: 20px; padding-left: 20px; } #colibri .style-25 { min-height: 100vh; color: #FFFFFF; background-position: 18.62303722411332% 40.97898152066582%; background-size: cover; background-image: url("http://ggprx.com/wp-content/uploads/2021/02/cropped-1135289130-3.jpg"); background-attachment: scroll; background-repeat: no-repeat; padding-top: 280px; padding-bottom: 240px; } #colibri .style-25 h1 { color: #FFFFFF; } #colibri .style-25 h2 { color: #FFFFFF; } #colibri .style-25 h3 { color: #FFFFFF; } #colibri .style-25 h4 { color: #FFFFFF; } #colibri .style-25 h5 { color: #FFFFFF; } #colibri .style-25 h6 { color: #FFFFFF; } #colibri .style-25 p { color: #FFFFFF; } #colibri .style-27 { text-align: center; height: auto; min-height: unset; border-top-width: 0px; border-top-style: solid; border-top-left-radius: 9px; border-top-right-radius: 9px; border-right-width: 0px; border-right-style: solid; border-bottom-width: 0px; border-bottom-style: solid; border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-left-width: 0px; border-left-style: solid; } #colibri .style-28 p,#colibri .style-28 h1,#colibri .style-28 h2,#colibri .style-28 h3,#colibri .style-28 h4,#colibri .style-28 h5,#colibri .style-28 h6 { font-weight: 600; text-align: center; background-position: center center; background-size: cover; background-image: linear-gradient(60deg, rgba(41, 50, 60, 0.8) 0%, rgba(72, 85, 99, 0.8) 100%); background-attachment: scroll; background-repeat: no-repeat; } #colibri .style-28 .text-wrapper-fancy svg path { stroke: #000000; stroke-linejoin: initial; stroke-linecap: initial; stroke-width: 8px; } #colibri .style-770-icon { width: 14px; height: 14px; margin-right: 10px; margin-left: 0px; } #colibri .style-770 { text-align: center; background-color: rgb(102, 102, 102); background-image: none; font-family: Open Sans; font-weight: 600; text-transform: uppercase; font-size: 21px; line-height: 1; letter-spacing: 1px; color: #fff; border-top-width: 2px; border-top-color: rgb(193, 204, 209); border-top-style: solid; border-top-left-radius: 0px; border-top-right-radius: 0px; border-right-width: 2px; border-right-color: rgb(193, 204, 209); border-right-style: solid; border-bottom-width: 2px; border-bottom-color: rgb(193, 204, 209); border-bottom-style: solid; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-left-width: 2px; border-left-color: rgb(193, 204, 209); border-left-style: solid; padding-top: 15px; padding-right: 36px; padding-bottom: 15px; padding-left: 36px; } #colibri .style-770:hover,#colibri .style-770:focus { background-color: rgb(44, 89, 102); border-top-color: rgb(114, 121, 124); border-right-color: rgb(114, 121, 124); border-bottom-color: rgb(114, 121, 124); border-left-color: rgb(114, 121, 124); } #colibri .style-770:active .style-770-icon { width: 14px; height: 14px; margin-right: 10px; margin-left: 0px; } #colibri .style-870 { text-align: center; height: auto; min-height: unset; } #colibri .style-871 { height: 50px; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu { justify-content: flex-end; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li { margin-top: 0px; margin-right: 20px; margin-bottom: 0px; margin-left: 20px; padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover { margin-top: 0px; margin-right: 20px; margin-bottom: 0px; margin-left: 20px; padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li > a { font-family: Open Sans; font-weight: 600; text-transform: uppercase; font-size: 14px; line-height: 1.5em; letter-spacing: 0px; color: #FFFFFF; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a { color: rgb(53, 196, 248); } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a { color: rgb(53, 196, 248); } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover { font-family: Open Sans; font-weight: 600; text-transform: uppercase; font-size: 14px; line-height: 1.5em; letter-spacing: 0px; color: rgb(53, 196, 248); } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul { background-color: #ffffff; background-image: none; margin-right: 5px; margin-left: 5px; z-index: 99; box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5) ; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul li { padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; border-top-width: 0px; border-top-style: none; border-right-width: 0px; border-right-style: none; border-bottom-width: 1px; border-bottom-color: rgba(128,128,128,.2); border-bottom-style: solid; border-left-width: 0px; border-left-style: none; background-color: rgb(255, 255, 255); background-image: none; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover { background-color: rgb(44, 89, 102); } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover { background-color: rgb(44, 89, 102); } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover { padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; border-top-width: 0px; border-top-style: none; border-right-width: 0px; border-right-style: none; border-bottom-width: 1px; border-bottom-color: rgba(128,128,128,.2); border-bottom-style: solid; border-left-width: 0px; border-left-style: none; background-color: rgb(44, 89, 102); background-image: none; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a { font-size: 14px; color: rgb(102, 102, 102); } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a { color: rgb(255, 255, 255); } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a { color: rgb(255, 255, 255); } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover { font-size: 14px; color: rgb(255, 255, 255); } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .style-1361 ul.colibri-menu.bordered-active-item > li::before { background-color: rgb(53, 196, 248); background-image: none; height: 3px; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu.solid-active-item > li::after,#colibri .style-1361 ul.colibri-menu.solid-active-item > li::before { background-color: white; background-image: none; border-top-width: 0px; border-top-style: none; border-top-left-radius: 0%; border-top-right-radius: 0%; border-right-width: 0px; border-right-style: none; border-bottom-width: 0px; border-bottom-style: none; border-bottom-left-radius: 0%; border-bottom-right-radius: 0%; border-left-width: 0px; border-left-style: none; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li > ul { margin-top: 4px; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li > ul::before { height: 4px; width: 100% ; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper { padding-right: 5px; padding-left: 5px; color: black; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper { padding-right: 5px; padding-left: 5px; color: black; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper { color: rgb(255, 255, 255); padding-right: 28px; padding-left: 28px; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper { color: rgb(255, 255, 255); padding-right: 28px; padding-left: 28px; } #colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li { background-color: unset; background-image: none; } #colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li > a,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li > a { color: rgb(193, 204, 209); } #colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a { color: #FFFFFF; } #colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a { color: #FFFFFF; } #colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover { color: #FFFFFF; } #colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky .style-1361 ul.colibri-menu.bordered-active-item > li::before,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky.style-1361 ul.colibri-menu.bordered-active-item > li::before { background-color: rgb(193, 204, 209); background-image: none; } #colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper { color: rgb(193, 204, 209); } #colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a > svg,#colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a > .arrow-wrapper,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a > svg,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a > .arrow-wrapper { color: #FFFFFF; } #colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a > svg,#colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a > svg,#colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a > .arrow-wrapper,#colibri .h-navigation_sticky .style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a > .arrow-wrapper,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a > svg,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a > svg,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a > .arrow-wrapper,#colibri .h-navigation_sticky.style-1361 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a > .arrow-wrapper { color: #FFFFFF; } #colibri .style-1362 { animation-duration: 0.5s; padding-top: 13px; padding-bottom: 13px; background-position: center center; background-size: cover; background-image: linear-gradient(60deg, rgba(41, 50, 60, 0.8) 0%, rgba(72, 85, 99, 0.8) 100%); background-attachment: scroll; background-repeat: no-repeat; } #colibri .h-navigation_sticky .style-1362,#colibri .h-navigation_sticky.style-1362 { background-color: rgb(44, 89, 102); background-image: none; padding-top: 20px; padding-bottom: 20px; box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) ; } #colibri .style-local-2305-h4-outer { flex: 0 0 auto; -ms-flex: 0 0 auto; width: auto; max-width: 100%; } #colibri .h-navigation_sticky .style-local-2305-h4-outer,#colibri .h-navigation_sticky.style-local-2305-h4-outer { flex: 0 0 auto; -ms-flex: 0 0 auto; width: auto; max-width: 100%; } #colibri .style-local-2305-h8-outer { flex: 0 0 auto; -ms-flex: 0 0 auto; width: auto; max-width: 100%; } #colibri .h-navigation_sticky .style-local-2305-h8-outer,#colibri .h-navigation_sticky.style-local-2305-h8-outer { flex: 0 0 auto; -ms-flex: 0 0 auto; width: auto; max-width: 100%; } #colibri .style-local-2305-h26-outer { width: 80% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-2305-h6-outer { flex: 1 1 0; -ms-flex: 1 1 0%; max-width: 100%; } #colibri .style-1416 { height: auto; min-height: unset; padding-top: 30px; padding-bottom: 30px; background-color: #FFFFFF; background-image: none; color: rgb(153, 153, 153); } #colibri .style-1416 p { color: rgb(153, 153, 153); } .style-1418 > .h-y-container > *:not(:last-child) { margin-bottom: 0px; } #colibri .style-1418 { text-align: center; height: auto; min-height: unset; } #colibri .style-1447 { text-align: center; height: auto; min-height: unset; } #colibri .style-1449 { text-align: center; height: auto; min-height: unset; } #colibri .style-1451 { text-align: left; font-size: 14px; line-height: 1; color: #000000; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; } #colibri .style-1451 p { font-size: 14px; line-height: 1; color: #000000; } #colibri .style-1451 ol { list-style-type: decimal; } #colibri .style-1451 ul { list-style-type: disc; } #colibri .style-1459 { text-align: center; height: auto; min-height: unset; } #colibri .style-1460-image { opacity: 1; } #colibri .style-1460-caption { margin-top: 10px; } #colibri .style-1460-frameImage { z-index: -1; transform: translateX(10%) translateY(10%); transform-origin: center center 0px; background-color: rgb(0,0,0); height: 100%; width: 100% ; border-top-width: 10px; border-top-color: rgb(0,0,0); border-top-style: none; border-right-width: 10px; border-right-color: rgb(0,0,0); border-right-style: none; border-bottom-width: 10px; border-bottom-color: rgb(0,0,0); border-bottom-style: none; border-left-width: 10px; border-left-color: rgb(0,0,0); border-left-style: none; } #colibri .style-local-2311-f11-outer { width: 100% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-2311-f6-outer { width: 33.33% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-2311-f4-outer { width: 33.33% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-2311-f8-outer { width: 33.33% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } @media (max-width: 767px){ #colibri .style-627 { margin-top: 0px; border-top-width: 0px; border-top-style: none; border-right-width: 0px; border-right-style: none; border-bottom-width: 0px; border-bottom-style: none; border-left-width: 0px; border-left-style: none; box-shadow: none; } #colibri .style-628 { margin-top: 15px; margin-right: 15px; margin-bottom: 15px; margin-left: 15px; border-top-width: 0px; border-top-style: solid; border-right-width: 0px; border-right-style: solid; border-bottom-width: 0px; border-bottom-style: solid; border-left-width: 0px; border-left-style: solid; } #colibri .style-642 { min-height: 300px; background-position: center left; } #colibri .style-643 { text-align: center; padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; } #colibri .style-645 .list-item-text-wrapper { horizontal-align: center; } #colibri .style-763 { padding-top: 22px; padding-bottom: 33px; } #colibri .style-765 { text-align: center; } #colibri .style-794 { background-position: center center; background-size: cover; padding-top: 90px; } #colibri .style-796 { text-align: center; padding-top: 2rem; padding-right: 2rem; padding-bottom: 2rem; padding-left: 2rem; } #colibri .style-797 p,#colibri .style-797 h1,#colibri .style-797 h2,#colibri .style-797 h3,#colibri .style-797 h4,#colibri .style-797 h5,#colibri .style-797 h6 { font-size: 2.3rem; } #colibri .style-local-3070-c4-outer { width: 100% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-3070-c7-outer { width: 100% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-3070-c10-outer { width: 100% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-3070-c13-outer { width: 100% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-3070-c36-outer { width: 100% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-3070-c37-outer { width: 100% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-3070-c22-outer { width: 100% ; } #colibri .style-local-3070-c27-outer { width: 100% ; } #colibri .style-local-3070-c40-outer { width: 100% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-3070-c31-outer { width: 100% ; } #colibri .style-local-3070-c42-outer { width: 100% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-25 { background-position: 32.3515625% 0%; background-image: url("http://ggprx.com/wp-content/uploads/2021/02/cropped-1135289130-2.jpg"); padding-top: 72px; padding-bottom: 130px; } #colibri .style-1361 > div > .colibri-menu-container > ul.colibri-menu { justify-content: center; } #colibri .style-1362 { padding-top: 0px; padding-bottom: 0px; } #colibri .h-navigation_sticky .style-1362,#colibri .h-navigation_sticky.style-1362 { padding-top: 0px; padding-bottom: 0px; } #colibri .style-local-2305-h4-outer { flex: 1 1 0; -ms-flex: 1 1 0%; } #colibri .h-navigation_sticky .style-local-2305-h4-outer,#colibri .h-navigation_sticky.style-local-2305-h4-outer { flex: 1 1 0; -ms-flex: 1 1 0%; } #colibri .style-local-2305-h14-outer { width: 100% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-2305-h17-outer { width: 100% ; flex: 0 0 auto; -ms-flex: 0 0 auto; } #colibri .style-local-2305-h26-outer { width: 100% ; } #colibri .style-local-2311-f6-outer { width: 100% ; } #colibri .style-local-2311-f4-outer { width: 100% ; } #colibri .style-local-2311-f8-outer { width: 100% ; }} @media (min-width: 768px) and (max-width: 1023px){ #colibri .style-643 { padding-top: 4rem; padding-right: 2rem; padding-bottom: 4rem; padding-left: 2rem; } #colibri .style-645-icon { width: 30px ; height: 30px; } #colibri .style-794 { background-position: bottom right; background-size: cover; padding-top: 90px; } #colibri .style-796 { padding-top: 3rem; padding-right: 3rem; padding-bottom: 3rem; padding-left: 3rem; } #colibri .style-797 p,#colibri .style-797 h1,#colibri .style-797 h2,#colibri .style-797 h3,#colibri .style-797 h4,#colibri .style-797 h5,#colibri .style-797 h6 { font-size: 2.5rem; } #colibri .style-local-3070-c31-outer { width: 55% ; } #colibri .style-25 { background-position: 73.53632598231277% 41.50324244081569%; background-image: url("http://ggprx.com/wp-content/uploads/2021/02/cropped-1135289130-1.jpg"); padding-top: 150px; padding-bottom: 200px; } #colibri .style-local-2305-h4-outer { width: 44.54% ; } #colibri .style-local-2305-h26-outer { width: 100% ; }} </style> <link rel='stylesheet' id='fancybox-css' href='http://ggprx.com/wp-content/plugins/colibri-page-builder-pro/extend-builder/assets/static/fancybox/jquery.fancybox.min.css?ver=1.0.379-pro' type='text/css' media='all' /> <link rel='stylesheet' id='swiper-css' href='http://ggprx.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='http://ggprx.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! 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> <link rel='stylesheet' id='content-control-block-styles-css' href='http://ggprx.com/wp-content/plugins/content-control/dist/style-block-editor.css?ver=2.6.2' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> :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--color--colibri-color-1: rgb(44, 89, 102);--wp--preset--color--colibri-color-2: rgb(193, 204, 209);--wp--preset--color--colibri-color-3: rgb(35, 129, 163);--wp--preset--color--colibri-color-4: rgb(5, 112, 142);--wp--preset--color--colibri-color-5: #FFFFFF;--wp--preset--color--colibri-color-6: #000000;--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: 0.5em;}:where(.is-layout-grid){gap: 0.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='stylesheet' id='extend_builder_-fonts-css' href='https://fonts.googleapis.com/css?family=Muli%3A200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A300%2C300italic%2C400%2C400italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%7CPlayfair+Display%3A400%2C400italic%2C700%2C700italic%2C900%2C900italic%7CArchivo+Black%3A400%7CAbril+Fatface%3A400&subset=latin%2Clatin-ext&display=swap' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-signature-addon-css' href='http://ggprx.com/wp-content/plugins/contact-form-7-signature-addon/public/css/style.css?ver=4.2.2' type='text/css' media='all' /> <link rel='stylesheet' id='dnd-upload-cf7-css' href='http://ggprx.com/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/css/dnd-upload-cf7.css?ver=1.3.8.9' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='http://ggprx.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.0.6' type='text/css' media='all' /> <link rel='stylesheet' id='walcf7-datepicker-css-css' href='http://ggprx.com/wp-content/plugins/date-time-picker-for-contact-form-7/assets/css/jquery.datetimepicker.min.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='cf7cf-style-css' href='http://ggprx.com/wp-content/plugins/cf7-conditional-fields/style.css?ver=2.5.11' type='text/css' media='all' /> <script type="text/javascript" src="http://ggprx.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script type="text/javascript" id="colibri-js-extra"> /* <![CDATA[ */ var colibriData = {"2305-h2":{"data":{"sticky":{"className":"h-navigation_sticky animated","topSpacing":0,"top":0,"stickyOnMobile":true,"stickyOnTablet":true,"startAfterNode":{"enabled":true,"selector":".header, .page-header"},"animations":{"enabled":true,"currentInAnimationClass":"slideInDown","currentOutAnimationClass":"slideOutDownNavigation","allInAnimationsClasses":"slideInDown fadeIn h-global-transition-disable","allOutAnimationsClasses":"slideOutDownNavigation fadeOut h-global-transition-disable","duration":500}},"overlap":true}},"2305-h9":{"data":{"type":"horizontal"}},"2305-h12":{"data":[]}}; /* ]]> */ </script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/colibri-page-builder-pro/extend-builder/assets/static/colibri.js?ver=1.0.379-pro" id="colibri-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/colibri-page-builder-pro/extend-builder/assets/static/typed.js?ver=1.0.379-pro" id="typed-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/colibri-page-builder-pro/extend-builder/assets/static/fancybox/jquery.fancybox.min.js?ver=1.0.379-pro" id="fancybox-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/colibri-page-builder-pro/extend-builder/assets/static/js/theme.js?ver=1.0.379-pro" id="extend-builder-js-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.5.3" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"http:\/\/ggprx.com","hash_tracking":"false","v4_id":"G-89LNF1BZMQ"};/* ]]> */ </script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/contact-form-7-signature-addon/public/js/signature_pad.min.js?ver=4.2.2" id="contact-form-7-signature-addon-signature-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/contact-form-7-signature-addon/public/js/scripts.js?ver=4.2.2" id="contact-form-7-signature-addon-js"></script> <link rel="https://api.w.org/" href="http://ggprx.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="http://ggprx.com/wp-json/wp/v2/pages/3070" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://ggprx.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.1" /> <link rel="canonical" href="http://ggprx.com/" /> <link rel='shortlink' href='http://ggprx.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="http://ggprx.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fggprx.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="http://ggprx.com/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fggprx.com%2F&format=xml" /> <style> #wpadminbar ul li#wp-admin-bar-colibri_top_bar_menu { background-color: rgba(3, 169, 244, 0.3); padding-left: 8px; padding-right: 8px; margin: 0px 16px; } #wpadminbar ul li#wp-admin-bar-colibri_top_bar_menu>a { background-color: transparent; color: #fff; } #wpadminbar ul li#wp-admin-bar-colibri_top_bar_menu>a img { max-height: 24px; margin-top: -4px; margin-right: 6px; } #wpadminbar ul li#wp-admin-bar-colibri_top_bar_menu>.ab-sub-wrapper { margin-left: -8px; } </style> <style type="text/css"> body { --colibri-color-1: rgb(44, 89, 102);--colibri-color-1--variant-1: #51a3bb;--colibri-color-1--variant-2: #4e6166;--colibri-color-1--variant-3: #2c5966;--colibri-color-1--variant-4: #0a5166;--colibri-color-1--variant-5: #070f11;--colibri-color-2: rgb(193, 204, 209);--colibri-color-2--variant-1: #c1ccd1;--colibri-color-2--variant-2: #7bb6d1;--colibri-color-2--variant-3: #36a0d1;--colibri-color-2--variant-4: #72797c;--colibri-color-2--variant-5: #242627;--colibri-color-3: rgb(35, 129, 163);--colibri-color-3--variant-1: #909ea3;--colibri-color-3--variant-2: #35c4f8;--colibri-color-3--variant-3: #598fa3;--colibri-color-3--variant-4: #2381a3;--colibri-color-3--variant-5: #113e4e;--colibri-color-4: rgb(5, 112, 142);--colibri-color-4--variant-1: #64858e;--colibri-color-4--variant-2: #08b3e3;--colibri-color-4--variant-3: #347a8e;--colibri-color-4--variant-4: #05708e;--colibri-color-4--variant-5: #022d39;--colibri-color-5: #FFFFFF;--colibri-color-5--variant-1: #ffffff;--colibri-color-5--variant-2: #cccccc;--colibri-color-5--variant-3: #999999;--colibri-color-5--variant-4: #666666;--colibri-color-5--variant-5: #333333;--colibri-color-6: #000000;--colibri-color-6--variant-1: #cccccc;--colibri-color-6--variant-2: #999999;--colibri-color-6--variant-3: #666666;--colibri-color-6--variant-4: #333333;--colibri-color-6--variant-5: #000000; } </style> <meta name="generator" content="Elementor 3.28.4; features: additional_custom_breakpoints, e_local_google_fonts; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <link rel="icon" href="http://ggprx.com/wp-content/uploads/2019/12/[email protected]" sizes="32x32" /> <link rel="icon" href="http://ggprx.com/wp-content/uploads/2019/12/[email protected]" sizes="192x192" /> <link rel="apple-touch-icon" href="http://ggprx.com/wp-content/uploads/2019/12/[email protected]" /> <meta name="msapplication-TileImage" content="http://ggprx.com/wp-content/uploads/2019/12/[email protected]" /> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-10463087-5"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-10463087-5'); </script> <style type="text/css" id="wp-custom-css"> @media only screen and (min-width: 800px) { .ap { padding-left: 70px; } } .wpcf7-submit { background-color: rgb(44, 89, 102); background-image: none; color: #FFFFFF; padding-top: 13px; padding-right: 60px; padding-bottom: 13px; padding-left: 60px; margin-left: 0; margin-right: auto; margin-top:20px; font-size: 19px; border-top-width: 0px; border-top-style: none; border-top-left-radius: 3px; border-top-right-radius: 3px; border-right-width: 0px; border-right-style: none; border-bottom-width: 0px; border-bottom-style: none; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-left-width: 0px; border-left-style: none; cursor:pointer; } .formtext { padding-bottom: 15px; } .zip { width: 344px; height: 52px !important; margin-top: 0px; margin-bottom: 30px; background-color: #ffffff !important; background-image: none; border-top-width: 2px !important; border-top-color: rgba(3, 169, 244, 0.2) !important; border-top-style: solid; border-top-left-radius: 8px !important; border-top-right-radius: 8px !important; border-right-width: 2px !important; border-right-color: rgba(3, 169, 244, 0.2) !important; border-right-style: solid; border-bottom-width: 2px !important; border-bottom-color: rgba(3, 169, 244, 0.2) !important; border-bottom-style: solid; border-bottom-left-radius: 8px !important; border-bottom-right-radius: 8px !important; border-left-width: 2px !important; border-left-color: rgba(3, 169, 244, 0.2) !important; border-left-style: solid; color: rgb(102, 102, 102) !important; font-size: 16px !important; letter-spacing: 0px; padding-top: 15px !important; padding-bottom: 15px !important; padding-left: 15px !important; } .zip2 { width: 690px; margin-top: 0px; margin-bottom: 30px; background-color: #ffffff; background-image: none; border-top-width: 2px; border-top-color: rgba(3, 169, 244, 0.2); border-top-style: solid; border-top-left-radius: 8px; border-top-right-radius: 8px; border-right-width: 2px; border-right-color: rgba(3, 169, 244, 0.2); border-right-style: solid; border-bottom-width: 2px; border-bottom-color: rgba(3, 169, 244, 0.2); border-bottom-style: solid; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-left-width: 2px; border-left-color: rgba(3, 169, 244, 0.2); border-left-style: solid; color: rgb(102, 102, 102); font-size: 16px; letter-spacing: 0px; padding-top: 15px; padding-right: 130px; padding-bottom: 15px; padding-left: 15px; } .zip3 { width: 1040px; margin-top: 0px; margin-bottom: 30px; background-color: #ffffff !important; background-image: none; border-top-width: 2px !important; border-top-color: rgba(3, 169, 244, 0.2) !important; border-top-style: solid; border-top-left-radius: 8px !important; border-top-right-radius: 8px !important; border-right-width: 2px !important; border-right-color: rgba(3, 169, 244, 0.2) !important; border-right-style: solid; border-bottom-width: 2px !important; border-bottom-color: rgba(3, 169, 244, 0.2) !important; border-bottom-style: solid; border-bottom-left-radius: 8px !important; border-bottom-right-radius: 8px !important; border-left-width: 2px !important; border-left-color: rgba(3, 169, 244, 0.2) !important; border-left-style: solid; color: rgb(102, 102, 102) !important; font-size: 16px !important; letter-spacing: 0px; padding-top: 15px !important; padding-right: 130px ; padding-bottom: 15px!important; padding-left: 15px !important; } .wpcf7 form.sent { display: none; } .zip4 { width: 423px; margin-top: 0px; margin-bottom: 30px; background-color: #ffffff; background-image: none; border-top-width: 2px; border-top-color: rgba(3, 169, 244, 0.2); border-top-style: solid; border-top-left-radius: 8px; border-top-right-radius: 8px; border-right-width: 2px; border-right-color: rgba(3, 169, 244, 0.2); border-right-style: solid; border-bottom-width: 2px; border-bottom-color: rgba(3, 169, 244, 0.2); border-bottom-style: solid; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-left-width: 2px; border-left-color: rgba(3, 169, 244, 0.2); border-left-style: solid; color: rgb(102, 102, 102); font-size: 16px; letter-spacing: 0px; padding-top: 15px; padding-right: 130px; padding-bottom: 15px; padding-left: 15px; } @media only screen and (min-width: 800px) { .codedropz-upload-handler { width: 1040px; margin-left: 65px; } } @media only screen and (max-width: 750px) { .zip3 { width: 344px; } } @media only screen and (max-width: 750px) { .zip4 { width: 344px; } } #us-map-license { display: none !important; } </style> </head> <body id="colibri" class="home wp-singular page-template page-template-page-templates page-template-homepage page-template-page-templateshomepage-php page page-id-3070 wp-custom-logo wp-theme-colibri-wp elementor-default elementor-kit-2632"> <div class="site" id="page-top"> <script> /(trident|msie)/i.test(navigator.userAgent) && document.getElementById && window.addEventListener && window.addEventListener("hashchange", function () { var t, e = location.hash.substring(1); /^[A-z0-9_-]+$/.test(e) && (t = document.getElementById(e)) && (/^(?:a|select|input|button|textarea)$/i.test(t.tagName) || (t.tabIndex = -1), t.focus()) }, !1); </script> <a class="skip-link screen-reader-text" href="#content"> Skip to content </a> <!-- dynamic header start --><div data-colibri-id="2305-h1" class="page-header style-1 style-local-2305-h1 position-relative"> <!----> <div data-colibri-navigation-overlap="true" role="banner" class="h-navigation_outer h-navigation_overlap style-1362-outer style-local-2305-h2-outer"> <!----> <div id="navigation" data-colibri-component="navigation" data-colibri-id="2305-h2" class="h-section h-navigation h-navigation d-flex style-1362 style-local-2305-h2"> <!----> <div class="h-section-grid-container h-section-fluid-container"> <div data-nav-normal=""> <div data-colibri-id="2305-h3" class="h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-3 style-local-2305-h3 position-relative"> <!----> <div class="h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2"> <!----> <div class="h-column h-column-container d-flex h-col-none style-4-outer style-local-2305-h4-outer"> <div data-colibri-id="2305-h4" data-placeholder-provider="navigation-logo" class="d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-0 style-4 style-local-2305-h4 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center"> <!----> <div data-colibri-id="2305-h5" class="d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-5 style-local-2305-h5 position-relative h-element"> <!----> <a rel="home" href="http://ggprx.com/" h-use-smooth-scroll="true" class="d-flex align-items-center"> <img src="http://ggprx.com/wp-content/uploads/2019/12/[email protected]" class="h-logo__image h-logo__image_h logo-image style-5-image style-local-2305-h5-image" alt="" /> <img src="http://ggprx.com/wp-content/uploads/2019/12/[email protected]" class="h-logo__alt-image h-logo__alt-image_h logo-alt-image style-5-image style-local-2305-h5-image" alt="" /> </a> </div> </div> </div> </div> <div class="h-column h-column-container d-flex h-col-none style-870-outer style-local-2305-h6-outer h-hide-sm"> <div data-colibri-id="2305-h6" data-placeholder-provider="navigation-spacing" class="d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-870 style-local-2305-h6 h-hide-sm position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center"> <!----> <div data-colibri-id="2305-h7" class="style-871 style-local-2305-h7 position-relative h-element"> <!----> </div> </div> </div> </div> <div class="h-column h-column-container d-flex h-col-none style-8-outer style-local-2305-h8-outer"> <div data-colibri-id="2305-h8" data-placeholder-provider="navigation-menu" class="d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-2 v-inner-lg-0 v-inner-md-0 v-inner-2 style-8 style-local-2305-h8 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center"> <!----> <div data-colibri-component="dropdown-menu" role="navigation" h-use-smooth-scroll-all="true" data-colibri-id="2305-h9" class="h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-1361 style-local-2305-h9 position-relative h-element"> <!----> <div class="h-global-transition-all h-main-menu"><div class="colibri-menu-container"><ul id="menu-header-menu" class="colibri-menu bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-left"><li id="menu-item-2511" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2511"><a href="#">Services<svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></a> <ul class="sub-menu"> <li id="menu-item-3405" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3405"><a href="http://ggprx.com/institutional-facilities/">Institutional Facilities</a></li> <li id="menu-item-4084" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4084"><a href="http://ggprx.com/independent-patient/">Independent Patient</a></li> <li id="menu-item-7596" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7596"><a href="http://ggprx.com/clozaril/">Clozaril/Clozapine Program</a></li> <li id="menu-item-8010" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8010"><a href="http://ggprx.com/refill/">Quick Refill</a></li> </ul> </li> <li id="menu-item-6362" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6362"><a href="#">COVID-19<svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></a> <ul class="sub-menu"> <li id="menu-item-5368" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5368"><a href="http://ggprx.com/covid-19-vaccination-2/">COVID-19 Vaccinations</a></li> </ul> </li> <li id="menu-item-2534" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2534"><a href="#">Clozaril/Clozapine Program<svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></a> <ul class="sub-menu"> <li id="menu-item-7601" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7601"><a href="http://ggprx.com/about-the-program/">About the Program</a></li> <li id="menu-item-7610" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7610"><a href="http://ggprx.com/about-clozaril-clozapine/">About Clozaril/Clozapine</a></li> <li id="menu-item-7652" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7652"><a href="http://ggprx.com/about-the-athelas-home-device/">About the Athelas Home Device</a></li> <li id="menu-item-7595" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7595"><a href="http://ggprx.com/clozaril/">Application for Clozaril Program</a></li> <li id="menu-item-2393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2393"><a href="http://ggprx.com/athelas-facts/">Frequently Asked Questions</a></li> </ul> </li> <li id="menu-item-2513" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2513"><a target="_blank" href="https://www.billpaysafely.com/golden/payment" title="Payment">Make Payment</a></li> <li id="menu-item-7627" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-7627"><a href="#">General Info<svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></a> <ul class="sub-menu"> <li id="menu-item-3480" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3480"><a href="http://ggprx.com/about-us/">About Us</a></li> <li id="menu-item-2999" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-2999"><a href="https://ggprx.com/#contact" aria-current="page">Contact Us</a></li> <li id="menu-item-3135" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3135"><a href="http://ggprx.com/shipping/">Shipping Map</a></li> <li id="menu-item-2620" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2620"><a href="http://ggprx.com/hipaa-privacy-policy/">HIPAA Privacy Policy</a></li> </ul> </li> <li style="position:relative;" class="menu-item menu-item-gtranslate"><div style="position:absolute;white-space:nowrap;" id="gtranslate_menu_wrapper_22027"></div></li></ul></div></div> <div data-colibri-id="2305-h10" class="h-mobile-menu h-global-transition-disable style-10 style-local-2305-h10 position-relative h-element"> <!----> <a data-click-outside="true" data-target="#offcanvas-wrapper-2305-h10" data-target-id="offcanvas-wrapper-2305-h10" data-offcanvas-overlay-id="offcanvas-overlay-2305-h10" href="#" data-colibri-component="offcanvas" data-direction="right" data-push="false" title="Menu" class="h-hamburger-button"> <div class="icon-container h-hamburger-icon"> <div class="h-icon-svg" style="width: 100%; height: 100%;"> <!--Icon by Font Awesome (https://fontawesome.com)--> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="bars" viewBox="0 0 1536 1896.0833"> <path d="M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z"></path> </svg> </div> </div> </a> <div id="offcanvas-wrapper-2305-h10" class="h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-10-offscreen style-local-2305-h10-offscreen"> <div data-colibri-id="2305-h11" class="d-flex flex-column h-offscreen-panel style-11 style-local-2305-h11 position-relative h-element"> <!----> <div class="offscreen-header h-ui-empty-state-container"> <div data-colibri-id="2305-h13" class="h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-12 style-local-2305-h13 position-relative"> <!----> <div class="h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2"> <!----> <div class="h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-13-outer style-local-2305-h14-outer"> <div data-colibri-id="2305-h14" class="d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-13 style-local-2305-h14 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start"> <!----> <div data-colibri-id="2305-h15" class="d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-14 style-local-2305-h15 position-relative h-element"> <!----> <a rel="home" href="http://ggprx.com/" h-use-smooth-scroll="true" class="d-flex align-items-center"> <img src="http://ggprx.com/wp-content/uploads/2019/12/[email protected]" class="h-logo__image h-logo__image_h logo-image style-14-image style-local-2305-h15-image" alt="" /> <img src="http://ggprx.com/wp-content/uploads/2019/12/[email protected]" class="h-logo__alt-image h-logo__alt-image_h logo-alt-image style-14-image style-local-2305-h15-image" alt="" /> </a> </div> </div> </div> </div> </div> </div> </div> <div class="offscreen-content"> <!----> <div data-colibri-component="accordion-menu" role="navigation" h-use-smooth-scroll-all="true" data-colibri-id="2305-h12" class="h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-18 style-local-2305-h12 position-relative h-element"> <!----> <div class="h-global-transition-all h-mobile-menu"><div class="colibri-menu-container"><ul id="menu-header-menu-1" class="colibri-menu none "><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2511"><a href="#">Services<svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3405"><a href="http://ggprx.com/institutional-facilities/">Institutional Facilities</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4084"><a href="http://ggprx.com/independent-patient/">Independent Patient</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7596"><a href="http://ggprx.com/clozaril/">Clozaril/Clozapine Program</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8010"><a href="http://ggprx.com/refill/">Quick Refill</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-6362"><a href="#">COVID-19<svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5368"><a href="http://ggprx.com/covid-19-vaccination-2/">COVID-19 Vaccinations</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2534"><a href="#">Clozaril/Clozapine Program<svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7601"><a href="http://ggprx.com/about-the-program/">About the Program</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7610"><a href="http://ggprx.com/about-clozaril-clozapine/">About Clozaril/Clozapine</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7652"><a href="http://ggprx.com/about-the-athelas-home-device/">About the Athelas Home Device</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7595"><a href="http://ggprx.com/clozaril/">Application for Clozaril Program</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2393"><a href="http://ggprx.com/athelas-facts/">Frequently Asked Questions</a></li> </ul> </li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2513"><a target="_blank" href="https://www.billpaysafely.com/golden/payment" title="Payment">Make Payment</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-7627"><a href="#">General Info<svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-down" class="svg-inline--fa fa-angle-down fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg><svg aria-hidden="true" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg></a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3480"><a href="http://ggprx.com/about-us/">About Us</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-2999"><a href="https://ggprx.com/#contact" aria-current="page">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3135"><a href="http://ggprx.com/shipping/">Shipping Map</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2620"><a href="http://ggprx.com/hipaa-privacy-policy/">HIPAA Privacy Policy</a></li> </ul> </li> <li style="position:relative;" class="menu-item menu-item-gtranslate"><div style="position:absolute;white-space:nowrap;" id="gtranslate_menu_wrapper_44782"></div></li></ul></div></div> </div> </div> <div class="offscreen-footer h-ui-empty-state-container"> <div data-colibri-id="2305-h16" class="h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-15 style-local-2305-h16 position-relative"> <!----> <div class="h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2"> <!----> <div class="h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-16-outer style-local-2305-h17-outer"> <div data-colibri-id="2305-h17" class="d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-16 style-local-2305-h17 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start"> <!----> <div data-colibri-id="2305-h18" class="h-text h-text-component style-17 style-local-2305-h18 position-relative h-element"> <!----> <!----> <div class=""> <p>© 2019</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div id="offcanvas-overlay-2305-h10" class="offscreen-overlay style-10-offscreenOverlay style-local-2305-h10-offscreenOverlay"></div> </div> </div> </div> </div> </div> </div> </div> </div> <div data-nav-sticky="" style="display: none;"></div> </div> </div> </div> <div data-colibri-id="2305-h24" id="hero" class="h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-25 style-local-2305-h24 position-relative"> <!----> <!----> <div class="h-section-grid-container h-navigation-padding h-section-boxed-container"> <!----> <div data-colibri-id="2305-h25" class="h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-26 style-local-2305-h25 position-relative"> <!----> <div class="h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0"> <!----> <div class="h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-27-outer style-local-2305-h26-outer h-hide-sm"> <div data-colibri-id="2305-h26" class="d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-27 style-local-2305-h26 h-hide-sm position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center"> <!----> <div data-colibri-id="2305-h27" class="h-global-transition-all h-heading style-28 style-local-2305-h27 position-relative h-element"> <!----> <div class="h-heading__outer style-28 style-local-2305-h27"> <!----> <!----> <h1 class="">Your Health Simply Delivered.</h1> </div> </div> <div data-colibri-id="2305-h28" class="h-x-container style-1193 style-local-2305-h28 position-relative h-element"> <!----> <div class="h-x-container-inner style-dynamic-2305-h28-group style-1193-spacing style-local-2305-h28-spacing"><span class="h-button__outer style-770-outer style-local-2305-h29-outer d-inline-flex h-element"><a h-use-smooth-scroll="true" href="https://ggprx.com/enroll2" data-colibri-id="2305-h29" class="d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-770 style-local-2305-h29 position-relative"><!----><!----> <span>get started now</span></a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script type='text/javascript'> (function () { function setHeaderTopSpacing() { // forEach polyfill if(!NodeList.prototype.forEach){ NodeList.prototype.forEach = function (callback) { for(var i=0;i<this.length;i++){ callback.call(this,this.item(i)); } } } // '[data-colibri-component="navigation"][data-overlap="true"]' selector is backward compatibility var navigation = document.querySelector('[data-colibri-navigation-overlap="true"], [data-colibri-component="navigation"][data-overlap="true"]') if (navigation) { var els = document .querySelectorAll('.h-navigation-padding'); if (els.length) { els.forEach(function (item) { item.style.paddingTop = navigation.offsetHeight + "px"; }); } } } setHeaderTopSpacing(); })(); </script> <!-- dynamic header end --> <div class="page-content"> <div id="content" class="content"> <div data-colibri-id="3070-c1" class="style-626 style-local-3070-c1 position-relative"> <!----> <div data-colibri-component="section" data-colibri-id="3070-c2" data-aos="fadeIn" id="overlappable" class="h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-627 style-local-3070-c2 position-relative"> <div class="background-wrapper"> <div class="background-layer background-layer-media-container-lg"> <!----> <div class="overlay-layer"> <div class="overlay-image-layer" style="background-color: rgb(0, 0, 0); opacity: 0.5;"></div> </div> </div> <div class="background-layer background-layer-media-container-md"> <!----> <div class="overlay-layer"> <div class="overlay-image-layer" style="background-color: rgb(0, 0, 0); opacity: 0.5;"></div> </div> </div> <div class="background-layer background-layer-media-container"> <!----> <div class="overlay-layer"> <div class="overlay-image-layer" style="background-color: rgb(0, 0, 0); opacity: 0.5;"></div> </div> </div> </div> <!----> <div class="h-separator" style="height: 100px; bottom: calc(0px);"> <svg style="fill:rgb(44, 89, 102);" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="svg-white-bg" d="M737.9,94.7L0,0v100h1000V0L737.9,94.7z"></path> </svg> </div> <div class="h-section-grid-container h-section-boxed-container"> <!----> <div data-colibri-id="3070-c3" class="h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-1 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-1 style-628 style-local-3070-c3 position-relative"> <!----> <div class="h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-1 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-1"> <!----> <div class="h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-629-outer style-local-3070-c4-outer"> <div data-colibri-id="3070-c4" class="d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-3 h-px-2 v-inner-lg-1 v-inner-md-3 v-inner-2 style-629 style-local-3070-c4 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center"> <!----> <div data-colibri-id="3070-c5" class="h-global-transition-all h-heading style-630 style-local-3070-c5 position-relative h-element"> <!----> <div class="h-heading__outer style-630 style-local-3070-c5"> <!----> <!----> <a href="https://ggprx.com/institutional-facilities/" rel="nofollow" h-use-smooth-scroll="true"> <h4 class="">INSTITUTIONAL FACILITIES</h4> </a> </div> </div> <div data-colibri-id="3070-c6" class="h-text h-text-component style-631 style-local-3070-c6 position-relative h-element"> <!----> <!----> <div class=""> <p>Serving the needs of many Facilities for more than 30 years.</p> </div> </div> </div> </div> </div> <div class="h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-629-outer style-local-3070-c7-outer"> <div data-colibri-id="3070-c7" class="d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-3 h-px-2 v-inner-lg-1 v-inner-md-3 v-inner-2 style-629 style-local-3070-c7 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center"> <!----> <div data-colibri-id="3070-c8" class="h-global-transition-all h-heading style-630 style-local-3070-c8 position-relative h-element"> <!----> <div class="h-heading__outer style-630 style-local-3070-c8"> <!----> <!----> <a href="https://ggprx.com/covid-19-vaccination/" h-use-smooth-scroll="true"> <h4 class="">covid-19 <br>vaccination</h4> </a> </div> </div> <div data-colibri-id="3070-c9" class="h-text h-text-component style-631 style-local-3070-c9 position-relative h-element"> <!----> <!----> <div class=""> <p>Find out if it’s your turn</p> </div> </div> </div> </div> </div> <div class="h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-629-outer style-local-3070-c10-outer"> <div data-colibri-id="3070-c10" class="d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-3 h-px-2 v-inner-lg-1 v-inner-md-3 v-inner-2 style-629 style-local-3070-c10 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center"> <!----> <div data-colibri-id="3070-c11" class="h-global-transition-all h-heading style-630 style-local-3070-c11 position-relative h-element"> <!----> <div class="h-heading__outer style-630 style-local-3070-c11"> <!----> <!----> <a href="https://ggprx.com/independent-patient/" h-use-smooth-scroll="true"> <h4 class="">independent PATIENT</h4> </a> </div> </div> <div data-colibri-id="3070-c12" class="h-text h-text-component style-631 style-local-3070-c12 position-relative h-element"> <!----> <!----> <div class=""> <p><span style="color: rgb(41, 72, 81);">Maintaining a happy and independent lifestyle.</span></p> </div> </div> </div> </div> </div> <div class="h-column h-column-container d-flex h-col-lg-3 h-col-md-3 h-col-12 style-632-outer style-local-3070-c13-outer"> <div data-colibri-id="3070-c13" class="d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-3 h-px-2 v-inner-lg-1 v-inner-md-3 v-inner-2 style-632 style-local-3070-c13 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center"> <!----> <div data-colibri-id="3070-c14" class="h-global-transition-all h-heading style-630 style-local-3070-c14 position-relative h-element"> <!----> <div class="h-heading__outer style-630 style-local-3070-c14"> <!----> <!----> <a href="https://ggprx.com/athelas-facts/" h-use-smooth-scroll="true"> <h4 class="">athelas one</h4> </a> </div> </div> <div data-colibri-id="3070-c15" class="h-text h-text-component style-631 style-local-3070-c15 position-relative h-element"> <!----> <!----> <div class=""> <p>Integrated to make Clozapine management seamless.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div data-colibri-component="section" data-colibri-id="3070-c20" id="custom-packaging" class="h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-763 style-local-3070-c20 position-relative"> <!----> <!----> <div class="h-section-grid-container h-section-boxed-container"> <!----> <div data-colibri-id="3070-c21" class="h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-764 style-local-3070-c21 position-relative"> <!----> <div class="h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2"> <!----> <div data-aos="fadeInLeft" class="h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-765-outer style-local-3070-c22-outer"> <div data-colibri-id="3070-c22" class="d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-765 style-local-3070-c22 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center"> <!----> <div data-colibri-id="3070-c23" class="h-global-transition-all h-heading style-767 style-local-3070-c23 position-relative h-element"> <!----> <div class="h-heading__outer style-767 style-local-3070-c23"> <!----> <!----> <h2 class="">Enjoy the best <em style="color: rgb(247, 144, 7); font-family: "Playfair Display";">Service</em> and <em style="color: rgb(247, 144, 7); font-family: "Playfair Display";">Drug packaging systems</em> combined together</h2> </div> </div> <div data-colibri-id="3070-c24" data-aos="fadeInUp" class="h-text h-text-component style-768 style-local-3070-c24 position-relative h-element"> <!----> <!----> <div class=""> <p><span style="font-weight: 400; font-size: 16px; font-family: "Open Sans"; color: rgb(41, 72, 81);">Our drug packaging systems are individualized to meet the specific needs of our clients and are designed to increase medication compliance and decrease medication errors, drug interactions and medication pass times. </span></p> </div> </div> <div data-colibri-id="3070-c25" class="h-x-container style-769 style-local-3070-c25 position-relative h-element"> <!----> <div class="h-x-container-inner style-dynamic-3070-c25-group style-769-spacing style-local-3070-c25-spacing"><span class="h-button__outer style-770-outer style-local-3070-c26-outer d-inline-flex h-element"><a h-use-smooth-scroll="true" href="https://ggprx.com/enroll2" data-colibri-id="3070-c26" class="d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-770 style-local-3070-c26 position-relative"><!----><!----> <span>get started now</span></a> </span> </div> </div> </div> </div> </div> <div class="h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-771-outer style-local-3070-c27-outer"> <div data-colibri-id="3070-c27" class="d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-771 style-local-3070-c27 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center"> <!----> <div data-colibri-id="3070-c28" data-aos="fadeInRight" class="d-block style-772 style-local-3070-c28 position-relative h-element"> <!----> <div class="h-image__frame-container-outer"> <div class="h-image__frame-container"> <!----> <!----> <img fetchpriority="high" decoding="async" width="682" height="682" src="https://ggprx.com/wp-content/uploads/2021/02/cropped-LTHC_woman_unboxing_ver.11__G7A1630-HDR-1.jpg" class="wp-image-3536 style-772-image style-local-3070-c28-image" alt="" srcset="http://ggprx.com/wp-content/uploads/2021/02/cropped-LTHC_woman_unboxing_ver.11__G7A1630-HDR-1.jpg 682w, http://ggprx.com/wp-content/uploads/2021/02/cropped-LTHC_woman_unboxing_ver.11__G7A1630-HDR-1-300x300.jpg 300w, http://ggprx.com/wp-content/uploads/2021/02/cropped-LTHC_woman_unboxing_ver.11__G7A1630-HDR-1-150x150.jpg 150w" sizes="(max-width: 682px) 100vw, 682px" /> <div class="h-image__frame h-hide-sm style-772-frameImage style-local-3070-c28-frameImage"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div data-colibri-component="section" data-colibri-id="3070-c29" data-aos="fadeInLeft" id="independent" class="h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-end style-794 style-local-3070-c29 h-overflow-hidden position-relative"> <!----> <!----> <div class="h-section-grid-container h-section-boxed-container"> <!----> <div data-colibri-id="3070-c30" class="h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-795 style-local-3070-c30 position-relative"> <!----> <div class="h-row justify-content-lg-end justify-content-md-end justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0"> <!----> <div class="h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-796-outer style-local-3070-c31-outer"> <div data-colibri-id="3070-c31" class="d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-0 style-796 style-local-3070-c31 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-end align-self-md-end align-self-end"> <!----> <div data-colibri-id="3070-c32" class="h-global-transition-all h-heading style-797 style-local-3070-c32 position-relative h-element"> <!----> <div data-aos="tada" class="h-heading__outer style-797 style-local-3070-c32"> <!----> <!----> <h2 class="">Keeping <em style="font-family: "Playfair Display"; color: rgb(3, 169, 244);">YOU</em> <br>Independent</h2> </div> </div> <div data-colibri-id="3070-c33" class="h-text h-text-component style-798 style-local-3070-c33 position-relative h-element"> <!----> <!----> <div class=""> <p>The number 1 problem in treating illness today is a patients’ failure to take prescription medications correctly, regardless of age.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div data-colibri-component="section" data-colibri-id="3070-c34" id="contact" class="h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-640 style-local-3070-c34 position-relative"> <!----> <!----> <div class="h-section-grid-container h-section-fluid-container"> <!----> <div data-colibri-id="3070-c35" class="h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-641 style-local-3070-c35 position-relative"> <!----> <div class="h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0"> <!----> <div class="h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-642-outer style-local-3070-c36-outer h-hide-md h-hide-sm"> <div data-colibri-id="3070-c36" class="d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-642 style-local-3070-c36 h-hide-md h-hide-sm position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100"> <!----> </div> </div> </div> <div class="h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-643-outer style-local-3070-c37-outer"> <div data-colibri-id="3070-c37" class="d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-643 style-local-3070-c37 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center"> <!----> <div data-colibri-id="3070-c38" class="h-global-transition-all h-heading style-644 style-local-3070-c38 position-relative h-element"> <!----> <div class="h-heading__outer style-644 style-local-3070-c38"> <!----> <!----> <h2 class="">Contact us</h2> </div> </div> <div data-colibri-id="3070-c39" class="icon-list d-flex justify-content-lg-start justify-content-md-start justify-content-center style-645 style-local-3070-c39 position-relative h-element"> <!----> <ul class="ul-list-icon vertical-on-desktop vertical-on-tablet vertical-on-mobile justify-content-lg-start justify-content-md-start justify-content-center"> <!----> <li class="list-item no-gutters"> <!----> <div class="list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-center first-el-spacer"></div> <a href="tel:18663084650" h-use-smooth-scroll="true" class="item-link no-gutters"> <div class="d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper"> <div class="d-flex"><span class="h-svg-icon style-645-icon style-local-3070-c39-icon"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)--><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="phone" viewBox="0 0 512 545.5"><path d="M138.5 80c8.375 0 16.656 3.024 23.5 8.5l1 .5.5.5 64 66 1.5 1.5-.5.5c14.174 13.212 13.968 35.53.5 49l-32 32c4.92 11.277 18.33 40.02 44.5 65 26.358 25.16 53.932 39.467 65.5 45l31.5-31.5.5-.5c13.28-13.28 36.72-13.28 50 0l.5 1 65 65c13.28 13.28 13.28 36.22 0 49.5L405 481.5l-.5.5-.5.5c-15.01 12.867-36.04 17.486-55.5 11h-.5c-37.55-14.693-113.51-48.01-181.5-116C98.773 309.773 64.052 234.84 50.5 196c-.035-.1.034-.4 0-.5-6.703-18.434-1.915-39.738 13.5-54l-.5-.5 50-51.5.5-.5 1-.5c6.844-5.476 15.125-8.5 23.5-8.5zm0 32c-1.172 0-2.344.575-3.5 1.5L86.5 163l-.5.5-.5.5c-5.674 4.863-7.44 14.493-5 21 12.12 34.847 45.2 106.7 108.5 170 62.784 62.784 133.224 93.76 169.5 108 9.34 3.113 17.11 1.833 24.5-4.5l49-49c2.72-2.72 2.72-1.78 0-4.5l-65.5-65.5c-2.72-2.72-2.28-2.72-5 0l-40 40-7.5 7.5-10-4.5s-43.83-18.552-81-52.5l-3.5-3c-38.595-36.84-57-86-57-86l-3.5-10 7.5-7 40-40c1.966-1.966.874-3.6 1-3.5l-.5-.5-1-1-64-65.5c-1.156-.925-2.328-1.5-3.5-1.5z"></path></svg></span></div> <span class="list-text d-block"><span>1-(866)-308-4650<br>(P) (415)-455-9042<br>(F) (415)-455-9318<br></span></span> </div> </a> <div class="list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-center"> <!----> </div> </li> <li class="list-item no-gutters"> <!----> <!----><span class="item-link no-gutters"><div class="d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper"><div class="d-flex"><span class="h-svg-icon style-645-icon style-local-3070-c39-icon"><!--Icon by Font Awesome (https://fontawesome.com)--> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="envelope-o" viewBox="0 0 1792 1896.0833"> <path d="M1664 1504V736q-32 36-69 66-268 206-426 338-51 43-83 67t-86.5 48.5T897 1280h-2q-48 0-102.5-24.5T706 1207t-83-67q-158-132-426-338-37-30-69-66v768q0 13 9.5 22.5t22.5 9.5h1472q13 0 22.5-9.5t9.5-22.5zm0-1051v-24.5l-.5-13-3-12.5-5.5-9-9-7.5-14-2.5H160q-13 0-22.5 9.5T128 416q0 168 147 284 193 152 401 317 6 5 35 29.5t46 37.5 44.5 31.5T852 1143t43 9h2q20 0 43-9t50.5-27.5 44.5-31.5 46-37.5 35-29.5q208-165 401-317 54-43 100.5-115.5T1664 453zm128-37v1088q0 66-47 113t-113 47H160q-66 0-113-47T0 1504V416q0-66 47-113t113-47h1472q66 0 113 47t47 113z"></path> </svg></span></div> <span class="list-text d-block"><span>[email protected]</span></span> </div> </span> <div class="list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-center"> <!----> </div> </li> <li class="list-item no-gutters"> <!----> <!----><span class="item-link no-gutters"><div class="d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper"><div class="d-flex"><span class="h-svg-icon style-645-icon style-local-3070-c39-icon"><!--Icon by Simple Line Icons (https://github.com/thesabbir/simple-line-icons)--><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="map" viewBox="0 0 512 514.032"><path d="M496.592 68.52L336.112 1.984 176.392 65.2 15.408 2.016c-1.376-.408-2.72-.56-3.984-.56C4.856 1.424 0 6.328 0 13.704v415c0 8.784 6.936 17.936 15.408 20.28l161.168 63.592 159.504-64.752 160.512 63.064c1.376.376 2.72.56 3.984.56 6.56 0 11.424-4.872 11.424-12.248V88.832c0-8.784-6.936-17.944-15.408-20.312zM192 91.584l128-50.152v380.752l-128 50.592V91.584zM32 44.36l128 47.288v380.88L32 420.392V44.36zm448 425.656l-128-48.192V41.912l128 55.192v372.912z"></path></svg></span></div> <span class="list-text d-block"><span>8 Digital Drive Suite 200<br>Novato, CA 94949</span></span> </div> </span> <div class="list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-center"> <!----> </div> </li> <li class="list-item no-gutters"> <!----> <!----> <a href="https://ggprx.com/hipaa-privacy-policy/" h-use-smooth-scroll="true" class="item-link no-gutters"> <div class="d-flex h-col no-gutters align-items-lg-center align-items-md-center align-items-center list-item-text-wrapper"> <div class="d-flex"><span class="h-svg-icon style-645-icon style-local-3070-c39-icon"><!--Icon by Font Awesome (https://fontawesome.com)--> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="file-o" viewBox="0 0 1611.2499 1896.0833"> <path d="M1468 380q28 28 48 76t20 88v1152q0 40-28 68t-68 28H96q-40 0-68-28t-28-68V96q0-40 28-68T96 0h896q40 0 88 20t76 48zm-444-244v376h376q-10-29-22-41l-313-313q-12-12-41-22zm384 1528V640H992q-40 0-68-28t-28-68V128H128v1536h1280z"></path> </svg></span></div> <span class="list-text d-block"><span>HIPAA Privacy Policy</span></span> </div> </a> <div class="list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-center" style="display: none;"> <!----> </div> <div class="list-container-divider d-flex justify-content-lg-start justify-content-md-start justify-content-center last-el-spacer"></div> </li> </ul> </div> </div> </div> </div> <div class="h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-787-outer style-local-3070-c40-outer"> <div data-colibri-id="3070-c40" class="d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-787 style-local-3070-c40 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start"> <!----> <div data-colibri-id="3070-c41" class="style-788 style-local-3070-c41 position-relative h-element"> <!----> <div class=""> <div class="wpcf7 no-js" id="wpcf7-f3037-p3070-o1" lang="en-US" dir="ltr" data-wpcf7-id="3037"> <div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div> <form action="/#wpcf7-f3037-p3070-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init"> <div style="display: none;"> <input type="hidden" name="_wpcf7" value="3037" /> <input type="hidden" name="_wpcf7_version" value="6.0.6" /> <input type="hidden" name="_wpcf7_locale" value="en_US" /> <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f3037-p3070-o1" /> <input type="hidden" name="_wpcf7_container_post" value="3070" /> <input type="hidden" name="_wpcf7_posted_data_hash" value="" /> <input type="hidden" name="_wpcf7cf_hidden_group_fields" value="[]" /> <input type="hidden" name="_wpcf7cf_hidden_groups" value="[]" /> <input type="hidden" name="_wpcf7cf_visible_groups" value="[]" /> <input type="hidden" name="_wpcf7cf_repeaters" value="[]" /> <input type="hidden" name="_wpcf7cf_steps" value="{}" /> <input type="hidden" name="_wpcf7cf_options" value="{"form_id":3037,"conditions":[],"settings":{"animation":"yes","animation_intime":200,"animation_outtime":200,"conditions_ui":"normal","notice_dismissed":false}}" /> <input type="hidden" name="_wpcf7_recaptcha_response" value="" /> </div> <p><span class="wpcf7-form-control-wrap" data-name="text-116"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required zip" aria-required="true" aria-invalid="false" placeholder="Name" value="" type="text" name="text-116" /></span><br /> <span class="wpcf7-form-control-wrap" data-name="email-965"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email zip" aria-required="true" aria-invalid="false" placeholder="Email Address" value="" type="email" name="email-965" /></span><br /> <span class="wpcf7-form-control-wrap" data-name="subject-116"><input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text zip" aria-invalid="false" placeholder="Subject" value="" type="text" name="subject-116" /></span><br /> <span class="wpcf7-form-control-wrap" data-name="Message-161"><textarea cols="40" rows="10" maxlength="2000" class="wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required zip4" aria-required="true" aria-invalid="false" placeholder="Message" name="Message-161"></textarea></span><br /> <input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="Send" /> </p><div class="wpcf7-response-output" aria-hidden="true"></div> </form> </div> </div> </div> </div> </div> </div> <div class="h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-1377-outer style-local-3070-c42-outer"> <div data-colibri-id="3070-c42" class="d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-1377 style-local-3070-c42 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100"> <!----> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- dynamic footer start --><div data-enabled="false" data-colibri-component="" data-colibri-id="2311-f1" class="page-footer style-1386 style-local-2311-f1 position-relative"> <!----> <div data-colibri-component="section" data-colibri-id="2311-f2" id="footer" class="h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-1416 style-local-2311-f2 position-relative"> <!----> <!----> <div class="h-section-grid-container h-section-boxed-container"> <!----> <div data-colibri-id="2311-f3" class="h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-1446 style-local-2311-f3 position-relative"> <!----> <div class="h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2"> <!----> <div class="h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-1449-outer style-local-2311-f4-outer"> <div data-colibri-id="2311-f4" class="d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-1449 style-local-2311-f4 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start"> <!----> <div data-colibri-id="2311-f5" class="h-text h-text-component style-1451 style-local-2311-f5 position-relative h-element"> <!----> <!----> <div class=""> <p>1-(866)-308-4650</p> <p>(P) (415)-455-9042</p> <p>(F) (415)-455-9318</p> <p>[email protected]</p> <p>8 Digital Drive Suite 200</p> <p>Novato, CA 94949</p> </div> </div> </div> </div> </div> <div class="h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-1447-outer style-local-2311-f6-outer"> <div data-colibri-id="2311-f6" class="d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-1447 style-local-2311-f6 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start"> <!----> <div data-colibri-id="2311-f7" class="style-1448 style-local-2311-f7 position-relative h-element"> <!----> <div class=""><span> <script src="https://static.legitscript.com/seals/5530068.js"></script> </span></div> </div> </div> </div> </div> <div class="h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-1459-outer style-local-2311-f8-outer"> <div data-colibri-id="2311-f8" class="d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-1459 style-local-2311-f8 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start"> <!----> <div data-colibri-id="2311-f9" class="d-block style-1460 style-local-2311-f9 position-relative h-element"> <!----> <div class="h-image__frame-container-outer"> <div class="h-image__frame-container"> <!----> <!----> <img src="http://ggprx.com/wp-content/uploads/2022/12/Pharmacy-Logo-Tagline-e1670880931702.png" class="wp-image-7139 style-1460-image style-local-2311-f9-image" alt="" /> <div class="h-image__frame h-hide-lg h-hide-md h-hide-sm style-1460-frameImage style-local-2311-f9-frameImage"></div> </div> </div> </div> </div> </div> </div> </div> </div> <div data-colibri-id="2311-f10" class="h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-1417 style-local-2311-f10 position-relative"> <!----> <div class="h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2"> <!----> <div class="h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-1418-outer style-local-2311-f11-outer"> <div data-colibri-id="2311-f11" class="d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-1418 style-local-2311-f11 position-relative"> <!----> <!----> <div class="w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start"> <!----> <div data-colibri-id="2311-f12" class="style-1419 style-local-2311-f12 position-relative h-element"> <!----> <div class="h-global-transition-all">© 2025 Golden Gate Pharmacy Services Inc. All Rights Reserved.</div> </div> </div> </div> </div> </div> </div> </div> </div> </div><!-- dynamic footer end --></div><!-- #page --> <script data-name="colibri-frontend-data">window.colibriFrontendData = [];</script> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/colibri-wp\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { if ( ! document.cookie.includes("wpcf7_guest_user_id")) { document.cookie = "wpcf7_guest_user_id=" + crypto.randomUUID() + "; path=/; max-age=" + (12 * 3600) + "; samesite=Lax"; } }); </script> <span id="tipus"></span> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/colibri-page-builder-pro/extend-builder/assets/static/swiper/js/swiper.js?ver=1.0.379-pro" id="swiper-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.0.6" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-before"> /* <![CDATA[ */ var wpcf7 = { "api": { "root": "http:\/\/ggprx.com\/wp-json\/", "namespace": "contact-form-7\/v1" } }; /* ]]> */ </script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0.6" id="contact-form-7-js"></script> <script type="text/javascript" id="codedropz-uploader-js-extra"> /* <![CDATA[ */ var dnd_cf7_uploader = {"ajax_url":"http:\/\/ggprx.com\/wp-admin\/admin-ajax.php","ajax_nonce":"55e2a20007","drag_n_drop_upload":{"tag":"h3","text":"Drag & Drop Files Here","or_separator":"or","browse":"Browse Files","server_max_error":"The uploaded file exceeds the maximum upload size of your server.","large_file":"Uploaded file is too large","inavalid_type":"Uploaded file is not allowed for file type","max_file_limit":"Note : Some of the files are not uploaded ( Only %count% files allowed )","required":"This field is required.","delete":{"text":"deleting","title":"Remove"}},"dnd_text_counter":"of","disable_btn":""}; /* ]]> */ </script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/codedropz-uploader-min.js?ver=1.3.8.9" id="codedropz-uploader-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/date-time-picker-for-contact-form-7/assets/js/jquery.datetimepicker.full.min.js?ver=6.8.1" id="walcf7-datepicker-js-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/date-time-picker-for-contact-form-7/assets/js/datetimepicker.js?ver=1.0.0" id="walcf7-datepicker-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/cf7-phone-mask-field/assets/js/jquery.maskedinput.js?ver=1.4" id="wpcf7mf-mask-js"></script> <script type="text/javascript" id="wpcf7cf-scripts-js-extra"> /* <![CDATA[ */ var wpcf7cf_global_settings = {"ajaxurl":"http:\/\/ggprx.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/cf7-conditional-fields/js/scripts.js?ver=2.5.11" id="wpcf7cf-scripts-js"></script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6Led9mYaAAAAADIpHADp8YhaGxcjrBeDKh30fmEo&ver=3.0" id="google-recaptcha-js"></script> <script type="text/javascript" src="http://ggprx.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" id="wpcf7-recaptcha-js-before"> /* <![CDATA[ */ var wpcf7_recaptcha = { "sitekey": "6Led9mYaAAAAADIpHADp8YhaGxcjrBeDKh30fmEo", "actions": { "homepage": "homepage", "contactform": "contactform" } }; /* ]]> */ </script> <script type="text/javascript" src="http://ggprx.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.0.6" id="wpcf7-recaptcha-js"></script> <script type="text/javascript" id="gt_widget_script_45990470-js-before"> /* <![CDATA[ */ window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['45990470'] = {"default_language":"en","languages":["en","es"],"url_structure":"none","flag_style":"3d","flag_size":24,"wrapper_selector":"#gtranslate_menu_wrapper_22027","alt_flags":{"en":"usa","es":"mexico"},"switcher_open_direction":"top","switcher_horizontal_position":"inline","switcher_text_color":"#666","switcher_arrow_color":"#666","switcher_border_color":"#ccc","switcher_background_color":"#fff","switcher_background_shadow_color":"#efefef","switcher_background_hover_color":"#fff","dropdown_text_color":"#000","dropdown_hover_color":"#fff","dropdown_background_color":"#eee","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"}; /* ]]> */ </script><script src="http://ggprx.com/wp-content/plugins/gtranslate/js/dwf.js?ver=6.8.1" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/" data-gt-orig-domain="ggprx.com" data-gt-widget-id="45990470" defer></script><script type="text/javascript" id="gt_widget_script_80965908-js-before"> /* <![CDATA[ */ window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['80965908'] = {"default_language":"en","languages":["en","es"],"url_structure":"none","flag_style":"3d","flag_size":24,"wrapper_selector":"#gtranslate_menu_wrapper_44782","alt_flags":{"en":"usa","es":"mexico"},"switcher_open_direction":"top","switcher_horizontal_position":"inline","switcher_text_color":"#666","switcher_arrow_color":"#666","switcher_border_color":"#ccc","switcher_background_color":"#fff","switcher_background_shadow_color":"#efefef","switcher_background_hover_color":"#fff","dropdown_text_color":"#000","dropdown_hover_color":"#fff","dropdown_background_color":"#eee","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"}; /* ]]> */ </script><script src="http://ggprx.com/wp-content/plugins/gtranslate/js/dwf.js?ver=6.8.1" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/" data-gt-orig-domain="ggprx.com" data-gt-widget-id="80965908" defer></script></body> </html>