CINXE.COM
HLS
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>HLS</title> <meta name="description" content="VenU helps businesses improve performance by identifying specific business needs, goals and objectives; focusing on best practices; and designing training venues that maximize knowledge. VenU delivers complete blended learning solutions - combining world-class e-Learning courseware, and highly effective classroom training. - Pre-built and customizable e-Learning courses - Custom courseware development - Classroom training - Custom-branded Learning Management System(LMS) - Training consultation - When it comes to training employees, sales channels and customers, businesses turn to VenU to Maximize Knowledge."> <meta name="keywords" content="Corporate e-Learning and Training, knowledge, learning, training, elearning, business, education, sales skills, blended learning, consulting, solutions, learning management system, lms, product knowledge, compliance, sales channels, performance, best practices, business skills, custom, courseware, e-learning, classroom training, venu, ven-u, venue, goals, objectives, interactive, streaming video, role-playing, online references, chat rooms, e-mail, taxonomy, professional services, online, instructional design, blooms, digital"> <link rel="shortcut icon" href="https://hls.gehealthcare.com/lms/../momentum/favicon.ico" /> <!-- required for the multiselect in the registration process --> <link rel="stylesheet" type="text/css" href="https://hls.gehealthcare.com/lms/lib/javascripts/shared/plugin_styles.css" /> <!--LMS fonts css--> <link href="https://hls.gehealthcare.com/lms/theme/standard/styles_fonts.css" rel="stylesheet"> <!--bootstrap5 css--> <link href="https://hls.gehealthcare.com/lms/../momentum/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!--ion icon fonts css--> <link href="https://hls.gehealthcare.com/lms/../momentum/icons/css/ionicons.css" rel="stylesheet"> <!-- Open Sans Font --> <link rel="stylesheet" href="https://use.typekit.net/qeu3rzf.css"> <!--fontawesome css--> <link href="https://hls.gehealthcare.com/lms/../momentum/css/all.css" rel="stylesheet"> <!--custom css--> <link href="https://hls.gehealthcare.com/lms/../momentum/css/style.css" rel="stylesheet" type="text/css"> <!--flex slider css--> <link href="https://hls.gehealthcare.com/lms/../momentum/css/flexslider.css" rel="stylesheet"> <script src="https://hls.gehealthcare.com/lms/../momentum/js/jquery-3.6.0.min.js" type="text/javascript"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://hls.gehealthcare.com/lms/../momentum/js/html5shiv.js"></script> <script src="https://hls.gehealthcare.com/lms/../momentum/js/respond.min.js"></script> <![endif]--> <script language="javascript"> var sWebAddr = 'https://hls.gehealthcare.com/lms/login/index.php'; function PopUserEnroll(url) { var url = "../lms/register/index.php"; var width = 700; var height = 500; var Xcord = (window.screen.width-width)/2; var Ycord = ((window.screen.height-height)/2-50); window.open(url, "cnewBian", "width="+width+",height="+height+", top="+Ycord+", left="+Xcord+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes"); } function forgotPass() { var url = "https://hls.gehealthcare.com/lms/../momentum/forgotpassword.php?lang=en_utf8"; document.location.replace(url); } function checkForm(formid) { if (formid ==1) { if(document.frmMain.username.value=="") { alert("Please enter a username."); document.frmMain.username.focus(); return false; } if(document.frmMain.password.value=="") { alert("Please enter a password."); document.frmMain.password.focus(); return false; } document.frmMain.action = sWebAddr; } else if (formid ==2) { if(document.frmMain2.username2.value=="") { alert("Please enter a username."); document.frmMain2.username2.focus(); return false; } if(document.frmMain2.password2.value=="") { alert("Please enter a password."); document.frmMain2.password2.focus(); return false; } document.frmMain2.action = sWebAddr; } else if (formid ==3) { if(document.frmMain3.username3.value=="") { alert("Please enter a username."); document.frmMain3.username3.focus(); return false; } if(document.frmMain3.password3.value=="") { alert("Please enter a password."); document.frmMain3.password3.focus(); return false; } document.frmMain3.action = sWebAddr; } else if (formid ==4) { if(document.frmMain4.username4.value=="") { alert("Please enter a username."); document.frmMain4.username4.focus(); return false; } if(document.frmMain4.password4.value=="") { alert("Please enter a password."); document.frmMain4.password4.focus(); return false; } document.frmMain4.action = sWebAddr; } else { if(document.frmMain5.username5.value=="") { alert("Please enter a username."); document.frmMain5.username5.focus(); return false; } if(document.frmMain5.password5.value=="") { alert("Please enter a password."); document.frmMain5.password5.focus(); return false; } document.frmMain5.action = sWebAddr; } //logUserIn(); return true; } var urlAddress = "http://www.onesourceuniversity.com"; var pageName = "OneSource University by MarketSource"; function addToFavorites() { if (window.external) { window.external.AddFavorite(urlAddress,pageName) } else { alert("Sorry! Your browser doesn't support this function."); } } </script> <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?compat=recaptcha" async defer></script> <!-- Nav Menu Hider and Shower --> <script> // Sticky Header $(document).scroll(function () { //stick nav to top of page var y = $(this).scrollTop(); var navWrap = $('#navWrap').offset().top; if (y > navWrap) { $('nav').addClass('sticky'); $('bodytop').addClass('stickied'); } else { $('nav').removeClass('sticky'); $('bodytop').removeClass('stickied'); } }); //Session Timeout Modal Start $(document).ready(function(){ }); //Session Timeout Modal End </script> <style> body { margin:0; } #navWrap { height:auto; z-index:9999; } .sticky { position: fixed; top:0; width: 100%; z-index: 999999; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); background-color: white; } .systemtest_container { overflow: visible !important; } h1 { margin: 0; } /* The Login Box (background) */ .login-modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 99999; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: transparent; } /* Modal Content/Box */ .login-modal-content { position: relative; float: right; width: 262px; padding-bottom: 20px; background-color: rgba(60,92,155,.9); color: #FFFFFF; box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%); z-index: 999999; border: 1px solid white; border-radius: 20px; top: 94px; right: 132px; margin-right: 0px; } /* The Close Button */ .login-close { color: #aaa; float: right; font-size: 28px; font-weight: bold; margin-right: 10px; } .login-close:hover, .login-close:focus { color: white; text-decoration: none; cursor: pointer; } .navbar-form .form-group { width: 97% !important; } .form-group #submitbutton { float: right !important; } /* required for the multiselect in the registration process */ /* taken from styles_color.css */ .masterselect, .masterselect:hover, span.multiselect-item, .ui-state-active span.licombobox { color: #333!important; } /* taken from styles_layout.css */ button.masterselect.ui-multiselect { border-radius: 0; } .ui-multiselect-header { padding: 5px 5px 0 5px!important; } .btn.btn-default.ui-multiselect-all, .btn.btn-default.ui-multiselect-none { margin-bottom: 5px; } span.licombobox { font-family: oxygen, Arial, Helvetica, sans-serif; display: initial!important; line-height: 2!important; } span.licombobox span:first-child{ font-weight: bold!important; } span.multiselect-item { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: inline-block; padding-top: 4px; width: 92%; } span.ui-icon-triangle-2-n-s { margin-top: 4px; } ul.ui-multiselect-checkboxes.ui-helper-reset { height: 325px; } .ui-multiselect-all:hover, .ui-multiselect-none:hover, .ui-multiselect-submit:hover, .ui-multiselect-close:hover { text-decoration: none !important; } .ui-widget-header { border-top: none !important; border-left: none !important; border-right: none !important; border-bottom: 1px solid #aaaaaa !important; } .ui-widget-content { border: 1px solid #cccccc !important; } .ui-multiselect-menu { padding: 0px !important; } .ui-widget-header { border-top: none !important; border-left: none !important; border-right: none !important; border-bottom: 1px solid #aaaaaa !important; } .ui-widget-content { border: 1px solid #cccccc !important; } .ui-multiselect-checkboxes { overflow-y: inherit; } .ui-multiselect-menu { padding: 0px !important; word-break:break-all !important; overflow: hidden !important; } .ui-multiselect-checkboxes li { padding-right: 3px; padding-top: 3px !important; padding-bottom: 3px !important; } .ui-multiselect-all .ms-select-all-text, .ui-multiselect-none .ms-select-none-text { margin-left: 5px; } .pull-right { float: right; } /* taken from header.hmtl */ .ui-multiselect-checkboxes { overflow-y: auto !important; } .ui-widget-content { border: none; } /* taken from theme_styles.php */ .ui-multiselect-submit { background-color: #6400A0 !important; color: #FFFFFF !important; } .ui-widget-header, .ui-widget-content { background-color: #FFFFFF !important; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { background-color: #F7F7F7 !important; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { color: #6400A0 !important; } button.masterselect.ui-multiselect, button.bodytext30.masterselect.ui-multiselect.ui-widget.ui-state-default.ui-corner-all.form-control.ui-state-active { background-color: #F7F7F7 !important; } .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label, .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { background-color: #4C4F54 !important; } .ui-multiselect-filter ::placeholder { color: #57585A !important; } .ui-multiselect-filter .form-control { color: #2D2D2D !important; } .ui-widget input { font-family: open-sans, Arial, Helvetica, sans-serif !important; font-size: 14px !important; font-weight: bold !important; } /* custom for the registration process */ .ui-widget { margin-top: 0px !important; padding-top: 4px !important; padding-bottom: 0px !important; } .ui-widget-header input[type="text"] { border: none !important; background-color: transparent !important; padding: 10px 0px; padding-left: 5px; border-bottom: 1px solid !important; } .ui-widget-header .input-group-addon { padding: 6px 10px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; } .ui-widget-header .input-group-addon { transition: border-color 0.3s; -o-transition: border-color 0.3s; -ms-transition: border-color 0.3s; -moz-transition: border-color 0.3s; -webkit-transition: border-color 0.3s; transition: background-color 0.3s; -o-transition: background-color 0.3s; -ms-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -webkit-transition: background-color 0.3s; } /* required for the multiselect in the registration process - end */ </style> </head> <body class="bodyhome"> <a name="top"></a> <div id="navWrap"> <header class="nav-social-bar"></header> <!-- Fixed Header --> <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header" id="navbar-header-clear"> <a class="navbar-brand" href="index.php"><img class="img-responsive" src="images/logo.svg" alt="HLS" /></a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> <i class="fa fa-bars"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse"> <!-- Header Links --> <ul id="menu-navbar-1" class="nav navbar-nav d-none d-md-block"> <li> <a href="contactus.php">Contact Us</a> <a href="https://efs.sso.gehealthcare.com/fss/idp/startSSO.ping?PartnerSpId=gehchlsvenu" class="menu-link">GE HealthCare Employee Login</a> </li> </ul> <div id="menu-mobile" class="nav navbar-nav navbar-right d-block d-sm-block d-md-none text-end"> <!-- Start New Login Fields --> <a href="https://efs.sso.gehealthcare.com/fss/idp/startSSO.ping?PartnerSpId=gehchlsvenu" class="menu-link">GE HealthCare Employee Login</a> <br> <a href="contactus.php">Contact Us</a> <!-- End New Login Fields --> </div> </div><!-- /.navbar-collapse --> </div><!-- /.container-fluid --> </nav> </div> <bodytop></bodytop> <!-- ***************************** Main Content Begin ***************************** --> <style> #sessionTimeoutModal .modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: rgba(0,0,0,.9); background-clip: padding-box; border: 2px solid white; border-radius: 20px; outline: 0; color: #fff; } .btn-purple { color: white; } </style> <!-- Session Timeout Modal Start --> <div class="modal fade" style="z-index: 9999999;" id="sessionTimeoutModal" tabindex="-1" role="dialog" aria-labelledby="sessionTimeoutModal" aria-hidden="true"> <div class="modal-dialog modal-lg modal-dialog-center"> <div class="modal-content"> <div class="modal-body" style="padding-bottom: 0px;"> <h4 class="modal-title" id="modalTitleStyle">Session Timed Out</h4> <p>Your session has timed out due to inactivity. Please close this window and sign in again.</p> <button type="button" class="btn-close" style="float:right;" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-footer" style="margin-top: 0px; border-top: none;"> <button type="button" class="btn btn-purple" data-bs-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Session Timeout Modal End --> <!-- Carousel Start ================================================== --> <!-- Custom CSS --> <link href="https://hls.gehealthcare.com/lms/../momentum/css/full-slider.css" rel="stylesheet"> <!-- Full Page Image Background Carousel Header --> <div id="myCarousel" class="carousel slide"> <!-- Set the second background image using inline CSS below. --> <!--<div class="fill" style="background-image:url('images/gehc_hp_carousel03_dt.jpg'); opacity: 0.3;"></div>--> <div class="carousel-caption"> <div class="covertxt"> <div class="row"> <div class="col-xs-12 col-sm-8 col-md-6 col-8 text-start"> <div class="slidecenter"> <h1>Welcome to the<br>GE HealthCare<br>Learning System</h1> <h3>Your portal to access GE HealthCare training and education including continuing education (CE) courses and GE HealthCare product training.</h3> <span class="slidesub">Click here to log into your existing account.</span><br> <input type="submit" name="SSO Login" value="Log In" class="btn btn-light" onClick="javascript:window.location.href='match.php'"> <span class="d-none d-xl-block"> <span class="slidesub">Please obtain a code from your facility and click here to register for a new account.</span><br> <input type="submit" name="Register for New Account" value="Register for New Account" class="btn btn-light" onClick="javascript:window.location.href='match.php?code=1'"> </span> </div> </div> <div class="hidden-xs col-sm-4 col-md-6 col-4 text-center"> <div id="carouselSlides" class="carousel slide" data-bs-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> <img src="images/gehc_hp_carousel02_dt.webp" alt="Healthcare Equipment" title="Healthcare Equipment" class="hero-circle"> </div> <div class="carousel-item"> <img src="images/gehc_hp_carousel03_dt.jpg" alt="Healthcare Equipment" title="Healthcare Equipment" class="hero-circle"> </div> <div class="carousel-item"> <img src="images/dec2024-1.jpg" alt="Healthcare Equipment" title="Healthcare Equipment" class="hero-circle"> </div> <div class="carousel-item"> <img src="images/dec2024-2.jpg" alt="Healthcare Equipment" title="Healthcare Equipment" class="hero-circle"> </div> <div class="carousel-item"> <img src="images/dec2024-3.jpg" alt="Healthcare Equipment" title="Healthcare Equipment" class="hero-circle"> </div> </div> <!-- <button class="carousel-control-prev" type="button" data-bs-target="#carouselSlides" data-bs-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="visually-hidden">Previous</span> </button> <button class="carousel-control-next" type="button" data-bs-target="#carouselSlides" data-bs-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span> </button> --> </div> </div> </div> <div class="row"> <div class="d-block d-xl-none text-start"> <span class="slidesub">Register for a NEW account or use an EXISTING account to redeem access for education and training.</span><br> <input type="submit" name="Redeem Code" value="Redeem Code" class="btn btn-light" onClick="javascript:window.location.href='match.php?code=1'"> </div> </div> </div> </div> </div> <!-- Carousel End ================================================== --> <a name="exploremore"></a> <section class="gray-bar"> <div class="d-block d-sm-none text-center"> <div id="carouselSlides2" class="carousel slide" data-bs-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> <img src="images/gehc_hp_carousel02_dt.webp" alt="Healthcare Equipment" title="Healthcare Equipment" class="hero-circle"> </div> <div class="carousel-item"> <img src="images/gehc_hp_carousel03_dt.jpg" alt="Healthcare Equipment" title="Healthcare Equipment" class="hero-circle"> </div> <div class="carousel-item"> <img src="images/dec2024-1.jpg" alt="Healthcare Equipment" title="Healthcare Equipment" class="hero-circle"> </div> <div class="carousel-item"> <img src="images/dec2024-2.jpg" alt="Healthcare Equipment" title="Healthcare Equipment" class="hero-circle"> </div> <div class="carousel-item"> <img src="images/dec2024-3.jpg" alt="Healthcare Equipment" title="Healthcare Equipment" class="hero-circle"> </div> </div> <!-- <button class="carousel-control-prev" type="button" data-bs-target="#carouselSlides2" data-bs-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="visually-hidden">Previous</span> </button> <button class="carousel-control-next" type="button" data-bs-target="#carouselSlides2" data-bs-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="visually-hidden">Next</span> </button> --> </div> </div> </section> <section class="next-gen"> <div class="container"> <div class="row"> <div class="col-12 text-start"> <h2 style="color:black;">Have a question? We would love to hear from you.</h2> <a href="contactus.php" class="btn btn-light">Contact Us</a> </div> </div> </div> </section> <section id="footer-default" class="padding-40"> <div class="container"> <div class="row"> <div class="col-12 col-md-6 col-lg-6 col-xl-8 text-start"> <span>© 2025 GE HealthCare. GE is a trademark of General Electric Company. Used under trademark license.</span> </div> <div class="col-12 col-md-6 col-lg-6 col-xl-4 text-start"> <div class="row footerlink"> <div class="col-lg-12 col-xl-6"> <a onclick="window.evidon.notice.showOptions()" title="Cookie Preferences" class="menu__link mr-20" style="cursor: pointer;">Cookie Preferences <span class="geui-icon geui-icon-blue geui-icon-external"></span></a> </div> <div class="col-lg-12 col-xl-6"> <a href="https://www.gehealthcare.com/about/terms-and-conditions" target="_blank" title="" class="menu__link mr-20">Terms and Conditions <span class="geui-icon geui-icon-blue geui-icon-external"></span></a> </div> <div class="col-12"> <a href="https://www.gehealthcare.com/about/privacy/privacy-policy" target="_blank" title="" class="menu__link">Privacy Policy <span class="geui-icon geui-icon-blue geui-icon-external"></span></a><br> <a href="https://www.gehealthcare.com/-/jssmedia/gehc/us/files/privacy-policy/gehccaliforniaonlineprivacypolicyfinal.pdf?rev=9e64afdab36541088b97048ee5280743" target="_blank" title="" class="menu__link">California Privacy Policy <span class="geui-icon geui-icon-blue geui-icon-external"></span></a><br> <a href="https://submit-irm.trustarc.com/services/validation/66c4cc7e-4cb1-4c8e-80cb-37064aaf2774" target="_blank" title="" class="menu__link">Do Not Sell or Share My Personal Information <span class="geui-icon geui-icon-blue geui-icon-external"></span></a> </div> </div> </div> </div> </div><!--container--> </section><!--footer default end--> <header class="nav-social-bar"></header> <!--scripts--> <script> $(window).scroll(function(){ if ($(this).scrollTop() > 2) { $('nav').addClass('bg-light-transparent'); } else { $('nav').removeClass('bg-light-transparent'); } }); </script> <script> // Login Box // Get the modal var modal = document.getElementById('loginmyModal'); // Get the button that opens the modal var btn = document.getElementById("login-myBtn"); // Get the <span> element that closes the modal var span = document.getElementsByClassName("close")[0]; if (btn) { // When the user clicks on the button, open the modal btn.onclick = function() { modal.style.display = "block"; } } if (span) { // When the user clicks on <span> (x), close the modal span.onclick = function() { modal.style.display = "none"; } } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } } // Bootstrap override to toggle menu - LH $(".navbar-toggle").click(function(event) { $(".navbar-collapse").toggle('in'); }); </script> <script src="bootstrap/js/bootstrap.bundle.min.js" type="text/javascript"></script> <script> $(document).ready(function() { $("input[placeholder]").each(function () { var $this = $(this); if($this.val() == ""){ $this .val($this.attr("placeholder")) .focus(function(){ if($this.val() == $this.attr("placeholder")) { $this.val(""); } }) .blur(function(){ if($this.val() == "") { $this.val($this.attr("placeholder")); } }); } }); }); </script> <script type="text/javascript"> (function (id) { function append(scriptid, url, async) { var d = document, sn = 'script', f = d.getElementsByTagName(sn)[0]; if (!f) f = d.head; var s = d.createElement(sn); s.async = async; s.id = scriptid; s.src = url; s.charset = 'utf-8'; f.parentNode.insertBefore(s, f); } function is2parttld(value) { var tldindicators = ['co', 'com', 'info', 'web', 'info', 'gov', 'edu', 'biz', 'net', 'org']; var countryindicators = ['uk', 'us', 'fr', 'es', 'de', 'at', 'au', 'ae', 'be', 'br', 'ca', 'ch', 'cn', 'co', 'cz', 'dk', 'eg', 'eu', 'fi', 'gb', 'gr', 'hk', 'hr', 'hu', 'ie', 'in', 'jp', 'mx', 'nl', 'no', 'nz', 'pl', 'ro', 'ru', 'se']; return (tldindicators.indexOf(value) !== -1 || countryindicators.indexOf(value) !== -1); } function getRootDomain() { var parts = window.location.hostname.split('.'); if (parts.length === 2) rootDomain = parts[0]; else if (parts.length > 2) { // see if the next to last value is a common tld var part = parts[parts.length - 2]; if (is2parttld(part)) { rootDomain = parts[parts.length - 3]; // go back one more } else { rootDomain = part; } } return rootDomain; } window.evidon = {}; window.evidon.id = id; window.evidon.test = false; // set to true for non-production testing. //window.evidon.userid = ''; var cdn = '//c.evidon.com/', rootDomain = getRootDomain(), noticecdn = cdn + 'sitenotice/'; append('evidon-notice', noticecdn + 'evidon-sitenotice-tag.js', false); append('evidon-location', cdn + 'geo/country.js', true); append('evidon-themes', noticecdn + id + '/snthemes.js', true); if (rootDomain) append('evidon-settings', noticecdn + id + '/' + rootDomain + (window.evidon.test ? '/test' : '') + '/settingsV2.js', true); window.evidon.priorConsentCallback = function (categories, vendors, cookies) { // add the tags which need to wait for prior consent // here. This should be all your advertising tags and // probably most of your social and tracking tags. } window.evidon.closeCallback = function () { // this is executed if the user closed a UI element without either Accepting (providing consent) // or Declining (declining to provide consent). } window.evidon.consentWithdrawnCallback = function () { // this is exeucted if the user withdraws consent and elects to // no longer allow technologies to run on the site. } window.evidon.consentDeclinedCallback = function () { // this is executed if the user explicitly declines giving consent by // using a Decline button window.evidon.notice.dropSuppressionCookie(365); // 365 days } let styleTag = document.createElement('style'); styleTag.type = 'text/css'; styleTag.textContent = '.slideron{ background-color: #6022A6 !important; }' + '.evidon-prefdiag-message a{ color: #6022A6 !important; }'; document.head.appendChild(styleTag); })(8523); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-84479060-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>