index.html
95.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7" dir="ltr" lang="en-US"
prefix="og: https://ogp.me/ns#" ><![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8" dir="ltr" lang="en-US"
prefix="og: https://ogp.me/ns#" ><![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9" dir="ltr" lang="en-US"
prefix="og: https://ogp.me/ns#" ><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" dir="ltr" lang="en-US"
prefix="og: https://ogp.me/ns#" >
<!--<![endif]-->
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
<meta name="google-site-verification" content="GTvP0lRrA3o8bYYjvi8LR64PZIYIPLPVyxGj9EDQm2M" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<meta name="viewport" content="width=device-width" />
<meta name="facebook-domain-verification" content="yvu0p7s5ycmx5htkiw6wn8hmyb2rbo" />
<script type="rocketlazyloadscript">
dataLayer = [{
'userId': '0'
}];
</script>
<script type="rocketlazyloadscript">
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'//www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-MWQJ2F');
</script>
<link rel="shortcut icon" type="image/x-icon" href="http://commonwell.test/favicon.ico">
<link rel="apple-touch-icon" href="http://commonwell.test/apple-touch-icon.png">
<!-- All in One SEO 4.2.8 - aioseo.com -->
<title>The Commonwell</title>
<meta name="robots" content="max-image-preview:large" />
<link rel="canonical" href="http://commonwell.test/" />
<meta name="generator" content="All in One SEO (AIOSEO) 4.2.8 " />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="The Commonwell | The Commonwell Mutual Insurance Group" />
<meta property="og:type" content="article" />
<meta property="og:title" content="The Commonwell" />
<meta property="og:url" content="http://commonwell.test/" />
<meta property="article:published_time" content="2019-04-10T17:13:28+00:00" />
<meta property="article:modified_time" content="2022-11-04T17:04:45+00:00" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="The Commonwell" />
<!-- All in One SEO -->
<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />
<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />
<link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' />
<link rel='dns-prefetch' href='//cdn.datatables.net' />
<link rel='dns-prefetch' href='//stackpath.bootstrapcdn.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//thecommonwell.ca' />
<link data-minify="1" rel='stylesheet' id='tzcm_style-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/tenzing-campaign-monitor/css/tzcm.css?ver=1664292357' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='slick-css' href='http://commonwell.test/wp-content/cache/min/1/npm/slick-carousel@1.8.1/slick/slick.css?ver=1668389447' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='slick-theme-css' href='http://commonwell.test/wp-content/cache/min/1/npm/slick-carousel@1.8.1/slick/slick-theme.css?ver=1668389448' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='block-slider-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/blocks/quotes/style.css?ver=1668389448' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='badgeos-font-awesome-css' href='http://commonwell.test/wp-content/cache/min/1/font-awesome/4.7.0/css/font-awesome.min.css?ver=1664292357' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='http://commonwell.test/wp-includes/css/dist/block-library/style.min.css?ver=ea814337c6bd243088304457e1ccbbf7' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='ugb-style-css-v2-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/stackable-ultimate-gutenberg-blocks/dist/deprecated/frontend_blocks_deprecated_v2.css?ver=1664292357' type='text/css' media='all' />
<style id='ugb-style-css-v2-inline-css' type='text/css'>
:root {
--content-width: 900px;
}
</style>
<link rel='stylesheet' id='wp-components-css' href='http://commonwell.test/wp-includes/css/dist/components/style.min.css?ver=ea814337c6bd243088304457e1ccbbf7' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-editor-css' href='http://commonwell.test/wp-includes/css/dist/block-editor/style.min.css?ver=ea814337c6bd243088304457e1ccbbf7' type='text/css' media='all' />
<link rel='stylesheet' id='wp-nux-css' href='http://commonwell.test/wp-includes/css/dist/nux/style.min.css?ver=ea814337c6bd243088304457e1ccbbf7' type='text/css' media='all' />
<link rel='stylesheet' id='wp-reusable-blocks-css' href='http://commonwell.test/wp-includes/css/dist/reusable-blocks/style.min.css?ver=ea814337c6bd243088304457e1ccbbf7' type='text/css' media='all' />
<link rel='stylesheet' id='wp-editor-css' href='http://commonwell.test/wp-includes/css/dist/editor/style.min.css?ver=ea814337c6bd243088304457e1ccbbf7' type='text/css' media='all' />
<link rel='stylesheet' id='bos_blocks-bos-style-css-css' href='http://commonwell.test/wp-content/plugins/badgeos/includes/blocks/dist/blocks.style.build.css?ver=1.0.0' type='text/css' media='1' />
<link rel='stylesheet' id='classic-theme-styles-css' href='http://commonwell.test/wp-includes/css/classic-themes.min.css?ver=1' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.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;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel='stylesheet' id='contact-form-7-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=1664292357' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='cookie-law-info-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-public.css?ver=1664292357' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='cookie-law-info-gdpr-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-gdpr.css?ver=1664292357' type='text/css' media='all' />
<link rel='stylesheet' id='learndash_quiz_front_css-css' href='//commonwell.test/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min.css?ver=4.3.1.3' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-dropdown-css-css' href='//commonwell.test/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min.css?ver=4.3.1.3' type='text/css' media='all' />
<link rel='stylesheet' id='learndash_lesson_video-css' href='//commonwell.test/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=4.3.1.3' type='text/css' media='all' />
<link rel='stylesheet' id='uncannyowl-learndash-toolkit-free-css' href='http://commonwell.test/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.css?ver=3.6.4.1' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='ultp-frontend-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/uncanny-toolkit-pro/src/assets/dist/frontend/bundle.min.css?ver=1664292357' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='UserAccessManagerLoginForm-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/user-access-manager/assets/css/uamLoginForm.css?ver=1664292357' type='text/css' media='screen' />
<link data-minify="1" rel='stylesheet' id='wpsl-styles-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/wp-store-locator/css/styles.min.css?ver=1664292357' type='text/css' media='all' />
<link rel='stylesheet' id='ye_dynamic-css' href='http://commonwell.test/wp-content/plugins/youtube-embed/css/main.min.css?ver=5.2.3' type='text/css' media='all' />
<link rel='stylesheet' id='badgeos-single-css' href='http://commonwell.test/wp-content/plugins/badgeos/css/badgeos-single.min.css?ver=3.7.1.5' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='cf7mls-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/cf7-multi-step/assets/frontend/css/cf7mls.css?ver=1664292357' type='text/css' media='all' />
<link rel='stylesheet' id='cf7mls_animate-css' href='http://commonwell.test/wp-content/plugins/cf7-multi-step/assets/frontend/animate/animate.min.css?ver=2.7.3' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='dnd-upload-cf7-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/drag-and-drop-upload-cf7-pro/assets/css/dnd-upload-cf7.css?ver=1664292357' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='bootstrap-css' href='http://commonwell.test/wp-content/cache/min/1/bootstrap/3.2.0/css/bootstrap.min.css?ver=1664292357' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='fontawsome-css' href='http://commonwell.test/wp-content/cache/min/1/font-awesome/4.6.3/css/font-awesome.min.css?ver=1664292358' type='text/css' media='all' />
<link rel='stylesheet' id='Material-css' href='https://fonts.googleapis.com/icon?family=Material+Icons&ver=ea814337c6bd243088304457e1ccbbf7' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='bxslider-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/styles/vendor/jquery.bxslider.css?ver=1664292358' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='qtip-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/styles/vendor/jquery.qtip.css?ver=1664292358' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='jqdataTables-css' href='http://commonwell.test/wp-content/cache/min/1/1.10.18/css/dataTables.bootstrap.min.css?ver=1664292358' type='text/css' media='all' />
<link rel='stylesheet' id='tooltipster-css' href='http://commonwell.test/wp-content/themes/commonwell-corp/styles/vendor/tooltipster.bundle.min.css?ver=ea814337c6bd243088304457e1ccbbf7' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='input_skins-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/styles/input_skins/all.css?ver=1664292358' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='global-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/styles/brokers/landing-page/broker_landing.css?ver=1664292358' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='broker_new-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/styles/broker_new.css?ver=1664292358' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='main-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/styles/main.css?ver=1664292358' type='text/css' media='all' />
<link rel='stylesheet' id='lightbox-css' href='http://commonwell.test/wp-content/themes/commonwell-corp/styles/vendor/lightbox.min.css?ver=ea814337c6bd243088304457e1ccbbf7' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='learndash-front-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min.css?ver=1664292358' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='cf7cf-style-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/cf7-conditional-fields/style.css?ver=1664292358' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='jquery-ui-css-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/contact-form-7-datepicker-fix/css/jquery-ui.css?ver=1664292358' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='wp-ui-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/wp-ui/css/wp-ui.css?ver=1664292358' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='wpui-light-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/wp-ui/css/themes/wpui-light.css?ver=1664292358' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='wp-ui-all-css' href='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/wp-ui/css/themes/wpui-all.css?ver=1664292358' type='text/css' media='all' />
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js' defer></script>
<script type='text/javascript' id='rsclean-request-script-js-extra'>
/* <![CDATA[ */
var theme_ajax = {"url":"http:\/\/commonwell.test\/wp-admin\/admin-ajax.php","site_url":"http:\/\/commonwell.test","theme_url":"http:\/\/commonwell.test\/wp-content\/themes\/commonwell-corp"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/scripts/src/theme-ajax.js?ver=1664292358' id='rsclean-request-script-js' defer></script>
<script type='text/javascript' id='ugb-block-frontend-js-v2-js-extra'>
/* <![CDATA[ */
var stackable = {"restUrl":"http:\/\/commonwell.test\/wp-json\/"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/stackable-ultimate-gutenberg-blocks/dist/deprecated/frontend_blocks_deprecated_v2.js?ver=1664292359' id='ugb-block-frontend-js-v2-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/controlgroup.min.js?ver=1.13.2' id='jquery-ui-controlgroup-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/checkboxradio.min.js?ver=1.13.2' id='jquery-ui-checkboxradio-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/button.min.js?ver=1.13.2' id='jquery-ui-button-js' defer></script>
<script type='text/javascript' id='cookie-law-info-js-extra'>
/* <![CDATA[ */
var Cli_Data = {"nn_cookie_ids":[],"cookielist":[],"non_necessary_cookies":[],"ccpaEnabled":"","ccpaRegionBased":"","ccpaBarEnabled":"","strictlyEnabled":["necessary","obligatoire"],"ccpaType":"gdpr","js_blocking":"","custom_integration":"","triggerDomRefresh":"","secure_cookies":""};
var cli_cookiebar_settings = {"animate_speed_hide":"500","animate_speed_show":"500","background":"#FFF","border":"#b1a6a6c2","border_on":"","button_1_button_colour":"#1f9bde","button_1_button_hover":"#197cb2","button_1_link_colour":"#000000","button_1_as_button":"1","button_1_new_win":"","button_2_button_colour":"#333","button_2_button_hover":"#292929","button_2_link_colour":"#1f9bde","button_2_as_button":"","button_2_hidebar":"","button_3_button_colour":"#000","button_3_button_hover":"#000000","button_3_link_colour":"#fff","button_3_as_button":"1","button_3_new_win":"","button_4_button_colour":"#000","button_4_button_hover":"#000000","button_4_link_colour":"#fff","button_4_as_button":"1","button_7_button_colour":"#61a229","button_7_button_hover":"#4e8221","button_7_link_colour":"#fff","button_7_as_button":"1","button_7_new_win":"","font_family":"inherit","header_fix":"","notify_animate_hide":"1","notify_animate_show":"1","notify_div_id":"#cookie-law-info-bar","notify_position_horizontal":"right","notify_position_vertical":"bottom","scroll_close":"","scroll_close_reload":"","accept_close_reload":"","reject_close_reload":"","showagain_tab":"","showagain_background":"#fff","showagain_border":"#000","showagain_div_id":"#cookie-law-info-again","showagain_x_position":"100px","text":"#000","show_once_yn":"1","show_once":"10000","logging_on":"","as_popup":"","popup_overlay":"1","bar_heading_text":"","cookie_bar_as":"banner","popup_showagain_position":"bottom-right","widget_position":"left"};
var log_object = {"ajax_url":"http:\/\/commonwell.test\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=1664292359' id='cookie-law-info-js' defer></script>
<script type='text/javascript' id='uncannyowl-learndash-toolkit-free-js-extra'>
/* <![CDATA[ */
var UncannyToolkit = {"ajax":{"url":"http:\/\/commonwell.test\/wp-admin\/admin-ajax.php","nonce":"a60104ff34"},"integrity":{"shouldPreventConcurrentLogin":false},"i18n":{"dismiss":"Dismiss","preventConcurrentLogin":"Your account has exceeded maximum concurrent login number.","error":{"generic":"Something went wrong. Please, try again"}},"modals":[]};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.js?ver=3.6.4.1' id='uncannyowl-learndash-toolkit-free-js' defer></script>
<script type='text/javascript' id='ultp-frontend-js-extra'>
/* <![CDATA[ */
var UncannyToolkitPro = {"restURL":"http:\/\/commonwell.test\/wp-json\/uo_toolkit\/v1\/","nonce":"4476d71865"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/plugins/uncanny-toolkit-pro/src/assets/dist/frontend/bundle.min.js?ver=3.10' id='ultp-frontend-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js?ver=1664292359' id='cookies-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/scripts/moblie_menu.js?ver=1664292359' id='moblie_menu-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/themes/commonwell-corp/scripts/vendor/jquery.mobile.custom.min.js?ver=ea814337c6bd243088304457e1ccbbf7' id='jQmobile-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/ajax/libs/jquery.colorbox/1.6.4/jquery.colorbox.js?ver=1664292359' id='colorbox-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/scripts/accessibility.js?ver=1664292359' id='accessibility_script-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/scripts/vendor/modernizr.js?ver=1664292359' id='modernizr-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/tabs.min.js?ver=1.13.2' id='jquery-ui-tabs-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/accordion.min.js?ver=1.13.2' id='jquery-ui-accordion-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.2' id='jquery-ui-mouse-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/resizable.min.js?ver=1.13.2' id='jquery-ui-resizable-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/draggable.min.js?ver=1.13.2' id='jquery-ui-draggable-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/dialog.min.js?ver=1.13.2' id='jquery-ui-dialog-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/sortable.min.js?ver=1.13.2' id='jquery-ui-sortable-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/?wpui-script=before&ver=ea814337c6bd243088304457e1ccbbf7' id='wpui-script-before-js' defer></script>
<script type='text/javascript' id='wp-ui-min-js-extra'>
/* <![CDATA[ */
var wpUIOpts = {"wpUrl":"http:\/\/commonwell.test","pluginUrl":"http:\/\/commonwell.test\/wp-content\/plugins\/wp-ui\/","enableTabs":"on","enableAccordion":"on","enableSpoilers":"on","enableDialogs":"on","tabsEffect":"none","effectSpeed":"400","accordEffect":"none","alwaysRotate":"stop","tabsEvent":"click","collapsibleTabs":"on","accordEvent":"click","singleLineTabs":"off","accordAutoHeight":"off","accordCollapsible":"off","accordEasing":"false","mouseWheelTabs":"false","bottomNav":"on","tabPrevText":"Prev","tabNextText":"Next","spoilerShowText":"Click to show","spoilerHideText":"Click to hide","cookies":"on","hashChange":"on","docWriteFix":"on","linking_history":"on","misc_options":"hashing_timeout=1000"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/wp-ui/js/wp-ui.js?ver=1664292359' id='wp-ui-min-js' defer></script>
<link rel="https://api.w.org/" href="http://commonwell.test/wp-json/" /><link rel="alternate" type="application/json" href="http://commonwell.test/wp-json/wp/v2/pages/32666" /><link rel='shortlink' href='http://commonwell.test/' />
<link rel="alternate" type="application/json+oembed" href="http://commonwell.test/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fcommonwell.test%2F" />
<link rel="alternate" type="text/xml+oembed" href="http://commonwell.test/wp-json/oembed/1.0/embed?url=http%3A%2F%2Fcommonwell.test%2F&format=xml" />
<style type="text/css">
<!--
/* Styles by My Calendar - Joseph C Dolson http://www.joedolson.com/ */
.mc-main .mc_general .event-title, .mc-main .mc_general .event-title a { background: #ffffcc; color: #000000; }
.mc-main .mc_general .event-title a:hover, .mc-main .mc_general .event-title a:focus { background: #ffffff;}
.mc-event-visible {
display: block!important;
}
-->
</style>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>window.addEventListener('DOMContentLoaded', function() {
jQuery('html').addClass('mcjs');
jQuery(document).ready( function($) { $('html').removeClass('mcjs') } );
});</script>
<style type="text/css">div[id^="wpcf7-f47896"] button.cf7mls_next { }div[id^="wpcf7-f47896"] button.cf7mls_back { }div[id^="wpcf7-f47841"] button.cf7mls_next { }div[id^="wpcf7-f47841"] button.cf7mls_back { }div[id^="wpcf7-f47829"] button.cf7mls_next { }div[id^="wpcf7-f47829"] button.cf7mls_back { }div[id^="wpcf7-f47761"] button.cf7mls_next { }div[id^="wpcf7-f47761"] button.cf7mls_back { }div[id^="wpcf7-f46920"] button.cf7mls_next { }div[id^="wpcf7-f46920"] button.cf7mls_back { }div[id^="wpcf7-f45288"] button.cf7mls_next { }div[id^="wpcf7-f45288"] button.cf7mls_back { }div[id^="wpcf7-f44945"] button.cf7mls_next { }div[id^="wpcf7-f44945"] button.cf7mls_back { }div[id^="wpcf7-f44913"] button.cf7mls_next { }div[id^="wpcf7-f44913"] button.cf7mls_back { }div[id^="wpcf7-f44907"] button.cf7mls_next { }div[id^="wpcf7-f44907"] button.cf7mls_back { }div[id^="wpcf7-f42417"] button.cf7mls_next { }div[id^="wpcf7-f42417"] button.cf7mls_back { }div[id^="wpcf7-f34813"] button.cf7mls_next { }div[id^="wpcf7-f34813"] button.cf7mls_back { }div[id^="wpcf7-f32877"] button.cf7mls_next { }div[id^="wpcf7-f32877"] button.cf7mls_back { }div[id^="wpcf7-f1579"] button.cf7mls_next { }div[id^="wpcf7-f1579"] button.cf7mls_back { }</style><link rel='canonical' href='http://commonwell.test/' />
</head>
<body class="home page-template page-template-home_page page-template-home_page-php page page-id-32666">
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MWQJ2F" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager -->
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<nav class="menu-hamburger-container"><ul id="menu-hamburger" class="sf-menu"><li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/find-a-broker/" class="menu-link main-menu-link">Find a Broker</a></li>
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/making-a-claim/" class="menu-link main-menu-link">Making a Claim</a></li>
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/career-opportunities/" class="menu-link main-menu-link">CAREERS</a></li>
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-children green "><a href="#" class="menu-link main-menu-link">About Us</a>
<ul class="sub-menu menu-depth-1">
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/about/" class="menu-link sub-menu-link">About The Commonwell</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/care-to-grow/" class="menu-link sub-menu-link">Care To Grow</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/contact-us/" class="menu-link sub-menu-link">Contact Us</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/media/" class="menu-link sub-menu-link">Media</a></li>
</ul>
</li>
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-children green "><a href="#" class="menu-link main-menu-link">Products</a>
<ul class="sub-menu menu-depth-1">
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/farm/" class="menu-link sub-menu-link">Farm Insurance</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/commercial/" class="menu-link sub-menu-link">Commercial Insurance</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/cottage/" class="menu-link sub-menu-link">Seasonal Property Insurance</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/automobile/" class="menu-link sub-menu-link">Auto Insurance</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/residential/" class="menu-link sub-menu-link">Residential Insurance</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/watercraft/" class="menu-link sub-menu-link">Watercraft Insurance</a></li>
</ul>
</li>
</ul></nav>
<a href='/wp-login.php' class='broker-login home-page-link'>Broker Login</a>
</div>
<div id="content">
<div id="content-wrap">
<header id="page-header-home">
<div id="other-header">
<div id="new-page-logo">
<a href="http://commonwell.test/" title="The Commonwell - The Commonwell Mutual Insurance Group">
<img id="otherpage-logo" src="http://commonwell.test/wp-content/themes/commonwell-corp/images/Commonwell-logo.svg" alt="Commonwell Mutual Insurance Group logo" />
</a>
</div>
<div class="row header-row">
<div id='header'>
<div id="myTopnav" class="topnav">
<a href='/wp-login.php' class='broker-login home-page-link'>Broker Login</a>
<nav id="primary-nav" class="menu-hamburger-container"><ul id="menu-hamburger-1" class="sf-menu"><li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/find-a-broker/" class="menu-link main-menu-link">Find a Broker</a></li>
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/making-a-claim/" class="menu-link main-menu-link">Making a Claim</a></li>
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/career-opportunities/" class="menu-link main-menu-link">CAREERS</a></li>
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-children green "><a href="#" class="menu-link main-menu-link">About Us</a>
<ul class="sub-menu menu-depth-1">
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/about/" class="menu-link sub-menu-link">About The Commonwell</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/care-to-grow/" class="menu-link sub-menu-link">Care To Grow</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/contact-us/" class="menu-link sub-menu-link">Contact Us</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/media/" class="menu-link sub-menu-link">Media</a></li>
</ul>
</li>
<li class="main-menu-item menu-item-depth-0 menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children has-children green "><a href="#" class="menu-link main-menu-link">Products</a>
<ul class="sub-menu menu-depth-1">
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/farm/" class="menu-link sub-menu-link">Farm Insurance</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/commercial/" class="menu-link sub-menu-link">Commercial Insurance</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/cottage/" class="menu-link sub-menu-link">Seasonal Property Insurance</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/automobile/" class="menu-link sub-menu-link">Auto Insurance</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/residential/" class="menu-link sub-menu-link">Residential Insurance</a></li>
<li class="sub-menu-item menu-item-depth-1 menu-item menu-item-type-post_type menu-item-object-page green "><a href="http://commonwell.test/watercraft/" class="menu-link sub-menu-link">Watercraft Insurance</a></li>
</ul>
</li>
</ul></nav> </div>
<span id="mobile-menu-btn" class="mobile-menu-btn" onclick="openNav()" title="menu-btn">Mobile menu link</span>
</div>
</div>
</div>
</header>
</div>
<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
function toggle_mobile_menu() {
jQuery(document).ready(
function($) {
$(".mobile_collapse").slideToggle(300);
$("#mySidenav").removeClass('mySidenavOpen');
$(".people_span").removeClass('peopleOpen');
if ($("#seacrh_mobile").css('display') == 'block') {
$("#seacrh_mobile").slideToggle();
}
}
);
}
// Using jQuery.
});</script>
<div id="homecontent" class="home-content">
<div id="carousel-cont">
<div id="carousel" class="carousel slide" data-ride="carousel" data-type="multi">
<div class="carousel-inner">
<div class="carousel-col">
<div class="head-image"><img width="1366" height="500" src="http://commonwell.test/wp-content/uploads/2021/04/homepage-desktop.jpeg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Children running" decoding="async" loading="lazy" srcset="http://commonwell.test/wp-content/uploads/2021/04/homepage-desktop.jpeg 1366w, http://commonwell.test/wp-content/uploads/2021/04/homepage-desktop-300x110.jpeg 300w, http://commonwell.test/wp-content/uploads/2021/04/homepage-desktop-1024x375.jpeg 1024w, http://commonwell.test/wp-content/uploads/2021/04/homepage-desktop-768x281.jpeg 768w, http://commonwell.test/wp-content/uploads/2021/04/homepage-desktop-400x146.jpeg 400w, http://commonwell.test/wp-content/uploads/2021/04/homepage-desktop-50x18.jpeg 50w" sizes="(max-width: 1366px) 100vw, 1366px" /></div>
<div class='header-image-mobile'>
<img src='http://commonwell.test/wp-content/uploads/2021/04/homepage-mob.jpeg' alt="home-page"/>
</div>
</div>
</div>
<!-- <div class="left carousel-control" >
<a href="#carousel" role="button" data-slide="prev">
<span class="glyphicon prev-custom-control" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
</div>
<div class="right carousel-control" >
<a href="#carousel" role="button" data-slide="next">
<span class="glyphicon custom-control" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div> -->
</div>
</div>
<!--
<div id="carouselButtons" style="display:none">
<button id="playButton" type="button" class="btn btn-default btn-xs">
<span class="glyphicon glyphicon-play"></span>
</button>
<button id="pauseButton" type="button" class="btn btn-default btn-xs">
<span class="glyphicon glyphicon-pause"></span>
</button>
</div> -->
<div class="header_tag_line"><!-- wp:heading {"level":1} -->
<h1>Insuring a Sense of Place</h1>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Smaller places, wide open spaces and neighbourhoods where kids can roam have all taken on a new lustre of late. The Commonwell Mutual Insurance Group specializes in protecting the families, the farms, the business owners and the individuals, who together, understand these places. Houses, trucks, tractors and cars, equipment, backyards, back forties and offices are assets you value and we insure. But it's this sense of place and what makes it unique that we've had in common all along.</p>
<!-- /wp:paragraph -->
<!-- wp:html -->
<style>
.news-row-full .news-content p{
color:#000;
}
</style>
<!-- /wp:html --></div>
<div class="hr"></div>
<div class="body-padding">
<div class="row product-row">
<h1 style='text-align:center'>PROTECT ALL YOU OWN</h1>
<p>Knowing more about what you value and the details of how you can protect it is the best insurance of all. That's why we support the personal relationships that make every insurance policy better. That's why we promote learning and transparency. So start here with an overview of the insurance products we offer that are relevant to you. And then talk to our local brokers to fine-tune the details for a match with your unique life. <br />
</p>
</div>
<div class="row">
<nav class="col-sm-smallMenu">
<a href="http://commonwell.test/farm" id="farm" class="col-xs-12 col-sm-6 col-md-4 req_menu green"><img src="https://thecommonwell.ca/wp-content/uploads/2019/04/Asset-3.svg" alt="farm icon"/><span class="tab_label">FARM / AG BUSINESS INSURANCE</span><span class="tab__sub_label">Learn and get insurance quotes for different kinds of farming, equipment and livestock operations.</span><span class="selected-arrow"></span></a><a href="http://commonwell.test/commercial" id="commercial" class="col-xs-12 col-sm-6 col-md-4 req_menu blue"><img src="https://thecommonwell.ca/wp-content/uploads/2019/04/Asset-2.svg" alt="commercial icon"/><span class="tab_label">COMMERCIAL BUSINESS INSURANCE</span><span class="tab__sub_label">Learn and get insurance quotes for general business assets and specific business categories. </span><span class="selected-arrow"></span></a><a href="http://commonwell.test/cottage" id="cottage" class="col-xs-12 col-sm-6 col-md-4 req_menu yellow"><img src="https://thecommonwell.ca/wp-content/uploads/2019/04/Asset-1.svg" alt="cottage icon"/><span class="tab_label">SEASONAL PROPERTY / COTTAGE INSURANCE</span><span class="tab__sub_label">Learn and get quotes for cottage and seasonal property insurance. </span><span class="selected-arrow"></span></a><a href="http://commonwell.test/automobile" id="automobile" class="col-xs-12 col-sm-6 col-md-4 req_menu pink"><img src="https://thecommonwell.ca/wp-content/uploads/2019/04/Asset-6.svg" alt="automobile icon"/><span class="tab_label">CAR / AUTO / VEHICLE INSURANCE</span><span class="tab__sub_label">Learn and get quotes for personal cars, pick-ups, ATVs, motorcycles and all your vehicle insurance needs.</span><span class="selected-arrow"></span></a><a href="http://commonwell.test/residential" id="residential" class="col-xs-12 col-sm-6 col-md-4 req_menu brightyellow"><img src="https://thecommonwell.ca/wp-content/uploads/2019/04/Asset-7.svg" alt="residential icon"/><span class="tab_label">RESIDENTIAL / HOME & PROPERTY INSURANCE</span><span class="tab__sub_label">Learn and get quotes for home, property and residential insurance. </span><span class="selected-arrow"></span></a><a href="http://commonwell.test/watercraft" id="watercraft" class="col-xs-12 col-sm-6 col-md-4 req_menu orange"><img src="https://thecommonwell.ca/wp-content/uploads/2019/04/Asset-5.svg" alt="watercraft icon"/><span class="tab_label">BOAT / WATERCRAFT INSURANCE</span><span class="tab__sub_label">Learn and get quotes for all forms of recreational watercraft insurance.</span><span class="selected-arrow"></span></a> </nav>
</div>
</div>
<div class="hr"></div>
<h1 style="text-align: center;">Investing in Community Resiliency & Capacity</h1>
<p class="has-medium-font-size" style="text-align: left;line-height: 1.5625rem;">We believe deeply in the value of smaller places and wide open spaces; what we refer to as Commonwell Country. So we created an investment program to help our communities grow; growth that results in resiliency and capacity for the future. That’s why we invested in helping local high school students in your community fund their post-secondary education. That’s why we’re investing in local food security. Everything we do is called Care To Grow. Please join us.</p>
<div class='news-row-full'>
<div class='news-image' style="background-image:url(http://commonwell.test/wp-content/uploads/2022/10/FPO_Title-Image-1024x471.png);">
<h3>READ OUR FIRST ANNUAL CARE TO GROW IMPACT REPORT </h3>
</div>
<div class='news-content'>
<p><strong>The Impact of Good</strong></p>
<p>So what’s the impact of growing resiliency, capacity, learning and engagement in Commonwell Country? What does it look like on the ground? We’re glad you asked and we’re excited to show you. Read the 2022 Care To Grow Impact Report to find out.</p>
<p><a class="button" href="https://thecommonwell.ca/impact-report/" target="_blank" rel="noopener">2022 IMPACT REPORT</a></p>
</div>
</div>
<div class='news-row'>
<div class='news-image'>
<img src='http://commonwell.test/wp-content/uploads/2021/09/LEAF-2-1024x503.png' alt="$news['image']['caption']" caption='' />
</div>
<div class='news-content'>
<h2><a href="https://thecommonwell.ca/leaf" target="_blank" rel="noopener">L.E.A.F</a></h2>
<p>The last few years have been challenging for many communities. Yet it is equally true that these same communities are learning to bounce back, creating new ideas and working together. At The Commonwell, we believe we can help speed up the process by investing in it. We call it L.E.A.F. – the Learning and Engagement Accelerator Fund. How it works is simple: We’re inviting every community in Ontario to earn L.E.A.F. grants that will help bring in new programming or update and upgrade community facilities where residents learn, play, engage and gather. If it builds capacity and resiliency, it will be considered.</p>
</div>
</div>
<div class='news-row'>
<div class='news-image'>
<img src='http://commonwell.test/wp-content/uploads/2021/04/iStock-1097842140-2-1024x683.jpg' alt="$news['image']['caption']" caption='Full length shot of an adorable little girl helping out on her family's farm' />
</div>
<div class='news-content'>
<h2><a href="https://thecommonwell.ca/seedit" target="_blank" rel="noopener">The SEEDit Initiative</a></h2>
<p>One out of every ten people in Ontario don’t have enough to eat and more lack access to fresh and nutritious choices. So let’s do something about that. The Commonwell’s SEEDit program inspires food sharing by helping you start a veggie garden in your backyard and giving you tips and advice to maximize your harvest. We’re helping backyard farmers grow what’s good, share it with others and create communities of like-minded neighbours. SEEDit is just the beginning of improving food security together.</p>
</div>
</div>
</div>
<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
jQuery(function($) {
$('#carousel').carousel({
interval: false,
pause: "false",
});
$('#playButton').click(function() {
$('#carousel').carousel('cycle');
});
$('#pauseButton').click(function() {
$('#carousel').carousel('pause');
});
setTimeout(function() {
$('#carouselButtons').hide();
$('#pauseButton').click();
if ($(window).width() < 768) {
$("#carousel").swiperight(function() {
$(this).carousel('prev');
});
$("#carousel").swipeleft(function() {
$(this).carousel('next');
});
};
if ($(window).width() > 1350) {
// $('#pauseButton').click();
// console.log('pause');
// $('#carouselButtons').hide();
$('.carousel-control a').attr('tabindex', '-1');
} else {
// console.log('play');
// $('#playButton').click();
// $('#carouselButtons').show();
$('.carousel-control a').attr('tabindex', '0');
};
}, 1000);
$('.head-image').attr('tabindex', '0');
});
});</script>
<style>
.home-page-link {
display: inline-block !important;
}
.broker-footer-login {
display: none !important;
}
</style>
</div>
<footer id="new-footer">
<div id="footer-sidebar" class="secondary clear">
<div id="footer-sidebar1">
<aside id="nav_menu-2" class="widget widget_nav_menu"><div class="menu-main-footer-container"><ul id="menu-main-footer" class="menu"><li id="menu-item-32860" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32860"><a href="http://commonwell.test/board-directors-executive/">Board of Directors & Executive</a></li>
<li id="menu-item-32857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32857"><a href="http://commonwell.test/annualfinancial-reports/">Annual Financial Reports</a></li>
<li id="menu-item-32858" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32858"><a href="http://commonwell.test/code-of-consumer-rights/">Code of Consumer Rights</a></li>
<li id="menu-item-32859" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32859"><a href="http://commonwell.test/managing-conflicts-of-interest/">Managing Conflicts of Interest</a></li>
<li id="menu-item-32854" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-32854"><a href="http://commonwell.test/whistleblower-policy/">Whistleblower Policy</a></li>
<li id="menu-item-32932" class="mobile-only menu-item menu-item-type-post_type menu-item-object-page menu-item-32932"><a href="http://commonwell.test/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-36071" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-36071"><a href="http://commonwell.test/accessibility/">Accessibility</a></li>
<li id="menu-item-37787" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37787"><a href="http://commonwell.test/it-help/">IT Help</a></li>
<li id="menu-item-41742" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41742"><a href="http://commonwell.test/complaints/">Complaints</a></li>
<li id="menu-item-58424" class="mobile-only menu-item menu-item-type-post_type menu-item-object-page menu-item-58424"><a href="http://commonwell.test/career-opportunities-old/">Career</a></li>
<li id="menu-item-58434" class="mobile-only menu-item menu-item-type-custom menu-item-object-custom menu-item-58434"><a href="https://thecommonwell.ca/contact-us/">Contact</a></li>
</ul></div></aside> </div>
<div id="footer-sidebar2">
<aside id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><ul class="menu">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-329"><a class="side-nav-link" href="https://thecommonwell.ca/contact-us/">Contact</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-211"><a class="side-nav-link" href="https://thecommonwell.ca/career-opportunities/">Careers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-210"><a class="side-nav-link" href="https://thecommonwell.ca/privacy-policy/">Privacy Policy</a></li>
</ul>
<ul class="social">
<li>
<a href="https://www.instagram.com/thecommonwellinsurance/" class="instagram-icon" target="_blank" rel="noopener">instagram</a>
</li>
<li>
<a href="https://www.facebook.com/The-Commonwell-Mutual-Insurance-Group-280185955466883/" class="facebook-icon" target="_blank" rel="noopener">Facebook</a>
</li>
<li>
<a href="https://www.linkedin.com/company/farmers-mutual-insurance-company-lindsay-/" class="linkedin-icon" target="_blank" rel="noopener">Linkedin</a>
</li>
<li>
<a href="https://thecommonwell.ca/broker-login/" class="broker-footer-login">BROKER LOGIN</a>
</li>
</ul>
</div></aside> </div>
<div id="footer-sidebar3">
<aside id="custom_html-5" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://ontariomutuals.ca" target="_blank" rel="noopener">
<img class="attachment-thumb" src="https://thecommonwell.ca/wp-content/uploads/2019/04/Asset-1-2-300x141.png" alt="ontario mutuals logo">
</a></div></aside> </div>
</div>
<!-- Change cookie name for new banner -->
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>window.addEventListener('DOMContentLoaded', function() {
jQuery( document ).ready(function($) {
if(getCookie('CWL-viewed-COVID-19-current-policy')){
$('#COVID-19-home-info-bar').addClass('hide');
}else{
$('#COVID-19-home-info-bar').removeClass('hide');
setTimeout(function() {
$('#COVID-19-home-info-bar').addClass('expand');
}, 100);
}
$(document).on("click",".closeHomeBanner , .readHomeBanner", function() {
setCookie('viewed-home-COVID-19-current-policy', true, 1);
$('#COVID-19-home-info-bar').addClass('hide');
});
function setCookie(cname, cvalue, exdays) {
var d = new Date();
d.setTime(d.getTime() + (exdays * 60 * 60 * 1000));
var expires = "expires="+d.toUTCString();
var host = window.location.hostname;
var domain_only = host.substr(host.indexOf("."))
if(domain_only == ".ca" || domain_only == ".com" || domain_only == ".test") {
domain_only = "."+window.location.hostname;
}
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/;Domain="+domain_only;
}
function getCookie(c_name) {
var c_value = document.cookie,
c_start = c_value.indexOf(" " + c_name + "=");
if (c_start == -1) c_start = c_value.indexOf(c_name + "=");
if (c_start == -1) {
c_value = null;
} else {
c_start = c_value.indexOf("=", c_start) + 1;
var c_end = c_value.indexOf(";", c_start);
if (c_end == -1) {
c_end = c_value.length;
}
c_value = unescape(c_value.substring(c_start, c_end));
}
return c_value;
}
});
});</script>
</footer>
</div><!-- end of content-wrap -->
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>window.addEventListener('DOMContentLoaded', function() {
function scrollScripts() {
if(!jQuery('#content-wrap').hasClass('retract')) {
if(jQuery(window).scrollTop() >= 100) {
jQuery('#content-wrap').addClass('retract');
jQuery('.sidenav').addClass('retract');
}
} else {
if(jQuery(window).scrollTop() < 100) {
jQuery('#content-wrap').removeClass('retract');
jQuery('.sidenav').removeClass('retract');
}
}
}
var scrolling = false;
jQuery( window ).scroll( function() {
scrolling = true;
});
jQuery('#side-window').scroll(function() {
scrolling = true;
});
setInterval( function() {
if ( scrolling ) {
scrolling = false;
scrollScripts();
}
}, 250 );
// or for modern browsers
document.addEventListener( 'wheel', function( evt ) {
scrolling = true;
}, { capture: false, passive: true });
scrollScripts();
});</script>
<div class="modal fade" id="contact-modal" tabindex="-1" role="dialog" aria-labelledby="contact-modalTitle" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h5 class="modal-title" id="contact-modalTitle">Thank you for your request.</h5>
</div>
<div class="modal-body">
</div>
</div>
</div>
</div>
<script type="rocketlazyloadscript">requestAnimationFrame(() => document.body.classList.add( "stk--anim-init" ))</script><!--googleoff: all--><div id="cookie-law-info-bar" data-nosnippet="true"><span>We want to offer content that is truly relevant to you, by browsing this site, you accept the General Terms of Use, our Privacy Policy , and the use of Cookies.</span></div><div id="cookie-law-info-again" style="display:none" data-nosnippet="true"><span id="cookie_hdr_showagain">Privacy & Cookies Policy</span></div><div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true">
<div class="cli-modal-dialog" role="document">
<div class="cli-modal-content cli-bar-popup">
<button type="button" class="cli-modal-close" id="cliModalClose">
<svg class="" viewBox="0 0 24 24"><path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path><path d="M0 0h24v24h-24z" fill="none"></path></svg>
<span class="wt-cli-sr-only">Close</span>
</button>
<div class="cli-modal-body">
<div class="cli-container-fluid cli-tab-container">
<div class="cli-row">
<div class="cli-col-12 cli-align-items-stretch cli-px-0">
<div class="cli-privacy-overview">
<h4>Privacy Overview</h4> <div class="cli-privacy-content">
<div class="cli-privacy-content-text">This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.</div>
</div>
<a class="cli-privacy-readmore" aria-label="Show more" role="button" data-readmore-text="Show more" data-readless-text="Show less"></a> </div>
</div>
<div class="cli-col-12 cli-align-items-stretch cli-px-0 cli-tab-section-container">
<div class="cli-tab-section">
<div class="cli-tab-header">
<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="necessary" data-toggle="cli-toggle-tab">
Necessary </a>
<div class="wt-cli-necessary-checkbox">
<input type="checkbox" class="cli-user-preference-checkbox" id="wt-cli-checkbox-necessary" data-id="checkbox-necessary" checked="checked" />
<label class="form-check-label" for="wt-cli-checkbox-necessary">Necessary</label>
</div>
<span class="cli-necessary-caption">Always Enabled</span>
</div>
<div class="cli-tab-content">
<div class="cli-tab-pane cli-fade" data-id="necessary">
<div class="wt-cli-cookie-description">
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information. </div>
</div>
</div>
</div>
<div class="cli-tab-section">
<div class="cli-tab-header">
<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="non-necessary" data-toggle="cli-toggle-tab">
Non-necessary </a>
<div class="cli-switch">
<input type="checkbox" id="wt-cli-checkbox-non-necessary" class="cli-user-preference-checkbox" data-id="checkbox-non-necessary" checked='checked' />
<label for="wt-cli-checkbox-non-necessary" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Non-necessary</span></label>
</div>
</div>
<div class="cli-tab-content">
<div class="cli-tab-pane cli-fade" data-id="non-necessary">
<div class="wt-cli-cookie-description">
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website. </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cli-modal-footer">
<div class="wt-cli-element cli-container-fluid cli-tab-container">
<div class="cli-row">
<div class="cli-col-12 cli-align-items-stretch cli-px-0">
<div class="cli-tab-footer wt-cli-privacy-overview-actions">
<a id="wt-cli-privacy-save-btn" role="button" tabindex="0" data-cli-action="accept" class="wt-cli-privacy-btn cli_setting_save_button wt-cli-privacy-accept-btn cli-btn">SAVE & ACCEPT</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div>
<div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div>
<!--googleon: all--> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function($){
$(document).on('click', '.cf7mls_next', function(event) {
if( $('.codedropz-upload-wrapper').parents('fieldset').hasClass('cf7mls_current_fs') ) {
var dndmfu_cf7_files = jQuery('input.wpcf7-drag-n-drop-file');
$(document).ajaxComplete(function(event, xhr, options) {
var data = jQuery.parseJSON( xhr.responseText );
jQuery.each( dndmfu_cf7_files, function( index, files ) {
var $files = jQuery(files);
var $invalid_fields = data.invalid_fields;
if( $invalid_fields ) {
if( ! $invalid_fields[ $files.data('name') ] ) {
$('span.' + $files.data('name') ).find('span.wpcf7-not-valid-tip').remove();
}
}
});
});
}
});
});
});</script>
<style type="text/css">
</style>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/tenzing-campaign-monitor/js/tzcm.js?ver=1664292359' id='tzcm_script-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/npm/slick-carousel@1.8.1/slick/slick.min.js?ver=1668389448' id='slick-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/blocks/quotes/script.js?ver=1668389448' id='block-slider-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.2' id='jquery-ui-datepicker-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='jquery-ui-datepicker-js-after'>window.addEventListener('DOMContentLoaded', function() {
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});});
});</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/contact-form-7-datepicker-fix/js/jquery.ui.spinner.js?ver=1664292359' id='jquery-spinner-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/contact-form-7-datepicker-fix/js/cf7-datepicker-ie-fixer.js?ver=1664292359' id='custom_script-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1664292359' id='swv-js' defer></script>
<script type='text/javascript' id='contact-form-7-js-extra'>
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"http:\/\/commonwell.test\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1664292359' id='contact-form-7-js' defer></script>
<script type='text/javascript' id='cf7mls-js-extra'>
/* <![CDATA[ */
var cf7mls_object = {"ajax_url":"http:\/\/commonwell.test\/wp-admin\/admin-ajax.php","is_rtl":"","disable_submit":"true","cf7mls_error_message":"","scroll_step":"true","disable_enter_key":"false","check_step_before_submit":"true"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/cf7-multi-step/assets/frontend/js/cf7mls.js?ver=1664292359' id='cf7mls-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/plugins/drag-and-drop-upload-cf7-pro/assets/js/codedropz-uploader-min.js?ver=2.10.9' id='codedropz-uploader-js' defer></script>
<script type='text/javascript' id='dnd-upload-cf7-js-extra'>
/* <![CDATA[ */
var dnd_cf7_uploader = {"ajax_url":"http:\/\/commonwell.test\/wp-admin\/admin-ajax.php","nonce":"218414e150","drag_n_drop_upload":{"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","invalid_type":"Uploaded file is not allowed for file type"},"parallel_uploads":"2","max_total_size":"100MB","chunks":"","chunk_size":"10000","err_message":{"maxNumFiles":"You have reached the maximum number of files ( Only %s files allowed )","maxTotalSize":"The total file(s) size exceeding the max size limit of %s.","maxUploadLimit":"Note : Some of the files could not be uploaded ( Only %s files allowed )"},"heading_tag":"h3","disable_btn_submission":"","preview_layout":"","image_preview":"","dnd_text_counter":"of","delete_text":"Deleting...","remove_text":"Remove","delete_files_on_failed":""};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/drag-and-drop-upload-cf7-pro/assets/js/dnd-upload-cf7.js?ver=1664292359' id='dnd-upload-cf7-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/career-opportunities\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"http:\/\/commonwell.test","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/scripts/vendor/jquery.bxslider.js?ver=1664292359' id='bxslider-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/bootstrap/3.2.0/js/bootstrap.min.js?ver=1664292359' id='bootstrap-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/scripts/vendor/jquery.qtip.js?ver=1664292360' id='qtip-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/1.10.18/js/jquery.dataTables.min.js?ver=1664292360' id='jqdataTables-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/1.10.18/js/dataTables.bootstrap.min.js?ver=1664292360' id='bsdataTables-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/buttons/1.7.0/js/dataTables.buttons.min.js?ver=1664292360' id='bsdataTablesbuttons-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/buttons/1.7.0/js/buttons.html5.min.js?ver=1664292360' id='bsdataTablesbuttonshtml5-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/ajax/libs/pdfmake/0.1.53/pdfmake.min.js?ver=1664292362' id='bsdataTablespdf-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/ajax/libs/pdfmake/0.1.53/vfs_fonts.js?ver=1664292363' id='bsdataTablesbuttonsfonts-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/ajax/libs/jszip/3.1.3/jszip.min.js?ver=1664292363' id='bsdataTablesbuttonszip-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/themes/commonwell-corp/scripts/vendor/tooltipster.bundle.min.js?ver=0.0.1' id='tooltipster-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/scripts/show-more.js?ver=1664292363' id='show-more-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/themes/commonwell-corp/scripts/icheck.min.js?ver=0.0.1' id='icheck-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/themes/commonwell-corp/scripts/script.js?ver=1664292363' id='script-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/themes/commonwell-corp/scripts/vendor/lightbox.min.js?ver=ea814337c6bd243088304457e1ccbbf7' id='lightbox-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/themes/commonwell-corp/scripts/vendor/TweenMax.min.js?ver=ea814337c6bd243088304457e1ccbbf7' id='tweenmax-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/themes/commonwell-corp/scripts/vendor/TimelineMax.min.js?ver=ea814337c6bd243088304457e1ccbbf7' id='timelinemax-js' defer></script>
<script type='text/javascript' id='learndash-front-js-extra'>
/* <![CDATA[ */
var ldVars = {"postID":"32666","videoReqMsg":"You must watch the video before accessing this content","ajaxurl":"http:\/\/commonwell.test\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/sfwd-lms/themes/ld30/assets/js/learndash.js?ver=1664292363' id='learndash-front-js' defer></script>
<script type='text/javascript' id='wpcf7cf-scripts-js-extra'>
/* <![CDATA[ */
var wpcf7cf_global_settings = {"ajaxurl":"http:\/\/commonwell.test\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/cf7-conditional-fields/js/scripts.js?ver=1664292363' id='wpcf7cf-scripts-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='https://www.google.com/recaptcha/api.js?render=6Lfa2LYaAAAAAIrpwkFybz5KOfapDN2UaEMr4wwk&ver=3.0' id='google-recaptcha-js'></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9' id='regenerator-runtime-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' src='http://commonwell.test/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-extra'>
/* <![CDATA[ */
var wpcf7_recaptcha = {"sitekey":"6Lfa2LYaAAAAAIrpwkFybz5KOfapDN2UaEMr4wwk","actions":{"homepage":"homepage","contactform":"contactform"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1668389448' id='wpcf7-recaptcha-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/my-calendar/js/mc-grid.js?ver=1664292363' id='mc.grid-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/my-calendar/js/mc-list.js?ver=1664292363' id='mc.list-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/my-calendar/js/mc-mini.js?ver=1664292363' id='mc.mini-js' defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type='text/javascript' src='http://commonwell.test/wp-content/cache/min/1/wp-content/plugins/my-calendar/js/mc-ajax.js?ver=1664292363' id='mc.ajax-js' defer></script>
</body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1671724595 -->