/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@keyframes fade-in-slideshow{0%{opacity:0}to{opacity:1}}@keyframes show-slideshow{to{overflow-y:visible}}.hgm-slideshow{display:flex;flex-direction:column;flex-wrap:nowrap;height:auto;opacity:0;overflow-x:hidden;overflow-y:hidden;position:relative;width:100%}.hgm-slideshow.show-slideshow{animation-delay:0s,.15s;animation-duration:.6s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:fade-in-slideshow,show-slideshow;animation-timing-function:ease}.hgm-slideshow__list{display:flex;flex-direction:column;flex-wrap:wrap;height:var(--slideshow-height,100%);list-style:none;margin:0;padding:0;transform:translateX(var(--slideshow-slide-x,0));transition:all .6s cubic-bezier(.36,.245,.155,.99);width:100%}.hgm-slideshow__item{height:100%;position:relative;width:100%}.hgm-slideshow__image{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;justify-content:center;margin:0;width:100%}.hgm-slideshow__image figcaption{background-color:var(--slideshow-caption-bg,rgba(0,0,0,.6));color:var(--colors-white);padding:20px;position:absolute;width:75%}@media(max-width:767px){.hgm-slideshow__image figcaption{padding:1em 1.25em;width:50%}}.hgm-slideshow__nav{color:var(--colors-white);cursor:pointer;font-size:4em;opacity:.5;position:absolute;top:var(--slideshow-nav-top,50%);transform:translateY(-50%);transition:all .4s ease-out;z-index:20}.hgm-slideshow__nav.is-inactive{cursor:default;opacity:.5}.hgm-slideshow__nav.is-active{opacity:1}.hgm-slideshow__nav--next{right:20px}.hgm-slideshow__nav--next:after{content:"›"}.hgm-slideshow__nav--prev{left:20px}.hgm-slideshow__nav--prev:after{content:"‹"}[data-hide-arrows="1"] .hgm-slideshow__nav{display:none!important}.hgm-slideshow__thumbs{display:flex;flex-flow:row wrap;justify-content:center;left:50%;list-style:none;margin:0;padding:0;position:relative;transform:translateX(-50%);width:100%;z-index:999}@media(max-width:767px){.hgm-slideshow__thumbs{display:none}}.hgm-slideshow__thumbnail{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;height:75px;margin:.5em;transition:all .4s ease-out;width:12.5%}@media(max-width:1199px){.hgm-slideshow__thumbnail{height:66.6666666667px;width:16.6666666667%}}@media(max-width:991px){.hgm-slideshow__thumbnail{height:62.5px;margin:.25em;width:12.5%}}.hgm-slideshow__thumbnail.is-active{cursor:default}.hgm-slideshow__dots{display:none;flex-flow:row wrap;justify-content:center;left:50%;list-style:none;margin:0;padding:0;position:relative;transform:translateX(-50%);width:100%;z-index:999}@media(max-width:767px){.hgm-slideshow__dots{display:flex}}[data-hide-thumbnails="1"] .hgm-slideshow__dots{display:flex}.hgm-slideshow__dot{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:var(--colors-white);border-radius:50%;cursor:pointer;height:.875em;margin:.5em;transform-origin:center;transition:all .2s ease-in-out;width:.875em}.hgm-slideshow__dot:not(.is-active):hover{transform:scale(1.5)}.hgm-slideshow__dot.is-active{cursor:default}.hgm-slideshow[data-caption-position=top] .hgm-slideshow__image{align-items:flex-start;justify-content:flex-start}.hgm-slideshow[data-caption-position=top] .hgm-slideshow__image figcaption{width:var(--slideshow-caption-width,100%)}.hgm-slideshow[data-caption-position=bottom] .hgm-slideshow__image{align-items:flex-end;justify-content:flex-start}.hgm-slideshow[data-caption-position=bottom] .hgm-slideshow__image figcaption{width:var(--slideshow-caption-width,100%)}.hgm-slideshow[data-caption-position=bottom] .hgm-slideshow__thumbs .hgm-slideshow__thumbnail{height:33.3333333333px!important;width:7.1428571429%!important}.hgm-slideshow__image{border-radius:4px}.hgm-slideshow__image figcaption{color:var(--colors-slideshow-caption)}.hgm-slideshow__nav{align-items:center;background:rgba(0,0,0,.25);border-radius:4px;display:flex;font-size:1.5em;height:48px;justify-content:center;text-decoration:none;width:48px}.hgm-slideshow__nav.is-inactive{opacity:0}.hgm-slideshow__nav:hover{background:rgba(0,0,0,.5)}.hgm-slideshow__nav--next:after{content:""}.hgm-slideshow__nav--next:after,.hgm-slideshow__nav--prev:after{-webkit-font-smoothing:antialiased;font-family:Font Awesome\ 6 Pro;font-weight:400;text-rendering:auto}.hgm-slideshow__nav--prev:after{content:""}.hgm-slideshow__dots,.hgm-slideshow__thumbs{margin-top:5px}.hgm-slideshow__thumbnail{border:4px solid var(--colors-slideshow-thumbnail-and-dot-nav-background);border-radius:4px;box-shadow:1px 4px 4px transparent;position:relative}.hgm-slideshow__thumbnail:not(.is-active):hover{box-shadow:1px 4px 4px rgba(0,0,0,.15)}.hgm-slideshow__thumbnail.is-active{border:4px solid var(--colors-slideshow-thumbnail-active)}.hgm-slideshow__thumbnail.is-active:after{background:linear-gradient(to top,hsla(0,0%,100%,.3),hsla(0,0%,100%,.3)) var(--colors-slideshow-thumbnail-active);content:"";height:100%;opacity:.4;position:absolute;width:100%}.hgm-slideshow__dot{background-color:var(--colors-slideshow-thumbnail-and-dot-nav-background);border:1px solid var(--colors-slideshow-dot-nav-border-and-hover)}.hgm-slideshow__dot:not(.is-active):hover{background-color:var(--colors-slideshow-dot-nav-border-and-hover)}.hgm-slideshow__dot.is-active{background-color:var(--colors-slideshow-dot-nav-active);border:1px solid var(--colors-slideshow-dot-nav-active)}.hgm-slideshow[data-caption-position=top] figcaption{border-top-left-radius:4px;border-top-right-radius:4px}.hgm-slideshow[data-caption-position=bottom] figcaption{border-bottom-left-radius:4px;border-bottom-right-radius:4px}
html{-webkit-text-size-adjust:100%;line-height:1.15;overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:var(--scroll-padding-top,0)}body{margin:0;overflow-x:clip}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.hgm-responsive-img{display:block;height:auto;max-width:100%}.hgm-responsive-img.flex{display:flex}.hgm-responsive-img.inline{display:inline-block}.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;color:#000!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;text-decoration-color:#000!important;white-space:nowrap!important;width:1px!important}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media print{*,:after,:before{background:#fff!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}:root{--colors-black:#000;--colors-white:#fff;--colors-gray:#999}blockquote,h1,h2,h3,h4,h5,h6,p{letter-spacing:0;margin-top:0}.hgm-blockquote{margin-left:0;margin-right:0}.hgm-blockquote>:last-child{margin-bottom:0}.hgm-blockquote__figcaption:before{content:"— "}figure.text-center .hgm-blockquote__figcaption{text-align:center}figure.text-right .hgm-blockquote__figcaption{text-align:right}.hgm-blockquote.text-center{text-align:center}.hgm-blockquote.text-right{text-align:right}figure.text-center .hgm-blockquote{text-align:center}figure.text-right .hgm-blockquote{text-align:right}.hgm-list{display:inline-block;list-style:none;margin:1rem 0}.hgm-list li{margin-bottom:.5rem}.hgm-list li:last-child{margin-bottom:0}.hgm-list li:before{content:"";display:list-item;height:1.5em;left:-30px;list-style-position:inside;list-style-type:disc;margin-bottom:-1.5em;position:relative;text-align:right;width:30px}.hgm-list.no-style li:before{display:none}.hgm-list.circle li:before{list-style-type:circle}.hgm-list.square li:before{list-style-type:square}.hgm-list.hyphen li:before{content:"–  ";list-style-type:none}ol.hgm-list{counter-reset:hgm-list-counter}ol.hgm-list li{counter-increment:hgm-list-counter}ol.hgm-list li:before{content:counter(hgm-list-counter) " . ";list-style-type:none}.hgm-button,.hgm-health-library-article .hgm-body-region input[type=button]{box-sizing:border-box;font-family:inherit;font-size:100%;line-height:normal;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.hgm-button:disabled,.hgm-health-library-article .hgm-body-region input[type=button]:disabled{background-color:transparent;color:var(--colors-gray)}.hgm-button:focus,.hgm-health-library-article .hgm-body-region input[type=button]:focus{box-shadow:0 0 0 2px #fff;outline-color:var(--colors-links-and-buttons-button-background);outline-offset:2px;outline-style:solid;outline-width:2px}.hgm-form input[type=color],.hgm-form input[type=date],.hgm-form input[type=datetime-local],.hgm-form input[type=datetime],.hgm-form input[type=email],.hgm-form input[type=month],.hgm-form input[type=number],.hgm-form input[type=password],.hgm-form input[type=search],.hgm-form input[type=tel],.hgm-form input[type=text],.hgm-form input[type=time],.hgm-form input[type=url],.hgm-form input[type=week],.hgm-form select,.hgm-form textarea{border:1px solid;box-sizing:border-box;display:block;line-height:1.5;padding:.375em .75em;width:100%}.hgm-form input[type=color]:focus,.hgm-form input[type=date]:focus,.hgm-form input[type=datetime-local]:focus,.hgm-form input[type=datetime]:focus,.hgm-form input[type=email]:focus,.hgm-form input[type=month]:focus,.hgm-form input[type=number]:focus,.hgm-form input[type=password]:focus,.hgm-form input[type=search]:focus,.hgm-form input[type=tel]:focus,.hgm-form input[type=text]:focus,.hgm-form input[type=time]:focus,.hgm-form input[type=url]:focus,.hgm-form input[type=week]:focus,.hgm-form select:focus,.hgm-form textarea:focus{outline:0}.hgm-form input[type=color][disabled],.hgm-form input[type=date][disabled],.hgm-form input[type=datetime-local][disabled],.hgm-form input[type=datetime][disabled],.hgm-form input[type=email][disabled],.hgm-form input[type=month][disabled],.hgm-form input[type=number][disabled],.hgm-form input[type=password][disabled],.hgm-form input[type=search][disabled],.hgm-form input[type=tel][disabled],.hgm-form input[type=text][disabled],.hgm-form input[type=time][disabled],.hgm-form input[type=url][disabled],.hgm-form input[type=week][disabled],.hgm-form select[disabled],.hgm-form textarea[disabled]{cursor:not-allowed}.hgm-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.375em 2.25em .375em .75em}.hgm-form input[type=checkbox],.hgm-form input[type=radio]{color-adjust:exact;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--colors-white);border:1px solid;height:1em;-webkit-print-color-adjust:exact;transition:border-color .4s,background-color .4s;width:1em}.hgm-form input[type=checkbox]:checked,.hgm-form input[type=radio]:checked{background-color:var(--colors-black)}.hgm-form input[type=checkbox]:disabled,.hgm-form input[type=radio]:disabled{opacity:.5;pointer-events:none}.hgm-form input[type=checkbox]:disabled~label,.hgm-form input[type=radio]:disabled~label{opacity:.5}.hgm-form input[type=radio]{border-radius:50%}.hgm-form input[type=range]{height:1.5em;padding:0;width:100%}.hgm-form fieldset{border:none;margin:0;padding:0}.hgm-form legend{color:inherit;line-height:1.5;margin-bottom:1em;padding:0;width:100%}.hgm-form .mb-1{margin-bottom:1em!important}.hgm-form label{display:inline-block;margin-bottom:.5rem;transition:color .4s}.hgm-form__check{display:block;min-height:1.5rem;padding-left:1.5em}.hgm-form__check input[type=checkbox],.hgm-form__check input[type=radio]{float:left;margin-left:-1.5em}.hgm-form__switch{display:block;min-height:1.5em}.hgm-form__switch input[type=checkbox]{display:none}.hgm-form__switch label{cursor:pointer;line-height:1.5;position:relative;text-indent:58px}.hgm-form__switch label .switch-rail{background:var(--colors-gray);border-radius:50px;left:0;min-height:1.5em;overflow:hidden;position:absolute;transition:all .2s ease-in-out;width:50px}.hgm-form__switch label .switch-rail .switch-slider{background:var(--colors-white);border-radius:50%;height:18px;left:3px;position:absolute;top:3px;transition:all .2s ease-in-out;width:18px}.hgm-form__switch input[type=checkbox]:checked+label .switch-rail .switch-slider{transform:translateX(25px);transition:all .2s ease-in-out}.hgm-form.horizontal fieldset legend{float:left}.hgm-form.horizontal label{line-height:1.5;margin-bottom:0;padding-bottom:calc(.375em + 1px);padding-top:calc(.375em + 1px)}.hgm-form.horizontal .hgm-form__check label{line-height:1;padding-bottom:0;padding-top:0}.hgm-form.horizontal .hgm-form__switch label{padding-bottom:0;padding-top:0}.hgm-table{border-collapse:collapse;border-spacing:0;caption-side:bottom;empty-cells:show;margin:0}.hgm-table caption{padding-bottom:.5em;padding-top:.5em;text-align:left}.hgm-table tfoot,.hgm-table thead{text-align:left;vertical-align:bottom}.hgm-table td,.hgm-table th{margin:0;overflow:hidden;text-overflow:ellipsis}img{height:auto;max-width:100%}img.hgm-lazy:not([src]){visibility:hidden}img.hgm-lazy{display:block;opacity:0}img.hgm-lazy:not(.initial){transition:opacity .6s ease-in}img.hgm-lazy.hgm-lazy-error,img.hgm-lazy.hgm-lazy-loaded,img.hgm-lazy.initial{opacity:1}.hgm-badge{background-color:var(--colors-gray);border-radius:.25em;color:var(--colors-white);display:inline-block;line-height:1;padding:.35em .65em;text-align:center;vertical-align:baseline;white-space:nowrap}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset{margin-left:auto;margin-right:auto;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);width:auto}@media(min-width:576px){.container,.container-sm,body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm,body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm,body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl,body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)/-2);margin-right:calc(var(--bs-gutter-x)/-2);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{box-sizing:border-box;flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)/2);padding-right:calc(var(--bs-gutter-x)/2);width:100%}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media(min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media(min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media(min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media(min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media(min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.hgm-breadcrumb{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1em;padding:0}.hgm-breadcrumb__item{display:none}.hgm-breadcrumb__item:nth-last-child(2){display:list-item}@media(min-width:768px){.hgm-breadcrumb__item{display:list-item}}.hgm-breadcrumb__item+li:before{content:"‹";display:inline-block;margin:0 12px 0 0}@media(min-width:768px){.hgm-breadcrumb__item+li:before{content:"›";margin:0 16px 0 12px}}.hgm-breadcrumb__item a{text-decoration:none}.hgm-card{background-color:var(--colors-white)}.hgm-card__body{padding:1em}.hgm-card__link+a{margin-left:1em}.hgm-card__footer{padding:.5em 1em}.hgm-description-list>dt:nth-child(n+2){margin-top:20px}.hgm-description-list dd{margin-left:0}.hgm-description-list.divider>dt:nth-child(n+2){border-top:1px solid;padding-top:20px}.hgm-pagination{display:flex;flex-wrap:wrap;margin:0;padding:0}.hgm-pagination>*{flex:none;padding-left:0}.hgm-pagination__item{list-style:none}.hgm-pagination__item>a{display:block;padding:5px 10px}.hgm-pagination__item.disabled{pointer-events:none}.hgm-pagination__item.active>a{cursor:default}.hgm-pagination.center{justify-content:center}.hgm-pagination.right{justify-content:flex-end}.hgm-accordion{overflow:hidden}.hgm-accordion__item{overflow:hidden;width:100%}.hgm-accordion__item input[type=checkbox],.hgm-accordion__item input[type=radio]{box-sizing:border-box;opacity:0;padding:0;position:absolute;z-index:-1}.hgm-accordion__item input[type=checkbox]:checked~.hgm-accordion__content,.hgm-accordion__item input[type=radio]:checked~.hgm-accordion__content{transition:max-height .4s ease-in}.hgm-accordion__item input[type=checkbox]:checked~.hgm-accordion__label:after,.hgm-accordion__item input[type=radio]:checked~.hgm-accordion__label:after{transform:rotate(90deg)}.hgm-accordion__label{background-color:var(--colors-gray);cursor:pointer;display:flex;justify-content:space-between;padding:1em}.hgm-accordion__label:after{content:"›";height:1em;text-align:center;transition:all .3s ease-in-out;width:1em}.hgm-accordion__content{background:var(--colors-white);max-height:0;transition:max-height .4s ease-out}.hgm-accordion__content>div{padding:1em}.hgm-accordion__content input[type=checkbox],.hgm-accordion__content input[type=radio]{opacity:1;position:relative;z-index:0}.hgm-dropdown{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-block;max-width:100%;position:relative;vertical-align:middle}.hgm-dropdown__button:not(:disabled){cursor:pointer}.hgm-dropdown__contents{left:0;opacity:0;overflow:hidden;position:absolute;transition:visibility 0s,opacity .25s linear,top .4s,bottom .4s,box-shadow .4s;visibility:hidden;z-index:1020}.hgm-dropdown__contents.show{opacity:1;transition:visibility 0s,opacity .35s linear,top .4s,bottom .4s,box-shadow .4s;visibility:visible}.hgm-modal{align-items:center;background:rgba(0,0,0,.25);display:flex;height:100%;justify-content:center;left:0;overflow-x:hidden;overflow-y:hidden;position:fixed;top:0;width:100%;z-index:1299}@media(max-width:991px){.hgm-modal{align-items:flex-start}}.hgm-modal:not(:target){opacity:0;pointer-events:none;transition:opacity .6s,visibility .6s;visibility:hidden}.hgm-modal:target{opacity:1;pointer-events:auto;transition:opacity .6s,visibility .6s;visibility:visible}.hgm-modal>a{bottom:0;height:100vh;left:0;position:absolute;right:0;text-indent:-9999px;top:0;width:100vw}.hgm-modal__wrapper{background-color:var(--colors-white);max-width:960px;padding:2em;position:relative;width:50%}@media(max-width:991px){.hgm-modal__wrapper{margin:1em;width:80%}}@media(max-width:767px){.hgm-modal__wrapper{width:100%}}.hgm-modal__close{background-color:var(--colors-white);padding:1em;position:absolute;right:1em;top:1em}.hgm-modal__body{padding:1em 0}body.modal-open{overflow:hidden;padding-right:0}.hgm-off-canvas{bottom:0;left:0;position:fixed;top:0;z-index:1050}.hgm-off-canvas:before{background-color:var(--offcanvas-overlay-bg,var(--colors-black));bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .6s,visibility .6s;visibility:hidden;width:100vw;z-index:1049}.hgm-off-canvas__wrapper{background-clip:padding-box;background-color:var(--colors-white);bottom:0;display:flex;flex-direction:column;max-width:100%;outline:0;overflow-y:auto;position:fixed;right:0;top:0;transform:translateX(100%);transition:all .6s ease-in-out;width:375px;z-index:1051}.hgm-off-canvas__body,.hgm-off-canvas__header{padding:1em}.hgm-off-canvas__header{align-items:center;display:flex;justify-content:space-between}.hgm-off-canvas__close{cursor:pointer;margin:-.5em -.5em -.5em auto;padding:.5em}.hgm-off-canvas[data-position=left]>div{left:0;transform:translateX(-100%)}body.offcanvas-animation-push.right{position:relative;right:0;transition:right .3s ease-in-out}body.offcanvas-animation-push.left{left:0;position:relative;transition:left .3s ease-in-out}body.offcanvas-open{overflow:hidden;padding-right:0}body.offcanvas-open.offcanvas-animation-push.right{right:375px}body.offcanvas-open.offcanvas-animation-push.left{left:375px}body.offcanvas-open .hgm-off-canvas:before{opacity:var(--offcanvas-overlay-opacity,.8);visibility:visible}body.offcanvas-open .hgm-off-canvas>div{transform:none}.hgm-list-group{display:flex;flex-direction:column;list-style:none;margin:1em 0;padding-left:0}.hgm-list-group__item{background-color:transparent;display:block;padding:.5em 1em;position:relative;transition:background-color .4s ease-out,color .4s ease-out,border-color .4s ease-out}.hgm-list-group__item.active,.hgm-list-group__item.link:hover{background-color:var(--colors-gray);color:var(--colors-white)}.hgm-list-group.numbered{counter-reset:hgm-list-counter}.hgm-list-group.numbered li{counter-increment:hgm-list-counter}.hgm-list-group.numbered li:before{content:counter(hgm-list-counter) " . ";display:list-item;height:1.5em;left:-30px;list-style-position:inside;margin-bottom:-1.5em;position:relative;text-align:right;width:30px}.hgm-process-list{display:flex;list-style:none;margin:30px auto;padding:0}.hgm-process-list__step{flex:1 1 0;height:-moz-max-content;height:max-content;margin:0;min-width:24px;padding:0;position:relative}.hgm-process-list__step:last-child .hgm-process-list__marker:after{display:none}.hgm-process-list__step>a{height:100%;left:0;position:absolute;text-indent:-9999px;top:0;width:100%;z-index:21}@media(max-width:767px){.hgm-process-list__step{min-width:58%;scroll-snap-align:start}}.hgm-process-list__marker{display:block;position:relative}.hgm-process-list__marker:before{align-items:center;background-color:var(--colors-gray);border-radius:50%;content:attr(data-text);display:flex;height:28px;justify-content:center;line-height:1.5;position:relative;transition:background-color .6s ease-out,border-color .6s ease-out,box-shadow .6s ease-out;width:28px;z-index:20}.hgm-process-list__marker:after{background-color:var(--colors-gray);content:"";display:block;height:4px;position:absolute;right:-12px;top:10px;transition:background-color .6s ease-out,background-position .6s ease-out;width:100%}.hgm-process-list__text{display:inline-block;overflow:hidden;padding:.75em;text-overflow:ellipsis}.hgm-process-list__title{margin:0 0 .5rem}@media(max-width:767px){.hgm-process-list{overflow-x:auto;scroll-snap-type:x proximity}}.hgm-process-list.vertical{flex-direction:column;padding-bottom:18px}.hgm-process-list.vertical .hgm-process-list__step{display:flex;flex:1 1 auto}.hgm-process-list.vertical .hgm-process-list__marker:after{height:100%;left:10px;right:auto;width:4px}.hgm-process-list.vertical .hgm-process-list__text{padding:.35em 0 1.75em 1.5em;width:100%}@media(max-width:767px){.hgm-process-list.vertical .hgm-process-list__text{max-width:calc(100vw - 80px)}}@keyframes hgm-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes hgm-spinner-alt{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.hgm-spinner{height:8em;position:relative;width:8em}.hgm-spinner,.hgm-spinner__message{align-items:center;display:flex;justify-content:center}.hgm-spinner__message{border:2px solid var(--colors-gray);border-radius:50%;height:4.5em;position:absolute;width:4.5em}.hgm-spinner__message span{color:var(--colors-black);font-size:90%}.hgm-spinner__ring{border-radius:50%;position:absolute}.hgm-spinner div:nth-of-type(2){animation:hgm-spinner .888s linear .2s infinite;border-bottom:8px solid var(--colors-black);border-left:8px solid var(--colors-black);height:5.5em;width:5.5em}.hgm-spinner div:nth-of-type(3){animation:hgm-spinner-alt .888s linear .2s infinite;border-right:8px solid var(--colors-black);border-top:8px solid var(--colors-black);height:7em;width:7em}.hgm-tooltip{cursor:help;position:relative}.hgm-tooltip:after,.hgm-tooltip:before{pointer-events:none;position:absolute;transform:translateZ(0);transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);visibility:hidden}.hgm-tooltip:focus:after,.hgm-tooltip:focus:before,.hgm-tooltip:hover:after,.hgm-tooltip:hover:before{opacity:1;visibility:visible}.hgm-tooltip:before{background:transparent;border:6px solid transparent;content:"";z-index:1001}.hgm-tooltip:after{background-color:rgba(0,0,0,.75);border-radius:.25em;color:var(--colors-white);content:attr(data-tooltip-text)!important;line-height:1.5;min-width:150px;padding:8px 16px;text-align:center;width:-moz-max-content;width:max-content;z-index:1000}@media(max-width:575px){.hgm-tooltip:after{max-width:35vw;min-width:auto;padding-left:8px;padding-right:8px}}.hgm-tooltip:after,.hgm-tooltip:before,.hgm-tooltip[data-tooltip-direction=top]:after,.hgm-tooltip[data-tooltip-direction=top]:before{bottom:100%;left:50%}.hgm-tooltip:before,.hgm-tooltip[data-tooltip-direction=top]:before{border-top-color:rgba(0,0,0,.75);margin-bottom:-12px;transform:translateX(-50%)}.hgm-tooltip:after,.hgm-tooltip[data-tooltip-direction=top]:after{transform:translateX(-50%)}.hgm-tooltip:focus:after,.hgm-tooltip:focus:before,.hgm-tooltip:hover:after,.hgm-tooltip:hover:before,.hgm-tooltip[data-tooltip-direction=top]:focus:after,.hgm-tooltip[data-tooltip-direction=top]:focus:before,.hgm-tooltip[data-tooltip-direction=top]:hover:after,.hgm-tooltip[data-tooltip-direction=top]:hover:before{transform:translate(-50%,-12px)}.hgm-tooltip[data-tooltip-direction=left]:after,.hgm-tooltip[data-tooltip-direction=left]:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;bottom:50%;left:auto;right:100%;transform:translateY(50%)}.hgm-tooltip[data-tooltip-direction=left]:before{border-left-color:rgba(0,0,0,.75);border-top-color:transparent;margin-bottom:0;margin-left:0;margin-right:-12px}.hgm-tooltip[data-tooltip-direction=left]:focus:after,.hgm-tooltip[data-tooltip-direction=left]:focus:before,.hgm-tooltip[data-tooltip-direction=left]:hover:after,.hgm-tooltip[data-tooltip-direction=left]:hover:before{transform:translate(-12px,50%)}.hgm-tooltip[data-tooltip-direction=right]:after,.hgm-tooltip[data-tooltip-direction=right]:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;bottom:50%;left:100%;right:auto;transform:translateY(50%)}.hgm-tooltip[data-tooltip-direction=right]:before{border-right-color:rgba(0,0,0,.75);border-top-color:transparent;margin-bottom:0;margin-left:-12px;margin-right:0}.hgm-tooltip[data-tooltip-direction=right]:focus:after,.hgm-tooltip[data-tooltip-direction=right]:focus:before,.hgm-tooltip[data-tooltip-direction=right]:hover:after,.hgm-tooltip[data-tooltip-direction=right]:hover:before{transform:translate(12px,50%)}.hgm-tooltip[data-tooltip-direction=bottom]:after,.hgm-tooltip[data-tooltip-direction=bottom]:before{bottom:auto;left:50%;top:100%}.hgm-tooltip[data-tooltip-direction=bottom]:before{border-bottom-color:rgba(0,0,0,.75);border-top-color:transparent;margin-bottom:0;margin-top:-12px;transform:translateX(-50%)}.hgm-tooltip[data-tooltip-direction=bottom]:after{transform:translateX(-50%)}.hgm-tooltip[data-tooltip-direction=bottom]:focus:after,.hgm-tooltip[data-tooltip-direction=bottom]:focus:before,.hgm-tooltip[data-tooltip-direction=bottom]:hover:after,.hgm-tooltip[data-tooltip-direction=bottom]:hover:before{transform:translate(-50%,12px)}.hgm-marquee-hero{align-items:center;background-color:var(--hero-default-bg-color,transparent);box-sizing:border-box;display:flex;height:var(--hero-height,65vh);overflow:hidden;position:relative;text-align:center}@media(max-width:767px){.hgm-marquee-hero{height:auto;padding-bottom:4em;padding-top:4em}}.hgm-marquee-hero.content-left{padding-left:3em;padding-right:3em;text-align:left}.hgm-marquee-hero.content-left .container,.hgm-marquee-hero.content-left body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-marquee-hero.content-left body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-hero.content-left form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-hero.content-left form#user-pass-reset{justify-content:flex-start}.hgm-marquee-hero.content-right{padding-left:3em;padding-right:3em;text-align:left}.hgm-marquee-hero.content-right .container,.hgm-marquee-hero.content-right body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-marquee-hero.content-right body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-hero.content-right form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-hero.content-right form#user-pass-reset{justify-content:flex-end}@media(max-width:767px){.hgm-marquee-hero.content-right .container,.hgm-marquee-hero.content-right body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-marquee-hero.content-right body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-hero.content-right form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-hero.content-right form#user-pass-reset{justify-content:flex-start}}.hgm-marquee-hero.content-top{align-items:flex-start;padding-bottom:3em;padding-top:3em}@media(max-width:767px){.hgm-marquee-hero.content-top{align-items:center}}.hgm-marquee-hero.content-bottom{align-items:flex-end;padding-bottom:3em;padding-top:3em}@media(max-width:767px){.hgm-marquee-hero.content-bottom{align-items:center}.hgm-marquee-hero.content-mobile-below{flex-direction:column;overflow:visible;padding:0}.hgm-marquee-hero.content-mobile-below .container,.hgm-marquee-hero.content-mobile-below body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-marquee-hero.content-mobile-below body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-hero.content-mobile-below form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-hero.content-mobile-below form#user-pass-reset{margin:0;max-width:none;padding:0}}.hgm-marquee-hero__bg{background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s linear;width:100%}.hgm-marquee-hero__bg.hgm-lazy-loaded{opacity:1}.hgm-marquee-hero__bg.hide{display:none!important}.image-top .hgm-marquee-hero__bg{background-position-y:top}.image-bottom .hgm-marquee-hero__bg{background-position-y:bottom}.image-left .hgm-marquee-hero__bg{background-position-x:left}.image-right .hgm-marquee-hero__bg{background-position-x:right}@media(max-width:767px){.content-mobile-below .hgm-marquee-hero__bg{min-height:30vh;position:relative}}.hgm-marquee-hero__overlay{background-color:var(--hero-overlay-color,var(--colors-white));display:none;height:100%;left:0;mix-blend-mode:var(--hero-blend-mode,normal);opacity:var(--hero-overlay-opacity,.6);position:absolute;top:0;width:100%}.hgm-marquee-hero__overlay.show{display:block}@media(max-width:767px){.content-mobile-below .hgm-marquee-hero__overlay{display:none!important}}.hgm-marquee-hero__video{height:auto;left:50%;min-height:100%;min-width:100%;opacity:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);transition:opacity .4s linear;width:auto}.hgm-marquee-hero__video.hgm-lazy-loaded{opacity:1}@media(max-width:767px){.content-mobile-below .hgm-marquee-hero__video{left:0;min-height:auto;position:relative;top:0;transform:translateX(0) translateY(0);width:100%}}.hgm-marquee-hero .container,.hgm-marquee-hero body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-marquee-hero body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-hero form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-hero form#user-pass-reset{display:flex;justify-content:center;width:100%}.hgm-marquee-hero__content{color:var(--colors-black);display:flex;flex-direction:column;max-width:var(--hero-content-width,1200px);padding:1.75rem;position:relative;width:80%}.content-left .hgm-marquee-hero__content,.content-right .hgm-marquee-hero__content{width:50%}@media(max-width:767px){.hgm-marquee-hero__content{max-width:none;width:90%}.content-left .hgm-marquee-hero__content,.content-right .hgm-marquee-hero__content{width:90%}.content-mobile-below .hgm-marquee-hero__content{box-sizing:border-box;padding:1.5em;width:100%}}.hgm-marquee-hero__content>*{z-index:2}.hgm-marquee-hero__content>:last-child{margin-bottom:0}@media(max-width:767px){.hgm-marquee-hero.content-mobile-below[data-overlay-show] .hgm-lazy:after{background-color:var(--hero-overlay-color,var(--colors-white));content:"";height:100%;left:0;mix-blend-mode:var(--hero-blend-mode,normal);opacity:var(--hero-overlay-opacity,.6);position:absolute;top:0;width:100%}}.hgm-marquee-hero.bg-repeat .hgm-marquee-hero__bg{background-repeat:repeat;background-size:contain}@keyframes tabFadeIn{0%{opacity:0}to{opacity:1}}.hgm-tabs{display:flex;flex-wrap:wrap}.hgm-tabs__label{border-bottom:3px solid transparent;cursor:pointer;display:block;order:1;padding:1em 1.5em;transition:all .4s ease}@media(max-width:767px){.hgm-tabs__label{border-bottom:1px solid var(--colors-black);order:0;width:100%}}.hgm-tabs__content{border-top:1px solid var(--colors-black);display:none;flex-grow:1;order:99;padding:1em;width:100%}@media(max-width:767px){.hgm-tabs__content{border-top:none;order:0}}.hgm-tabs__radio{display:none}.hgm-tabs__radio:checked+label{border-bottom-color:var(--colors-black)}@media(max-width:767px){.hgm-tabs__radio:checked+label{border-bottom-color:transparent}}.hgm-tabs__radio:checked+label+.hgm-tabs__content{display:block}.hgm-tabs__radio:checked+label+.hgm-tabs__content>div{animation:tabFadeIn 1.2s}.hgm-nav-tabs{border-bottom:1px solid var(--colors-black);display:flex;flex-wrap:wrap;list-style:none;padding-left:0}@media(max-width:767px){.hgm-nav-tabs__item{border-bottom:1px solid var(--colors-black);display:flex;flex:1 1 100%;max-width:100%}}.hgm-nav-tabs__link{background-color:transparent;border:1px solid transparent;border-top-left-radius:4px;border-top-right-radius:4px;display:block;margin-bottom:-1px;padding:.5rem 1rem;text-decoration:none;transition:color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out}@media(max-width:767px){.hgm-nav-tabs__link{margin-bottom:-3px}}.hgm-nav-tabs__link:focus,.hgm-nav-tabs__link:hover{border-color:var(--colors-gray) var(--colors-gray) var(--colors-black)}.hgm-nav-tabs__link.active{background-color:var(--colors-white);border-color:var(--colors-black) var(--colors-black) var(--colors-white);color:var(--colors-gray)}@media(max-width:767px){.hgm-nav-tabs__link.active{margin-bottom:-1px}}.hgm-nav-tabs__link.disabled{background-color:transparent;border-color:transparent;color:var(--colors-gray);cursor:default;pointer-events:none}.hgm-video{background-color:var(--video-bg,var(--colors-black));max-width:100%;position:relative}.hgm-video:before{content:"";display:block;padding-top:56.25%}.hgm-video__poster{bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .6s ease-out,visibility .6s ease-out;z-index:10}.hgm-video__poster:before{background-color:var(--video-play-bg,rgba(0,0,0,.5));border-radius:50%;height:85px;width:85px}.hgm-video__poster:after,.hgm-video__poster:before{content:"";left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.hgm-video__poster:after{border-color:transparent transparent transparent var(--video-play-icon-color,var(--colors-white));border-style:solid;border-width:15px 0 15px 21px;height:0;margin-left:2px;width:0}.hgm-video__image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hgm-video iframe,.hgm-video__iframe,.hgm-video__video{border:0;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .6s,visibility .6s;visibility:hidden;width:100%}.hgm-video.video-loaded .hgm-video__poster{opacity:0;visibility:hidden}.hgm-video.video-loaded .hgm-video__iframe,.hgm-video.video-loaded .hgm-video__video{opacity:1;visibility:visible}.hgm-video__caption{background-color:var(--video-caption-bg,var(--colors-black));color:var(--colors-white);padding:16px 20px 0;position:absolute;width:calc(100% - 40px);z-index:10}.fade-enter-active{transition:opacity .5s}.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.card-list-enter-active,.card-list-leave-active{transition:all 1s}.card-list-enter,.card-list-leave-to{opacity:0;transform:translateY(-500px)}.card-list-move{transition:transform 1s}.fade-stagger-enter-active{animation:fade-stagger .6s}.fade-stagger-leave-active{animation:fade-stagger .6s reverse}@keyframes fade-stagger{0%{opacity:0}to{opacity:1}}.bounce-enter-active{animation:bounce-in .5s}.bounce-leave-active{animation:bounce-in .5s reverse}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}:root{--colors-primary-90:#3a1f5c;--colors-primary-70:#522b82;--colors-primary-50:#6b39a8;--colors-primary-30:#844fc4;--colors-primary-10:#9f75d1;--colors-secondary-90:#06406a;--colors-secondary-70:#085d9b;--colors-secondary-50:#0b7acc;--colors-secondary-30:#1695fe;--colors-secondary-10:#47adf6;--colors-secondary-5:#d8eefd;--colors-tertiary-90:#991f77;--colors-tertiary-70:#c32898;--colors-tertiary-50:#d944b0;--colors-tertiary-30:#e16fc2;--colors-tertiary-10:#ea9ad3;--colors-quaternary-90:#cc3700;--colors-quaternary-70:#f40;--colors-quaternary-50:#ff6b35;--colors-quaternary-30:#ff8f66;--colors-quaternary-10:#ffb499;--colors-quinary-90:#ee7f2b;--colors-quinary-70:#f19b5a;--colors-quinary-50:#f5b889;--colors-quinary-30:#f9d4b8;--colors-quinary-10:#fdf1e7;--colors-gray-85:#262626;--colors-gray-70:#4d4d4d;--colors-gray-60:#666;--colors-gray-40:#999;--colors-gray-20:#cdcdcd;--colors-gray-10:#e7e7e7;--colors-gray-5:#f2f2f2;--colors-error-75:#a60a0a;--colors-error-50:#e60c0c;--colors-error-20:#facece;--colors-warning-75:#caa02d;--colors-warning-50:#ffca3a;--colors-warning-20:#ffebb6;--colors-success-75:#66931e;--colors-success-50:#8ac926;--colors-success-20:#d7ecb5;--colors-base-text:var(--colors-gray-85);--colors-base-table-border:var(--colors-gray-20);--colors-base-table-alternating-background:var(--colors-gray-5);--colors-base-h1:var(--colors-gray-85);--colors-base-h2:var(--colors-gray-85);--colors-base-h3:var(--colors-gray-85);--colors-base-h4:var(--colors-gray-85);--colors-base-h5:var(--colors-gray-85);--colors-base-h6:var(--colors-gray-85);--colors-image-caption-background-color:var(--colors-gray-10);--colors-image-caption-text-color:var(--colors-gray-85);--colors-system-primary-dark:var(--colors-primary-70);--colors-system-primary:var(--colors-primary-50);--colors-system-primary-light:var(--colors-primary-30);--colors-system-secondary-dark:var(--colors-secondary-70);--colors-system-secondary:var(--colors-secondary-50);--colors-system-secondary-light:var(--colors-secondary-30);--colors-system-tertiary:var(--colors-tertiary-50);--colors-system-error:var(--colors-error-50);--colors-system-warning:var(--colors-warning-50);--colors-system-success:var(--colors-success-50);--colors-system-light:var(--colors-gray-5);--colors-system-mid:var(--colors-gray-10);--colors-system-dark:var(--colors-gray-85);--colors-links-and-buttons-text-link:var(--colors-secondary-50);--colors-links-and-buttons-text-link-hover:var(--colors-secondary-30);--colors-links-and-buttons-button-label:var(--colors-white);--colors-links-and-buttons-button-background:var(--colors-secondary-50);--colors-links-and-buttons-button-background-hover:var(--colors-secondary-30);--colors-links-and-buttons-button-background-active:var(--colors-secondary-70);--colors-links-and-buttons-main-dropdown-background-open:var(--colors-secondary-90);--colors-links-and-buttons-ghost-button-label:var(--colors-primary-50);--colors-links-and-buttons-ghost-button-background:var(--colors-white);--colors-links-and-buttons-ghost-button-border:var(--colors-primary-50);--colors-links-and-buttons-ghost-button-border-hover:var(--colors-primary-30);--colors-links-and-buttons-ghost-button-border-active:var(--colors-primary-70);--colors-forms-text:var(--colors-gray-85);--colors-forms-field-border:var(--colors-gray-40);--colors-forms-field-border-hover:var(--colors-secondary-30);--colors-forms-field-focus-border:var(--colors-secondary-50);--colors-forms-field-focus-fill:var(--colors-secondary-5);--colors-forms-error:var(--colors-error-50);--colors-forms-dropdown-background:var(--colors-white);--colors-forms-multi-select-text:var(--colors-white);--colors-accordion-and-tabs-text:var(--colors-gray-85);--colors-accordion-and-tabs-background:var(--colors-gray-5);--colors-accordion-and-tabs-text-hover:var(--colors-secondary-50);--colors-accordion-and-tabs-background-open:var(--colors-secondary-70);--colors-accordion-and-tabs-text-open:var(--colors-white);--colors-accordion-and-tabs-background-active:var(--colors-secondary-5);--colors-lists-title-text:var(--colors-gray-85);--colors-lists-divider:var(--colors-gray-20);--colors-lists-body-text:var(--colors-gray-60);--colors-lists-process-steps:var(--colors-primary-50);--colors-lists-process-steps-hover:var(--colors-primary-30);--colors-lists-link-text:var(--colors-secondary-50);--colors-modals-text:var(--colors-gray-85);--colors-modals-background:var(--colors-white);--colors-modals-close-link:var(--colors-secondary-50);--colors-hero-default-text-small-screen:var(--colors-gray-85);--colors-hero-background-overlay:var(--colors-gray-85);--colors-hero-background-small-screen:var(--colors-gray-5);--colors-slideshow-thumbnail-and-dot-nav-background:var(--colors-white);--colors-slideshow-caption:var(--colors-white);--colors-slideshow-thumbnail-active:var(--colors-primary-50);--colors-slideshow-dot-nav-border-and-hover:var(--colors-secondary-50);--colors-slideshow-dot-nav-active:var(--colors-secondary-90);--colors-carousel-nav-background:var(--colors-white);--colors-carousel-nav-border-and-hover:var(--colors-secondary-50);--colors-carousel-nav-active:var(--colors-secondary-90);--colors-carousel-nav-arrow-border:var(--colors-secondary-50);--colors-carousel-nav-arrow-border-hover:var(--colors-secondary-30);--colors-video-play-icon:var(--colors-white);--colors-video-background:var(--colors-quinary-50);--colors-video-caption:var(--colors-gray-85);--colors-card-title:var(--colors-gray-85);--colors-card-body:var(--colors-gray-60);--colors-card-label:var(--colors-gray-40);--colors-card-background:var(--colors-white);--colors-card-border:var(--colors-gray-10);--colors-card-provider-icon:var(--colors-white);--colors-card-provider-icon-background:var(--colors-success-50);--colors-card-event-icon:var(--colors-primary-50);--colors-footer-text:var(--colors-white);--colors-footer-background:var(--colors-gray-85);--colors-footer-divider:var(--colors-white);--colors-footer-cta-button-background:var(--colors-white);--colors-footer-social-icons:var(--colors-white);--colors-footer-social-icons-hover:var(--colors-gray-20);--colors-footer-menu-links:var(--colors-white);--colors-footer-menu-links-hover:var(--colors-white);--colors-header-background:var(--colors-white);--colors-header-search-icon:var(--colors-gray-85);--colors-header-off-canvas-menu-icon:var(--colors-gray-85);--colors-header-cta-background:var(--colors-gray-85);--colors-header-cta-background-hover:var(--colors-secondary-70);--colors-header-cta-text:var(--colors-white);--colors-header-primary-menu-link:var(--colors-gray-85);--colors-header-primary-menu-link-hover:var(--colors-secondary-50);--colors-header-primary-menu-link-active:var(--colors-secondary-70);--colors-header-primary-menu-current:var(--colors-gray-85);--colors-header-primary-menu-current-border:var(--colors-gray-85);--colors-header-submenu-heading:var(--colors-gray-85);--colors-header-submenu-dropdown-border:var(--colors-primary-10);--colors-header-submenu-dropdown-divider:var(--colors-gray-85);--colors-header-submenu-dropdown-background:var(--colors-white);--colors-header-submenu-menu-link:var(--colors-gray-85);--colors-header-submenu-menu-link-hover:var(--colors-secondary-50);--colors-header-submenu-menu-link-active:var(--colors-secondary-70);--colors-header-subheader-phone:var(--colors-gray-85);--colors-header-subheader-background:var(--colors-gray-5);--colors-header-subheader-dropdown-text:var(--colors-gray-70);--colors-header-subheader-menu-link:var(--colors-gray-85);--colors-header-subheader-menu-link-hover:var(--colors-secondary-50);--colors-header-subheader-menu-link-active:var(--colors-secondary-70);--colors-health-library-header-brand:var(--colors-primary-50);--colors-health-library-header-background:var(--colors-white);--colors-health-library-header-primary-menu-link:var(--colors-gray-85);--colors-health-library-header-primary-menu-link-hover:var(--colors-secondary-50);--colors-health-library-header-primary-menu-link-active:var(--colors-secondary-70);--colors-health-library-header-primary-menu-current:var(--colors-gray-85);--colors-health-library-header-primary-menu-current-border:var(--colors-gray-85);--colors-health-library-header-submenu-heading:var(--colors-gray-85);--colors-health-library-header-submenu-dropdown-border:var(--colors-primary-10);--colors-health-library-header-submenu-dropdown-divider:var(--colors-gray-85);--colors-health-library-header-submenu-dropdown-background:var(--colors-white);--colors-health-library-header-submenu-menu-link:var(--colors-gray-85);--colors-health-library-header-submenu-menu-link-hover:var(--colors-secondary-50);--colors-health-library-header-submenu-menu-link-active:var(--colors-secondary-70);--colors-health-library-header-cta-background:var(--colors-secondary-50);--colors-health-library-header-cta-border:var(--colors-secondary-50);--colors-health-library-header-cta-background-hover:var(--colors-secondary-70);--colors-health-library-header-cta-text:var(--colors-white);--colors-health-library-header-mobile-text:var(--colors-gray-85);--colors-health-library-header-mobile-border:var(--colors-gray-85);--colors-health-library-header-mobile-background:var(--colors-gray-10);--colors-health-library-header-mobile-background-hover:var(--colors-gray-20);--colors-cta-band-background:var(--colors-gray-10);--colors-cta-expandable-content-text:var(--colors-white);--colors-cta-expandable-content-overlay:var(--colors-secondary-90);--colors-cta-expandable-content-divider:var(--colors-secondary-70);--colors-providers-search-title:var(--colors-white);--colors-providers-search-background:var(--colors-primary-70);--colors-providers-search-button:var(--colors-secondary-50);--colors-providers-icon-background:var(--colors-success-50);--colors-providers-review-stars:var(--colors-warning-50);--colors-locations-search-title:var(--colors-white);--colors-locations-search-background:var(--colors-primary-70);--colors-locations-filters-background:var(--colors-white);--colors-locations-filters-background-hover:var(--colors-secondary-30);--colors-locations-filters-text:var(--colors-secondary-50);--colors-locations-filters-active-background:var(--colors-secondary-70);--colors-locations-filters-active-icon-background:var(--colors-success-50);--colors-admin-toolbar-background:#132d77;--colors-admin-toolbar-brand-background:#020249;--colors-admin-toolbar-background-hover:#2876bf;--colors-admin-toolbar-list-item-hover:#edf1f5;--colors-admin-toolbar-list-link-color:#33393e;--colors-admin-toolbar-list-item-icon:#2ba59c;--colors-admin-toolbar-list-item-gray:#747d86;--colors-admin-toolbar-submenu-background:#2363ad;--colors-offcanvas-close:var(--colors-gray-60);--colors-offcanvas-close-hover:#2876bf;--colors-offcanvas-overlay-background:var(--colors-gray-85);--colors-offcanvas-background:var(--colors-white);--colors-offcanvas-menu-bottom-border:var(--colors-gray-10);--colors-offcanvas-menu-text:var(--colors-gray-85);--colors-offcanvas-menu-text-hover:var(--colors-gray-70);--colors-offcanvas-menu-text-active:#132d77;--colors-offcanvas-menu-button-background:var(--colors-gray-5);--colors-offcanvas-phone:#2363ad;--colors-offcanvas-phone-hover:#2876bf;--colors-offcanvas-call-to-action-button-background:#2363ad;--colors-offcanvas-call-to-action-button-background-hover:#2876bf;--colors-offcanvas-call-to-action-button-text:var(--colors-white);--colors-offcanvas-accordion-label-background:var(--colors-gray-5);--colors-offcanvas-accordion-label:var(--colors-gray-85);--colors-alert-light-yellow:#fffac8;--colors-golden-tainoi:#ffc74f;--colors-error-light:#fce3e6;--colors-error:#f40023;--colors-success-light:#ddfff9;--colors-utility-positive:#57ceb8;--colors-neutral-midlight:#cfd5db;--colors-dodger-blue:#295afb;--colors-page-overlay:38,38,38;--colors-video-play-bg:38,38,38}.hgm-badge{background-color:var(--colors-system-dark);font-size:80%;font-weight:700;padding:.4em .7em}.hgm-badge.pill{border-radius:16px}.hgm-badge.primary{background-color:var(--colors-system-primary)}.hgm-badge.secondary{background-color:var(--colors-system-secondary)}.hgm-badge.tertiary{background-color:var(--colors-system-tertiary)}.hgm-badge.error{background-color:var(--colors-system-error)}.hgm-badge.warning{background-color:var(--colors-system-warning);color:var(--colors-system-dark)}.hgm-badge.success{background-color:var(--colors-system-success);color:var(--colors-system-dark)}.hgm-badge.light{background-color:var(--colors-system-light);color:var(--colors-system-dark)}.hgm-button,.hgm-health-library-article .hgm-body-region input[type=button]{align-items:center;background-color:var(--colors-links-and-buttons-button-background);border-color:var(--colors-links-and-buttons-button-background);border-radius:.25em;border-style:solid;border-width:0;color:var(--colors-links-and-buttons-button-label);display:inline-flex;justify-content:space-around;padding:.5em;position:relative;text-decoration:none;transition:all .4s}.hgm-button:hover,.hgm-health-library-article .hgm-body-region input[type=button]:hover{background-color:var(--colors-links-and-buttons-button-background-hover);color:var(--colors-links-and-buttons-button-label);cursor:pointer;transition:all .4s}.hgm-button:active,.hgm-health-library-article .hgm-body-region input[type=button]:active{background-color:var(--colors-links-and-buttons-button-background-active);transition:all .4s}.hgm-button:disabled,.hgm-health-library-article .hgm-body-region input[type=button]:disabled{background-color:var(--colors-gray-5);color:var(--colors-gray-40);cursor:not-allowed;transition:all .4s}.hgm-button:disabled i,.hgm-health-library-article .hgm-body-region input[type=button]:disabled i{color:var(--colors-gray-40)}.hgm-button.sm,.hgm-health-library-article .hgm-body-region input.sm[type=button]{font-size:75%}.hgm-button.lg,.hgm-health-library-article .hgm-body-region input[type=button]{font-size:112.5%;padding:.66666em}.hgm-button.xl,.hgm-health-library-article .hgm-body-region input.xl[type=button]{font-size:125%;padding:.8em}.hgm-button.ghost,.hgm-health-library-article .hgm-body-region input.ghost[type=button]{background:var(--colors-links-and-buttons-ghost-button-background);border-color:var(--colors-links-and-buttons-ghost-button-border);border-width:1px;color:var(--colors-links-and-buttons-ghost-button-label);padding:calc(.5em - 1px) .5em;transition:all .2s}.hgm-button.ghost:hover,.hgm-health-library-article .hgm-body-region input.ghost[type=button]:hover{border-color:var(--colors-links-and-buttons-ghost-button-border-hover);cursor:pointer;transition:all .2s}.hgm-button.ghost:active,.hgm-health-library-article .hgm-body-region input.ghost[type=button]:active{border-color:var(--colors-links-and-buttons-ghost-button-border-active);transition:all .2s}.hgm-button.ghost:disabled,.hgm-health-library-article .hgm-body-region input.ghost[type=button]:disabled{border-color:var(--colors-gray-5);color:var(--colors-gray-40);cursor:not-allowed;transition:all .2s}.hgm-button.ghost.lg,.hgm-health-library-article .hgm-body-region input.ghost[type=button]{padding:calc(.66666em - 1px) .66666em}.hgm-button.ghost.xl,.hgm-health-library-article .hgm-body-region input.ghost.xl[type=button]{padding:calc(.8em - 1px) .8em}.hgm-button.ghost-white,.hgm-health-library-article .hgm-body-region input.ghost-white[type=button]{background:transparent;border-color:var(--colors-white);border-width:1px;color:var(--colors-white);padding:calc(.5em - 1px) .5em;transition:all .2s}.hgm-button.ghost-white:hover,.hgm-health-library-article .hgm-body-region input.ghost-white[type=button]:hover{border-color:var(--colors-white);cursor:pointer;transition:all .2s}.hgm-button.ghost-white:active,.hgm-health-library-article .hgm-body-region input.ghost-white[type=button]:active{border-color:var(--colors-white);transition:all .2s}.hgm-button.ghost-white:disabled,.hgm-health-library-article .hgm-body-region input.ghost-white[type=button]:disabled{border-color:var(--colors-gray-5);color:var(--colors-gray-40);cursor:not-allowed;transition:all .2s}.hgm-button.ghost-white.lg,.hgm-health-library-article .hgm-body-region input.ghost-white[type=button]{padding:calc(.66666em - 1px) .66666em}.hgm-button.ghost-white.xl,.hgm-health-library-article .hgm-body-region input.ghost-white.xl[type=button]{padding:calc(.8em - 1px) .8em}.hgm-button i,.hgm-health-library-article .hgm-body-region input[type=button] i{align-items:center;display:inline-flex;justify-content:start;width:.75em}.hgm-button i.left,.hgm-health-library-article .hgm-body-region input[type=button] i.left{display:inline-block;padding-right:.66666em;position:relative}.hgm-button i.right,.hgm-health-library-article .hgm-body-region input[type=button] i.right{display:inline-block;padding-left:.66666em;padding-right:.25em;position:relative}.hgm-button.full-width,.hgm-health-library-article .hgm-body-region input.full-width[type=button]{width:100%}.hgm-button.full-width i.left,.hgm-health-library-article .hgm-body-region input.full-width[type=button] i.left{display:inline-block;height:1em;left:1em;padding-right:0;position:absolute;top:50%;transform:translateY(-50%);width:1em}.hgm-button.full-width i.right,.hgm-health-library-article .hgm-body-region input.full-width[type=button] i.right{display:inline-block;height:1em;left:calc(100% - 1.75em);padding-left:0;position:absolute;top:50%;transform:translateY(-50%);width:1em}@media(max-width:767px){.hgm-button.full-width--sm-only,.hgm-health-library-article .hgm-body-region input.full-width--sm-only[type=button]{width:100%}}.hgm-back-to-top{bottom:24px;box-shadow:0 9px 15px rgba(0,0,0,.2);position:fixed;right:44px;transform:translateY(300px);z-index:1300}.hgm-back-to-top.hide-label i{padding-right:0!important;width:auto}.hgm-back-to-top.slide-in{transform:translateY(0)}.hgm-back-to-top.mobile-only{display:none}@media(max-width:767px){.hgm-back-to-top.mobile-only{display:block}}.hgm-back-to-top.hide{display:none!important}.hgm-health-library-article .hgm-body-region body.hgm-button-pill input[type=button],body.hgm-button-pill .hgm-button,body.hgm-button-pill .hgm-health-library-article .hgm-body-region input[type=button]{border-radius:24px;padding-left:1em;padding-right:1em}.hgm-health-library-article .hgm-body-region body.hgm-button-pill input.ghost[type=button],body.hgm-button-pill .hgm-button.ghost,body.hgm-button-pill .hgm-button.ghost.lg,body.hgm-button-pill .hgm-health-library-article .hgm-body-region input.ghost[type=button]{padding-left:1em;padding-right:1em}.hgm-health-library-article .hgm-body-region body.hgm-button-square input[type=button],body.hgm-button-square .hgm-button,body.hgm-button-square .hgm-health-library-article .hgm-body-region input[type=button]{border-radius:0}.google-translator-switch{align-items:center;background-color:var(--colors-links-and-buttons-button-background);border-color:var(--colors-links-and-buttons-button-background);border-radius:.25em;border-style:solid;border-width:0;bottom:24px;box-sizing:border-box;display:inline-flex;font-family:inherit;font-size:100%;justify-content:space-around;left:44px;line-height:normal;padding:.5em;position:fixed;text-align:center;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;z-index:1300}.google-translator-switch,.google-translator-switch:hover{color:var(--colors-links-and-buttons-button-label);transition:all .4s}.google-translator-switch:hover{background-color:var(--colors-links-and-buttons-button-background-hover);cursor:pointer}#google_translator_element{bottom:24px;left:44px;position:fixed;z-index:1300}#google_translator_element .goog-te-gadget-simple{display:flex;padding:6px}.padding-xxxs{padding:.25em}.padding-xxs{padding:.375em}.padding-xs{padding:.5em}.padding-s{padding:.75em}.padding-m{padding:1em}.padding-l{padding:1.5em}.padding-xl{padding:2em}.padding-xxl{padding:3em}.padding-xxxl{padding:4em}.margin-vertical{margin-bottom:2rem;margin-top:2rem}@media(max-width:767px){.margin-vertical{margin-bottom:1rem;margin-top:1.75rem}}:root{--fonts-merriweather:Merriweather,serif;--fonts-roboto:Roboto,sans-serif;--fonts-source-sans-pro:Source Sans Pro,sans-serif;--fonts-Jakarta:Plus Jakarta Sans,sans-serif;--fonts-Lato:Lato,sans-serif;--fonts-Montserrat:Montserrat,sans-serif;--fonts-Source-Sans-Pro:Source Sans Pro,sans-serif;--fonts-blockquote-family:Merriweather,serif;--fonts-blockquote-line-height:32px;--fonts-blockquote-line-height-min:27px;--fonts-blockquote-size:24px;--fonts-blockquote-size-min:20px;--fonts-blockquote-style:italic;--fonts-default-family:Source Sans Pro,sans-serif;--fonts-default-size:16px;--fonts-default-line-height:24px;--fonts-default-style:normal;--fonts-default-weight:normal;--fonts-h1-family:Roboto,sans-serif;--fonts-h1-line-height:55px;--fonts-h1-line-height-min:37px;--fonts-h1-size:48px;--fonts-h1-size-min:32px;--fonts-h1-style:normal;--fonts-h1-weight:900;--fonts-h2-family:Roboto,sans-serif;--fonts-h2-line-height:41px;--fonts-h2-line-height-min:30px;--fonts-h2-size:36px;--fonts-h2-size-min:26px;--fonts-h2-style:normal;--fonts-h2-weight:700;--fonts-h3-family:Roboto,sans-serif;--fonts-h3-line-height:32px;--fonts-h3-line-height-min:28px;--fonts-h3-size:28px;--fonts-h3-size-min:24px;--fonts-h3-style:normal;--fonts-h3-weight:700;--fonts-h4-family:Roboto,sans-serif;--fonts-h4-line-height:30px;--fonts-h4-line-height-min:28px;--fonts-h4-size:24px;--fonts-h4-size-min:22px;--fonts-h4-style:normal;--fonts-h4-weight:700;--fonts-h5-family:Roboto,sans-serif;--fonts-h5-line-height:26px;--fonts-h5-line-height-min:25px;--fonts-h5-size:21px;--fonts-h5-size-min:20px;--fonts-h5-style:normal;--fonts-h5-weight:700;--fonts-h6-family:Roboto,sans-serif;--fonts-h6-line-height:23px;--fonts-h6-line-height-min:23px;--fonts-h6-size:18px;--fonts-h6-size-min:18px;--fonts-h6-style:normal;--fonts-h6-weight:700;--fonts-special-family:Roboto,sans-serif;--fonts-special-line-height:64px;--fonts-special-line-height-min:46px;--fonts-special-size:56px;--fonts-special-size-min:40px;--fonts-special-style:normal;--fonts-special-weight:900}body{color:var(--colors-base-text);font-family:var(--fonts-default-family);font-size:var(--fonts-default-size);font-style:var(--fonts-default-style);font-weight:var(--fonts-default-weight);line-height:var(--fonts-default-line-height)}@media(min-width:375px){body{font-size:max(var(--fonts-default-size),min(var(--fonts-default-size),4.70588vw))}}@media(min-width:1300px){body{font-size:var(--fonts-default-size)}}@media(min-width:375px){body{line-height:max(var(--fonts-default-line-height),min(var(--fonts-default-line-height),4.70588vw))}}@media(min-width:1300px){body{line-height:var(--fonts-default-line-height)}}h1{color:var(--colors-base-h1);font-family:var(--fonts-h1-family);font-size:var(--fonts-h1-size-min);font-style:var(--fonts-h1-style);font-weight:var(--fonts-h1-weight);line-height:var(--fonts-h1-line-height-min);margin-bottom:1.5rem}@media(min-width:375px){h1{font-size:max(var(--fonts-h1-size-min),min(var(--fonts-h1-size),4.70588vw))}}@media(min-width:1300px){h1{font-size:var(--fonts-h1-size)}}@media(min-width:375px){h1{line-height:max(var(--fonts-h1-line-height-min),min(var(--fonts-h1-line-height),4.70588vw))}}@media(min-width:1300px){h1{line-height:var(--fonts-h1-line-height)}}h2{color:var(--colors-base-h2);font-family:var(--fonts-h2-family);font-size:var(--fonts-h2-size-min);font-style:var(--fonts-h2-style);font-weight:var(--fonts-h2-weight);line-height:var(--fonts-h2-line-height-min);margin-bottom:.75rem}@media(min-width:375px){h2{font-size:max(var(--fonts-h2-size-min),min(var(--fonts-h2-size),4.70588vw))}}@media(min-width:1300px){h2{font-size:var(--fonts-h2-size)}}@media(min-width:375px){h2{line-height:max(var(--fonts-h2-line-height-min),min(var(--fonts-h2-line-height),4.70588vw))}}@media(min-width:1300px){h2{line-height:var(--fonts-h2-line-height)}}h3{color:var(--colors-base-h3);font-family:var(--fonts-h3-family);font-size:var(--fonts-h3-size-min);font-style:var(--fonts-h3-style);font-weight:var(--fonts-h3-weight);line-height:var(--fonts-h3-line-height-min);margin-bottom:.75rem}@media(min-width:375px){h3{font-size:max(var(--fonts-h3-size-min),min(var(--fonts-h3-size),4.70588vw))}}@media(min-width:1300px){h3{font-size:var(--fonts-h3-size)}}@media(min-width:375px){h3{line-height:max(var(--fonts-h3-line-height-min),min(var(--fonts-h3-line-height),4.70588vw))}}@media(min-width:1300px){h3{line-height:var(--fonts-h3-line-height)}}h4{color:var(--colors-base-h4);font-family:var(--fonts-h4-family);font-size:var(--fonts-h4-size-min);font-style:var(--fonts-h4-style);font-weight:var(--fonts-h4-weight);line-height:var(--fonts-h4-line-height-min);margin-bottom:.75rem}@media(min-width:375px){h4{font-size:max(var(--fonts-h4-size-min),min(var(--fonts-h4-size),4.70588vw))}}@media(min-width:1300px){h4{font-size:var(--fonts-h4-size)}}@media(min-width:375px){h4{line-height:max(var(--fonts-h4-line-height-min),min(var(--fonts-h4-line-height),4.70588vw))}}@media(min-width:1300px){h4{line-height:var(--fonts-h4-line-height)}}h5{color:var(--colors-base-h5);font-family:var(--fonts-h5-family);font-size:var(--fonts-h5-size-min);font-style:var(--fonts-h5-style);font-weight:var(--fonts-h5-weight);line-height:var(--fonts-h5-line-height-min);margin-bottom:.5rem}@media(min-width:375px){h5{font-size:max(var(--fonts-h5-size-min),min(var(--fonts-h5-size),4.70588vw))}}@media(min-width:1300px){h5{font-size:var(--fonts-h5-size)}}@media(min-width:375px){h5{line-height:max(var(--fonts-h5-line-height-min),min(var(--fonts-h5-line-height),4.70588vw))}}@media(min-width:1300px){h5{line-height:var(--fonts-h5-line-height)}}h6{color:var(--colors-base-h6);font-family:var(--fonts-h6-family);font-size:var(--fonts-h6-size-min);font-style:var(--fonts-h6-style);font-weight:var(--fonts-h6-weight);line-height:var(--fonts-h6-line-height-min);margin-bottom:.5rem}@media(min-width:375px){h6{font-size:max(var(--fonts-h6-size-min),min(var(--fonts-h6-size),4.70588vw))}}@media(min-width:1300px){h6{font-size:var(--fonts-h6-size)}}@media(min-width:375px){h6{line-height:max(var(--fonts-h6-line-height-min),min(var(--fonts-h6-line-height),4.70588vw))}}@media(min-width:1300px){h6{line-height:var(--fonts-h6-line-height)}}.marquee-title{font-family:var(--fonts-special-family);font-size:var(--fonts-special-size-min);font-style:var(--fonts-special-style);font-weight:var(--fonts-special-weight);line-height:var(--fonts-special-line-height-min)}@media(min-width:375px){.marquee-title{font-size:max(var(--fonts-special-size-min),min(var(--fonts-special-size),4.70588vw))}}@media(min-width:1300px){.marquee-title{font-size:var(--fonts-special-size)}}@media(min-width:375px){.marquee-title{line-height:max(var(--fonts-special-line-height-min),min(var(--fonts-special-line-height),4.70588vw))}}@media(min-width:1300px){.marquee-title{line-height:var(--fonts-special-line-height)}}.lightweight{font-weight:500!important}.hgm-blockquote{font-family:var(--fonts-blockquote-family);font-size:var(--fonts-blockquote-size-min);font-style:var(--fonts-blockquote-style);line-height:var(--fonts-blockquote-line-height-min);margin-bottom:2rem}@media(min-width:375px){.hgm-blockquote{font-size:max(var(--fonts-blockquote-size-min),min(var(--fonts-blockquote-size),4.70588vw))}}@media(min-width:1300px){.hgm-blockquote{font-size:var(--fonts-blockquote-size)}}@media(min-width:375px){.hgm-blockquote{line-height:max(var(--fonts-blockquote-line-height-min),min(var(--fonts-blockquote-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-blockquote{line-height:var(--fonts-blockquote-line-height)}}.hgm-blockquote>p{font-family:var(--fonts-blockquote-family);font-size:var(--fonts-blockquote-size-min);font-style:var(--fonts-blockquote-style);line-height:var(--fonts-blockquote-line-height-min)}@media(min-width:375px){.hgm-blockquote>p{font-size:max(var(--fonts-blockquote-size-min),min(var(--fonts-blockquote-size),4.70588vw))}}@media(min-width:1300px){.hgm-blockquote>p{font-size:var(--fonts-blockquote-size)}}@media(min-width:375px){.hgm-blockquote>p{line-height:max(var(--fonts-blockquote-line-height-min),min(var(--fonts-blockquote-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-blockquote>p{line-height:var(--fonts-blockquote-line-height)}}.hgm-blockquote__figcaption{font-family:var(--fonts-blockquote-family);font-size:var(--fonts-blockquote-size-min);font-style:var(--fonts-blockquote-style);line-height:var(--fonts-blockquote-line-height-min);margin-bottom:2rem}@media(min-width:375px){.hgm-blockquote__figcaption{font-size:max(var(--fonts-blockquote-size-min),min(var(--fonts-blockquote-size),4.70588vw))}}@media(min-width:1300px){.hgm-blockquote__figcaption{font-size:var(--fonts-blockquote-size)}}@media(min-width:375px){.hgm-blockquote__figcaption{line-height:max(var(--fonts-blockquote-line-height-min),min(var(--fonts-blockquote-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-blockquote__figcaption{line-height:var(--fonts-blockquote-line-height)}}a{color:var(--colors-links-and-buttons-text-link);text-decoration-color:transparent;text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:1px;text-underline-offset:.25em}a,a:hover{transition:text-decoration-color .4s,color .4s}a:hover{color:var(--colors-links-and-buttons-text-link-hover);text-decoration-color:var(--colors-links-and-buttons-text-link-hover)}p.small{font-size:87.5%;line-height:150%}hr{border-color:var(--colors-gray-20);border-style:solid;border-width:1px;margin:1.5em 0}img.shadow.regular{box-shadow:0 2px 3px rgba(0,0,0,.15)}img.shadow.medium{box-shadow:1px 4px 4px rgba(0,0,0,.15)}img.shadow.large{box-shadow:0 6px 14px rgba(0,0,0,.15)}img.shadow.x-large{box-shadow:0 9px 15px rgba(0,0,0,.2)}img.shadow.xx-large{box-shadow:0 15px 40px rgba(0,0,0,.25)}img.rounded{border-radius:8px}img.border{border:6px solid var(--colors-gray-20)}img.full-width{display:block;height:auto;width:100%}p.shadow.regular img{box-shadow:0 2px 3px rgba(0,0,0,.15)}p.shadow.medium img{box-shadow:1px 4px 4px rgba(0,0,0,.15)}p.shadow.large img{box-shadow:0 6px 14px rgba(0,0,0,.15)}p.shadow.x-large img{box-shadow:0 9px 15px rgba(0,0,0,.2)}p.shadow.xx-large img{box-shadow:0 15px 40px rgba(0,0,0,.25)}p.rounded img{border-radius:8px}p.border img{border:6px solid var(--colors-gray-20)}p.full-width img{display:block;height:auto;width:100%}img.hgm-lazy-carousel:not([src]){visibility:hidden}img.hgm-lazy-carousel{display:block;opacity:0}img.hgm-lazy-carousel:not(.initial){transition:opacity .6s ease-in}img.hgm-lazy-carousel.hgm-lazy-carousel-error,img.hgm-lazy-carousel.hgm-lazy-carousel-loaded,img.hgm-lazy-carousel.initial{opacity:1}figure.hgm-image-caption{display:inline-block;margin-bottom:12px;margin-left:0;margin-right:0}figure.hgm-image-caption>figcaption{color:var(--image-caption-text-color,var(--colors-image-caption-text-color));padding:12px 0}figure.hgm-image-caption>figcaption p:last-of-type{margin-bottom:0}figure.hgm-image-caption.background img{margin-bottom:10px}figure.hgm-image-caption.background>figcaption{background-color:var(--image-caption-bg-color,var(--colors-image-caption-background-color));padding:12px}.hgm-table{width:100%}.hgm-table td,.hgm-table th{padding:6px 8px}.hgm-table thead tr{border-bottom:2px solid var(--colors-base-table-border)}.hgm-table tbody tr,.hgm-table tfoot tr{border-bottom:1px solid var(--colors-base-table-border)}.hgm-table.scrolling{display:block;max-width:100%;overflow-x:auto;width:-moz-fit-content;width:fit-content}@media(max-width:767px){.hgm-table.scrolling td,.hgm-table.scrolling th{padding-left:15px;padding-right:15px;white-space:nowrap}}.hgm-table.striped tbody tr:nth-of-type(odd),.hgm-table.striped tfoot tr:nth-of-type(odd){background-color:var(--colors-base-table-alternating-background)}.hgm-form input[type=color],.hgm-form input[type=date],.hgm-form input[type=datetime-local],.hgm-form input[type=datetime],.hgm-form input[type=email],.hgm-form input[type=month],.hgm-form input[type=number],.hgm-form input[type=password],.hgm-form input[type=search],.hgm-form input[type=tel],.hgm-form input[type=text],.hgm-form input[type=time],.hgm-form input[type=url],.hgm-form input[type=week],.hgm-form select,.hgm-form textarea{border-color:var(--colors-forms-field-border);border-radius:4px;color:var(--colors-forms-text);line-height:var(--fonts-default-line-height);padding:.5em;transition:border-color .4s,background-color .4s}@media(min-width:375px){.hgm-form input[type=color],.hgm-form input[type=date],.hgm-form input[type=datetime-local],.hgm-form input[type=datetime],.hgm-form input[type=email],.hgm-form input[type=month],.hgm-form input[type=number],.hgm-form input[type=password],.hgm-form input[type=search],.hgm-form input[type=tel],.hgm-form input[type=text],.hgm-form input[type=time],.hgm-form input[type=url],.hgm-form input[type=week],.hgm-form select,.hgm-form textarea{line-height:max(var(--fonts-default-line-height),min(var(--fonts-default-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-form input[type=color],.hgm-form input[type=date],.hgm-form input[type=datetime-local],.hgm-form input[type=datetime],.hgm-form input[type=email],.hgm-form input[type=month],.hgm-form input[type=number],.hgm-form input[type=password],.hgm-form input[type=search],.hgm-form input[type=tel],.hgm-form input[type=text],.hgm-form input[type=time],.hgm-form input[type=url],.hgm-form input[type=week],.hgm-form select,.hgm-form textarea{line-height:var(--fonts-default-line-height)}}.hgm-form input[type=color]::-moz-placeholder,.hgm-form input[type=date]::-moz-placeholder,.hgm-form input[type=datetime-local]::-moz-placeholder,.hgm-form input[type=datetime]::-moz-placeholder,.hgm-form input[type=email]::-moz-placeholder,.hgm-form input[type=month]::-moz-placeholder,.hgm-form input[type=number]::-moz-placeholder,.hgm-form input[type=password]::-moz-placeholder,.hgm-form input[type=search]::-moz-placeholder,.hgm-form input[type=tel]::-moz-placeholder,.hgm-form input[type=text]::-moz-placeholder,.hgm-form input[type=time]::-moz-placeholder,.hgm-form input[type=url]::-moz-placeholder,.hgm-form input[type=week]::-moz-placeholder,.hgm-form select::-moz-placeholder,.hgm-form textarea::-moz-placeholder{color:var(--colors-forms-field-border)}.hgm-form input[type=color]::placeholder,.hgm-form input[type=date]::placeholder,.hgm-form input[type=datetime-local]::placeholder,.hgm-form input[type=datetime]::placeholder,.hgm-form input[type=email]::placeholder,.hgm-form input[type=month]::placeholder,.hgm-form input[type=number]::placeholder,.hgm-form input[type=password]::placeholder,.hgm-form input[type=search]::placeholder,.hgm-form input[type=tel]::placeholder,.hgm-form input[type=text]::placeholder,.hgm-form input[type=time]::placeholder,.hgm-form input[type=url]::placeholder,.hgm-form input[type=week]::placeholder,.hgm-form select::placeholder,.hgm-form textarea::placeholder{color:var(--colors-forms-field-border)}.hgm-form input[type=color]:hover,.hgm-form input[type=date]:hover,.hgm-form input[type=datetime-local]:hover,.hgm-form input[type=datetime]:hover,.hgm-form input[type=email]:hover,.hgm-form input[type=month]:hover,.hgm-form input[type=number]:hover,.hgm-form input[type=password]:hover,.hgm-form input[type=search]:hover,.hgm-form input[type=tel]:hover,.hgm-form input[type=text]:hover,.hgm-form input[type=time]:hover,.hgm-form input[type=url]:hover,.hgm-form input[type=week]:hover,.hgm-form select:hover,.hgm-form textarea:hover{border-color:var(--colors-forms-field-border-hover)}.hgm-form input[type=color]:focus,.hgm-form input[type=date]:focus,.hgm-form input[type=datetime-local]:focus,.hgm-form input[type=datetime]:focus,.hgm-form input[type=email]:focus,.hgm-form input[type=month]:focus,.hgm-form input[type=number]:focus,.hgm-form input[type=password]:focus,.hgm-form input[type=search]:focus,.hgm-form input[type=tel]:focus,.hgm-form input[type=text]:focus,.hgm-form input[type=time]:focus,.hgm-form input[type=url]:focus,.hgm-form input[type=week]:focus,.hgm-form select:focus,.hgm-form textarea:focus{background-color:var(--colors-forms-field-focus-fill);border-color:var(--colors-forms-field-focus-border)}.hgm-form input[type=color][disabled],.hgm-form input[type=color][disabled]:hover,.hgm-form input[type=date][disabled],.hgm-form input[type=date][disabled]:hover,.hgm-form input[type=datetime-local][disabled],.hgm-form input[type=datetime-local][disabled]:hover,.hgm-form input[type=datetime][disabled],.hgm-form input[type=datetime][disabled]:hover,.hgm-form input[type=email][disabled],.hgm-form input[type=email][disabled]:hover,.hgm-form input[type=month][disabled],.hgm-form input[type=month][disabled]:hover,.hgm-form input[type=number][disabled],.hgm-form input[type=number][disabled]:hover,.hgm-form input[type=password][disabled],.hgm-form input[type=password][disabled]:hover,.hgm-form input[type=search][disabled],.hgm-form input[type=search][disabled]:hover,.hgm-form input[type=tel][disabled],.hgm-form input[type=tel][disabled]:hover,.hgm-form input[type=text][disabled],.hgm-form input[type=text][disabled]:hover,.hgm-form input[type=time][disabled],.hgm-form input[type=time][disabled]:hover,.hgm-form input[type=url][disabled],.hgm-form input[type=url][disabled]:hover,.hgm-form input[type=week][disabled],.hgm-form input[type=week][disabled]:hover,.hgm-form select[disabled],.hgm-form select[disabled]:hover,.hgm-form textarea[disabled],.hgm-form textarea[disabled]:hover{background-color:var(--colors-gray-5);border-color:var(--colors-gray-40)}.hgm-form select{background-color:var(--colors-white);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJtNDQxLjkgMTY3LjMtMTkuOC0xOS44Yy00LjctNC43LTEyLjMtNC43LTE3IDBMMjI0IDMyOC4yIDQyLjkgMTQ3LjVjLTQuNy00LjctMTIuMy00LjctMTcgMEw2LjEgMTY3LjNjLTQuNyA0LjctNC43IDEyLjMgMCAxN2wyMDkuNCAyMDkuNGM0LjcgNC43IDEyLjMgNC43IDE3IDBsMjA5LjQtMjA5LjRjNC43LTQuNyA0LjctMTIuMyAwLTE3eiIvPjwvc3ZnPg==");background-position-x:calc(100% - 8px);background-position-y:50%;background-repeat:no-repeat;background-size:16px auto;padding-right:28px}.hgm-form label,.hgm-form legend,.hgm-form span{color:var(--colors-forms-text);font-weight:700;margin-bottom:.25em}.hgm-form label.js-form-required:after,.hgm-form legend.js-form-required:after,.hgm-form span.js-form-required:after{-webkit-font-smoothing:antialiased;color:var(--colors-system-error);content:"";display:inline-block;font-family:Font Awesome\ 6 Pro;font-size:.5em;font-weight:700;font-weight:400;padding:1em;position:relative;text-align:center;text-rendering:auto;top:-1em}.hgm-form input[type=checkbox],.hgm-form input[type=radio]{border:2px solid var(--colors-forms-field-border);height:16px;margin-top:4px;width:16px}.hgm-form input[type=checkbox]+label,.hgm-form input[type=radio]+label{font-weight:400}.hgm-form input[type=checkbox]:hover,.hgm-form input[type=radio]:hover{border-color:var(--colors-forms-field-border-hover)}.hgm-form input[type=checkbox]:checked,.hgm-form input[type=radio]:checked{border-color:var(--colors-forms-field-focus-border)}.hgm-form input[type=checkbox]:checked+label,.hgm-form input[type=radio]:checked+label{color:var(--colors-forms-field-focus-border)}.hgm-form input[type=radio]:checked{background:radial-gradient(circle,var(--colors-forms-field-focus-border) 40%,var(--colors-white) 60%)}.hgm-form input[type=radio][disabled]{background:radial-gradient(circle,var(--colors-gray-5) 40%,var(--colors-white) 60%);border-color:var(--colors-gray-40)}.hgm-form input[type=radio][disabled]+label{color:var(--colors-base-text)}.hgm-form input[type=checkbox]{border-radius:4px}.hgm-form input[type=checkbox]:checked{background-color:var(--colors-forms-field-focus-border);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJtNDM1LjggODMuNS0yNjMgMjYzLTk2LjctOTYuN2MtNC43LTQuNy0xMi4zLTQuNy0xNyAwbC0yOC4zIDI4LjNjLTQuNyA0LjctNC43IDEyLjMgMCAxN2wxMzMuNCAxMzMuNGM0LjcgNC43IDEyLjMgNC43IDE3IDBMNDgxIDEyOC43YzQuNy00LjcgNC43LTEyLjMgMC0xN2wtMjguMy0yOC4zYy00LjYtNC42LTEyLjItNC42LTE2LjkuMXoiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=");background-position:50% 50%;background-repeat:no-repeat;background-size:10px auto}.hgm-form input[type=checkbox][disabled]{background-color:var(--colors-gray-5);background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJtNDM1LjggODMuNS0yNjMgMjYzLTk2LjctOTYuN2MtNC43LTQuNy0xMi4zLTQuNy0xNyAwbC0yOC4zIDI4LjNjLTQuNyA0LjctNC43IDEyLjMgMCAxN2wxMzMuNCAxMzMuNGM0LjcgNC43IDEyLjMgNC43IDE3IDBMNDgxIDEyOC43YzQuNy00LjcgNC43LTEyLjMgMC0xN2wtMjguMy0yOC4zYy00LjYtNC42LTEyLjItNC42LTE2LjkuMXoiIHN0eWxlPSJmaWxsOiM5OTkiLz48L3N2Zz4=");border-color:var(--colors-gray-40)}.hgm-form input[type=checkbox][disabled]+label{color:var(--colors-base-text)}.hgm-form__switch label{text-indent:44px}.hgm-form__switch label:before{-webkit-font-smoothing:antialiased;color:var(--colors-white);content:"";font-family:Font Awesome\ 6 Pro;font-size:12px;font-weight:400;left:-38px;opacity:0;position:absolute;text-rendering:auto;top:4px;transition:opacity .4s;z-index:2}.hgm-form__switch label .switch-rail{background-color:var(--colors-white);border:2px solid var(--colors-forms-field-border);min-height:16px;width:34px}.hgm-form__switch label .switch-rail .switch-slider{background:var(--colors-forms-field-border);height:12px;left:2px;top:2px;width:12px}.hgm-form__switch label:hover .switch-rail{border-color:var(--colors-forms-field-border-hover)}.hgm-form__switch input[type=checkbox]:checked+label:before{opacity:1}.hgm-form__switch input[type=checkbox]:checked+label .switch-rail{background-color:var(--colors-forms-field-focus-border);border-color:var(--colors-forms-field-focus-border)}.hgm-form__switch input[type=checkbox]:checked+label .switch-rail .switch-slider{background:var(--colors-white);transform:translateX(18px)}.hgm-form__switch input[type=checkbox][disabled]+label{cursor:default}.hgm-form__switch input[type=checkbox][disabled]+label:hover .switch-rail{border-color:var(--colors-forms-field-border)}.hgm-form__switch input[type=checkbox][disabled]:checked+label .switch-rail{background-color:var(--colors-black);border-color:var(--colors-gray-40)}.hgm-form input[type=range]{--range:calc(var(--max) - var(--min));--ratio:calc((var(--value) - var(--min))/var(--range));--sx:calc(8px + var(--ratio)*(100% - 16px));-webkit-appearance:none;height:40px}.hgm-form input[type=range]:focus{outline:none}.hgm-form input[type=range]:disabled{background:none}.hgm-form input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--colors-forms-text);border:none;border-radius:16px;box-shadow:none;height:16px;margin-top:-6px;width:16px}.hgm-form input[type=range]::-webkit-slider-runnable-track{border:none;border-radius:0;box-shadow:none;height:3px}.hgm-form input[type=range]::-webkit-slider-thumb:hover{background:var(--colors-forms-field-border-hover)}.hgm-form input[type=range]::-webkit-slider-runnable-track{background:var(--colors-gray-10)}.hgm-form input[type=range]::-webkit-slider-thumb:active{background:var(--colors-forms-field-focus-border)}.hgm-form input[type=range]:active::-webkit-slider-runnable-track{background:var(--colors-gray-10)}.hgm-form input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(var(--colors-forms-text),var(--colors-forms-text)) 0/var(--sx) 100% no-repeat,var(--colors-gray-10)}.hgm-form input[type=range]:hover::-webkit-slider-runnable-track{background:linear-gradient(var(--colors-forms-field-border-hover),var(--colors-forms-field-border-hover)) 0/var(--sx) 100% no-repeat,var(--colors-gray-10)}.hgm-form input[type=range]:active::-webkit-slider-runnable-track{background:linear-gradient(var(--colors-forms-field-focus-border),var(--colors-forms-field-focus-border)) 0/var(--sx) 100% no-repeat,var(--colors-gray-10)}.hgm-form input[type=range]:disabled::-webkit-slider-thumb{background:var(--colors-gray-40)}.hgm-form input[type=range]::-moz-range-thumb{background:var(--colors-forms-text);border:none;border-radius:16px;box-shadow:none;height:16px;width:16px}.hgm-form input[type=range]::-moz-range-track{background:var(--colors-gray-10);border:none;border-radius:0;box-shadow:none;height:3px}.hgm-form input[type=range]::-moz-range-thumb:hover{background:var(--colors-forms-field-border-hover)}.hgm-form input[type=range]:hover::-moz-range-track{background:var(--colors-gray-10)}.hgm-form input[type=range]::-moz-range-thumb:active{background:var(--colors-forms-field-focus-border)}.hgm-form input[type=range]:active::-moz-range-track{background:var(--colors-gray-10)}.hgm-form input[type=range]::-moz-range-track{background:linear-gradient(var(--colors-forms-text),var(--colors-forms-text)) 0/var(--sx) 100% no-repeat,var(--colors-gray-10)}.hgm-form input[type=range]:hover::-moz-range-track{background:linear-gradient(var(--colors-forms-field-border-hover),var(--colors-forms-field-border-hover)) 0/var(--sx) 100% no-repeat,var(--colors-gray-10)}.hgm-form input[type=range]:active::-moz-range-track{background:linear-gradient(var(--colors-forms-field-focus-border),var(--colors-forms-field-focus-border)) 0/var(--sx) 100% no-repeat,var(--colors-gray-10)}.hgm-form input[type=range]:disabled::-moz-range-thumb,.hgm-form input[type=range]:disabled::-moz-range-track{background:var(--colors-gray-40)}.hgm-form input[type=range]::-ms-fill-lower,.hgm-form input[type=range]::-ms-fill-upper{background:transparent;border-color:transparent}.hgm-form input[type=range]::-ms-thumb{background:var(--colors-forms-text);border:none;border-radius:16px;box-shadow:none;box-sizing:border-box;height:16px;margin-top:0;width:16px}.hgm-form input[type=range]::-ms-track{background:var(--colors-gray-10);border:none;border-radius:0;box-shadow:none;box-sizing:border-box;height:3px}.hgm-form input[type=range]::-ms-thumb:hover{background:var(--colors-forms-field-border-hover)}.hgm-form input[type=range]:hover::-ms-track{background:var(--colors-gray-10)}.hgm-form input[type=range]::-ms-thumb:active{background:var(--colors-forms-field-focus-border)}.hgm-form input[type=range]:active::-ms-track{background:var(--colors-gray-10)}.hgm-form input[type=range]::-ms-fill-lower{background:var(--colors-forms-text);border:none;border-radius:0 0 0 0;border-right:0;height:3px;margin:-undefined 0 -undefined -undefined}.hgm-form input[type=range]:hover::-ms-fill-lower{background:var(--colors-forms-field-border-hover)}.hgm-form input[type=range]:active::-ms-fill-lower{background:var(--colors-forms-field-focus-border)}.hgm-form:disabled::-ms-thumb,.hgm-form:disabled::-ms-track{background:var(--colors-gray-40)}.hgm-form .hgm-range-wrap{position:relative}.hgm-form .hgm-range-wrap output{background-color:var(--colors-forms-text);border-radius:.25em;bottom:3.25em;box-shadow:0 6px 14px rgba(0,0,0,.15);color:var(--colors-white);display:block;font-weight:700;height:22px;left:50%;line-height:22px;padding:8px 0;position:absolute;text-align:center;top:auto;transform:translateX(-25px);transition:background-color .4s;white-space:nowrap;width:50px}.hgm-form .hgm-range-wrap output:before{background:transparent;border:10px solid transparent;border-top:10px solid var(--colors-forms-text);content:"";left:0;position:fixed;transform:translate(15px,30px);transition:border-color .4s}.hgm-form .hgm-range-wrap input[type=range]:active~output{background-color:var(--colors-forms-field-focus-border)}.hgm-form .hgm-range-wrap input[type=range]:active~output:before{border-top-color:var(--colors-forms-field-focus-border)}.hgm-form .hgm-range-wrap input[type=range]:disabled~output{background-color:var(--colors-gray-40)}.hgm-form .hgm-range-wrap input[type=range]:disabled~output:before{border-top-color:var(--colors-gray-40)}.hgm-form .hgm-range-wrap.bottom output{bottom:-2.5em}.hgm-form .hgm-range-wrap.bottom output:before{border-bottom-color:var(--colors-forms-text);border-top-color:transparent;transform:translate(15px,-28px)}.hgm-form .hgm-range-wrap.bottom input[type=range]:active~output:before{border-bottom-color:var(--colors-forms-field-focus-border);border-top-color:transparent}.hgm-form .hgm-range-wrap.bottom input[type=range]:disabled~output:before{border-bottom-color:var(--colors-gray-40);border-top-color:transparent}.hgm-form .webform-element-description{color:var(--colors-gray-60);font-size:90%}.hgm-form .webform-element-more--link{font-size:90%;margin-top:.25em}.hgm-form .webform-element-more--link:before{display:none}.hgm-form .webform-element-more--link:after{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-size:80%;font-weight:400;height:auto;line-height:normal;margin-left:6px;text-rendering:auto;transform-origin:center;transition:all .2s linear;width:auto}.hgm-form .webform-element-more--content{color:var(--colors-gray-40);font-size:90%}.hgm-form .webform-element-more.is-open .webform-element-more--link:after{transform:rotate(90deg)}.hgm-form .webform-element--title-inline{display:flex}.hgm-form .webform-element--title-inline>label{flex:0 0 auto;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375em + 1px);padding-right:20px;padding-top:calc(.375em + 1px);width:auto}@media(max-width:767px){.hgm-form .webform-element--title-inline>label{flex:0 0 auto;padding-right:0;width:100%}}.hgm-form .webform-element--title-inline>input{flex:1 0 0}@media(max-width:767px){.hgm-form .webform-element--title-inline>input{flex:0 0 auto;width:100%}}.hgm-form .webform-options-display-side-by-side>div{margin-right:2em}.hgm-form .webform-options-display-one-column{margin-bottom:1em!important}.hgm-form .webform-options-display-one-column .mb-1{margin-bottom:.25rem!important}.hgm-form .js-form-type-color input[type=color]{min-height:50px;padding:12px}.hgm-form input.form-color.form-color-output{border-left:1px solid #ccc}.hgm-form .form-number{min-width:3.5em;padding-left:.25em!important;padding-right:0!important}.hgm-form .js-form-type-range{align-items:flex-start;display:flex;flex-direction:column}.hgm-form .js-form-type-range output{margin-top:-.25em}.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover{border:1px solid var(--colors-forms-field-border-hover)}.vdp-datepicker__calendar header .next,.vdp-datepicker__calendar header .prev{border-radius:4px}.vdp-datepicker__calendar header .prev:after{content:""!important}.vdp-datepicker__calendar header .next:after,.vdp-datepicker__calendar header .prev:after{border:none!important;font-family:Font Awesome\ 6 Pro;font-weight:400;margin-left:0!important;text-indent:0}.vdp-datepicker__calendar header .next:after{content:""!important}.vdp-datepicker input[type=text]{min-height:44px}.vdp-datepicker__calendar{border-radius:4px;box-shadow:0 6px 14px rgba(0,0,0,.15)}.vdp-datepicker__calendar header span{border-radius:4px}.vdp-datepicker__calendar .cell.day{border-radius:4px;font-weight:400}.vdp-datepicker__calendar .cell.day.selected,.vdp-datepicker__calendar .cell.day.selected:hover{background:var(--colors-forms-field-focus-border);color:var(--colors-white)}.vdp-datepicker__calendar .cell.day.selected:hover{border-color:var(--colors-forms-field-focus-border)!important}.vdp-datepicker__calendar .cell.month,.vdp-datepicker__calendar .cell.year{border-radius:4px;font-weight:400}.vdp-datepicker__calendar .cell.month:hover,.vdp-datepicker__calendar .cell.year:hover{border:1px solid var(--colors-forms-field-border-hover)!important}.vdp-datepicker__calendar-button{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.vdp-datepicker__calendar-button i{font-size:110%}.content-moderation-entity-moderation-form{box-shadow:0 2px 3px rgba(0,0,0,.15);margin-left:15px;margin-right:15px;margin-top:-1.25em;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);width:auto}@media(min-width:576px){.content-moderation-entity-moderation-form{margin-left:auto;margin-right:auto;max-width:540px;padding-left:0;padding-right:0}}@media(min-width:768px){.content-moderation-entity-moderation-form{max-width:720px}}@media(min-width:992px){.content-moderation-entity-moderation-form{max-width:960px}}@media(min-width:1200px){.content-moderation-entity-moderation-form{max-width:1140px}}@media(min-width:1400px){.content-moderation-entity-moderation-form{max-width:1320px}}.content-moderation-entity-moderation-form .entity-moderation-form{border:none;padding-left:1.5em;padding-right:1.5em}@media(max-width:991px){.content-moderation-entity-moderation-form .entity-moderation-form{flex-direction:column}}.content-moderation-entity-moderation-form .entity-moderation-form .entity-moderation-form__item{display:flex;flex:0 1 20%;margin-right:0;max-width:20%;padding-right:1em}@media(max-width:991px){.content-moderation-entity-moderation-form .entity-moderation-form .entity-moderation-form__item{flex:0 1 100%;max-width:100%;padding-right:0;width:100%}}.content-moderation-entity-moderation-form .entity-moderation-form .entity-moderation-form__item .js-form-type-select,.content-moderation-entity-moderation-form .entity-moderation-form .entity-moderation-form__item .js-form-type-textfield{width:100%}.content-moderation-entity-moderation-form .entity-moderation-form .entity-moderation-form__item .form-select{background-color:var(--colors-white)}.content-moderation-entity-moderation-form .entity-moderation-form .entity-moderation-form__item .hgm-button,.content-moderation-entity-moderation-form .entity-moderation-form .entity-moderation-form__item .hgm-health-library-article .hgm-body-region input[type=button],.hgm-health-library-article .hgm-body-region .content-moderation-entity-moderation-form .entity-moderation-form .entity-moderation-form__item input[type=button]{width:100%}.hgm-accordion__item input[type=checkbox]:checked~.hgm-accordion__content,.hgm-accordion__item input[type=radio]:checked~.hgm-accordion__content{border-bottom-color:var(--colors-accordion-and-tabs-background);border-left-color:var(--colors-accordion-and-tabs-background);border-right-color:var(--colors-accordion-and-tabs-background);overflow:auto;transition:border-color .4s ease-in,max-height .4s ease-in}.hgm-accordion__item input[type=checkbox]:checked~.hgm-accordion__label,.hgm-accordion__item input[type=radio]:checked~.hgm-accordion__label{background-color:var(--colors-accordion-and-tabs-background-open);border-bottom-left-radius:0;border-bottom-right-radius:0;color:var(--colors-accordion-and-tabs-text-open);transition:color .4s ease-in,background-color .4s ease-in}.hgm-accordion__item input[type=checkbox]:checked~.hgm-accordion__label:after,.hgm-accordion__item input[type=radio]:checked~.hgm-accordion__label:after{color:var(--colors-accordion-and-tabs-text-open);transform:rotate(-180deg)}.hgm-accordion__item:first-of-type .hgm-accordion__label{border-top-left-radius:5px;border-top-right-radius:5px}.hgm-accordion__item:last-of-type .hgm-accordion__content,.hgm-accordion__item:last-of-type .hgm-accordion__label{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.hgm-accordion__label{background-color:var(--colors-accordion-and-tabs-background);color:var(--colors-accordion-and-tabs-text);flex-direction:row-reverse;font-size:var(--fonts-h4-size-min);font-weight:700;justify-content:flex-end;line-height:var(--fonts-h4-line-height-min);padding:14px 1em;transition:color .4s ease-out,background-color .4s ease-out}@media(min-width:375px){.hgm-accordion__label{font-size:max(var(--fonts-h4-size-min),min(var(--fonts-h4-size),4.70588vw))}}@media(min-width:1300px){.hgm-accordion__label{font-size:var(--fonts-h4-size)}}@media(min-width:375px){.hgm-accordion__label{line-height:max(var(--fonts-h4-line-height-min),min(var(--fonts-h4-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-accordion__label{line-height:var(--fonts-h4-line-height)}}.hgm-accordion__label:after{-webkit-font-smoothing:antialiased;color:var(--colors-accordion-and-tabs-text);content:"";font-family:Font Awesome\ 6 Pro;font-size:110%;font-weight:400;height:auto;line-height:normal;margin-right:16px;text-rendering:auto;transform-origin:center;transition:all .4s linear;width:auto}.hgm-accordion__label:hover{background-color:var(--colors-accordion-and-tabs-background)}.hgm-accordion__label:hover,.hgm-accordion__label:hover:after{color:var(--colors-accordion-and-tabs-text-hover)}.hgm-accordion__content{background:var(--colors-accordion-and-tabs-text-open);border-bottom:2px solid transparent;border-left:2px solid transparent;border-right:2px solid transparent;max-height:4px;overflow:hidden;transition:border-color .4s ease-out,max-height .4s ease-out}.hgm-accordion.sm .hgm-accordion__label{font-size:var(--fonts-default-size);line-height:var(--fonts-default-line-height);padding:.75em 1em}@media(min-width:375px){.hgm-accordion.sm .hgm-accordion__label{font-size:max(var(--fonts-default-size),min(var(--fonts-default-size),4.70588vw))}}@media(min-width:1300px){.hgm-accordion.sm .hgm-accordion__label{font-size:var(--fonts-default-size)}}@media(min-width:375px){.hgm-accordion.sm .hgm-accordion__label{line-height:max(var(--fonts-default-line-height),min(var(--fonts-default-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-accordion.sm .hgm-accordion__label{line-height:var(--fonts-default-line-height)}}.hgm-accordion.sm .hgm-accordion__label:after{line-height:1.25}.hgm-accordion.ghost .hgm-accordion__label{background-color:var(--colors-accordion-and-tabs-text-open);border-left:2px solid var(--colors-accordion-and-tabs-background);border-right:2px solid var(--colors-accordion-and-tabs-background)}.hgm-accordion.ghost .hgm-accordion__content{border-bottom:2px solid var(--colors-accordion-and-tabs-background);max-height:0}.hgm-accordion.ghost .hgm-accordion__item:first-of-type .hgm-accordion__label{border-top:2px solid var(--colors-accordion-and-tabs-background)}.hgm-accordion.ghost .hgm-accordion__item:last-of-type .hgm-accordion__label{border-bottom:2px solid var(--colors-accordion-and-tabs-background)}.hgm-accordion.ghost .hgm-accordion__item:last-of-type .hgm-accordion__content{border-bottom:2px solid transparent}.hgm-accordion.ghost .hgm-accordion__item:last-of-type input[type=checkbox]:checked~.hgm-accordion__content,.hgm-accordion.ghost .hgm-accordion__item:last-of-type input[type=radio]:checked~.hgm-accordion__content{border-bottom-color:var(--colors-accordion-and-tabs-background)}.hgm-autocomplete-container{position:relative}.hgm-autocomplete-container__input{min-height:44px;overflow:hidden;padding:8px 18px!important;text-overflow:ellipsis;transition:all .4s;white-space:nowrap}.hgm-autocomplete-container__input.active{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.hgm-autocomplete-container__clear-icon,.hgm-autocomplete-container__search-icon{font-size:110%;opacity:0;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);transition:opacity .4s,visibility .4s;visibility:hidden}.hgm-autocomplete-container__clear-icon.show,.hgm-autocomplete-container__search-icon.show{opacity:1;visibility:visible}.hgm-autocomplete-container__clear-icon{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:none;border:none;cursor:pointer}.hgm-autocomplete-container .hgm-autocomplete-results{border:1px solid var(--colors-forms-field-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;margin:-1px 0 0;opacity:0;position:absolute;transform:scaleY(1);transform-origin:center top;transition:opacity .4s;width:100%;z-index:1010}@media(max-width:575px){.hgm-autocomplete-container .hgm-autocomplete-results{max-height:200px;overflow-y:scroll}}.hgm-autocomplete-container .hgm-autocomplete-results.active{opacity:1}.hgm-autocomplete-container .hgm-autocomplete-results ul{margin:0;padding:0}.hgm-autocomplete-container .hgm-autocomplete-results ul li{background-color:var(--colors-white);cursor:pointer;font-weight:700;list-style:none;margin:0;padding:8px 16px;transition:color .4s,background-color .4s}.hgm-autocomplete-container .hgm-autocomplete-results ul li:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.hgm-autocomplete-container .hgm-autocomplete-results ul li mark{background:transparent;font-weight:400;padding:0;transition:color .4s}.hgm-autocomplete-container .hgm-autocomplete-results ul li:hover{background-color:var(--colors-forms-field-focus-border);color:var(--colors-forms-dropdown-background)}.hgm-autocomplete-container .hgm-autocomplete-results ul li:hover mark{color:var(--colors-forms-dropdown-background)}.hgm-autocomplete-container .hgm-autocomplete-results ul li.grouping{cursor:default;padding-bottom:0;padding-left:0;padding-right:0}.hgm-autocomplete-container .hgm-autocomplete-results ul li.grouping:hover{background-color:var(--colors-white);color:var(--colors-forms-text)}.hgm-autocomplete-container .hgm-autocomplete-results ul li.grouping:hover mark{color:var(--colors-forms-text)}.hgm-autocomplete-container .hgm-autocomplete-results ul li.grouping div{color:var(--colors-gray-40);font-size:14px;padding-left:16px;padding-right:16px;text-transform:uppercase}.hgm-autocomplete-container .hgm-autocomplete-results ul li.grouping div ul{margin-left:-16px;margin-right:-16px}.hgm-autocomplete-container .hgm-autocomplete-results ul li.grouping div ul li{border-bottom-left-radius:0;border-bottom-right-radius:0}.hgm-autocomplete-container .hgm-autocomplete-results ul li.grouping div ul li span{text-transform:capitalize}.hgm-autocomplete-container .hgm-autocomplete-results ul li.grouping div ul li:hover mark{color:var(--colors-forms-dropdown-background)}.hgm-autocomplete-container .hgm-autocomplete-results ul li.grouping:not(:first-of-type){border-top:1px solid var(--colors-gray-20)}.hgm-autocomplete-container .hgm-autocomplete-results ul li.grouping:last-of-type ul li:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.hgm-search-bar-footer .hgm-autocomplete-container__search-icon i{color:var(--colors-gray-85)}.hgm-description-list dt{color:var(--colors-lists-title-text);display:flex;font-family:var(--fonts-h5-family);font-size:var(--fonts-h5-size-min);line-height:var(--fonts-h5-line-height-min)}@media(min-width:375px){.hgm-description-list dt{font-size:max(var(--fonts-h5-size-min),min(var(--fonts-h5-size),4.70588vw))}}@media(min-width:1300px){.hgm-description-list dt{font-size:var(--fonts-h5-size)}}@media(min-width:375px){.hgm-description-list dt{line-height:max(var(--fonts-h5-line-height-min),min(var(--fonts-h5-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-description-list dt{line-height:var(--fonts-h5-line-height)}}.hgm-description-list>dt:nth-child(n+2){margin-top:32px}.hgm-description-list dd{color:var(--colors-lists-body-text);margin-top:8px}.hgm-description-list.divider>dt:nth-child(n+2){border-top:1px solid var(--colors-lists-divider);margin-top:16px;padding-top:16px}.hgm-description-list.icons dt i{height:auto;margin-right:16px;width:20px}.hgm-description-list.icons dd{margin-left:36px}.hgm-horizontal-scroll{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;overflow-x:auto;width:100%}.hgm-horizontal-scroll__unit{flex:0 0 auto;margin:0 1em}.hgm-breadcrumb__item{font-size:90%}.hgm-breadcrumb__item+li:before{-webkit-font-smoothing:antialiased;color:var(--colors-links-and-buttons-text-link);content:"";font-family:Font Awesome\ 6 Pro;font-size:9px;font-weight:300;margin:0 8px 0 0;text-rendering:auto}@media(min-width:768px){.hgm-breadcrumb__item+li:before{-webkit-font-smoothing:antialiased;color:var(--colors-system-dark);content:"";font-family:Font Awesome\ 6 Pro;font-weight:300;margin:0 8px;text-rendering:auto}}.hgm-breadcrumb__item a{color:var(--colors-links-and-buttons-text-link);text-decoration-color:transparent;text-decoration-line:underline;text-decoration-style:solid;text-decoration-thickness:1px;text-underline-offset:.25em;transition:text-decoration-color .4s,color .4s}.hgm-breadcrumb__item a:hover{color:var(--colors-links-and-buttons-text-link-hover);text-decoration-color:var(--colors-links-and-buttons-text-link-hover);transition:text-decoration-color .4s,color .4s}.hgm-breadcrumb__item.active a{color:var(--colors-base-text);cursor:default;text-decoration:none}.hgm-card--testimonial .hgm-card__header-person-ratings .star:before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars .star:before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars .star:before{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:400;text-rendering:auto}.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="0"] .star:nth-child(-n+0):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="0.5"] .star:nth-child(-n+0):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="1"] .star:nth-child(-n+1):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="1.5"] .star:nth-child(-n+1):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="2"] .star:nth-child(-n+2):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="2.5"] .star:nth-child(-n+2):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="3"] .star:nth-child(-n+3):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="3.5"] .star:nth-child(-n+3):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="4"] .star:nth-child(-n+4):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="4.5"] .star:nth-child(-n+4):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="5"] .star:nth-child(-n+5):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="5.5"] .star:nth-child(-n+5):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="6"] .star:nth-child(-n+6):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="6.5"] .star:nth-child(-n+6):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="7"] .star:nth-child(-n+7):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="7.5"] .star:nth-child(-n+7):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="8"] .star:nth-child(-n+8):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="8.5"] .star:nth-child(-n+8):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="0"] .star:nth-child(-n+0):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="0.5"] .star:nth-child(-n+0):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="1"] .star:nth-child(-n+1):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="1.5"] .star:nth-child(-n+1):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="2"] .star:nth-child(-n+2):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="2.5"] .star:nth-child(-n+2):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="3"] .star:nth-child(-n+3):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="3.5"] .star:nth-child(-n+3):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="4"] .star:nth-child(-n+4):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="4.5"] .star:nth-child(-n+4):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="5"] .star:nth-child(-n+5):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="5.5"] .star:nth-child(-n+5):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="6"] .star:nth-child(-n+6):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="6.5"] .star:nth-child(-n+6):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="7"] .star:nth-child(-n+7):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="7.5"] .star:nth-child(-n+7):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="8"] .star:nth-child(-n+8):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="8.5"] .star:nth-child(-n+8):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="0"] .star:nth-child(-n+0):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="0.5"] .star:nth-child(-n+0):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="1"] .star:nth-child(-n+1):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="1.5"] .star:nth-child(-n+1):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="2"] .star:nth-child(-n+2):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="2.5"] .star:nth-child(-n+2):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="3"] .star:nth-child(-n+3):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="3.5"] .star:nth-child(-n+3):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="4"] .star:nth-child(-n+4):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="4.5"] .star:nth-child(-n+4):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="5"] .star:nth-child(-n+5):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="5.5"] .star:nth-child(-n+5):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="6"] .star:nth-child(-n+6):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="6.5"] .star:nth-child(-n+6):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="7"] .star:nth-child(-n+7):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="7.5"] .star:nth-child(-n+7):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="8"] .star:nth-child(-n+8):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="8.5"] .star:nth-child(-n+8):before{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:900;text-rendering:auto}.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="0.5"] .star:first-child:before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="1.5"] .star:nth-child(2):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="2.5"] .star:nth-child(3):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="3.5"] .star:nth-child(4):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="4.5"] .star:nth-child(5):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="5.5"] .star:nth-child(6):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="6.5"] .star:nth-child(7):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="7.5"] .star:nth-child(8):before,.hgm-card--testimonial .hgm-card__header-person-ratings[data-rating="8.5"] .star:nth-child(9):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="0.5"] .star:first-child:before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="1.5"] .star:nth-child(2):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="2.5"] .star:nth-child(3):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="3.5"] .star:nth-child(4):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="4.5"] .star:nth-child(5):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="5.5"] .star:nth-child(6):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="6.5"] .star:nth-child(7):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="7.5"] .star:nth-child(8):before,.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars[data-rating="8.5"] .star:nth-child(9):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="0.5"] .star:first-child:before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="1.5"] .star:nth-child(2):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="2.5"] .star:nth-child(3):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="3.5"] .star:nth-child(4):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="4.5"] .star:nth-child(5):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="5.5"] .star:nth-child(6):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="6.5"] .star:nth-child(7):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="7.5"] .star:nth-child(8):before,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars[data-rating="8.5"] .star:nth-child(9):before{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:400;text-rendering:auto}.hgm-card{align-items:flex-start;background-color:var(--colors-card-background);border:1px solid var(--colors-card-border);border-radius:4px;box-shadow:0 2px 3px rgba(0,0,0,.15);box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;position:relative}.hgm-card[data-max-width="25%"]{max-width:25%}@media(max-width:991px){.hgm-card[data-max-width="25%"]{max-width:none}}.hgm-card[data-max-width="35%"]{max-width:35%}@media(max-width:991px){.hgm-card[data-max-width="35%"]{max-width:none}}.hgm-card[data-max-width="50%"]{max-width:50%}@media(max-width:991px){.hgm-card[data-max-width="50%"]{max-width:none}}.hgm-card[data-max-width="60%"]{max-width:60%}@media(max-width:991px){.hgm-card[data-max-width="60%"]{max-width:none}}.hgm-card[data-max-width="75%"]{max-width:75%}@media(max-width:991px){.hgm-card[data-max-width="75%"]{max-width:none}}.hgm-card__auto-link{bottom:0;left:0;position:absolute;right:0;text-indent:-9999px;top:0}.hgm-card__body{flex:1 1 auto;padding:1.5em;width:calc(100% - 3em)}.hgm-card__body h4,.hgm-card__body h5,.hgm-card__body h6{color:var(--colors-card-title)}.hgm-card__body p{color:var(--colors-card-body)}.hgm-card__body img{border-radius:4px;margin-bottom:1em}.hgm-card__body .hgm-button,.hgm-card__body .hgm-health-library-article .hgm-body-region input[type=button],.hgm-health-library-article .hgm-body-region .hgm-card__body input[type=button]{margin-bottom:8px;margin-right:8px}.hgm-card__body .hgm-button.full-width,.hgm-card__body .hgm-health-library-article .hgm-body-region input.full-width[type=button],.hgm-health-library-article .hgm-body-region .hgm-card__body input.full-width[type=button]{display:block;width:100%!important}@media(max-width:991px){.hgm-card__body .hgm-button,.hgm-card__body .hgm-health-library-article .hgm-body-region input[type=button],.hgm-health-library-article .hgm-body-region .hgm-card__body input[type=button]{white-space:pre-wrap;width:100%}}.hgm-card__link{margin-bottom:8px;margin-right:1em}.hgm-card__link+a{display:block;margin-left:0;margin-right:0}@media(min-width:992px){.hgm-card__link+a{display:inline-block;margin-bottom:0}}.hgm-card__footer{padding:.5em 1.5em}.hgm-card.vertical img.max-height{-o-object-fit:cover;object-fit:cover;width:100%}.hgm-card.horizontal{flex-direction:row}.hgm-card.horizontal img{margin-bottom:0;width:38%}.hgm-card.horizontal .hgm-card__body img{border-radius:4px;margin-right:1em}.hgm-card.horizontal .hgm-card__body.image{display:flex;flex-direction:column;padding-left:calc(38% + 3em)}@media(max-width:991px){.hgm-card.horizontal .hgm-card__body.image{padding-left:1.5em;padding-right:1.5em;padding-top:1.5em}}.hgm-card.horizontal .hgm-card__body.image img{height:calc(100% - 3em);left:1.5em;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:1.5em}@media(max-width:991px){.hgm-card.horizontal .hgm-card__body.image img{left:0;margin:0 0 1.5em;position:relative;top:0;width:100%}}.hgm-card.horizontal .hgm-card__body.image a.hgm-button{width:-moz-max-content;width:max-content}@media(max-width:991px){.hgm-card.horizontal .hgm-card__body.image a.hgm-button{width:100%}}.hgm-card.horizontal .hgm-card__body.image.full{padding-left:calc(38% + 1.5em)}.hgm-card.horizontal .hgm-card__body.image.full img{border-radius:0;height:100%;left:0;top:0}@media(max-width:575px){.hgm-card.horizontal .hgm-card__body.image.full img{border-radius:4px;margin-bottom:1.5em;position:relative;width:100%}}@media(max-width:991px){.hgm-card.horizontal .hgm-card__body.image.full{padding:1.5em}.hgm-card.horizontal .hgm-card__body.image.full img{border-radius:0!important;display:block;left:-1.5em;margin-bottom:.5em;min-width:calc(100% + 3em);position:relative;top:-1.5em}.hgm-card.horizontal .hgm-card__body.image.full a.hgm-button{margin-bottom:8px;width:100%}}.hgm-card.horizontal .hgm-card__body p.categories{font-size:90%;margin-bottom:6px}.hgm-card.horizontal .hgm-card__body p.categories .primary{border:1px solid var(--colors-base-table-border);border-radius:4px;margin-right:.25em;padding:2px 5px}.hgm-card.horizontal .hgm-card__body p.categories .primary span{border-bottom:.5px dashed var(--colors-base-table-border);padding-right:3px}.hgm-card.feed a{text-decoration:none}.hgm-card.feed img{max-height:230px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.hgm-card.feed.location .hgm-badge.distance{position:absolute;right:1.5em;top:1.5em}.hgm-card.feed.event img,.hgm-card.feed.location img,.hgm-card.feed.service img{height:230px;max-height:none}@media(max-width:1199px){.hgm-card.feed.event img,.hgm-card.feed.location img,.hgm-card.feed.service img{height:210px}}@media(max-width:991px){.hgm-card.feed.event img,.hgm-card.feed.location img,.hgm-card.feed.service img{height:200px}}@media(max-width:767px){.hgm-card.feed.event img,.hgm-card.feed.location img,.hgm-card.feed.service img{height:240px}}.hgm-card.feed .hgm-card__body{display:flex;flex-direction:column;justify-content:space-between;padding:1em;width:calc(100% - 2em)}.hgm-card.feed .hgm-card__body .hgm-badge{font-size:12px}.hgm-card.feed .hgm-card__body .hgm-badge .distance{padding-bottom:.35em}.hgm-card.feed .hgm-card__body.provider{box-sizing:border-box;width:100%}@media(max-width:1199px){.hgm-card.feed .hgm-card__body.provider .hgm-button,.hgm-card.feed .hgm-card__body.provider .hgm-health-library-article .hgm-body-region input[type=button],.hgm-health-library-article .hgm-body-region .hgm-card.feed .hgm-card__body.provider input[type=button]{font-size:95%}}@media(max-width:991px){.hgm-card.feed .hgm-card__body.provider .hgm-button,.hgm-card.feed .hgm-card__body.provider .hgm-health-library-article .hgm-body-region input[type=button],.hgm-health-library-article .hgm-body-region .hgm-card.feed .hgm-card__body.provider input[type=button]{font-size:100%}}.hgm-card.feed .hgm-card__body.provider .provider__wrapper{display:flex;flex-wrap:wrap}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__image{height:175px;max-height:175px;max-width:130px;width:130px}@media(max-width:1519px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__image{height:125px;max-height:125px;max-width:92px;width:92px}}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__image img{height:100%;margin-bottom:0;-o-object-fit:cover;object-fit:cover}@media(max-width:767px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__image img{width:auto}}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details{flex:0 1 60%;font-size:14px;margin-left:16px}@media(max-width:1519px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details{flex:0 1 50%;margin-left:12px}}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .hgm-badge.distance{font-size:12px;margin-bottom:10px;padding-bottom:.35em}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details p{margin-bottom:.35em}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details i{align-items:center;display:inline-flex;font-size:.8em;height:20px;justify-content:center;margin-right:.25em;width:20px}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details i:before{left:.5px;position:relative}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__specialties span{background-color:var(--colors-gray-5);border:none;border-radius:4px;color:var(--colors-base-text);font-size:12px;font-weight:700;padding:2px 5px}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__specialties span.primary{border:none}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings{margin:12px 0 0}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars .star{display:inline-block;line-height:1;margin-left:2px;margin-right:2px;position:relative}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars .star:before{color:var(--colors-providers-review-stars);font-size:100%}@media(max-width:991px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating .stars .star:before{font-size:87.5%}}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating p{font-size:100%}@media(max-width:991px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating p{font-size:87.5%}}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating p span{font-weight:700}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__details .provider__ratings .overall-rating p a{text-decoration:none}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion{margin-top:12px;width:100%}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__affiliation-region{display:flex;justify-content:center}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__affiliation-region p{color:var(--colors-base-text);font-size:13px;font-weight:700;line-height:1.5}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__affiliation-region img{border-radius:0;max-height:none;max-width:140px}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail{display:flex;justify-content:space-between}@media(max-width:1519px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail{flex-direction:column}}@media(max-width:991px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail{flex-wrap:wrap}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail p{text-align:center}}@media(max-width:767px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail{flex-wrap:nowrap}}@media(max-width:575px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail{flex-wrap:wrap}}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail>div{display:flex;flex:1 1 auto;flex-wrap:wrap;margin-bottom:6px;max-width:100%}@media(max-width:1519px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail>div{justify-content:space-around}}@media(max-width:991px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail>div{flex-direction:column}}@media(max-width:575px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail>div{flex-direction:column}}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail>div p{font-size:85%;margin-right:12px}@media(max-width:1519px){.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail>div p{margin-right:0}}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail i{align-items:center;display:inline-flex;font-size:.8em;height:20px;justify-content:center;margin-right:.25em;width:20px}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail i:before{left:.5px;position:relative}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail .badge{margin-bottom:6px}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail .badge i{color:var(--colors-provider-page-new-patients-icon-color,var(--colors-success-50))}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail .virtual{margin-bottom:6px}.hgm-card.feed .hgm-card__body.provider .provider__wrapper .provider__subregion .provider__subdetail .virtual i{color:var(--colors-provider-page-virtual-visits-icon-color,var(--colors-primary-30))}.hgm-card.feed .hgm-card__body.provider .provider__footer{border-top:1px solid var(--colors-gray-20);display:flex;flex-direction:column;padding-top:12px}.hgm-card.feed .hgm-card__body.provider .provider__footer .actions-cf{display:flex;justify-content:space-between;width:100%}.hgm-card.feed .hgm-card__body.provider .provider__footer .actions-cf .simple-action{text-decoration:none;z-index:1}.hgm-card.feed .hgm-card__body.provider .provider__footer .actions-cf .simple-action i{color:var(--colors-gray-85);margin-right:4px}.hgm-card.feed .hgm-card__body.provider .provider__footer .actions-cf .simple-action:hover{text-decoration:none}.hgm-card.feed .hgm-card__body.provider .provider__footer .actions-cf>:only-child{margin:0 auto}.hgm-card.feed .hgm-card__body.location{box-sizing:border-box;width:100%}.hgm-card.feed .hgm-card__body.location .distance{position:absolute;right:2em;top:2em}.hgm-card.feed .hgm-card__body.location .location__types{margin-bottom:8px}.hgm-card.feed .hgm-card__body.location .open-status{background-color:var(--colors-white);color:var(--colors-success-50);font-weight:700;left:2em;margin-left:auto;order:2;position:absolute;text-align:left;text-transform:uppercase;top:2em;width:auto}@media(max-width:991px){.hgm-card.feed .hgm-card__body.location .open-status{left:auto;position:relative;top:0}}.hgm-card.feed .hgm-card__body.location .open-status i{color:var(--colors-gray-85)}.hgm-card.feed .hgm-card__body.location .location__footer{align-items:center;border-top:1px solid var(--colors-gray-20);display:flex;flex-direction:column;padding-top:12px}.hgm-card.feed .hgm-card__body.location .location__footer .actions{display:flex;justify-content:space-between;width:100%}.hgm-card.feed .hgm-card__body.location .location__footer .actions .simple-action{z-index:1}.hgm-card.feed .hgm-card__body.location .location__footer .actions .simple-action i{color:var(--colors-gray-85);margin-right:4px}.hgm-card.feed .hgm-card__body.location .location__footer .actions .simple-action:hover{text-decoration:none}.hgm-card.feed .hgm-card__body.location .location__footer .actions>:only-child{margin:0 auto}.hgm-card.feed .hgm-card__body.location .location__footer .hgm-button,.hgm-card.feed .hgm-card__body.location .location__footer .hgm-health-library-article .hgm-body-region input[type=button],.hgm-health-library-article .hgm-body-region .hgm-card.feed .hgm-card__body.location .location__footer input[type=button]{margin-bottom:0;margin-right:0;margin-top:4px}.hgm-card.feed .hgm-card__body.location .location__category p{align-items:center;color:var(--colors-card-label);display:flex;flex-direction:row;text-transform:uppercase}.hgm-card.feed .hgm-card__body.event .event__schedule i{margin-right:.5em}.hgm-card.feed .hgm-card__body.event .event__footer{align-items:center;border-top:1px solid var(--colors-gray-20);display:flex;flex-direction:column;padding-top:12px}.hgm-card.feed .hgm-card__body.event .event__footer .actions{display:flex;justify-content:space-between;margin-bottom:8px;width:100%}.hgm-card.feed .hgm-card__body.event .event__footer .actions .simple-action{z-index:1}.hgm-card.feed .hgm-card__body.event .event__footer .actions .simple-action i{color:var(--colors-gray-85);margin-right:4px}.hgm-card.feed .hgm-card__body.event .event__footer .actions .simple-action:hover{text-decoration:none}.hgm-card.feed .hgm-card__body.event .event__footer .actions>:only-child{margin:0 auto}.hgm-card.feed .hgm-card__body.event .remaining-capacity{left:2em;margin-left:auto;order:2;text-align:left;top:2em;width:auto}.hgm-card.feed .hgm-card__body.event .remaining-capacity,.hgm-card.feed .hgm-card__body.event .remaining-capacity-list-wide{background-color:var(--colors-white);border:1px solid var(--colors-gray-20);color:var(--colors-success-50);position:absolute}.hgm-card.feed .hgm-card__body.event .remaining-capacity-list-wide{right:2em}.hgm-card.feed .hgm-card__body.health-library .author,.hgm-card.feed .hgm-card__body.health-library .date,.hgm-card.feed .hgm-card__body.news .author,.hgm-card.feed .hgm-card__body.news .date{color:var(--colors-card-label)}.hgm-card.feed .hgm-card__body.health-library img,.hgm-card.feed .hgm-card__body.news img{height:230px;max-height:none}.hgm-card.feed .hgm-card__body.health-library img.featured_card_enabled,.hgm-card.feed .hgm-card__body.news img.featured_card_enabled{height:300px}@media(max-width:991px){.hgm-card.feed .hgm-card__body.health-library img,.hgm-card.feed .hgm-card__body.news img{height:240px}}@media(max-width:767px){.hgm-card.feed .hgm-card__body.health-library img,.hgm-card.feed .hgm-card__body.news img{height:275px}}@media(max-width:575px){.hgm-card.feed .hgm-card__body.health-library img,.hgm-card.feed .hgm-card__body.news img{height:190px}}.hgm-card.feed .hgm-card__body.health-library .author,.hgm-card.feed .hgm-card__body.news .author{font-style:italic}.hgm-card.feed .hgm-card__body.news .news__category{margin-bottom:8px}.hgm-card.feed .hgm-card__body.health-library .hgm-badge{margin-bottom:10px}.hgm-card.feed .hgm-card__body.health-library .three-lines,.hgm-card.feed .hgm-card__body.news .three-lines,.hgm-card.feed .hgm-card__body.service .three-lines{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.hgm-card.feed .hgm-card__body.service{justify-content:flex-start}.hgm-card.feed .hgm-card__body.author{align-items:center;display:flex;flex-direction:column}.hgm-card.feed .hgm-card__body.author .author__wrapper{display:flex;flex-direction:column;margin-bottom:1.5em;max-width:160px;min-width:160px}.hgm-card.feed .hgm-card__body.author .author__wrapper img.author__image{height:auto;max-height:212px;min-height:212px;-o-object-fit:cover;object-fit:cover;width:100%}.hgm-card.feed .hgm-card__body.author .author__details p{margin-bottom:.25em}.hgm-card.feed .hgm-card__body.author .author__details h4{text-align:center}.hgm-card.feed .hgm-card__body.author .author__details .title{color:var(--colors-card-body);font-size:14px;font-style:italic;line-height:21px;text-align:center}.hgm-card.feed .hgm-card__body.author .author__details i{align-items:center;background:var(--colors-success-50);border-radius:100%;color:var(--colors-white);display:inline-flex;font-size:.8em;height:20px;justify-content:center;margin-right:.25em;width:20px}.hgm-card.feed .hgm-card__body.author .author__details i:before{left:.5px;position:relative}.hgm-card.feed .hgm-card__body.author .author__details .author__specialties span{border-bottom:.5px dashed var(--colors-base-table-border);padding-right:3px}.hgm-card.feed .hgm-card__body.author .author__details .author__specialties span.primary{border:1px solid var(--colors-base-table-border);border-radius:4px;margin-right:.25em;padding:2px 5px}.hgm-card.feed .hgm-card__body.author .author__details img.affiliation__image{max-height:40px}@media(min-width:768px){.hgm-card.feed .hgm-card__body.author{align-items:start;flex-direction:row}.hgm-card.feed .hgm-card__body.author .author__wrapper{margin-bottom:0;margin-right:1.5em}.hgm-card.feed .hgm-card__body.author .author__details .title,.hgm-card.feed .hgm-card__body.author .author__details h4{text-align:left}}.hgm-card.feed .hgm-card__body.news p.categories{font-size:90%;margin-bottom:6px}.hgm-card.feed .hgm-card__body.news p.categories .primary{border:1px solid var(--colors-base-table-border);border-radius:4px;margin-right:.25em;padding:2px 5px}.hgm-card.feed .hgm-card__body.news p.categories .primary span{border-bottom:.5px dashed var(--colors-base-table-border);padding-right:3px}.hgm-card.no-borders{border:none;box-shadow:none}.hgm-card.event-listing{color:var(--colors-gray-60);margin-bottom:28px}@media(max-width:575px){.hgm-card.event-listing .hgm-card__body{display:flex;flex-direction:column}}@media(max-width:767px){.hgm-card.event-listing .hgm-card__body .event-summary .event-image,.hgm-card.event-listing .hgm-card__body .event-summary .event-info{padding-left:1.5rem;padding-right:1.5rem}}@media(max-width:575px){.hgm-card.event-listing .hgm-card__body .hgm-card__link{display:block}}.hgm-card.event-listing .hgm-card__body .hgm-card__link i{margin-right:4px}@media(min-width:576px){.hgm-card.event-listing .hgm-card__body .event-details p{margin-bottom:0}}.hgm-card.event-listing h6,.hgm-card.event-listing hr{color:var(--colors-gray-60)}.hgm-card.event-listing h6{font-weight:400}.hgm-card.event-listing hr{margin:15px 0}.hgm-card.event-listing .event-summary .event-image{padding-right:10px}.hgm-card.event-listing .event-summary .event-image img{height:auto;margin-right:0;width:100%}@media(max-width:767px){.hgm-card.event-listing .event-summary .event-image img{max-height:275px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}@media(max-width:575px){.hgm-card.event-listing .event-summary .event-image img{max-height:210px}}.hgm-card.event-listing .event-summary .event-info .event-types{margin-bottom:.25em}.hgm-card.event-listing .event-summary .event-info h5{color:var(--colors-gray-85);margin-bottom:8px}.hgm-card.event-listing .event-summary .event-info h5 a{color:var(--colors-gray-85);text-decoration:none}.hgm-card.event-listing .event-summary .event-info .date-wrap{align-items:center;display:flex;margin-bottom:10px}.hgm-card.event-listing .event-summary .event-info .date-wrap h6{margin-bottom:0}.hgm-card.event-listing .event-summary .event-info .date-wrap span{background-color:transparent;border:1px solid var(--colors-gray-60);color:var(--colors-gray-60);margin-left:12px}@media(max-width:575px){.hgm-card.event-listing .event-details p{text-align:center}}.hgm-card.event-listing .event-details .price{align-self:flex-start;display:flex;font-weight:700;margin-right:12px}.hgm-card.event-listing .event-details .openings{color:var(--colors-success-50)}.hgm-card.event-listing .event-details .openings span{color:var(--colors-error-50)}.hgm-card.event-listing .event-details div:first-of-type p{display:flex}@media(max-width:575px){.hgm-card.event-listing .event-details div:first-of-type p{justify-content:center}}.hgm-card.event-listing .event-details div:last-of-type{text-align:right}@media(max-width:991px){.hgm-card.event-listing .event-details .hgm-button,.hgm-card.event-listing .event-details .hgm-health-library-article .hgm-body-region input[type=button],.hgm-health-library-article .hgm-body-region .hgm-card.event-listing .event-details input[type=button]{width:-moz-max-content;width:max-content}}@media(max-width:575px){.hgm-card.event-listing .event-details .hgm-button,.hgm-card.event-listing .event-details .hgm-health-library-article .hgm-body-region input[type=button],.hgm-health-library-article .hgm-body-region .hgm-card.event-listing .event-details input[type=button]{font-size:100%;width:100%}}.hgm-card.event-listing .event-details .hgm-button+.hgm-button,.hgm-card.event-listing .event-details .hgm-health-library-article .hgm-body-region .hgm-button+input[type=button],.hgm-card.event-listing .event-details .hgm-health-library-article .hgm-body-region input[type=button]+.hgm-button,.hgm-card.event-listing .event-details .hgm-health-library-article .hgm-body-region input[type=button]+input[type=button],.hgm-health-library-article .hgm-body-region .hgm-card.event-listing .event-details .hgm-button+input[type=button],.hgm-health-library-article .hgm-body-region .hgm-card.event-listing .event-details input[type=button]+.hgm-button,.hgm-health-library-article .hgm-body-region .hgm-card.event-listing .event-details input[type=button]+input[type=button]{margin-right:0}.hgm-card.event-listing:last-of-type{margin-bottom:0}.hgm-card--testimonial .hgm-card__header{display:flex;flex:1 1 auto;padding:1em 1em .5em;width:calc(100% - 2em)}.hgm-card--testimonial .hgm-card__body{padding:.5em 1em 1em;width:calc(100% - 2em)}.hgm-card--testimonial .hgm-card__body p:last-of-type{margin-bottom:0}.hgm-card--testimonial .hgm-card__header-photo{border-radius:50%;-o-object-fit:cover;object-fit:cover}.hgm-card--testimonial .hgm-card__header-person-ratings .star{display:inline-block;margin-left:2px;margin-right:2px;position:relative}.hgm-card--testimonial .hgm-card__header-person-ratings .star:before{color:var(--colors-warning-50);font-size:15px}.hgm-card--testimonial .hgm-card__header-person-ratings cite>span{color:var(--colors-secondary-50)}.hgm-card--testimonial .hgm-card__header-person-quote{position:relative}.hgm-card--testimonial .hgm-card__header-person-quote div{position:relative;z-index:2}.hgm-card--testimonial .hgm-card__header-person-quote i{color:var(--colors-primary-50)}.hgm-card--testimonial .hgm-card__header.horizontal{align-items:center;flex-direction:row;padding-bottom:1.5em;position:relative}@media(max-width:575px){.hgm-card--testimonial .hgm-card__header.horizontal{align-items:center;flex-direction:column;padding-bottom:0}}.hgm-card--testimonial .hgm-card__header.horizontal:after{background-color:var(--colors-gray-20);bottom:4px;content:"";height:1px;left:1em;position:absolute;width:calc(100% - 2em)}@media(max-width:575px){.hgm-card--testimonial .hgm-card__header.horizontal:after{display:none}}.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-photo{height:106px;margin-right:16px;width:106px}@media(max-width:575px){.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-photo{height:84px;margin-bottom:14px;margin-right:0;width:84px}}.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person{width:100%}@media(max-width:575px){.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person{text-align:center}}.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person-ratings .star:first-of-type{margin-left:0}.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person-ratings cite{display:block;padding-top:8px}@media(max-width:575px){.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person-ratings{text-align:center}.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person-ratings .star:first-of-type{margin-left:2px}}.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person-quote{position:absolute;right:1em;top:50%;transform:translateY(-50%)}@media(max-width:575px){.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person-quote{bottom:auto;display:flex;justify-content:center;left:auto;margin:1.25em auto 0;position:relative;right:auto;top:auto;transform:none;width:100%}.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person-quote:before{background-color:var(--colors-gray-20);content:"";height:1px;left:0;position:absolute;top:50%;width:100%}.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person-quote div{background-color:var(--colors-white);padding:0 1em}}.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person-quote div i{font-size:46px}@media(max-width:575px){.hgm-card--testimonial .hgm-card__header.horizontal .hgm-card__header-person-quote div i{font-size:42px}}.hgm-card--testimonial .hgm-card__header.vertical{align-items:center;flex-direction:column}.hgm-card--testimonial .hgm-card__header.vertical .hgm-card__header-person{text-align:center;width:100%}.hgm-card--testimonial .hgm-card__header.vertical .hgm-card__header-photo{height:84px;margin-bottom:14px;width:84px}.hgm-card--testimonial .hgm-card__header.vertical .hgm-card__header-person-ratings{text-align:center}.hgm-card--testimonial .hgm-card__header.vertical .hgm-card__header-person-ratings cite{display:block;padding-top:8px}.hgm-card--testimonial .hgm-card__header.vertical .hgm-card__header-person-quote{display:flex;justify-content:center;margin:1.25em auto 0}.hgm-card--testimonial .hgm-card__header.vertical .hgm-card__header-person-quote:before{background-color:var(--colors-gray-20);content:"";height:1px;left:0;position:absolute;top:50%;width:100%}.hgm-card--testimonial .hgm-card__header.vertical .hgm-card__header-person-quote div{background-color:var(--colors-white);padding:0 1em}.hgm-card--testimonial .hgm-card__header.vertical .hgm-card__header-person-quote div i{font-size:42px}:root{--select-search-height:40px;--select-search-border-radius:4px;--select-search-input-border-radius:4px}select.hgm-select-search{display:flex;opacity:0;pointer-events:none;position:absolute}.ss-main{color:var(--select-search-font-color,var(--colors-forms-text));display:inline-block;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.ss-main .ss-single-selected{background-color:var(--select-search-background-color,var(--colors-forms-dropdown-background));border:1px solid var(--select-search-border-color,var(--colors-forms-field-border));border-radius:var(--select-search-border-radius);box-sizing:border-box;cursor:pointer;display:flex;height:var(--select-search-height);padding:0 2px 0 12px;transition:all .4s;width:100%}.ss-main .ss-single-selected:hover{border-color:var(--select-search-border-hover-color,var(--colors-forms-field-border-hover))}.ss-main .ss-single-selected.ss-disabled{background-color:var(--colors-gray-40);cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{flex:1 1 100%;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:calc(100% - 30px)}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{align-items:center;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:var(--colors-gray-40)}.ss-main .ss-single-selected .ss-deselect{align-items:center;display:flex;flex:0 1 auto;font-weight:700;justify-content:flex-end;margin:0 .5em}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{align-items:center;display:flex;flex:0 1 auto;margin:0 .5em}.ss-main .ss-single-selected .ss-arrow span{color:var(--select-search-font-color,var(--colors-forms-text));display:inline-block;transform-origin:center;transition:transform .4s ease}.ss-main .ss-single-selected .ss-arrow span:before{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:400;text-rendering:auto}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-180deg)}.ss-main .ss-multi-selected{background-color:var(--select-search-background-color,var(--colors-forms-dropdown-background));border:1px solid var(--select-search-border-color,var(--colors-forms-field-border));border-radius:var(--select-search-border-radius);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;min-height:var(--select-search-height);outline:0;padding:0 0 0 3px;transition:background-color .2s;width:100%}.ss-main .ss-multi-selected:hover{border-color:var(--select-search-border-hover-color,var(--colors-forms-field-border-hover))}.ss-main .ss-multi-selected.ss-disabled{background-color:var(--colors-gray-40);cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:var(--colors-gray-20)}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex:1 1 100%;flex-wrap:wrap;justify-content:flex-start;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{align-items:center;color:var(--colors-gray-20);display:flex;line-height:1em;margin:2px 0;overflow:hidden;padding:4px 5px;text-overflow:ellipsis;white-space:nowrap;width:100%}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.ss-main .ss-multi-selected .ss-values .ss-value{align-items:center;animation-duration:.2s;animation-fill-mode:both;animation-name:scaleIn;animation-timing-function:ease-out;background-color:var(--select-search-option-chosen-background-color,var(--colors-forms-field-focus-border));border-radius:var(--select-search-border-radius);color:var(--select-search-multi-selected-text-color,var(--colors-forms-multi-select-text));display:flex;font-size:12px;letter-spacing:.04em;margin:3px 5px 3px 0;padding:3px 5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-duration:.2s;animation-name:scaleOut;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{cursor:pointer;margin:0 0 0 5px}.ss-main .ss-multi-selected .ss-add{align-items:center;display:flex;flex:0 1 auto}.ss-main .ss-multi-selected .ss-add .ss-plus{background:var(--select-search-font-color,var(--colors-forms-text));display:flex;height:10px;margin-left:6px;position:relative;right:12px;transition:transform .3s ease;width:2px}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:var(--select-search-font-color,var(--colors-forms-text));content:"";height:2px;left:-4px;position:absolute;top:4px;width:10px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{background-color:var(--select-search-background-color,var(--colors-forms-dropdown-background));border:1px solid var(--select-search-border-color,var(--colors-forms-field-border));box-sizing:border-box;margin:-1px 0 0;opacity:0;position:absolute;transform:scaleY(0);transform-origin:center top;transition:transform .2s,opacity .2s;width:100%;z-index:1010}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:1em 1em .5em}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0;margin:0;opacity:0;padding:0}.ss-content .ss-search input{-webkit-appearance:textfield;background-color:var(--select-search-background-color,var(--colors-forms-dropdown-background));border:1px solid var(--select-search-input-border-color,var(--colors-forms-field-border));border-radius:var(--select-search-input-border-radius);box-sizing:border-box;display:inline-flex;flex:1 1 auto;font-size:inherit;height:30px;line-height:inherit;margin:0;min-width:0;outline:0;padding:1em;text-align:left;width:100%}.ss-content .ss-search input::-moz-placeholder{color:var(--colors-gray-40);vertical-align:middle}.ss-content .ss-search input::placeholder{color:var(--colors-gray-40);vertical-align:middle}.ss-content .ss-search input:focus{border-color:var(--select-search-input-border-focus-color,var(--colors-forms-field-focus-border))}.ss-content .ss-search .ss-addable{align-items:center;border:1px solid var(--select-search-border-color,var(--colors-forms-field-border));box-sizing:border-box;cursor:pointer;display:inline-flex;flex:0 0 30px;font-size:22px;font-weight:700;height:30px;justify-content:center;margin:0 0 0 8px}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{font-weight:700;padding:8px 16px}.ss-content .ss-list .ss-optgroup .ss-option{padding:8px 16px 8px 26px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer;transition:color .4s,background-color .4s}.ss-content .ss-list .ss-optgroup-label-selectable:hover{background-color:var(--select-search-list-hover-background-color,var(--colors-forms-field-focus-border));color:var(--colors-white)}.ss-content .ss-list .ss-option{cursor:pointer;padding:8px 16px;transition:color .4s,background-color .4s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover{background-color:var(--select-search-list-hover-background-color,var(--colors-forms-field-focus-border));color:var(--colors-forms-dropdown-background)}.ss-content .ss-list .ss-option.ss-disabled{background-color:var(--colors-white);color:var(--colors-gray-20);cursor:not-allowed;font-style:italic}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{background-color:var(--select-search-list-hover-background-color,var(--colors-forms-field-focus-border));color:var(--colors-white);opacity:.5}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-multi-selected.ss-open-below+.ss-content,.ss-single-selected.ss-open-below+.ss-content{border-bottom-left-radius:var(--select-search-border-radius);border-bottom-right-radius:var(--select-search-border-radius)}.ss-multi-selected.ss-open-above+.ss-content,.ss-single-selected.ss-open-above+.ss-content{border-top-left-radius:var(--select-search-border-radius);border-top-right-radius:var(--select-search-border-radius)}.ss-main.hgm-select-search:hover .ss-multi-selected,.ss-main.hgm-select-search:hover .ss-multi-selected.ss-open-above+.ss-content,.ss-main.hgm-select-search:hover .ss-multi-selected.ss-open-below+.ss-content,.ss-main.hgm-select-search:hover .ss-single-selected,.ss-main.hgm-select-search:hover .ss-single-selected.ss-open-above+.ss-content,.ss-main.hgm-select-search:hover .ss-single-selected.ss-open-below+.ss-content{border-color:var(--select-search-border-hover-color,var(--colors-forms-field-border-hover))}.hgm-drill-down.not-visible{opacity:0;transition:opacity .4s ease-in,visibility .4s ease-in;visibility:hidden}.hgm-drill-down.not-visible.reveal{opacity:1;visibility:visible}.hgm-drill-down__mobile-toggle{background-color:var(--drill-down-mobile-bg,var(--colors-links-and-buttons-button-background));border-radius:6px;color:var(--colors-white);display:none;margin:0 auto;padding:.75em 1em;text-decoration:none!important;width:calc(100% - 30px)}.hgm-drill-down__mobile-toggle:hover{color:var(--colors-white)}.hgm-drill-down__mobile-toggle:after{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:400;text-rendering:auto;transform-origin:center;transition:all .4s}@media(max-width:575px){.hgm-drill-down__mobile-toggle{align-items:center;display:flex;justify-content:space-between}}.hgm-drill-down nav{border:solid;border-color:var(--drill-down-border-color,var(--colors-system-mid));border-radius:5px;border-width:1px 1px 2px;height:100%;overflow:hidden;position:relative;width:100%}.hgm-drill-down__heading{align-items:center;background-color:var(--drill-down-border-color,var(--colors-system-light));display:flex;flex-direction:row;justify-content:flex-start;min-height:40px;padding-bottom:.25em;padding-top:.25em;position:relative;width:100%}@media(max-width:575px){.hgm-drill-down__heading{display:none}}.hgm-drill-down__heading .back{align-items:center;display:flex;justify-content:center;opacity:0;text-decoration:none!important;text-indent:-9999px;transition:opacity .4s;width:40px}.hgm-drill-down__heading .back:after{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:400;text-indent:0;text-rendering:auto}.hgm-drill-down__heading .title{border-left:1px solid transparent;font-weight:700;line-height:1.35;margin:0;padding:0 16px;transform:translateX(-42px);transition:all .4s ease}.hgm-drill-down__heading .title>a{text-decoration:none!important}.hgm-drill-down__heading.back-visible .back{opacity:1}.hgm-drill-down__heading.back-visible .title{border-left:1px solid var(--colors-gray-20);transform:translateX(2px)}.hgm-drill-down__footer{align-items:center;background-color:var(--drill-down-border-color,var(--colors-system-light));display:flex;flex-direction:row;justify-content:flex-start;min-height:40px;padding-bottom:.25em;padding-top:.25em;width:100%}@media(max-width:575px){.hgm-drill-down__footer{display:none}}.hgm-drill-down__menu{background-color:var(--colors-white);list-style:none;margin:0;padding:0;position:relative;transform:translateX(0);transition:transform .4s ease,height .4s ease;width:100%}.hgm-drill-down__menu li{align-items:center;border-bottom:1px solid var(--drill-down-border-color,var(--colors-system-mid));border-left:1px solid var(--drill-down-border-color,var(--colors-system-mid));border-right:1px solid var(--drill-down-border-color,var(--colors-system-mid));display:flex;justify-content:space-between}.hgm-drill-down__menu li:last-of-type{border-bottom:none}.hgm-drill-down__menu li a{padding:8px 12px;text-decoration:none!important;transition:background-color .4s,color .4s;width:100%}.hgm-drill-down__menu li a+a{border-left:1px solid var(--drill-down-border-color,var(--colors-system-mid));padding:8px 0;text-align:center;width:44px}.hgm-drill-down__menu li a+a:after{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:400;text-rendering:auto}.hgm-drill-down__menu li a:hover{background-color:var(--colors-links-and-buttons-button-background);color:var(--colors-links-and-buttons-button-label)}.hgm-drill-down__menu li ul{background-color:var(--colors-white);display:none;height:100%;left:100%;list-style:none;margin:0;padding:0;position:absolute;top:0;width:100%}.hgm-drill-down__menu li.active>ul{display:block}.hgm-drill-down__menu li.is-active>a{background-color:var(--colors-links-and-buttons-button-background);color:var(--colors-links-and-buttons-button-label)}@media(max-width:575px){.hgm-drill-down.close nav,.hgm-drill-down.open nav{border-color:transparent;max-height:0;opacity:0;visibility:hidden}}.hgm-drill-down.close nav{transition:max-height .5s cubic-bezier(0,1,0,1),opacity 1s,border-color .6s}@media(max-width:575px){.hgm-drill-down.open>a{background-color:var(--drill-down-mobile-bg,var(--colors-links-and-buttons-button-background-hover))}.hgm-drill-down.open>a:after{transform:rotate(-180deg)}}.hgm-drill-down.open nav{transition:max-height .6s ease-in-out,opacity 1s,border-color .6s}@media(max-width:575px){.hgm-drill-down.open nav{border-color:var(--drill-down-border-color,var(--colors-system-mid));max-height:-moz-max-content;max-height:max-content;opacity:1;visibility:visible}.hgm-drill-down.open nav>div{display:flex}}.hgm-dropdown__button{align-items:center;display:flex}.hgm-dropdown__button:after{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-size:1.5em;font-weight:400;margin-left:1.25em;padding:0 .25em;text-rendering:auto;transform-origin:center;transition:all .4s}.hgm-dropdown__button[aria-expanded=true]{background-color:var(--colors-links-and-buttons-button-background-hover)}.hgm-dropdown__button[aria-expanded=true]:after{transform:rotate(-180deg)}.hgm-dropdown__contents{border-radius:4px;box-shadow:0 6px 14px transparent}.hgm-dropdown__contents.show{background-color:var(--colors-links-and-buttons-main-dropdown-background-open);box-shadow:0 6px 14px rgba(0,0,0,.15);color:var(--colors-links-and-buttons-button-label);padding:12px}.hgm-health-library-article .hgm-body-region .hgm-language-switcher input[type=button],.hgm-language-switcher .hgm-button,.hgm-language-switcher .hgm-health-library-article .hgm-body-region input[type=button]{background-color:transparent;border-color:var(--colors-base-text);color:var(--colors-base-text);display:flex!important}.hgm-health-library-article .hgm-body-region .hgm-language-switcher input[type=button]:hover,.hgm-language-switcher .hgm-button:hover,.hgm-language-switcher .hgm-health-library-article .hgm-body-region input[type=button]:hover{background-color:transparent;border-color:var(--colors-base-text);color:var(--colors-base-text)}.hgm-health-library-article .hgm-body-region .hgm-language-switcher input[type=button]:after,.hgm-language-switcher .hgm-button:after,.hgm-language-switcher .hgm-health-library-article .hgm-body-region input[type=button]:after{font-size:1.25em;margin-left:.5em;padding:0}.hgm-health-library-article .hgm-body-region .hgm-language-switcher input[type=button] i,.hgm-language-switcher .hgm-button i,.hgm-language-switcher .hgm-health-library-article .hgm-body-region input[type=button] i{margin-right:.75em;padding-left:0!important}.hgm-language-switcher .hgm-dropdown__contents{background-color:var(--colors-white);min-width:250px}.hgm-language-switcher .hgm-dropdown__contents.show{color:var(--colors-base-text)}.hgm-language-switcher__selector h6{margin-bottom:12px}.hgm-language-switcher__selector ul{list-style:none;margin:0;padding-left:0}.hgm-language-switcher__selector ul li{border-top:1px solid var(--colors-gray-20);padding:.25em}.hgm-language-switcher__selector ul li:last-of-type{padding-bottom:0}.hgm-language-switcher__selector ul li a{align-items:center;color:var(--colors-base-text);display:flex;font-size:14px;justify-content:space-between;text-decoration:none}.hgm-language-switcher__selector ul li a i{color:var(--colors-links-and-buttons-text-link)}.hgm-tooltip:after{background-color:var(--colors-base-text);box-shadow:0 6px 14px rgba(0,0,0,.15);color:var(--colors-base-table-alternating-background)}.hgm-tooltip:before,.hgm-tooltip[data-tooltip-direction=top]:before{border-top-color:var(--colors-base-text)}.hgm-tooltip[data-tooltip-direction=left]:before{border-left-color:var(--colors-base-text)}.hgm-tooltip[data-tooltip-direction=right]:before{border-right-color:var(--colors-base-text)}.hgm-tooltip[data-tooltip-direction=bottom]:before{border-bottom-color:var(--colors-base-text)}@keyframes dismiss-notification{0%{opacity:1}to{opacity:0}}@keyframes hide-notification{to{overflow:hidden}}.hgm-notification{align-items:center;background:linear-gradient(to top,hsla(0,0%,100%,.9),hsla(0,0%,100%,.9)) var(--colors-system-dark);border:2px solid var(--colors-system-dark);border-radius:4px;color:var(--colors-gray-85);display:flex;flex-wrap:wrap;padding:.75em 1em;position:relative}.hgm-notification>i{flex-shrink:0;font-size:125%;margin-right:.75em}.hgm-notification>div{font-weight:700;padding-right:.75em}.hgm-notification .kint-rich{display:flex;flex-direction:column}.hgm-notification__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;height:100%;line-height:1;margin:0;padding:0;position:absolute;right:0;top:0;width:50px;z-index:2}.hgm-notification__close:after{-webkit-font-smoothing:antialiased;color:var(--colors-gray-60);content:"";font-family:Font Awesome\ 6 Pro;font-weight:900;text-rendering:auto;transition:color .4s}.hgm-notification__close:hover:after{color:var(--colors-gray-85)}.hgm-notification.dismiss{animation-delay:0s,.15s;animation-duration:.6s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:dismiss-notification,hide-notification;animation-timing-function:ease}.hgm-notification.error{background:linear-gradient(to top,hsla(0,0%,100%,.8),hsla(0,0%,100%,.8)) var(--colors-system-error);border:2px solid var(--colors-system-error)}.hgm-notification.error i{color:var(--colors-system-error)}.hgm-notification.warning{background:linear-gradient(to top,hsla(0,0%,100%,.8),hsla(0,0%,100%,.8)) var(--colors-system-warning);border:2px solid var(--colors-system-warning)}.hgm-notification.warning i{color:var(--colors-system-warning)}.hgm-notification.success{background:linear-gradient(to top,hsla(0,0%,100%,.8),hsla(0,0%,100%,.8)) var(--colors-system-success);border:2px solid var(--colors-system-success)}.hgm-notification.success i{color:var(--colors-system-success)}.hgm-notification.system-notification{background:var(--colors-alert-light-yellow);border:1px solid var(--colors-neutral-midlight)}.hgm-notification.system-notification>div{margin-left:80px;overflow:scroll}.hgm-notification.system-notification .hgm-notification__icon-container{align-items:center;background-color:var(--colors-golden-tainoi);border-bottom-left-radius:4px;border-top-left-radius:4px;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:75px}.hgm-notification.system-notification .hgm-notification__icon-container i{color:var(--colors-white);font-size:24px}.hgm-notification.system-notification.error{background:var(--colors-error-light)}.hgm-notification.system-notification.error .hgm-notification__icon-container{background-color:var(--colors-error)}.hgm-notification.system-notification.success{background:var(--colors-success-light)}.hgm-notification.system-notification.success .hgm-notification__icon-container{background-color:var(--colors-utility-positive)}.hgm-spinner__message{border:2px solid var(--colors-system-mid)}.hgm-spinner__message span{color:var(--colors-system-dark)}.hgm-spinner div:nth-of-type(2){border-bottom:8px solid var(--colors-system-primary-dark);border-left:8px solid var(--colors-system-primary-dark);border-right:8px solid transparent;border-top:8px solid transparent}.hgm-spinner div:nth-of-type(3){border-bottom:8px solid transparent;border-left:8px solid transparent;border-right:8px solid var(--colors-system-primary);border-top:8px solid var(--colors-system-primary)}.hgm-search-spinner{align-items:center;display:flex;justify-content:center}.hgm-search-spinner,.hgm-search-spinner:before{height:100%;left:0;position:absolute;top:0;width:100%}.hgm-search-spinner:before{background:hsla(0,0%,100%,.651);content:"";z-index:2}.hgm-search-spinner .hgm-spinner{margin-top:-2em;z-index:1000}.hgm-process-list__step>a:hover~.hgm-process-list__marker:before{background-color:var(--colors-lists-process-steps-hover);box-shadow:0 2px 3px rgba(0,0,0,.15)}.hgm-process-list__step>a:hover~.hgm-process-list__text{border:1px solid var(--colors-gray-10);box-shadow:0 6px 14px rgba(0,0,0,.15)}.hgm-process-list__marker:before{box-shadow:0 2px 3px transparent;color:var(--colors-white);font-weight:700}.hgm-process-list__marker:after,.hgm-process-list__marker:before{background-color:var(--colors-lists-process-steps)}.hgm-process-list__text{border:1px solid transparent;border-radius:6px;box-shadow:0 6px 14px transparent;color:var(--colors-lists-body-text);margin-right:8px;margin-top:8px;transition:border-color .4s,box-shadow .4s}.hgm-process-list__title{color:var(--colors-lists-title-text)}.hgm-process-list.vertical .hgm-process-list__marker:before{margin-top:10px}.hgm-process-list.vertical .hgm-process-list__marker:after{left:12px;top:12px}.hgm-process-list.vertical .hgm-process-list__text{margin-left:8px;margin-right:0;margin-top:0;padding:.5em 1em}.path-webform #block-hg-mercury-dxe-content,.path-webform #block-hg-webdv-child-content{background:var(--colors-gray-5);padding:60px 0}@media(max-width:767px){.path-webform #block-hg-mercury-dxe-content,.path-webform #block-hg-webdv-child-content{background:var(--colors-white);padding:0}}.path-webform .webform-submission-form{background:#fff;border-radius:4px;box-shadow:0 2px 3px 0 rgba(0,0,0,.1);box-sizing:border-box;margin:0 auto;padding:2em;width:935px}@media(max-width:991px){.path-webform .webform-submission-form{margin:0 2em;width:auto}}@media(max-width:767px){.path-webform .webform-submission-form{border:none;box-shadow:none;margin:0;padding-left:1em;padding-right:1em;width:auto}}.path-webform .webform-submission-form .webform-flexbox .js-form-item{margin:0}.path-webform .webform-submission-healthadvisor-lead-form .admin-section__header{align-items:center;border-bottom:1px solid var(--colors-gray-20);display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:2em;padding-bottom:1.5em;width:100%}.path-webform .webform-submission-healthadvisor-lead-form .description{font-weight:500}.path-webform .webform-submission-healthadvisor-lead-form #edit-email{width:50%}.path-webform .webform-submission-healthadvisor-lead-form #edit-pick-assessments--wrapper,.path-webform .webform-submission-healthadvisor-lead-form .form-item-email{margin:2em 0!important}.path-webform .webform-submission-healthadvisor-lead-form #edit-pick-assessments--wrapper #edit-pick-assessments{margin:1.5em .5em 0}.webform-progress ul.webform-progress-tracker li.progress-step .progress-marker:before{align-items:center;background-color:var(--colors-gray-40);border-radius:50%;box-shadow:0 2px 3px transparent;color:var(--colors-white);display:flex;font-weight:700;height:28px;justify-content:center;line-height:1.5;position:relative;transition:background-color .6s ease-out,border-color .6s ease-out,box-shadow .6s ease-out;width:30px;z-index:20}.webform-progress ul.webform-progress-tracker li.progress-step .progress-marker:after{background-color:var(--colors-gray-40);display:block;height:4px;position:absolute;right:-50%;top:12.5px;transition:background-color .6s ease-out,background-position .6s ease-out;width:100%;z-index:-10}.webform-progress ul.webform-progress-tracker li.progress-step .progress-text{border:1px solid transparent;border-radius:6px;box-shadow:0 6px 14px transparent;margin-top:8px;transition:border-color .4s,box-shadow .4s}.webform-progress ul.webform-progress-tracker li.progress-step .progress-text .progress-title{color:var(--colors-lists-title-text)}.webform-progress ul.webform-progress-tracker li.progress-step.is-active .progress-marker:before,.webform-progress ul.webform-progress-tracker li.progress-step.is-complete .progress-marker:after,.webform-progress ul.webform-progress-tracker li.progress-step.is-complete .progress-marker:before{background-color:var(--colors-lists-process-steps)}.webform-progress ul.webform-progress-tracker li.progress-step:last-of-type .progress-marker:after{content:none}.hgm-sidebar #block-webform .webform-flexbox{flex-direction:column}.webform-options-display-buttons .hgm-form__check{padding:0}.webform-options-display-buttons .hgm-form__check .form-field-container{display:block;position:relative}.webform-options-display-buttons .hgm-form__check .form-field-container .webform-options-display-buttons-label{display:block;width:auto}.webform-options-display-buttons-horizontal.hgm-form__check{display:flex;padding:0}.js-form-type-webform-rating .rateit{display:block;margin:.5em 0}.js-form-type-tel .iti input[type=tel]{padding-left:3em;width:calc(100% - 3em)}.select2-container--default .select2-selection--single{height:auto;padding:.375em}.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;transform:translate(-.5em,-50%)}.form-item--error-message{color:var(--colors-system-error);font-size:.9em;margin:.5em 0}.js-form-type-range div.max,.js-form-type-range div.min{text-align:center}.hgm-webform{background-color:var(--form-bg-color,transparent)}.hgm-webform.padding{padding:2.5rem}.hgm-list-group__item{border-bottom:1px solid var(--colors-lists-divider);color:var(--colors-lists-title-text);padding:8px 12px}.hgm-list-group__item:last-of-type{border-bottom:none}.hgm-list-group__item.active{background-color:var(--colors-lists-divider);color:var(--colors-lists-title-text);font-weight:700}.hgm-list-group__item.link{color:var(--colors-lists-link-text);text-decoration:none}.hgm-list-group__item.link:hover{background-color:var(--colors-lists-link-text)}.hgm-list-group__item.link.active{color:var(--colors-lists-title-text);cursor:default}.hgm-list-group__item.link.active:hover{background-color:var(--colors-lists-divider)}.hgm-list-group.multi{display:block;max-width:100%}.hgm-list-group.multi[data-columns="2"]{-moz-column-count:2;column-count:2}.hgm-list-group.multi[data-columns="3"]{-moz-column-count:3;column-count:3}.hgm-list-group.multi[data-columns="4"]{-moz-column-count:4;column-count:4}@media(max-width:991px){.hgm-list-group.multi[data-columns="4"]{-moz-column-count:2;column-count:2}}.hgm-list-group.multi[data-columns="5"]{-moz-column-count:5;column-count:5}@media(max-width:991px){.hgm-list-group.multi[data-columns="5"]{-moz-column-count:2;column-count:2}}.hgm-list-group.multi[data-columns="6"]{-moz-column-count:6;column-count:6}@media(max-width:991px){.hgm-list-group.multi[data-columns="6"]{-moz-column-count:2;column-count:2}}@media(max-width:767px){.hgm-list-group.multi{-moz-column-count:unset!important;column-count:unset!important;display:flex;flex-direction:row;flex-wrap:wrap}}.hgm-list-group.multi .hgm-list-group__item{border-bottom:none;display:inline-block;flex:0 1 auto;margin-right:6px;position:relative;width:calc(100% - 15px)}@media(max-width:767px){.hgm-list-group.multi .hgm-list-group__item{border-bottom:1px solid var(--colors-lists-divider);margin-right:0;width:100%}}.hgm-list-group.multi .hgm-list-group__item:before{background-color:var(--colors-lists-divider);content:"";height:100%;left:0;position:absolute;top:0;width:1px}@media(max-width:767px){.hgm-list-group.multi .hgm-list-group__item:before{display:none}}.hgm-term-list{padding-bottom:55px;padding-top:55px}.hgm-pagination__item{margin-left:2px;margin-right:2px}.hgm-pagination__item:first-of-type{margin-left:0}.hgm-pagination__item:first-of-type.disabled{display:none}.hgm-pagination__item:last-of-type{margin-right:0}.hgm-pagination__item:last-of-type.disabled{display:none}.hgm-pagination__item>span{display:block;padding-left:.75em;padding-right:.75em;padding-top:.25em}@media(max-width:767px){.hgm-pagination__item>span{display:none}}.hgm-pagination__item>a{background-color:transparent;border:1px solid var(--colors-system-mid);border-radius:4px;padding:.5em 1em;text-decoration:none;transition:border-color .4s,color .4s,background-color .4s}@media(max-width:767px){.hgm-pagination__item>a{display:none;margin-left:-6px;margin-right:-6px}}.hgm-pagination__item>a:hover{background-color:var(--colors-links-and-buttons-button-background);border-color:var(--colors-links-and-buttons-button-background);color:var(--colors-white)}.hgm-pagination__item>a[aria-label=Next],.hgm-pagination__item>a[aria-label=Previous]{align-items:center;display:flex;justify-content:space-between;width:86px}.hgm-pagination__item>a[aria-label=Previous]{text-align:right}.hgm-pagination__item>a[aria-label=Previous]:before{content:""}.hgm-pagination__item>a[aria-label=Next]:after,.hgm-pagination__item>a[aria-label=Previous]:before{-webkit-font-smoothing:antialiased;font-family:Font Awesome\ 6 Pro;font-weight:400;text-rendering:auto}.hgm-pagination__item>a[aria-label=Next]:after{content:""}.hgm-pagination__item.active>a{background-color:var(--colors-system-mid);border-color:var(--colors-system-mid);color:var(--colors-system-dark);font-weight:700}@media(max-width:767px){.hgm-pagination__item.active>a{display:block}}.hgm-marquee-hero__breadcrumbs{margin-bottom:24px}.hgm-marquee-hero .hgm-breadcrumb{background-color:var(--colors-white);margin:0;padding:8px;width:-moz-max-content;width:max-content}@media(max-width:767px){.hgm-marquee-hero .hgm-breadcrumb{display:inline-flex}}@media(max-width:575px){.hgm-marquee-hero .hgm-breadcrumb{margin-left:-15px}}.hgm-marquee-hero__overlay{background-color:var(--hero-overlay-color,var(--colors-hero-background-overlay))}.hgm-marquee-hero__content{color:var(--colors-base-text)}.hgm-marquee-hero__content h1{color:var(--hero-h1-default-text-color,var(--colors-base-h1))}.hgm-marquee-hero__content p{color:var(--hero-h1-default-text-color,var(--colors-base-text))}@media(max-width:767px){.content-mobile-below .hgm-marquee-hero__content{background-color:var(--hero-mobile-bg-color,var(--colors-hero-background-small-screen))}.content-mobile-below .hgm-marquee-hero__content blockquote,.content-mobile-below .hgm-marquee-hero__content h1,.content-mobile-below .hgm-marquee-hero__content h2,.content-mobile-below .hgm-marquee-hero__content h3,.content-mobile-below .hgm-marquee-hero__content h4,.content-mobile-below .hgm-marquee-hero__content h5,.content-mobile-below .hgm-marquee-hero__content h6,.content-mobile-below .hgm-marquee-hero__content li,.content-mobile-below .hgm-marquee-hero__content p,.content-mobile-below .hgm-marquee-hero__content span{color:var(--hero-text-color,var(--colors-hero-default-text-small-screen))}}.hgm-marquee-hero__content:before{background-color:var(--hero-content-bg-color,transparent);content:"";height:100%;left:0;opacity:var(--hero-opacity,1);position:absolute;top:0;width:100%;z-index:1}.hgm-health-library-article .hgm-body-region .hgm-marquee-hero__content input[type=button],.hgm-marquee-hero__content .hgm-button,.hgm-marquee-hero__content .hgm-health-library-article .hgm-body-region input[type=button]{margin-bottom:.85rem;margin-left:auto;margin-right:auto;max-width:-moz-max-content;max-width:max-content}.content-left .hgm-marquee-hero__content .hgm-button,.content-left .hgm-marquee-hero__content .hgm-health-library-article .hgm-body-region input[type=button],.content-right .hgm-marquee-hero__content .hgm-button,.content-right .hgm-marquee-hero__content .hgm-health-library-article .hgm-body-region input[type=button],.hgm-health-library-article .hgm-body-region .content-left .hgm-marquee-hero__content input[type=button],.hgm-health-library-article .hgm-body-region .content-right .hgm-marquee-hero__content input[type=button]{margin-left:unset;margin-right:unset}.breadcrumbs .hgm-marquee-hero__content{padding-top:0}@media(max-width:767px){.hgm-marquee-hero.content-mobile-below[data-overlay-show] .hgm-lazy:after{background-color:var(--hero-overlay-color,var(--colors-hero-background-overlay))}.hgm-marquee-hero.content-mobile-below .hgm-marquee-hero__content:before{display:none}}.hgm-marquee-hero.events-search{box-shadow:0 6px 14px rgba(0,0,0,.15);height:auto!important;overflow:visible;padding-top:0!important}@media(max-width:767px){.hgm-marquee-hero.events-search{padding-bottom:0}}@media(max-width:575px){.hgm-marquee-hero.events-search{padding-left:0;padding-right:0}.hgm-marquee-hero.events-search .container,.hgm-marquee-hero.events-search body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-marquee-hero.events-search body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-hero.events-search form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-hero.events-search form#user-pass-reset{max-width:calc(100vw - 30px)}}.hgm-marquee-hero.events-search .hgm-marquee-hero__content{padding-left:0;padding-right:0}@media(max-width:767px){.hgm-marquee-hero.events-search .hgm-marquee-hero__content{width:100%}}@media(max-width:575px){.hgm-marquee-hero.events-search .link-list div{margin:0 .5em}}.hgm-marquee-hero.events-search .link-list div:first-of-type{margin-left:0}.hgm-marquee-hero.events-search .link-list div:last-of-type{margin-right:0}.hgm-marquee-hero.events-search .hgm-autocomplete-container-wrapper{z-index:3}.hgm-marquee-hero.events-search .hgm-autocomplete-container{margin-bottom:24px;margin-top:24px}.hgm-marquee-hero.events-search .hgm-autocomplete-container__input{padding-right:44px!important}.hgm-marquee-hero.events-search .hgm-autocomplete-container .hgm-autocomplete-container__clear-icon,.hgm-marquee-hero.events-search .hgm-autocomplete-container .hgm-autocomplete-container__search-icon{top:53%;transform:translateY(0)}.hgm-marquee-hero.events-search .hgm-autocomplete-container .hgm-autocomplete-container__clear-icon{right:.75rem}.hgm-marquee-hero.events-search.set-link-color .link-list a{color:var(--marquee-link-color,var(--colors-links-and-buttons-text-link))}.hgm-marquee-hero.events-search.set-link-color .link-list a:hover{color:var(--marquee-link-rgba-color,var(--colors-links-and-buttons-text-link-hover));text-decoration-color:var(--marquee-link-rgba-color,var(--colors-links-and-buttons-text-link-hover))}.hgm-marquee-featured-image{box-sizing:border-box;display:flex;min-height:15vh;position:relative}.hgm-marquee-featured-image__bg{background-color:var(--marquee-default-bg-color,transparent);background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s linear;width:100%}.hgm-marquee-featured-image__bg.hgm-lazy-loaded{opacity:1}.image .hgm-marquee-featured-image__bg{height:72%}@media(max-width:575px){.image .hgm-marquee-featured-image__bg{height:80%}}.hgm-marquee-featured-image__overlay{background-color:var(--marquee-overlay-color,var(--colors-white));display:none;height:100%;left:0;mix-blend-mode:var(--marquee-blend-mode,normal);opacity:var(--marquee-overlay-opacity,.6);position:absolute;top:0;width:100%}.hgm-marquee-featured-image__overlay.show{display:block}.image .hgm-marquee-featured-image__overlay{height:72%}@media(max-width:575px){.image .hgm-marquee-featured-image__overlay{height:80%}}.hgm-marquee-featured-image .container,.hgm-marquee-featured-image body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-marquee-featured-image body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-featured-image form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-featured-image form#user-pass-reset{position:relative;width:100%}.hgm-marquee-featured-image .hgm-breadcrumb{background-color:var(--colors-white);margin:0;padding:8px}@media(max-width:767px){.hgm-marquee-featured-image .hgm-breadcrumb{display:inline-flex}}@media(max-width:575px){.hgm-marquee-featured-image .hgm-breadcrumb{margin-left:-15px}}.hgm-marquee-featured-image h1{color:var(--marquee-text-color,var(--colors-base-h1))}.hgm-marquee-featured-image h2{color:var(--marquee-text-color,var(--colors-base-h2))}.hgm-marquee-featured-image h3{color:var(--marquee-text-color,var(--colors-base-h3))}.hgm-marquee-featured-image h4{color:var(--marquee-text-color,var(--colors-base-h4))}.hgm-marquee-featured-image h5{color:var(--marquee-text-color,var(--colors-base-h5))}.hgm-marquee-featured-image h6{color:var(--marquee-text-color,var(--colors-base-h6))}.hgm-marquee-featured-image blockquote,.hgm-marquee-featured-image p,.hgm-marquee-featured-image span{color:var(--marquee-text-color,var(--colors-gray-85))}.hgm-marquee-featured-image label{color:var(--marquee-text-color,var(--colors-forms-text))}.hgm-marquee-featured-image span{font-style:italic}.hgm-marquee-featured-image__image{border-radius:6px;max-height:525px}@media(max-width:767px){.hgm-marquee-featured-image__image{margin-top:16px;max-height:375px}}@media(max-width:575px){.hgm-marquee-featured-image__image{max-height:none}}.hgm-marquee-featured-image__row{margin-top:24px}@media(max-width:767px){.hgm-marquee-featured-image__row{flex-direction:column}}.hgm-marquee-featured-image .hgm-marquee-featured-image__row.no-breadcrumbs{margin-top:64px}@media(max-width:767px){.hgm-marquee-featured-image div[class^=col-]{width:100%}.hgm-marquee-featured-image.image .hgm-marquee-featured-image__row:last-of-type div[class^=col-]:first-of-type{order:2}.hgm-marquee-featured-image.image .hgm-marquee-featured-image__row:last-of-type div[class^=col-]:last-of-type{order:1}}.hgm-marquee-featured-image.no-image .hgm-marquee-featured-image__row:last-of-type div[class^=col-]:last-of-type p{display:inline-block;margin-right:32px}.hgm-marquee-featured-image.no-image .hgm-marquee-featured-image__row:last-of-type div[class^=col-]:last-of-type p:last-of-type{margin-bottom:32px}.hgm-marquee-featured-image.set-link-color .hgm-marquee-featured-image__row:last-of-type div[class^=col-]:last-of-type a{color:var(--marquee-link-color)}.hgm-marquee-featured-image.set-link-color .hgm-marquee-featured-image__row:last-of-type div[class^=col-]:last-of-type a:hover{color:var(--marquee-link-rgba-color);text-decoration-color:var(--marquee-link-rgba-color)}.alert-error{display:none!important}.hgm-marquee-two-column{background-color:var(--marquee-bg-color,var(--colors-white));margin-bottom:-2rem;min-height:20vh;position:relative}.hgm-marquee-two-column.clear-margin-bottom{margin-bottom:0}.hgm-marquee-two-column__bg{background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s linear;width:100%}.hgm-marquee-two-column__bg.hgm-lazy-loaded{opacity:1}.hgm-marquee-two-column .container,.hgm-marquee-two-column body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-marquee-two-column body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-two-column form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-two-column form#user-pass-reset{margin-bottom:24px;padding-bottom:24px;position:relative}.hgm-marquee-two-column .container.pad,.hgm-marquee-two-column body.page__user_reset_ #block-hg-mercury-dxe-content form.pad#user-pass-reset,.hgm-marquee-two-column body.page__user_reset_ #block-hg-webdv-child-content form.pad#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-two-column form.pad#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-two-column form.pad#user-pass-reset{padding-top:32px}.hgm-marquee-two-column .container .row.text-center,.hgm-marquee-two-column body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset .row.text-center,.hgm-marquee-two-column body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset .row.text-center,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-two-column form#user-pass-reset .row.text-center,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-two-column form#user-pass-reset .row.text-center{text-align:center}.hgm-marquee-two-column__overlay{background-color:var(--marquee-overlay-color,var(--colors-white));display:none;height:100%;left:0;mix-blend-mode:var(--marquee-blend-mode,normal);opacity:var(--marquee-overlay-opacity,.6);position:absolute;top:0;width:100%}.hgm-marquee-two-column__overlay.show{display:block}.hgm-marquee-two-column__breadcrumbs{margin-bottom:24px}.hgm-marquee-two-column .hgm-breadcrumb{background-color:var(--colors-white);margin:0;padding:8px}@media(max-width:767px){.hgm-marquee-two-column .hgm-breadcrumb{display:inline-flex}}@media(max-width:575px){.hgm-marquee-two-column .hgm-breadcrumb{margin-left:-15px}}.hgm-marquee-two-column h1{color:var(--marquee-text-color,var(--colors-base-h1))}.hgm-marquee-two-column blockquote,.hgm-marquee-two-column h2,.hgm-marquee-two-column h3,.hgm-marquee-two-column h4,.hgm-marquee-two-column h5,.hgm-marquee-two-column h6{color:var(--marquee-text-color,var(--colors-gray-60))}.hgm-marquee-two-column hr{border-color:var(--marquee-text-color,var(--colors-gray-20))}.hgm-marquee-two-column .col:first-of-type figure{margin-left:0;margin-right:0}.hgm-marquee-two-column__link:not(:last-of-type){margin-right:32px}@media(max-width:767px){.hgm-marquee-two-column__link:not(:last-of-type){margin-right:0}}.hgm-marquee-two-column .two{align-items:center}@media(max-width:767px){.hgm-marquee-two-column .two{flex-direction:column}}.hgm-marquee-two-column .no-breadcrumbs{padding-top:24px}.hgm-marquee-two-column .margin-vertical.hgm-lazy{margin:0;max-height:425px;width:100%}@media(max-width:767px){.hgm-marquee-two-column .margin-vertical.hgm-lazy{margin-top:16px;max-height:400px}}.hgm-marquee-two-column__image{border-radius:6px;max-height:425px}@media(max-width:767px){.hgm-marquee-two-column__image{margin-top:16px;max-height:400px}}.hgm-health-library-article .hgm-body-region .hgm-marquee-two-column input[type=button],.hgm-marquee-two-column .hgm-button,.hgm-marquee-two-column .hgm-health-library-article .hgm-body-region input[type=button]{display:inline-block}.hgm-health-library-article .hgm-body-region .hgm-marquee-two-column input[type=button] i,.hgm-marquee-two-column .hgm-button i,.hgm-marquee-two-column .hgm-health-library-article .hgm-body-region input[type=button] i{display:inline-block;padding-left:.66666em;position:relative}@media(max-width:767px){.hgm-marquee-two-column .hgm-slideshow{margin-top:16px}}.hgm-marquee-two-column.set-link-color .hgm-marquee-two-column__link{color:var(--marquee-link-color)}.hgm-marquee-two-column.set-link-color .hgm-marquee-two-column__link:hover{color:var(--marquee-link-rgba-color);text-decoration-color:var(--marquee-link-rgba-color)}.hgm-marquee-two-column__info{color:var(--marquee-text-color,var(--colors-gray-85));margin-bottom:1rem}@media(max-width:1199px){.hgm-marquee-two-column__info{flex-direction:column}.hgm-marquee-two-column__info>div{margin-bottom:10px}}@media(max-width:767px){.hgm-marquee-two-column__info>div{margin-bottom:6px}}.hgm-marquee-two-column__info i{margin-right:4px}.hgm-marquee-two-column.services-search{background-color:var(--colors-gray-5)}.hgm-marquee-two-column.location{background-color:var(--marquee-bg-color,var(--colors-gray-5))}.hgm-marquee-two-column.hgm-provider-directory{background-color:var(--marquee-bg-color,var(--colors-primary-50))}.hgm-marquee-two-column.hgm-provider-directory h1{color:var(--marquee-text-color,var(--colors-white));padding:0 2em}@media(max-width:767px){.hgm-marquee-two-column.hgm-provider-directory h1{padding:0}}.hgm-marquee-two-column.hgm-provider-directory blockquote,.hgm-marquee-two-column.hgm-provider-directory h2,.hgm-marquee-two-column.hgm-provider-directory h3,.hgm-marquee-two-column.hgm-provider-directory h4,.hgm-marquee-two-column.hgm-provider-directory h5,.hgm-marquee-two-column.hgm-provider-directory h6{color:var(--marquee-text-color,var(--colors-white))}.hgm-marquee-two-column.hgm-provider-directory.node .container,.hgm-marquee-two-column.hgm-provider-directory.node body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-marquee-two-column.hgm-provider-directory.node body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-two-column.hgm-provider-directory.node form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-two-column.hgm-provider-directory.node form#user-pass-reset{margin-bottom:0}.hgm-marquee-two-column.event-detail .event-type-container{margin-bottom:16px}@media screen and (min-width:768px){.hgm-marquee-two-column.event-detail .event-type-container{display:block;overflow-x:visible}}.hgm-marquee-two-column.event-detail .event-type-container span{color:var(--colors-primary-50);font-size:90%;font-weight:700;line-height:1.5;margin-left:0;margin-right:0;min-height:20px;padding-left:10px;padding-right:10px;position:relative;text-transform:uppercase}.hgm-marquee-two-column.event-detail .event-type-container span:after{background-color:var(--colors-gray-20);content:"";height:24px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.hgm-marquee-two-column.event-detail .event-type-container span:first-of-type{padding-left:0}.hgm-marquee-two-column.event-detail .event-type-container span:last-of-type{padding-right:0}.hgm-marquee-two-column.event-detail .event-type-container span:last-of-type:after{display:none}@media screen and (min-width:768px){.hgm-marquee-two-column.event-detail .event-type-container span{padding-left:0;white-space:nowrap}}.hgm-marquee-two-column.event-detail h1{font-size:var(--fonts-h2-size-min);line-height:var(--fonts-h2-line-height-min)}@media(min-width:375px){.hgm-marquee-two-column.event-detail h1{font-size:max(var(--fonts-h2-size-min),min(var(--fonts-h2-size),4.70588vw))}}@media(min-width:1300px){.hgm-marquee-two-column.event-detail h1{font-size:var(--fonts-h2-size)}}@media(min-width:375px){.hgm-marquee-two-column.event-detail h1{line-height:max(var(--fonts-h2-line-height-min),min(var(--fonts-h2-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-marquee-two-column.event-detail h1{line-height:var(--fonts-h2-line-height)}}.hgm-marquee-two-column.event-detail h5,.hgm-marquee-two-column.event-detail h6{font-weight:400}.hgm-marquee-two-column.event-detail .utility{margin-top:24px}.hgm-marquee-two-column.event-detail .utility a i{margin-right:10px}@media(max-width:575px){.hgm-marquee-two-column.event-detail .utility a i{margin-right:6px}}.hgm-health-library-article .hgm-body-region .hgm-marquee-two-column.event-detail input[type=button],.hgm-marquee-two-column.event-detail .hgm-button,.hgm-marquee-two-column.event-detail .hgm-health-library-article .hgm-body-region input[type=button]{margin-top:24px}@media screen and (min-width:768px){.hgm-marquee-two-column.event-detail .event-topic-container{display:block;overflow-x:visible}}.hgm-marquee-two-column.event-detail .event-topic-container span{margin-right:.5em}@media(max-width:991px){.hgm-marquee-two-column.event-detail .event-topic-container span{margin-right:0}}.hgm-marquee-two-column.event-detail .event-topic-container span:first-of-type{margin-left:0}@media screen and (min-width:768px){.hgm-marquee-two-column.event-detail .event-topic-container span{margin-bottom:10px;margin-left:0;white-space:nowrap}}.hgm-marquee-two-column.event-detail .event-topic-container.mobile{display:none}@media(max-width:767px){.hgm-marquee-two-column.event-detail .event-topic-container{display:none}.hgm-marquee-two-column.event-detail .event-topic-container.mobile{display:flex}.hgm-tabs{border-radius:5px;box-shadow:0 2px 3px rgba(0,0,0,.15)}}.hgm-tabs__label{color:var(--colors-accordion-and-tabs-text);font-weight:700;padding:8px 16px;position:relative}.hgm-tabs__label:before{-webkit-font-smoothing:antialiased;content:"";display:none;font-family:Font Awesome\ 6 Pro;font-size:120%;font-weight:400;margin-left:3px;margin-right:16px;text-rendering:auto;transform-origin:center;transition:all .4s linear}@media(max-width:767px){.hgm-tabs__label{align-items:center;border-bottom:1px solid var(--colors-accordion-and-tabs-background);border-left:1px solid var(--colors-accordion-and-tabs-background);border-right:1px solid var(--colors-accordion-and-tabs-background);display:flex;flex-direction:row}.hgm-tabs__label:before{display:inline}.hgm-tabs__label:after{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;transition:background-color .4s;width:4px}.hgm-tabs__label:first-of-type{border-top:1px solid var(--colors-accordion-and-tabs-background);border-top-left-radius:5px;border-top-right-radius:5px}.hgm-tabs__label:last-of-type{border-bottom-left-radius:5px;border-bottom-right-radius:5px}}.hgm-tabs__content{border-top:1px solid var(--colors-lists-divider);padding:24px 14px}@media(max-width:767px){.hgm-tabs__content{padding:24px 14px 12px}.hgm-tabs__content:last-of-type{border-bottom-left-radius:5px;border-bottom-right-radius:5px}}.hgm-tabs__radio:checked+label{border-bottom-color:var(--colors-accordion-and-tabs-text);color:var(--colors-accordion-and-tabs-text)}@media(max-width:767px){.hgm-tabs__radio:checked+label{border-bottom-color:var(--colors-accordion-and-tabs-background);border-bottom-left-radius:0;border-bottom-right-radius:0}.hgm-tabs__radio:checked+label:before{transform:rotate(-180deg)}.hgm-tabs__radio:checked+label:after{background-color:var(--colors-accordion-and-tabs-background-open)}.hgm-tabs__radio:checked+label+.hgm-tabs__content{border:1px solid var(--colors-accordion-and-tabs-background);border-top:none}}.hgm-tabs__radio:not(:checked)+label{color:var(--colors-accordion-and-tabs-background-open)}@media(max-width:767px){.hgm-tabs__radio:not(:checked)+label{font-weight:400}}.hgm-tabs__radio:not(:checked)+label:hover{color:var(--colors-accordion-and-tabs-text-hover)}@media(max-width:767px){.hgm-tabs.solid{border-radius:0;box-shadow:none}}.hgm-tabs.solid .hgm-tabs__content{border-top:none}.hgm-tabs.solid .hgm-tabs__label{background-color:transparent;border-radius:4px;margin-right:14px;transition:background-color .4s}.hgm-tabs.solid .hgm-tabs__label:last-of-type{margin-right:0}@media(max-width:767px){.hgm-tabs.solid .hgm-tabs__label{background-color:var(--colors-accordion-and-tabs-background);border:none;margin-right:0;margin-top:5px;padding-bottom:10px;padding-top:10px}.hgm-tabs.solid .hgm-tabs__label:first-of-type{margin-top:0}}.hgm-tabs.solid .hgm-tabs__label:after{display:none!important}@media(max-width:767px){.hgm-tabs.solid .hgm-tabs__content{border-bottom-left-radius:4px;border-bottom-right-radius:4px}}.hgm-tabs.solid .hgm-tabs__radio:checked+label{background-color:var(--colors-accordion-and-tabs-background-active);border-bottom:none;color:var(--colors-accordion-and-tabs-background-open)}@media(max-width:767px){.hgm-tabs.solid .hgm-tabs__radio:checked+label+.hgm-tabs__content{border-bottom:2px solid var(--colors-accordion-and-tabs-background);border-left:2px solid var(--colors-accordion-and-tabs-background);border-right:2px solid var(--colors-accordion-and-tabs-background)}}.hgm-modal{background:rgba(var(--colors-page-overlay),.75)}.hgm-modal__wrapper{background-color:var(--colors-modals-background);border-radius:4px;box-shadow:0 9px 15px rgba(0,0,0,.2);padding:16px 32px 32px}.hgm-modal__close{align-items:center;color:var(--colors-modals-close-link);display:flex;font-size:14px;font-weight:700;text-decoration:none}.hgm-modal__close i{font-size:130%;margin-left:6px}#hgmHHSiteSearchModal.modal-open,#hgmPromoModal.modal-open,#hgmQuickViewModal.modal-open,#hgmSiteSearchModal.modal-open,.embedded-modal.modal-open,.hgm-modal.auto-load.modal-open,[id^=hgmModal-].modal-open{opacity:1;pointer-events:auto;transition:opacity .6s,visibility .6s;visibility:visible}.hgm-off-canvas:before{background-color:var(--offcanvas-overlay-bg,var(--colors-offcanvas-overlay-background))}.hgm-off-canvas__wrapper{background-color:var(--colors-offcanvas-background);box-shadow:0 15px 40px transparent;padding:24px}@media(max-width:767px){.hgm-off-canvas__wrapper{width:calc(100vw - 48px)}}.hgm-off-canvas__close{color:var(--colors-offcanvas-close);display:flex;font-size:14px;line-height:normal;text-decoration:none}.hgm-off-canvas__close:after{-webkit-font-smoothing:antialiased;content:"";display:flex;font-family:Font Awesome\ 6 Pro;font-size:140%;font-weight:900;margin-left:8px;text-rendering:auto}.hgm-off-canvas__close:hover{color:var(--colors-offcanvas-close-hover)}.hgm-off-canvas:target>div{box-shadow:0 15px 40px rgba(0,0,0,.25)}body.admin-toolbar-access .hgm-off-canvas__wrapper{top:64px}.hgm-nav-tabs{border-bottom:1px solid var(--colors-accordion-and-tabs-text)}@media(max-width:767px){.hgm-nav-tabs{border-bottom:none}.hgm-nav-tabs__item{border-bottom:1px solid var(--colors-accordion-and-tabs-text)}}.hgm-nav-tabs__item.local-tasks-more-toggle svg path{fill:var(--colors-links-and-buttons-text-link)}.hgm-nav-tabs__link:focus,.hgm-nav-tabs__link:hover{border-color:var(--colors-gray-40) var(--colors-gray-40) var(--colors-accordion-and-tabs-text);color:var(--colors-accordion-and-tabs-text-hover);isolation:isolate}@media(max-width:767px){.hgm-nav-tabs__link:focus,.hgm-nav-tabs__link:hover{border-color:transparent}}.hgm-nav-tabs__link.active{background-color:var(--colors-accordion-and-tabs-text-open);border-color:var(--colors-accordion-and-tabs-text) var(--colors-accordion-and-tabs-text) var(--colors-accordion-and-tabs-text-open);color:var(--colors-accordion-and-tabs-background-open)}.hgm-nav-tabs__link.disabled{color:var(--colors-accordion-and-tabs-text)}.hgm-key-tile{background-color:var(--key-tile-bg-color,var(--colors-gray-5));border-radius:4px;display:flex;flex-direction:column;position:relative}.hgm-key-tile__bg{background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:cover;border-radius:4px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s linear;width:100%}.hgm-key-tile__bg.hgm-lazy-loaded{opacity:1}.hgm-key-tile__body{align-items:center;display:flex;flex:1 1 auto;flex-direction:column;flex-wrap:wrap;padding:1.5em;position:relative;width:calc(100% - 3em)}.hgm-key-tile .content-item,.hgm-key-tile p{margin-bottom:16px}.hgm-key-tile .content-item:last-child,.hgm-key-tile p:last-child{margin-bottom:0}.hgm-key-tile h1,.hgm-key-tile h2,.hgm-key-tile h3,.hgm-key-tile h4,.hgm-key-tile h5,.hgm-key-tile h6,.hgm-key-tile p,.hgm-key-tile span{color:var(--colors-gray-85)}.hgm-health-library-article .hgm-body-region .hgm-key-tile input[type=button] i,.hgm-key-tile .hgm-button i,.hgm-key-tile .hgm-health-library-article .hgm-body-region input[type=button] i{display:inline-block;padding-left:.66666em;position:relative}#search-bar input{border-radius:4px}#search-bar .autocomplete button{border-bottom-right-radius:4px;border-top-right-radius:4px;cursor:pointer;height:100%;right:-2px;top:calc(100% - 2px)}#search-bar .autocomplete.labelOut button{bottom:-24px;top:auto}.vue-treeselect-helper-hide{display:none}.vue-treeselect-helper-zoom-effect-off{transform:none!important}@keyframes vue-treeselect-animation-fade-in{0%{opacity:0}}@keyframes vue-treeselect-animation-bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}@keyframes vue-treeselect-animation-rotate{to{transform:rotate(1turn)}}.vue-treeselect__multi-value-item--transition-enter-active,.vue-treeselect__multi-value-item--transition-leave-active{transition-duration:.2s;transition-property:transform,opacity}.vue-treeselect__multi-value-item--transition-enter-active{transition-timing-function:cubic-bezier(.075,.82,.165,1)}.vue-treeselect__multi-value-item--transition-leave-active{position:absolute;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.vue-treeselect__multi-value-item--transition-enter,.vue-treeselect__multi-value-item--transition-leave-to{opacity:0;transform:scale(.7)}.vue-treeselect__multi-value-item--transition-move{transition:transform .2s cubic-bezier(.165,.84,.44,1)}.vue-treeselect{position:relative;text-align:left}[dir=rtl] .vue-treeselect{text-align:right}.vue-treeselect div,.vue-treeselect span{box-sizing:border-box}.vue-treeselect svg{fill:currentColor}.vue-treeselect__control{background:#fff;border:1px solid #999;border-radius:5px;display:table;height:36px;padding:2px 5px;table-layout:fixed;transition-duration:.2s;transition-property:border-color,box-shadow,width,height,background-color,opacity;transition-timing-function:cubic-bezier(.215,.61,.355,1);width:100%}.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover{border-color:#cfcfcf}.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control{border-color:var(--colors-forms-field-focus-border);box-shadow:0 0 0 3px rgba(3,155,229,.1)}.vue-treeselect--disabled .vue-treeselect__control{background-color:#f9f9f9}.vue-treeselect--open .vue-treeselect__control{background-color:var(--colors-forms-field-focus-fill);border-color:var(--colors-forms-field-focus-border)}.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control{border-bottom-left-radius:0;border-bottom-right-radius:0}.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control{border-top-left-radius:0;border-top-right-radius:0}.vue-treeselect__multi-value,.vue-treeselect__value-container{vertical-align:middle;width:100%}.vue-treeselect__value-container{display:table-cell;position:relative}.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container{cursor:text}.vue-treeselect__multi-value{display:inline-block}.vue-treeselect--has-value .vue-treeselect__multi-value{margin-bottom:0}.vue-treeselect__placeholder,.vue-treeselect__single-value{bottom:0;left:0;line-height:34px;overflow:hidden;padding-left:5px;padding-right:5px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.vue-treeselect__placeholder{color:var(--colors-forms-text)}.vue-treeselect__single-value{color:#333}.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value{color:var(--colors-forms-text)}.vue-treeselect--disabled .vue-treeselect__single-value{position:static}.vue-treeselect__multi-value-item-container{display:inline-block;padding-bottom:1px;padding-right:4px;padding-top:3px;vertical-align:top}[dir=rtl] .vue-treeselect__multi-value-item-container{padding-left:5px;padding-right:0}.vue-treeselect__multi-value-item{background:var(--colors-secondary-50);border:1px solid transparent;border-radius:4px;color:var(--colors-forms-field-focus-border);cursor:pointer;display:inline-table;font-size:14px;padding:4px;vertical-align:top}.vue-treeselect__multi-value-item span{color:var(--colors-white);font-weight:500}.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new):hover{background:var(--colors-secondary-50);color:var(--colors-forms-field-focus-border);cursor:pointer}.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled{background:var(--colors-forms-field-focus-fill);color:#757575;cursor:default}.vue-treeselect--disabled .vue-treeselect__multi-value-item{background:#fff;border-color:#e5e5e5;color:#555;cursor:default}.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new,.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new:hover{background:#e8f5e9}.vue-treeselect__multi-value-label,.vue-treeselect__value-remove{display:table-cell;padding:0 8px;vertical-align:middle}.vue-treeselect__value-remove{color:var(--colors-forms-field-focus-border);line-height:0;padding-left:6px}[dir=rtl] .vue-treeselect__value-remove{border-left:0;border-right:1px solid #fff}.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove{color:#e53935}.vue-treeselect--disabled .vue-treeselect__value-remove,.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove{display:none}.vue-treeselect__value-remove>svg{color:var(--colors-white);height:9px;width:9px}.vue-treeselect__multi-value-label{padding-right:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:pre-line}.vue-treeselect__limit-tip{display:inline-block;padding-right:5px;padding-top:5px;vertical-align:top}[dir=rtl] .vue-treeselect__limit-tip{padding-left:5px;padding-right:0}.vue-treeselect__limit-tip-text{color:var(--colors-forms-text);cursor:default;display:block;font-size:12px;font-weight:500;margin:2px 0;padding:1px 0}.vue-treeselect__input-container{display:block;max-width:100%;outline:none}.vue-treeselect--single .vue-treeselect__input-container{font-size:inherit;font-size:16px;height:100%}.vue-treeselect--multi .vue-treeselect__input-container{display:inline-block;font-size:16px;vertical-align:top}.vue-treeselect--searchable .vue-treeselect__input-container{padding-left:5px;padding-right:5px}.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container{padding-left:0;padding-top:0}[dir=rtl] .vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container{padding-left:5px;padding-right:0}.vue-treeselect--disabled .vue-treeselect__input-container{display:none}.vue-treeselect__input,.vue-treeselect__sizer{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.vue-treeselect__input{background:none transparent;border:0;box-shadow:none;box-sizing:content-box;line-height:1;margin:0;max-width:100%;outline:none;padding:0;vertical-align:middle}.vue-treeselect__input::-ms-clear{display:none}.vue-treeselect--single .vue-treeselect__input{height:100%;width:100%}.vue-treeselect--multi .vue-treeselect__input{padding-bottom:3px;padding-top:3px}.vue-treeselect--has-value .vue-treeselect__input{line-height:inherit;vertical-align:top}.vue-treeselect__sizer{height:0;left:0;overflow:scroll;position:absolute;top:0;visibility:hidden;white-space:pre}.vue-treeselect__x-container{animation:vue-treeselect-animation-fade-in .2s cubic-bezier(.075,.82,.165,1);color:#ccc;cursor:pointer;display:table-cell;line-height:0;text-align:center;vertical-align:middle;width:20px}.vue-treeselect__x-container:hover{color:#e53935}.vue-treeselect__x{height:8px;width:8px}.vue-treeselect__control-arrow-container{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--><path d="M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z"/></svg>');background-position-x:calc(100% - 4px);background-position-y:50%;background-repeat:no-repeat;background-size:14px auto;cursor:pointer;display:table-cell;line-height:0;text-align:center;vertical-align:middle;width:20px}.vue-treeselect--disabled .vue-treeselect__control-arrow-container{cursor:default}.vue-treeselect__control-arrow{color:#ccc;display:none;height:9px;width:9px}.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow{color:#616161}.vue-treeselect--disabled .vue-treeselect__control-arrow{opacity:.35}.vue-treeselect__control-arrow--rotated{transform:rotate(180deg)}.vue-treeselect__menu-container{left:0;overflow:visible;position:absolute;transition:0s;width:100%}.vue-treeselect--open-below:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container{top:100%}.vue-treeselect--open-above:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container{bottom:100%}.vue-treeselect__menu{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #cfcfcf;cursor:default;display:block;font-weight:400!important;line-height:180%;overflow-x:hidden;overflow-y:auto;padding-bottom:5px;padding-top:5px;position:absolute;width:auto}.vue-treeselect--open-below .vue-treeselect__menu{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-color:#f2f2f2;box-shadow:0 1px 0 rgba(0,0,0,.06);font-weight:400!important;margin-top:-1px;top:0}.vue-treeselect--open-above .vue-treeselect__menu{border-bottom-color:#f2f2f2;border-top-left-radius:5px;border-top-right-radius:5px;bottom:0;font-weight:400!important;margin-bottom:-1px}.vue-treeselect__indent-level-0 .vue-treeselect__option{font-weight:400!important;padding-left:5px}[dir=rtl] .vue-treeselect__indent-level-0 .vue-treeselect__option{padding-left:5px;padding-right:5px}.vue-treeselect__indent-level-0 .vue-treeselect__tip{padding-left:25px}[dir=rtl] .vue-treeselect__indent-level-0 .vue-treeselect__tip{padding-left:5px;padding-right:25px}.vue-treeselect__indent-level-1 .vue-treeselect__option{padding-left:25px}[dir=rtl] .vue-treeselect__indent-level-1 .vue-treeselect__option{padding-left:5px;padding-right:25px}.vue-treeselect__indent-level-1 .vue-treeselect__tip{padding-left:45px}[dir=rtl] .vue-treeselect__indent-level-1 .vue-treeselect__tip{padding-left:5px;padding-right:45px}.vue-treeselect__indent-level-2 .vue-treeselect__option{padding-left:45px}[dir=rtl] .vue-treeselect__indent-level-2 .vue-treeselect__option{padding-left:5px;padding-right:45px}.vue-treeselect__indent-level-2 .vue-treeselect__tip{padding-left:65px}[dir=rtl] .vue-treeselect__indent-level-2 .vue-treeselect__tip{padding-left:5px;padding-right:65px}.vue-treeselect__indent-level-3 .vue-treeselect__option{padding-left:65px}[dir=rtl] .vue-treeselect__indent-level-3 .vue-treeselect__option{padding-left:5px;padding-right:65px}.vue-treeselect__indent-level-3 .vue-treeselect__tip{padding-left:85px}[dir=rtl] .vue-treeselect__indent-level-3 .vue-treeselect__tip{padding-left:5px;padding-right:85px}.vue-treeselect__indent-level-4 .vue-treeselect__option{padding-left:85px}[dir=rtl] .vue-treeselect__indent-level-4 .vue-treeselect__option{padding-left:5px;padding-right:85px}.vue-treeselect__indent-level-4 .vue-treeselect__tip{padding-left:105px}[dir=rtl] .vue-treeselect__indent-level-4 .vue-treeselect__tip{padding-left:5px;padding-right:105px}.vue-treeselect__indent-level-5 .vue-treeselect__option{padding-left:105px}[dir=rtl] .vue-treeselect__indent-level-5 .vue-treeselect__option{padding-left:5px;padding-right:105px}.vue-treeselect__indent-level-5 .vue-treeselect__tip{padding-left:125px}[dir=rtl] .vue-treeselect__indent-level-5 .vue-treeselect__tip{padding-left:5px;padding-right:125px}.vue-treeselect__indent-level-6 .vue-treeselect__option{padding-left:125px}[dir=rtl] .vue-treeselect__indent-level-6 .vue-treeselect__option{padding-left:5px;padding-right:125px}.vue-treeselect__indent-level-6 .vue-treeselect__tip{padding-left:145px}[dir=rtl] .vue-treeselect__indent-level-6 .vue-treeselect__tip{padding-left:5px;padding-right:145px}.vue-treeselect__indent-level-7 .vue-treeselect__option{padding-left:145px}[dir=rtl] .vue-treeselect__indent-level-7 .vue-treeselect__option{padding-left:5px;padding-right:145px}.vue-treeselect__indent-level-7 .vue-treeselect__tip{padding-left:165px}[dir=rtl] .vue-treeselect__indent-level-7 .vue-treeselect__tip{padding-left:5px;padding-right:165px}.vue-treeselect__indent-level-8 .vue-treeselect__option{padding-left:165px}[dir=rtl] .vue-treeselect__indent-level-8 .vue-treeselect__option{padding-left:5px;padding-right:165px}.vue-treeselect__indent-level-8 .vue-treeselect__tip{padding-left:185px}[dir=rtl] .vue-treeselect__indent-level-8 .vue-treeselect__tip{padding-left:5px;padding-right:185px}.vue-treeselect__option{display:table;font-weight:400!important;line-height:2.5em;min-height:42px;padding-left:5px;padding-right:5px;table-layout:fixed;width:100%}.vue-treeselect__option--highlight{background:var(--colors-forms-field-focus-fill)}.vue-treeselect--single .vue-treeselect__option--selected{background:var(--colors-secondary-50);font-weight:500}.vue-treeselect--single .vue-treeselect__option--selected:hover{background:var(--colors-secondary-50)}.vue-treeselect__option--hide{display:none}.vue-treeselect__option-arrow-container,.vue-treeselect__option-arrow-placeholder{display:table-cell;line-height:0;text-align:center;vertical-align:middle;width:20px}.vue-treeselect__option-arrow-container{cursor:pointer}.vue-treeselect__option-arrow{fill:transparent!important;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.--><path d="M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z"/></svg>');background-position-x:0;background-repeat:no-repeat;background-size:14px auto;color:#ccc;display:inline-block;height:14px;transform:rotate(-90deg);transition:transform .2s cubic-bezier(.19,1,.22,1);vertical-align:middle;width:14px}[dir=rtl] .vue-treeselect__option-arrow{transform:rotate(90deg)}.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow,.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow{color:#616161}.vue-treeselect__option-arrow--rotated,[dir=rtl] .vue-treeselect__option-arrow--rotated{transform:rotate(0)}.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter{transform:rotate(-90deg)!important}[dir=rtl] .vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter{transform:rotate(90deg)!important}.vue-treeselect__label-container{color:inherit;cursor:pointer;display:table-cell;display:table;table-layout:fixed;vertical-align:middle;width:100%}.vue-treeselect__option--disabled .vue-treeselect__label-container{color:rgba(0,0,0,.25);cursor:not-allowed}.vue-treeselect__checkbox-container{display:table-cell;height:100%;min-width:20px;text-align:center;vertical-align:middle;width:20px}.vue-treeselect__checkbox{border:2px solid var(--colors-forms-field-border);border-radius:4px;display:block;height:16px;margin:4px auto auto;position:relative;transition:all .2s cubic-bezier(.075,.82,.165,1);width:16px}.vue-treeselect__check-mark,.vue-treeselect__minus-mark{background-repeat:no-repeat;display:block;left:3px;opacity:0;position:absolute;top:3px;transition:all .2s ease}.vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);background-size:8px 8px;height:8px;width:8px}@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media(-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){.vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==)}}.vue-treeselect__checkbox--indeterminate>.vue-treeselect__minus-mark{opacity:1}.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=)}@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media(-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==)}}.vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);background-size:8px 8px;height:8px;transform:scaleY(.125);width:8px}@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC)}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC)}}@media(-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){.vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC)}}.vue-treeselect__checkbox--checked>.vue-treeselect__check-mark{opacity:1;transform:scaleY(1)}.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=)}@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==)}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==)}}@media(-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=)}}.vue-treeselect__checkbox--unchecked{background:#fff;border-color:#e0e0e0}.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked{background:#fff;border-color:var(--colors-forms-field-focus-border)}.vue-treeselect__checkbox--checked,.vue-treeselect__checkbox--indeterminate,.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked,.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate{background:var(--colors-forms-field-focus-border);border-color:var(--colors-forms-field-focus-border)}.vue-treeselect__checkbox--disabled,.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled{background-color:#f7f7f7;border-color:#e0e0e0}.vue-treeselect__label{cursor:inherit;display:table-cell;font-weight:400!important;margin-bottom:0!important;max-width:100%;overflow:hidden;padding-left:5px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}[dir=rtl] .vue-treeselect__label{padding-left:0;padding-right:5px}.vue-treeselect__count{font-weight:400;margin-left:5px;opacity:.6}[dir=rtl] .vue-treeselect__count{margin-left:0;margin-right:5px}.vue-treeselect__tip{color:#757575;display:table;padding-left:5px;padding-right:5px;table-layout:fixed;width:100%}.vue-treeselect__tip-text{display:table-cell;font-size:12px;overflow:hidden;padding-left:5px;padding-right:5px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}.vue-treeselect__error-tip .vue-treeselect__retry{color:var(--colors-forms-field-focus-border);cursor:pointer;font-style:normal;font-weight:500;margin-left:5px;text-decoration:none}[dir=rtl] .vue-treeselect__error-tip .vue-treeselect__retry{margin-left:0;margin-right:5px}.vue-treeselect__icon-container{display:table-cell;line-height:0;text-align:center;vertical-align:middle;width:20px}.vue-treeselect--single .vue-treeselect__icon-container{padding-left:5px}[dir=rtl] .vue-treeselect--single .vue-treeselect__icon-container{padding-left:0;padding-right:5px}.vue-treeselect__icon-warning{background:#fb8c00;border-radius:50%;display:block;height:12px;margin:auto;position:relative;width:12px}.vue-treeselect__icon-warning:after{border-color:#fff;border-style:solid;border-width:5px 0 1px;content:"";display:block;height:1px;left:5px;position:absolute;top:2.5px;width:2px}.vue-treeselect__icon-error{background:#e53935;border-radius:50%;display:block;height:12px;margin:auto;position:relative;width:12px}.vue-treeselect__icon-error:after,.vue-treeselect__icon-error:before{background:#fff;content:"";display:block;position:absolute;transform:rotate(45deg)}.vue-treeselect__icon-error:before{height:2px;left:3px;top:5px;width:6px}.vue-treeselect__icon-error:after{height:6px;left:5px;top:3px;width:2px}.vue-treeselect__icon-loader{animation:vue-treeselect-animation-rotate 1.6s linear infinite;display:block;height:12px;margin:auto;position:relative;text-align:center;width:12px}.vue-treeselect__icon-loader:after,.vue-treeselect__icon-loader:before{animation:vue-treeselect-animation-bounce 1.6s ease-in-out infinite;border-radius:50%;content:"";display:block;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.vue-treeselect__icon-loader:before{background:var(--colors-forms-field-focus-border)}.vue-treeselect__icon-loader:after{animation-delay:-.8s;background:#b3e5fc}.vue-treeselect__menu-placeholder{display:none}.vue-treeselect__portal-target{border:0;box-sizing:border-box;display:block;height:0;left:0;margin:0;overflow:visible;padding:0;position:absolute;top:0;width:0}.vue-treeselect__input{border:none!important}.vue-treeselect__input:focus{background:transparent!important;border:transparent!important}.hgm-multiselect-checkbox{position:relative;width:100%}.hgm-multiselect-checkbox__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--colors-white);border:1px solid var(--colors-forms-field-border);border-radius:4px;box-sizing:border-box;color:var(--colors-forms-text);display:flex;font-family:inherit;font-size:100%;height:34px;justify-content:space-between;line-height:normal;margin-bottom:2px;min-height:44px;padding-left:10px;padding-right:10px;text-align:center;text-decoration:none;transition:all .4s;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;width:100%}.hgm-multiselect-checkbox__button:hover{border-color:var(--colors-forms-field-border-hover)}.hgm-multiselect-checkbox__button:focus{background-color:var(--colors-forms-field-focus-fill);border-color:var(--colors-forms-field-focus-border)}.hgm-multiselect-checkbox__button span{font-weight:400;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hgm-multiselect-checkbox__fieldset{background-color:var(--colors-white);border:1px solid var(--colors-gray-10)!important;border-radius:4px;box-shadow:0 6px 14px rgba(0,0,0,.15);display:none;flex-direction:column;position:absolute;width:100%;z-index:1020}.hgm-multiselect-checkbox__search{margin:6px;padding:0 4px;position:relative}.hgm-multiselect-checkbox__search input[type=text]{padding:.5em 1.25em .5em .5em}.hgm-multiselect-checkbox__search-clear{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:none;border:none;cursor:pointer;font-size:110%;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:opacity .4s,visibility .4s;visibility:hidden}.hgm-multiselect-checkbox__search-clear.show{opacity:1;visibility:visible}.hgm-multiselect-checkbox__checkboxes{-webkit-overflow-scrolling:touch;border-bottom-left-radius:4px;border-bottom-right-radius:4px;max-height:190px;overflow-x:hidden;overflow-y:scroll;transform:translateZ(0)}.hgm-multiselect-checkbox__checkbox{align-items:center;background-color:var(--colors-white);display:flex;justify-content:space-between;min-height:34px;padding:4px 14px;transition:background-color .4s ease;width:auto}.hgm-multiselect-checkbox__checkbox:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.hgm-multiselect-checkbox__checkbox:hover{background-color:var(--colors-forms-field-focus-fill)}.hgm-multiselect-checkbox__checkbox>div{width:100%}.hgm-multiselect-checkbox__checkbox>div input[type=checkbox]{line-height:1.5;margin-right:6px;margin-top:0;min-width:16px}.hgm-multiselect-checkbox__checkbox>div label{align-items:center;cursor:pointer;display:flex;font-weight:400;line-height:1.5;margin-bottom:0;width:100%}@media(max-width:575px){.hgm-multiselect-checkbox__checkbox>div label{cursor:default}}.hgm-multiselect-checkbox__checkbox .hgm-badge{background-color:var(--colors-forms-field-focus-fill);color:var(--colors-forms-text);margin-bottom:0;padding:.4em .6em}.hgm-multiselect-checkbox.focused .hgm-multiselect-checkbox__button{background-color:var(--colors-forms-field-focus-fill);border-color:var(--colors-forms-field-focus-border)}.hgm-multiselect-checkbox.focused .hgm-multiselect-checkbox__fieldset{display:flex}.hgm-multi-checkbox-search{position:relative;width:100%}.hgm-multi-checkbox-search__view-trigger{display:block;margin-left:10px;margin-top:20px}.hgm-multi-checkbox-search__fieldset{background-color:var(--colors-white);flex-direction:column;width:100%}.hgm-multi-checkbox-search__search{margin:6px 0;position:relative}.hgm-multi-checkbox-search__search input[type=text]{padding:.5em 1.25em .5em .5em}.hgm-multi-checkbox-search__search-clear{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:none;border:none;cursor:pointer;font-size:110%;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:opacity .4s,visibility .4s;visibility:hidden}.hgm-multi-checkbox-search__search-clear.show{opacity:1;visibility:visible}.hgm-multi-checkbox-search__checkboxes{-webkit-overflow-scrolling:touch;transform:translateZ(0)}.hgm-multi-checkbox-search__checkboxes.hide-overflow{max-height:none;overflow-x:hidden;overflow-y:hidden}.hgm-multi-checkbox-search__checkboxes.hide-overflow.expand{max-height:295px;overflow-y:scroll}.hgm-multi-checkbox-search__checkbox{align-items:center;background-color:var(--colors-white);border-radius:4px;display:flex;justify-content:space-between;min-height:34px;padding:2px 10px;transition:background-color .4s ease;width:auto}.hgm-multi-checkbox-search__checkbox.hidden-checkbox{max-height:0;min-height:0;opacity:0;padding-bottom:0;padding-top:0;pointer-events:none;transition:all .3s ease-out}.hgm-multi-checkbox-search__checkbox.hidden-checkbox input{pointer-events:none}.expand .hgm-multi-checkbox-search__checkbox.hidden-checkbox{max-height:none;min-height:34px;opacity:1;padding-bottom:2px;padding-top:2px}.hgm-multi-checkbox-search__checkbox:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.hgm-multi-checkbox-search__checkbox:hover{background-color:var(--colors-forms-field-focus-fill)}.hgm-multi-checkbox-search__checkbox>div{width:100%}.hgm-multi-checkbox-search__checkbox>div input[type=checkbox]{line-height:1.5;margin-right:6px;margin-top:0;min-width:16px}.hgm-multi-checkbox-search__checkbox>div label{align-items:center;cursor:pointer;display:flex;font-weight:400;line-height:1.5;margin-bottom:0;width:100%}@media(max-width:575px){.hgm-multi-checkbox-search__checkbox>div label{cursor:default}}.hgm-multi-checkbox-search__checkbox .hgm-badge{background-color:var(--colors-forms-field-focus-fill);color:var(--colors-forms-text);margin-bottom:0;padding:.4em .6em}.hgm-multi-checkbox-search__checkbox.child{margin-left:1em}.hgm-multi-checkbox-search__checkbox_view_all{bottom:-8px;box-sizing:border-box;cursor:pointer;opacity:0;padding:0;position:absolute;width:60px!important;z-index:1}.hgm-multi-checkbox-search__checkbox_view_all:checked~.hgm-multi-checkbox-search__checkboxes>.hidden-checkbox{min-height:34px;opacity:1;transition:all .4s ease-in}.hgm-multi-checkbox-search__checkbox_view_all:checked~.hgm-multi-checkbox-search__label{bottom:-35px;transition:bottom .4s ease-in}.hgm-multi-checkbox-search__checkbox_view_all:checked~.hgm-multi-checkbox-search__label span.hgm-multi-checkbox-search__view_fewer{opacity:1;pointer-events:all;transition:opacity .4s ease-in}.hgm-multi-checkbox-search__checkbox_view_all:checked~.hgm-multi-checkbox-search__label span.hgm-multi-checkbox-search__view_all{opacity:0;pointer-events:none;transition:opacity .4s ease-in}.hgm-multi-checkbox-search label.hgm-multi-checkbox-search__label{bottom:-15px;color:var(--colors-links-and-buttons-text-link);cursor:pointer;position:absolute;transition:bottom .4s ease-in}.hgm-multi-checkbox-search label.hgm-multi-checkbox-search__label span{color:var(--colors-links-and-buttons-text-link);transition:opacity .4s ease-in}.hgm-multi-checkbox-search label.hgm-multi-checkbox-search__label span.hgm-multi-checkbox-search__view_fewer{left:0;opacity:0;pointer-events:none;position:absolute;width:115px}.hgm-multi-checkbox-search.focused .hgm-multiselect-checkbox__button{background-color:var(--colors-forms-field-focus-fill);border-color:var(--colors-forms-field-focus-border)}.hgm-multi-checkbox-search.focused .hgm-multiselect-checkbox__fieldset,.skeleton{display:flex}.skeleton{align-items:normal;flex-direction:column;justify-content:center;min-height:calc(130px - 2em);padding:1.5em 1.5em 0;width:calc(100% - 3em)}@media(max-width:991px){.skeleton{align-items:flex-start;flex-direction:row}}@media(max-width:575px){.skeleton{align-items:normal;flex-direction:column}}.skeleton--row{flex-direction:row}.skeleton--footer{min-height:auto}.skeleton--footer__apart{display:flex;flex-direction:row;justify-content:space-between}.skeleton:last-of-type{padding-bottom:1.5em}.skeleton .square{animation:wave-squares 2s ease-out infinite;background:hsla(0,0%,51%,.2);background:linear-gradient(90deg,hsla(0,0%,51%,.2) 8%,hsla(0,0%,51%,.3) 18%,hsla(0,0%,51%,.2) 33%);background-size:800px 100px;border-radius:5px;height:150px}@media(max-width:991px){.skeleton .square{height:80px}}@media(max-width:575px){.skeleton .square{height:130px}}.skeleton .line{animation:wave-lines 2s ease-out infinite;background:hsla(0,0%,51%,.2);background:linear-gradient(90deg,hsla(0,0%,51%,.2) 8%,hsla(0,0%,51%,.3) 18%,hsla(0,0%,51%,.2) 33%);background-size:800px 100px;border-radius:2px;height:12px;margin-bottom:6px}.skeleton .skeleton-right{flex:1}.skeleton .skeleton-left{flex:1 1 auto;margin-bottom:1.5em;max-width:100%;padding-right:0}@media(max-width:991px){.skeleton .skeleton-left{flex:2;margin-bottom:0;max-width:calc(25% + .75em);padding-right:1.5em}}@media(max-width:575px){.skeleton .skeleton-left{flex:1 1 auto;margin-bottom:1.5em;max-width:100%;padding-right:0}}.skeleton .line:last-child{margin-bottom:0}.skeleton.provider .skeleton-left{display:flex;flex-direction:row;width:100%}.skeleton.provider .square{margin-right:1em;width:30%}.skeleton .m0{margin-bottom:0}.skeleton .m10{margin-bottom:10px}.skeleton .m20{margin-bottom:20px}.skeleton .m30{margin-bottom:30px}.skeleton .m40{margin-bottom:40px}.skeleton .m50{margin-bottom:50px}.skeleton .singleline{display:flex}.skeleton .singleline>:first-child{margin-right:1em}.h1{height:1px!important}.h2{height:2px!important}.h4{height:4px!important}.h8{height:8px!important}.h10{height:10px!important}.h12{height:12px!important}.h15{height:15px!important}.h17{height:17px!important}.h20{height:20px!important}.h25{height:25px!important}.w10{width:10%!important}.w15{width:15%!important}.w25{width:25%!important}.w40{width:40%!important}.w50{width:50%!important}.w75{width:75%!important}.w100{width:100%!important}.mb-10{margin-bottom:10px!important}.mb-25{margin-bottom:25px!important}.mt-10{margin-top:10px!important}.mt-25{margin-top:25px!important}.event-listing.horizontal .skeleton{flex-direction:row}.event-listing .skeleton{gap:25px}.event-listing .skeleton .skeleton-left{flex:2 1 auto;margin-bottom:0}.event-listing .skeleton .skeleton-right{flex:5 1 auto}.hgm-drawer{opacity:0;transition:all .3s;visibility:hidden;z-index:1}.hgm-drawer>div{transition:all .3s ease-in-out}.hgm-drawer--run-once{opacity:1;visibility:visible}@media(max-width:991px){.hgm-drawer--init-offcanvas-bp-md{bottom:0;left:0;position:fixed;top:0}.hgm-drawer--init-offcanvas-bp-md:before{background-color:var(--colors-offcanvas-overlay-background);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .6s,visibility .6s;visibility:hidden;width:100vw;z-index:1049}}@media(max-width:575px){.hgm-drawer--init-offcanvas-bp-md:before{display:none}}.hgm-drawer--init-offcanvas-bp-md>div{z-index:1051}@media(max-width:991px){.hgm-drawer--init-offcanvas-bp-md>div{background-clip:padding-box;bottom:0;max-width:100%;outline:0;overflow-y:auto;position:fixed;right:0;top:0;transform:translateX(100%);width:375px}}@media(max-width:575px){.hgm-drawer--init-offcanvas-bp-md>div{background-clip:padding-box;bottom:0;height:100vh;max-width:100%;outline:0;overflow-y:auto;position:fixed;transform:translateY(-100vh);width:100%}}@media(max-width:767px){.hgm-drawer--init-offcanvas-bp-sm{bottom:0;left:0;position:fixed;top:0}.hgm-drawer--init-offcanvas-bp-sm:before{background-color:var(--colors-offcanvas-overlay-background);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .6s,visibility .6s;visibility:hidden;width:100vw;z-index:1049}}@media(max-width:575px){.hgm-drawer--init-offcanvas-bp-sm:before{display:none}}.hgm-drawer--init-offcanvas-bp-sm>div{z-index:1051}@media(max-width:767px){.hgm-drawer--init-offcanvas-bp-sm>div{background-clip:padding-box;bottom:0;max-width:100%;outline:0;overflow-y:auto;position:fixed;right:0;top:0;transform:translateX(100%);width:375px}}@media(max-width:575px){.hgm-drawer--init-offcanvas-bp-sm>div{background-clip:padding-box;bottom:0;height:100vh;max-width:100%;outline:0;overflow-y:auto;position:fixed;transform:translateY(-100vh);width:100%}.hgm-drawer--init-offcanvas-bp-xs{bottom:0;left:0;position:fixed;top:0}}.hgm-drawer--init-offcanvas-bp-xs:before{display:none}.hgm-drawer--init-offcanvas-bp-xs>div{z-index:1051}@media(max-width:575px){.hgm-drawer--init-offcanvas-bp-xs>div{background-clip:padding-box;bottom:0;height:100vh;max-width:100%;outline:0;overflow-y:auto;position:fixed;transform:translateY(-100vh);width:100%}}.hgm-drawer--set-z-index{z-index:1050}@media(max-width:991px){.hgm-drawer--open:before{opacity:.5;visibility:visible}}.hgm-drawer--open>div{transform:none}body.events-search-filters-mobile-open{bottom:0;left:0;overflow:hidden;padding-right:0;position:fixed;right:0;top:0}.hgm-video{background-color:var(--video-bg,var(--colors-video-background))}.hgm-video--caption{margin-bottom:5.25rem}.hgm-video__poster:before{background-color:var(--video-play-bg,rgba(var(--colors-video-background),.6));height:72px;transition:width .15s ease-out,height .15s ease-out,background-color .35s ease-out;width:72px}.hgm-video__poster:after{border-color:transparent transparent transparent var(--video-play-icon-color,var(--colors-video-play-icon));border-radius:4px}.hgm-video__poster:hover:before{background-color:var(--video-play-bg,rgba(var(--colors-video-background),.9));height:80px;width:80px}.hgm-video__caption{background-color:var(--video-caption-bg,var(--colors-video-caption))}.hgm-search-no-results{align-items:center;background:rgba(38,38,38,.812);color:var(--colors-white);display:flex;height:100%;justify-content:center;left:0;padding:0 1em;position:absolute;top:0;width:100%;z-index:999}.hgm-search-no-results .container,.hgm-search-no-results body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-search-no-results body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-search-no-results form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-search-no-results form#user-pass-reset{width:100%}.hgm-search-no-results .container .message,.hgm-search-no-results body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset .message,.hgm-search-no-results body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset .message,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-search-no-results form#user-pass-reset .message,body.page__user_reset_ #block-hg-webdv-child-content .hgm-search-no-results form#user-pass-reset .message{width:40%}@media(max-width:991px){.hgm-search-no-results .container .message,.hgm-search-no-results body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset .message,.hgm-search-no-results body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset .message,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-search-no-results form#user-pass-reset .message,body.page__user_reset_ #block-hg-webdv-child-content .hgm-search-no-results form#user-pass-reset .message{width:100%}}.hgm-search-no-results .container .message h3,.hgm-search-no-results body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset .message h3,.hgm-search-no-results body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset .message h3,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-search-no-results form#user-pass-reset .message h3,body.page__user_reset_ #block-hg-webdv-child-content .hgm-search-no-results form#user-pass-reset .message h3{color:var(--colors-white)}.hgm-search-no-results .container .message p,.hgm-search-no-results body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset .message p,.hgm-search-no-results body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset .message p,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-search-no-results form#user-pass-reset .message p,body.page__user_reset_ #block-hg-webdv-child-content .hgm-search-no-results form#user-pass-reset .message p{font-size:125%}.hgm-listing-grid .hgm-content-feed-list{background-color:transparent;border:none;border-radius:0;padding:0}.hgm-listing-grid .hgm-cards{position:relative}.hgm-listing-grid .hgm-cards .featured{padding-top:0!important}.hgm-listing-grid .hgm-cards .featured .hgm-card{border:none;box-shadow:none}.hgm-listing-grid .hgm-cards .featured .hgm-card .hgm-card__body{padding:0;width:100%}.hgm-listing-grid .hgm-cards .hgm-card.taxonomy a.link{font-size:1.5em;margin-top:1em}.hgm-listing-grid .hgm-cards .card-col{padding-bottom:calc(var(--bs-gutter-x)/2);padding-top:calc(var(--bs-gutter-x)/2)}.hgm-header.health-hub{z-index:1000}.hgm-header.health-hub .hgm-header__sub-header{background-color:var(--colors-health-library-header-subheader-background)}.hgm-header.health-hub .hgm-header__sub-header .hgm-dropdown .hgm-header__button{border-color:var(--colors-health-library-header-subheader-dropdown-text);color:var(--colors-health-library-header-subheader-dropdown-text)}.hgm-header.health-hub .hgm-header__sub-header .hgm-dropdown .hgm-header__contents.show{color:var(--colors-health-library-header-subheader-dropdown-text)}.hgm-header.health-hub .hgm-header__sub-header ul li a{color:var(--colors-health-library-header-subheader-menu-link)}.hgm-header.health-hub .hgm-header__sub-header ul li a:hover{color:var(--colors-health-library-header-subheader-menu-link-hover)}.hgm-header.health-hub .hgm-header__sub-header ul li a.active{color:var(--colors-health-library-header-subheader-menu-link-active)}.hgm-header.health-hub .hgm-header__sub-header-phone,.hgm-header.health-hub .hgm-header__sub-header-phone:hover{color:var(--colors-health-library-header-subheader-phone)}.hgm-header.health-hub .hgm-header__main-menu{background-color:var(--colors-health-library-header-background);padding-bottom:4px;padding-top:4px}@media(max-width:767px){.hgm-header.health-hub .hgm-header__main-menu{padding-bottom:16px;padding-top:12px}}.hgm-header.health-hub .hgm-header__main-menu .container,.hgm-header.health-hub .hgm-header__main-menu body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-header.health-hub .hgm-header__main-menu body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-header.health-hub .hgm-header__main-menu form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-header.health-hub .hgm-header__main-menu form#user-pass-reset{align-items:center;display:flex}@media(max-width:991px){.hgm-header.health-hub .hgm-header__main-menu .container,.hgm-header.health-hub .hgm-header__main-menu body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-header.health-hub .hgm-header__main-menu body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-header.health-hub .hgm-header__main-menu form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-header.health-hub .hgm-header__main-menu form#user-pass-reset{flex-wrap:wrap;justify-content:space-between}}.hgm-header.health-hub .hgm-header__brand{text-decoration:none}.hgm-header.health-hub .hgm-header__brand h4{color:var(--colors-health-library-header-brand);margin:0;padding:0}@media(max-width:767px){.hgm-header.health-hub .hgm-header__brand{text-align:center;width:100%}.hgm-header.health-hub .hgm-header__brand h4{margin-bottom:0;margin-top:.75em}}.hgm-header.health-hub .hgm-header__main-menu-navigation{margin-left:auto;margin-right:auto}@media(max-width:991px){.hgm-header.health-hub .hgm-header__main-menu-navigation{display:flex}}@media(max-width:767px){.hgm-header.health-hub .hgm-header__main-menu-navigation{display:none}}.hgm-header.health-hub .hgm-header__main-menu-phone,.hgm-header.health-hub .hgm-header__main-menu-phone:hover{color:var(--colors-health-library-header-subheader-phone)}.hgm-header.health-hub .hgm-header__main-menu-phone-mobile-icon,.hgm-header.health-hub .hgm-header__main-menu-phone-mobile-icon:hover{color:var(--colors-health-library-header-search-icon)}.hgm-header.health-hub .hgm-header__main-menu-search-trigger{align-items:center;background-color:var(--colors-health-library-header-cta-background);border:var(--colors-health-library-header-cta-border);border-radius:4px;color:var(--colors-health-library-header-cta-text);display:flex;font-size:inherit;margin-right:0;order:3;padding:6px 14px;text-align:center;text-decoration:none;transition:background-color .4s,color .4s}@media(max-width:767px){.hgm-header.health-hub .hgm-header__main-menu-search-trigger{display:none}}@media(max-width:1199px){.hgm-header.health-hub .hgm-header__main-menu-search-trigger{font-size:90%;margin-right:0}}.hgm-header.health-hub .hgm-header__main-menu-search-trigger i{display:inline-block;padding-left:.66666em;position:relative}.hgm-header.health-hub .hgm-header__main-menu-search-trigger:hover{background-color:var(--colors-health-library-header-cta-background-hover);color:var(--colors-health-library-header-cta-text)}.hgm-header.health-hub .hgm-header__search-health-hub{align-items:center;background-color:var(--colors-health-library-header-cta-background);border-radius:4px;color:var(--colors-health-library-header-cta-text);display:flex;font-weight:700;margin-right:0;order:3;padding:8px;text-align:center;text-decoration:none;transition:background-color .4s,color .4s}.hgm-header.health-hub .hgm-header__search-health-hub i{display:inline-block;padding-right:.66666em;position:relative}.hgm-header.health-hub .hgm-header__search-health-hub:hover{background-color:var(--colors-health-library-header-cta-background-hover);color:var(--colors-health-library-header-cta-text)}@media(max-width:1199px){.hgm-header.health-hub .hgm-header__search-health-hub{font-size:90%;margin-right:10px}}@media(max-width:767px){.hgm-header.health-hub .hgm-header__search-health-hub{display:none}}@media(max-width:991px){.hgm-header.health-hub .hgm-header__search-health-hub.show-cta-on-mobile{bottom:9px;display:flex;justify-content:center;left:50%;max-width:720px;position:absolute;transform:translateX(-50%);width:calc(100% - 40px)}}.hgm-header.health-hub .hgm-header__main-menu-cta{background-color:var(--colors-health-library-header-cta-background);color:var(--colors-health-library-header-cta-text)}.hgm-header.health-hub .hgm-header__main-menu-cta:hover{background-color:var(--colors-health-library-header-cta-background-hover);color:var(--colors-health-library-header-cta-text)}.hgm-header.health-hub .hgm-header__main-menu-offcanvas-trigger,.hgm-header.health-hub .hgm-header__main-menu-offcanvas-trigger:hover{color:var(--colors-health-library-header-off-canvas-menu-icon)}.hgm-header.health-hub .hgm-header__main-menu-navigation-item>a{color:var(--colors-health-library-header-primary-menu-link)}.hgm-header.health-hub .hgm-header__main-menu-navigation-item>a:hover{color:var(--colors-health-library-header-primary-menu-link-hover)}.hgm-header.health-hub .hgm-header__main-menu-navigation-item>a:active{color:var(--colors-health-library-header-primary-menu-link-active)}.hgm-header.health-hub .hgm-header__main-menu-navigation-item>a .bar{background-color:var(--colors-health-library-header-primary-menu-current-border)}.hgm-header.health-hub .hgm-header__main-menu-navigation-item>a.active{color:var(--colors-health-library-header-primary-menu-current)}.hgm-header.health-hub .hgm-header__main-menu-navigation-item.expandable>a.open,.hgm-header.health-hub .hgm-header__main-menu-navigation-item.expandable>a.open:after{color:var(--colors-health-library-header-primary-menu-link-active)}.hgm-header.health-hub .hgm-header__sub-menu{background-color:var(--colors-health-library-header-submenu-dropdown-background);border-top:2px solid var(--colors-health-library-header-submenu-dropdown-border)}.hgm-header.health-hub .hgm-header__sub-menu .col-3{position:relative}.hgm-header.health-hub .hgm-header__sub-menu .col-3:after{background-color:var(--colors-health-library-header-submenu-dropdown-divider)}.hgm-header.health-hub .hgm-header__sub-menu .col-3 h3{color:var(--colors-health-library-header-submenu-heading)}.hgm-header.health-hub .hgm-header__sub-menu .col-3>a{color:var(--colors-health-library-header-submenu-menu-link)}.hgm-header.health-hub .hgm-header__sub-menu .col-3>a:hover{color:var(--colors-health-library-header-submenu-menu-link-hover)}.hgm-header.health-hub .hgm-header__sub-menu .col-3>a:active{color:var(--colors-health-library-header-submenu-menu-link-active)}.hgm-header.health-hub .hgm-header__sub-menu .hgm-list-group.multi .hgm-list-group__item{color:var(--colors-health-library-header-submenu-menu-link)}.hgm-header.health-hub .hgm-header__sub-menu .hgm-list-group.multi .hgm-list-group__item:hover{color:var(--colors-health-library-header-submenu-menu-link-hover)}.hgm-header.health-hub .hgm-header__sub-menu .hgm-list-group.multi .hgm-list-group__item.active:before{background-color:var(--colors-health-library-header-submenu-dropdown-divider)}.hgm-header.health-hub .hgm-header__sub-menu .hgm-list-group.multi .hgm-list-group__item.active:hover{color:var(--colors-health-library-header-submenu-menu-link)}.hgm-header.health-hub.solid .hgm-header__main-menu-navigation-item{background-color:var(--colors-health-library-header-background)}.hgm-header.health-hub.solid .hgm-header__main-menu-navigation-item.active{background-color:var(--colors-health-library-header-subheader-background)}.hgm-header.health-hub.solid .hgm-header__main-menu-navigation-item a.open,.hgm-header.health-hub.solid .hgm-header__main-menu-navigation-item a.open:after,.hgm-header.health-hub.solid .hgm-header__main-menu-navigation-item.active>a{color:var(--colors-health-library-header-primary-menu-link)}.hgm-header.health-hub.solid .hgm-header__main-menu-navigation-item:hover{background-color:var(--colors-health-library-header-primary-menu-link-hover)}.hgm-header.health-hub.solid .hgm-header__main-menu-navigation-item:active{background-color:var(--colors-health-library-header-primary-menu-link-active)}.hgm-header.health-hub.solid .hgm-header__sub-menu .hgm-list-group__item{background-color:var(--colors-health-library-header-submenu-dropdown-background)}.hgm-header.health-hub.solid .hgm-header__sub-menu .hgm-list-group__item:hover{background-color:var(--colors-health-library-header-submenu-menu-link-hover)}.hgm-header.health-hub.solid .hgm-header__sub-menu .hgm-list-group__item:active{background-color:var(--colors-health-library-header-submenu-menu-link-active)}.hgm-header.health-hub.solid .hgm-header__sub-menu .hgm-list-group__item.active{background-color:var(--colors-health-library-header-subheader-background);color:var(--colors-health-library-header-primary-menu-link)}.hgm-header.health-hub .hgm-header__main-menu-dropdown{display:none}@media(max-width:767px){.hgm-header.health-hub .hgm-header__main-menu-dropdown{background-color:var(--colors-health-library-header-background);box-sizing:border-box;display:block;height:0;height:auto;left:0;order:2;overflow:hidden;overflow:visible;padding:.5em 0 0;position:relative;top:-100%;top:100%;transition:height .4s,visibility .4s,overflow .4s,top .4s;visibility:hidden;visibility:visible;width:100%}}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down{display:flex;flex-direction:row;flex-wrap:wrap;margin:0;width:100%}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__actions{align-items:center;display:flex;justify-content:center;margin-bottom:.5em}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__mobile-toggle{background-color:var(--colors-health-library-header-mobile-background);border:1px solid;box-sizing:border-box;color:var(--colors-health-library-header-mobile-text);justify-content:center;margin-right:.25em;width:calc(50% - .25em)}@media(max-width:767px){.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__mobile-toggle{align-items:center;display:flex;justify-content:center;text-align:center}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__mobile-toggle:after{font-size:1.25em;margin-left:20px;position:relative;top:2px}}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__mobile-toggle:hover{background-color:var(--colors-health-library-header-mobile-background-hover)}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__search-health-hub{align-items:center;background-color:var(--colors-health-library-header-cta-background);border:var(--colors-health-library-header-cta-border);border-radius:6px;box-sizing:border-box;color:var(--colors-health-library-header-cta-text);display:flex;justify-content:center;margin:0 auto 0 .25em;padding:.75em 1em;text-align:center;text-decoration:none!important;width:calc(50% - .25em)}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__search-health-hub:after{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-size:1.25em;font-weight:400;margin-left:20px;position:relative;text-rendering:auto;transition:all .4s}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__search-health-hub:hover{background-color:var(--colors-health-library-header-cta-background-hover)}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down nav{border:none;border-radius:0}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down[data-level="0"] .hgm-drill-down__heading .back{cursor:default}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__heading{background-color:transparent!important;border-bottom:1px solid var(--colors-offcanvas-menu-bottom-border);height:0;min-height:0;overflow:hidden;transition:height .4s ease}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__heading .back{border:1px solid var(--colors-offcanvas-menu-text);border-radius:4px;color:var(--colors-offcanvas-menu-text);margin-left:12px;padding:4px 10px;text-indent:0;transition:color .4s;width:auto}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__heading .back:hover{color:var(--colors-offcanvas-menu-text-hover);transition:color .4s}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__heading .back:before{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:400;margin-right:8px;text-rendering:auto}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__heading .back:after{display:none}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__heading .title{border-left:none!important;opacity:0;padding:0 10px}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__heading .title a{color:var(--colors-offcanvas-menu-text);cursor:default}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__heading.back-visible{height:auto;padding-bottom:12px;padding-top:12px}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down .hgm-drill-down__heading.back-visible .title{opacity:1}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__menu{background-color:var(--colors-offcanvas-background);border-radius:4px;padding:10px;width:calc(100% - 20px)!important}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__menu li{border-left:none;border-right:none;padding-bottom:4px;padding-top:4px}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__menu li:last-of-type{border-bottom:none}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__menu li a{background-color:transparent;color:var(--colors-offcanvas-menu-text);font-weight:700;padding:8px 11px}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__menu li a:hover{color:var(--colors-offcanvas-menu-text-hover)}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__menu li a.active{color:var(--colors-offcanvas-menu-text-active)}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__menu li a+a{background-color:var(--colors-offcanvas-menu-button-background);border-left:none;border-radius:4px;margin-right:8px;padding:3px 0 3px 2px}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__menu li.subheader a{font-weight:400}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down__menu li ul{background-color:var(--colors-offcanvas-background);border-radius:4px;padding:10px;width:calc(100% - 20px)!important}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down.open .hgm-drill-down__mobile-toggle:after{top:0;transform:rotate(180deg)}.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down.open .hgm-drill-down__search-health-hub:after{transform:rotate(0deg)}@media(max-width:991px){.hgm-header.health-hub .hgm-header__main-menu-dropdown .hgm-drill-down.close nav{border-color:transparent;max-height:0;opacity:0;visibility:hidden}}:root{--footer-menu-link-border-radius:0}.hgm-footer{background-color:var(--colors-footer-background);color:var(--colors-footer-text);min-height:5vh}.hgm-footer .row{padding-bottom:32px;padding-top:32px;position:relative}.hgm-footer .row:not(:first-of-type):before{background-color:var(--colors-footer-divider);content:"";height:1px;left:auto;opacity:.25;position:absolute;top:0;transform:translateX(-50%);width:calc(100vw + 100%)}@media(max-width:767px){.hgm-footer .row div[class^=col-],.hgm-footer .row div[class^=col]{align-items:flex-start;flex:1 0 100%;flex-direction:column;width:100%}.hgm-footer .row .col-sm-12{margin-bottom:14px}}.hgm-footer__brand{position:relative}@media(max-width:767px){.hgm-footer__brand{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}}.hgm-footer__brand:after{background-color:var(--colors-footer-divider);content:"";height:100%;opacity:.25;position:absolute;right:0;top:0;width:1px}@media(max-width:767px){.hgm-footer__brand:after{display:none}}.hgm-footer__brand img{max-width:80%}@media(max-width:767px){.hgm-footer__brand img{max-width:66%}}.hgm-footer__brand h6,.hgm-footer__brand img{margin-bottom:24px}.hgm-footer__brand h6 a{color:var(--colors-footer-text);text-decoration:none}.hgm-footer__brand .hgm-button,.hgm-footer__brand .hgm-health-library-article .hgm-body-region input[type=button],.hgm-health-library-article .hgm-body-region .hgm-footer__brand input[type=button]{background-color:transparent;border:1px solid var(--colors-footer-cta-button-background);color:var(--colors-footer-cta-button-background);display:block}.hgm-footer__brand .hgm-button:hover,.hgm-footer__brand .hgm-health-library-article .hgm-body-region input[type=button]:hover,.hgm-health-library-article .hgm-body-region .hgm-footer__brand input[type=button]:hover{background-color:var(--colors-footer-cta-button-background);color:var(--colors-footer-background)}.hgm-footer .hgm-list-group.multi{margin:0}@media(max-width:767px){.hgm-footer .hgm-list-group.multi{margin-bottom:30px}}.hgm-footer .hgm-list-group.multi .hgm-list-group__item{background:transparent;color:var(--colors-footer-menu-links);position:relative;z-index:2}@media(max-width:767px){.hgm-footer .hgm-list-group.multi .hgm-list-group__item{border-bottom:none;padding-left:0;width:calc(50% - 30px)}}@media(max-width:575px){.hgm-footer .hgm-list-group.multi .hgm-list-group__item{width:100%}}.hgm-footer .hgm-list-group.multi .hgm-list-group__item:after{background-color:var(--colors-footer-menu-links-hover);border-radius:var(--footer-menu-link-border-radius);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s;width:100%;z-index:-1}.hgm-footer .hgm-list-group.multi .hgm-list-group__item:hover{color:var(--colors-footer-menu-links)}.hgm-footer .hgm-list-group.multi .hgm-list-group__item:hover:after{opacity:.2}@media(max-width:767px){.hgm-footer .hgm-list-group.multi .hgm-list-group__item:hover:after{opacity:0}}.hgm-footer .hgm-list-group.multi .hgm-list-group__item:before{display:none}.hgm-footer__social a{color:var(--colors-footer-social-icons);display:inline-flex;font-size:180%;margin-right:32px;text-decoration:none}.hgm-footer__social a:hover{color:var(--colors-footer-social-icons-hover)}.hgm-footer__social a:last-child{margin-right:0}@media(max-width:767px){.hgm-footer__social a{margin-bottom:4px;margin-top:4px}}.hgm-footer__subfooter a,.hgm-footer__submenu a{color:var(--colors-footer-menu-links);display:inline-flex;margin-right:32px}.hgm-footer__subfooter a:last-child,.hgm-footer__submenu a:last-child{margin-right:0}.hgm-footer__subfooter a:hover,.hgm-footer__submenu a:hover{color:var(--colors-footer-menu-links-hover);text-decoration-color:var(--colors-footer-menu-links-hover)}@media(max-width:767px){.hgm-footer__submenu a{margin-bottom:6px}}@media(max-width:575px){.hgm-footer__submenu a{display:flex;margin-bottom:16px;margin-right:0}.hgm-footer__submenu a:last-child{margin-bottom:0}}.hgm-footer__subfooter p:last-child{margin-bottom:0}.hgm-header{position:relative;z-index:1001}@media(max-width:991px){.hgm-header{display:flex;flex-direction:column}.hgm-header .hgm-header__main-menu-container .mobile-icon{margin-left:auto}.hgm-header .hgm-header__main-menu-container .mobile-icon~.mobile-icon{margin-left:0}}.hgm-header__sub-header{background-color:var(--colors-header-subheader-background);padding:8px 0;position:relative;z-index:1003}@media(max-width:991px){.hgm-header__sub-header{background-color:transparent!important;order:2;padding:0}}.hgm-header__sub-header .hgm-dropdown{margin-right:16px;margin-top:2px}@media(max-width:1199px){.hgm-header__sub-header .hgm-dropdown{margin-right:10px}}@media(max-width:991px){.hgm-header__sub-header .hgm-dropdown{display:none}}.hgm-header__sub-header .hgm-dropdown__button{background-color:transparent;border-color:var(--colors-header-subheader-dropdown-text);border-width:1px;color:var(--colors-header-subheader-dropdown-text)}.hgm-header__sub-header .hgm-dropdown__button:hover{background-color:transparent}.hgm-header__sub-header .hgm-dropdown__contents{min-width:375px}.hgm-header__sub-header .hgm-dropdown__contents.show{background-color:var(--colors-white);color:var(--colors-header-subheader-dropdown-text)}.hgm-header__sub-header .container,.hgm-header__sub-header body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-header__sub-header body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-header__sub-header form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-header__sub-header form#user-pass-reset{align-items:center;display:flex;flex-direction:row}@media(max-width:991px){.hgm-header__sub-header .container,.hgm-header__sub-header body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-header__sub-header body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-header__sub-header form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-header__sub-header form#user-pass-reset{max-width:none;padding-left:0;padding-right:0}}.hgm-header__sub-header ul{list-style:none;margin:0 0 0 auto;padding:0}@media(max-width:991px){.hgm-header__sub-header ul{display:none}}.hgm-header__sub-header ul li{display:inline-block;margin-right:16px}@media(max-width:1199px){.hgm-header__sub-header ul li{margin-right:10px}}.hgm-header__sub-header ul li a{color:var(--colors-header-subheader-menu-link);font-size:14px;line-height:1;text-decoration:none}.hgm-header__sub-header ul li a:hover{color:var(--colors-header-subheader-menu-link-hover)}.hgm-header__sub-header ul li a.active{color:var(--colors-header-subheader-menu-link-active)}.hgm-header__sub-header-phone{font-size:14px;font-weight:700;margin-right:16px;text-decoration:none}.hgm-header__sub-header-phone,.hgm-header__sub-header-phone:hover{color:var(--colors-header-subheader-phone)}@media(max-width:1199px){.hgm-header__sub-header-phone{margin-right:10px}}@media(max-width:991px){.hgm-header__sub-header-phone{display:none}}.hgm-header__main-menu{background-color:var(--colors-header-background);padding-bottom:12px;padding-top:12px;position:relative;z-index:1002}@media(max-width:991px){.hgm-header__main-menu{order:1}.hgm-header__main-menu.show-cta-on-mobile{padding-bottom:52px}}.hgm-header__main-menu .container,.hgm-header__main-menu body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-header__main-menu body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-header__main-menu form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-header__main-menu form#user-pass-reset{align-items:center;display:flex}@media(max-width:991px){.hgm-header__main-menu .container,.hgm-header__main-menu body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-header__main-menu body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-header__main-menu form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-header__main-menu form#user-pass-reset{justify-content:space-between}}.hgm-header__brand{order:1}.hgm-header__brand img{max-height:56px;width:auto}.hgm-header__brand img.lg{max-height:80px}@media(max-width:991px){.hgm-header__brand img.lg{max-height:64px}}@media(max-width:767px){.hgm-header__brand img.lg{max-height:none}}.hgm-header__brand img.sm{max-height:36px}@media(max-width:767px){.hgm-header__brand img{max-height:none;max-width:calc(100% - 100px)}}.hgm-header__main-menu-navigation{display:flex;flex-direction:row;list-style:none;margin:0 8px 0 auto;min-height:56px;order:2;padding:0}@media(max-width:991px){.hgm-header__main-menu-navigation{display:none}}.hgm-header__main-menu-phone{display:flex;font-weight:700;margin-right:16px;order:3;text-decoration:none}.hgm-header__main-menu-phone,.hgm-header__main-menu-phone:hover{color:var(--colors-header-subheader-phone)}@media(max-width:1199px){.hgm-header__main-menu-phone{font-size:90%;margin-right:10px}}@media(max-width:991px){.hgm-header__main-menu-phone{display:none}}.hgm-header__main-menu-phone-mobile-icon{color:var(--colors-header-search-icon);display:none;font-size:125%;margin-right:16px;order:3;text-decoration:none}.hgm-header__main-menu-phone-mobile-icon:hover{color:var(--colors-header-search-icon)}@media(max-width:991px){.hgm-header__main-menu-phone-mobile-icon{display:flex;margin-right:16px}}.hgm-header__main-menu-search-trigger{display:flex;font-size:125%;margin-right:16px;order:3;text-decoration:none}.hgm-header__main-menu-search-trigger,.hgm-header__main-menu-search-trigger:hover{color:var(--colors-header-search-icon)}@media(max-width:1199px){.hgm-header__main-menu-search-trigger{margin-right:10px}}@media(max-width:991px){.hgm-header__main-menu-search-trigger{margin-right:16px}}.hgm-header__main-menu-cta{align-items:center;background-color:var(--colors-header-cta-background);border-radius:4px;color:var(--colors-header-cta-text);display:flex;font-weight:700;margin-right:16px;order:3;padding:8px;text-align:center;text-decoration:none;transition:background-color .4s,color .4s}.hgm-header__main-menu-cta i{display:inline-block;padding-right:.66666em;position:relative}.hgm-header__main-menu-cta:hover{background-color:var(--colors-header-cta-background-hover);color:var(--colors-header-cta-text);transition:background-color .4s,color .4s}@media(max-width:1199px){.hgm-header__main-menu-cta{font-size:90%;margin-right:10px}}@media(max-width:991px){.hgm-header__main-menu-cta{display:none}.hgm-header__main-menu-cta.show-cta-on-mobile{bottom:9px;display:flex;justify-content:center;left:50%;max-width:720px;position:absolute;transform:translateX(-50%);width:calc(100% - 40px)}}.hgm-header__main-menu-offcanvas-trigger{display:none;font-size:125%;order:3;position:relative}.hgm-header__main-menu-offcanvas-trigger,.hgm-header__main-menu-offcanvas-trigger:hover{color:var(--colors-header-off-canvas-menu-icon);text-decoration:none!important}@media(max-width:991px){.hgm-header__main-menu-offcanvas-trigger{display:flex;padding-right:.5rem}}.hgm-header__main-menu-offcanvas-trigger.show-desktop{display:flex}.hgm-header__main-menu-offcanvas-trigger.large{font-size:185%}.hgm-header__main-menu-offcanvas-trigger.show-label{align-items:center;flex-direction:column}.hgm-header__main-menu-offcanvas-trigger.show-label:after{content:"Menu";font-weight:700;line-height:1}.hgm-header__main-menu-offcanvas-trigger.small:after{font-size:.75rem}.hgm-header__main-menu-offcanvas-trigger.large:after{font-size:.9rem}.hgm-header__main-menu-container.justify-between{justify-content:space-between}.hgm-header__main-menu-button-wrapper{align-items:center;display:flex;order:2}.hgm-header__main-menu-navigation-item{align-items:center;display:flex;height:100%;position:relative;transition:background-color .4s,color .4s}.hgm-header__main-menu-navigation-item>a{align-items:center;color:var(--colors-header-primary-menu-link);display:flex;height:100%;line-height:1.25;padding-left:12px;padding-right:12px;text-align:center;text-decoration:none}.hgm-header__main-menu-navigation-item>a:hover{color:var(--colors-header-primary-menu-link-hover)}.hgm-header__main-menu-navigation-item>a:active{color:var(--colors-header-primary-menu-link-active)}@media(max-width:1199px){.hgm-header__main-menu-navigation-item>a{font-size:90%;padding-left:8px;padding-right:8px}}.hgm-header__main-menu-navigation-item>a .bar{background-color:var(--colors-header-primary-menu-current-border);cursor:default;height:4px;left:0;opacity:0;position:absolute;top:-4px;transition:opacity .4s ease-out;width:100%}.hgm-header__main-menu-navigation-item>a.active{color:var(--colors-header-primary-menu-current)}.hgm-header__main-menu-navigation-item>a.active .bar{opacity:1}.hgm-header__main-menu-navigation-item.expandable>a:after{-webkit-font-smoothing:antialiased;bottom:3px;content:"";font-family:Font Awesome\ 6 Pro;font-size:75%;font-weight:400;left:0;position:absolute;right:0;text-align:center;text-rendering:auto;transform-origin:center;transition:all .3s linear 50ms}.hgm-header__main-menu-navigation-item.expandable>a.open{color:var(--colors-header-primary-menu-link-active)}.hgm-header__main-menu-navigation-item.expandable>a.open:after{color:var(--colors-header-primary-menu-link-active);transform:rotate(-180deg)}.hgm-header__sub-menu{background-color:var(--colors-header-submenu-dropdown-background);border-top:2px solid var(--colors-header-submenu-dropdown-border);box-shadow:1px 4px 4px rgba(0,0,0,.15);left:var(--header-sub-menu-left,0);padding:32px;position:absolute;top:0;transform:translateY(-100vh);transition:transform .5s ease-in-out 0s;width:var(--header-sub-menu-width,100%);z-index:1001}@media(max-width:991px){.hgm-header__sub-menu{display:none}}.hgm-header__sub-menu.open{transform:translateY(var(--header-sub-menu-open-y,0))}.hgm-header__sub-menu .col-3{position:relative}.hgm-header__sub-menu .col-3:after{background-color:var(--colors-header-submenu-dropdown-divider);content:"";height:100%;opacity:.3;position:absolute;right:4px;top:0;width:1px}.hgm-header__sub-menu .col-3 h3{color:var(--colors-header-submenu-heading)}.hgm-header__sub-menu .col-3>a{color:var(--colors-header-submenu-menu-link);text-decoration:none}.hgm-header__sub-menu .col-3>a:hover{color:var(--colors-header-submenu-menu-link-hover)}.hgm-header__sub-menu .col-3>a:active{color:var(--colors-header-submenu-menu-link-active)}.hgm-header__sub-menu .hgm-list-group.multi{margin:0}.hgm-header__sub-menu .hgm-list-group.multi .hgm-list-group__item{background-color:transparent;color:var(--colors-header-submenu-menu-link)}@media(max-width:1199px){.hgm-header__sub-menu .hgm-list-group.multi .hgm-list-group__item{width:calc(50% - 30px)}}.hgm-header__sub-menu .hgm-list-group.multi .hgm-list-group__item:hover{color:var(--colors-header-submenu-menu-link-hover)}.hgm-header__sub-menu .hgm-list-group.multi .hgm-list-group__item:before{display:none}.hgm-header__sub-menu .hgm-list-group.multi .hgm-list-group__item.active{font-weight:400}.hgm-header__sub-menu .hgm-list-group.multi .hgm-list-group__item.active:before{background-color:var(--colors-header-submenu-dropdown-divider);bottom:auto;display:block;height:calc(100% - 16px);top:auto;width:2px}.hgm-header__sub-menu .hgm-list-group.multi .hgm-list-group__item.active:hover{color:var(--colors-header-submenu-menu-link)}.hgm-header.solid .hgm-header__main-menu-navigation-item{background-color:var(--colors-header-background)}.hgm-header.solid .hgm-header__main-menu-navigation-item.active{background-color:var(--colors-header-subheader-background)}.hgm-header.solid .hgm-header__main-menu-navigation-item.active>a{color:var(--colors-header-primary-menu-link)}.hgm-header.solid .hgm-header__main-menu-navigation-item a.active .bar{display:none}.hgm-header.solid .hgm-header__main-menu-navigation-item a.open,.hgm-header.solid .hgm-header__main-menu-navigation-item a.open:after{color:var(--colors-header-primary-menu-link)}.hgm-header.solid .hgm-header__main-menu-navigation-item:hover{background-color:var(--colors-header-primary-menu-link-hover)}.hgm-header.solid .hgm-header__main-menu-navigation-item:hover>a,.hgm-header.solid .hgm-header__main-menu-navigation-item:hover>a:after{color:var(--colors-white)}.hgm-header.solid .hgm-header__main-menu-navigation-item:active{background-color:var(--colors-header-primary-menu-link-active)}.hgm-header.solid .hgm-header__main-menu-navigation-item:active>a,.hgm-header.solid .hgm-header__main-menu-navigation-item:active>a:after{color:var(--colors-white)}.hgm-header.solid .hgm-header__sub-menu .hgm-list-group__item{background-color:var(--colors-header-submenu-dropdown-background)}.hgm-header.solid .hgm-header__sub-menu .hgm-list-group__item:hover{background-color:var(--colors-header-submenu-menu-link-hover);color:var(--colors-white)}.hgm-header.solid .hgm-header__sub-menu .hgm-list-group__item:active{background-color:var(--colors-header-submenu-menu-link-active);color:var(--colors-white)}.hgm-header.solid .hgm-header__sub-menu .hgm-list-group__item.active{background-color:var(--colors-header-subheader-background);color:var(--colors-header-primary-menu-link)}.hgm-header.solid .hgm-header__sub-menu .hgm-list-group__item.active:before{display:none}.hgm-header.rounded .hgm-header__main-menu-navigation-item,.hgm-header.rounded .hgm-header__sub-menu .hgm-list-group__item{border-radius:6px}.hgm-header.shadow .hgm-header__main-menu{box-shadow:0 2px 3px rgba(0,0,0,.15)}.hgm-header.sticky{left:0;position:sticky;position:-webkit-sticky;right:0;top:0;z-index:1004}.hgm-header.trigger-left .hgm-header__main-menu-button-wrapper,.hgm-header.trigger-left .hgm-header__main-menu-offcanvas-trigger{order:1}.hgm-header.trigger-left .hgm-header__main-menu-offcanvas-trigger.show-desktop{margin-right:20px}@media(max-width:991px){.hgm-header.trigger-left .hgm-header__main-menu-offcanvas-trigger.show-desktop{margin-right:0}}.hgm-header.trigger-left .hgm-header__brand{order:2}@media(max-width:767px){.hgm-header.trigger-left .hgm-header__brand{text-align:right}}@media(max-width:991px){.hgm-header.trigger-left .hgm-header__main-menu-search-trigger{margin-left:0;margin-right:0}}.hgm-header.full-width .hgm-header__main-menu-container,.hgm-header.full-width .hgm-header__sub-header-container{max-width:none;padding-left:40px;padding-right:40px}@media(max-width:991px){.hgm-header.full-width .hgm-header__main-menu-container{max-width:720px;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem)}.hgm-header.full-width .hgm-header__sub-header-container{padding-left:0;padding-right:0}}.hgm-header.transparent .hgm-header__main-menu,.hgm-header.transparent .hgm-header__sub-header{opacity:.93;transition:opacity .3s}.hgm-header.transparent .hgm-header__main-menu:hover,.hgm-header.transparent .hgm-header__sub-header:hover{opacity:1}.hgm-header.transparent .hgm-header__sub-menu{opacity:0;transition:transform .5s ease-in-out 0s,opacity .2s ease-in}.hgm-header.transparent .hgm-header__sub-menu.open{opacity:.93}.hgm-header.transparent .hgm-header__sub-menu.open:hover{opacity:1}body.offcanvas-open .hgm-header.sticky{position:fixed}.hgm-off-canvas__body{padding-bottom:2.5em;padding-left:0;padding-right:0;position:relative}.hgm-off-canvas__phone{color:var(--colors-offcanvas-phone);font-weight:700;text-decoration:none}.hgm-off-canvas__phone:hover{color:var(--colors-offcanvas-phone-hover)}.hgm-off-canvas__cta{background-color:var(--colors-offcanvas-call-to-action-button-background);border-radius:4px;color:var(--colors-offcanvas-call-to-action-button-text);margin-left:1em;margin-right:1em;padding:8px 14px;text-align:center;text-decoration:none;transition:background-color .4s,color .4s}.hgm-off-canvas__cta i{display:inline-block;padding-right:.66666em;position:relative}.hgm-off-canvas__cta:hover{background-color:var(--colors-offcanvas-call-to-action-button-background-hover);color:var(--colors-offcanvas-call-to-action-button-text);transition:background-color .4s,color .4s}.hgm-off-canvas__header-menu-view-all{border:1px solid var(--colors-offcanvas-menu-text);border-radius:4px;bottom:auto;color:var(--colors-offcanvas-menu-text);display:block;left:auto;margin-bottom:1em;margin-left:-12px;margin-top:15px;opacity:0;padding:4px 10px;position:absolute;text-decoration:none;transition:color .4s,opacity .4s,visibility .4s;visibility:hidden;width:-moz-max-content;width:max-content}.hgm-off-canvas__header-menu-view-all:hover{color:var(--colors-offcanvas-menu-text-hover);text-decoration:none;transition:color .4s}.hgm-off-canvas__header-menu-view-all.show{opacity:1;visibility:visible}.hgm-off-canvas .hgm-accordion{margin-left:-14px;margin-top:16px;width:calc(100% + 28px)}.hgm-off-canvas .hgm-accordion .hgm-accordion__label{background-color:var(--colors-offcanvas-accordion-label-background);border-radius:4px;color:var(--colors-offcanvas-accordion-label)}.hgm-off-canvas .hgm-accordion .hgm-accordion__label:after{color:var(--colors-offcanvas-accordion-label)}.hgm-off-canvas .hgm-accordion .hgm-accordion__label:hover{background-color:var(--colors-offcanvas-accordion-label-background);color:var(--colors-offcanvas-accordion-label)}.hgm-off-canvas .hgm-accordion .hgm-accordion__label:hover:after{color:var(--colors-offcanvas-accordion-label)}.hgm-off-canvas .hgm-accordion__content{background-color:var(--colors-offcanvas-background);border:none!important}.hgm-off-canvas .hgm-accordion input[type=checkbox]:checked~.hgm-accordion__label{background-color:var(--colors-offcanvas-accordion-label-background);border-radius:4px;color:var(--colors-offcanvas-accordion-label)}.hgm-off-canvas .hgm-accordion input[type=checkbox]:checked~.hgm-accordion__label:after{color:var(--colors-offcanvas-accordion-label)}.hgm-off-canvas .hgm-drill-down{margin-left:-24px;width:calc(100% + 48px)}.hgm-off-canvas .hgm-drill-down__mobile-toggle{display:none}.hgm-off-canvas .hgm-drill-down nav{border:none;border-radius:0}.hgm-off-canvas .hgm-drill-down[data-level="0"] .hgm-drill-down__heading .back{cursor:default}.hgm-off-canvas .hgm-drill-down__heading{background-color:transparent!important;border-bottom:1px solid var(--colors-offcanvas-menu-bottom-border);min-height:0;padding-bottom:12px}.hgm-off-canvas .hgm-drill-down__heading .back{border:1px solid var(--colors-offcanvas-menu-text);border-radius:4px;color:var(--colors-offcanvas-menu-text);margin-left:12px;padding:4px 10px;text-indent:0;transition:color .4s;width:auto}.hgm-off-canvas .hgm-drill-down__heading .back:hover{color:var(--colors-offcanvas-menu-text-hover);transition:color .4s}.hgm-off-canvas .hgm-drill-down__heading .back:before{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:400;margin-right:8px;text-rendering:auto}.hgm-off-canvas .hgm-drill-down__heading .back:after{display:none}.hgm-off-canvas .hgm-drill-down__heading .title{border-left:none!important;opacity:0;padding:0 10px}.hgm-off-canvas .hgm-drill-down__heading .title a{color:var(--colors-offcanvas-menu-text);cursor:default}.hgm-off-canvas .hgm-drill-down .hgm-drill-down__heading.back-visible .title{opacity:1}.hgm-off-canvas .hgm-drill-down__menu{background-color:var(--colors-offcanvas-background)}.hgm-off-canvas .hgm-drill-down__menu li{border-bottom:1px solid var(--colors-offcanvas-menu-bottom-border);border-left:none;border-right:none;padding-bottom:4px;padding-top:4px}.hgm-off-canvas .hgm-drill-down__menu li a{background-color:transparent;color:var(--colors-offcanvas-menu-text);font-weight:700;padding:8px 11px}.hgm-off-canvas .hgm-drill-down__menu li a:hover{color:var(--colors-offcanvas-menu-text-hover)}.hgm-off-canvas .hgm-drill-down__menu li a.active{color:var(--colors-offcanvas-menu-text-active)}.hgm-off-canvas .hgm-drill-down__menu li a+a{background-color:var(--colors-offcanvas-menu-button-background);border-left:none;border-radius:4px;margin-right:8px;padding:3px 0 3px 2px}.hgm-off-canvas .hgm-drill-down__menu li.subheader a{font-weight:400}.hgm-off-canvas .hgm-drill-down__menu li ul{background-color:var(--colors-offcanvas-background)}body.hgm-button-square .hgm-header__main-menu-cta,body.hgm-button-square .hgm-off-canvas .hgm-drill-down__heading .back,body.hgm-button-square .hgm-off-canvas__cta,body.hgm-button-square .hgm-off-canvas__header-menu-view-all{border-radius:0}body.hgm-button-pill .hgm-header__main-menu-cta,body.hgm-button-pill .hgm-off-canvas .hgm-drill-down__heading .back,body.hgm-button-pill .hgm-off-canvas__cta,body.hgm-button-pill .hgm-off-canvas__header-menu-view-all{border-radius:24px}.hgm-content-feed{background-color:var(--feed-bg-color,transparent);margin-bottom:16px;padding-bottom:55px;padding-top:55px}.hgm-content-feed__heading,.hgm-content-feed__link,.hgm-content-feed__subheading{display:flex;justify-content:center}.hgm-content-feed__heading{margin-bottom:24px}.hgm-content-feed__heading h2{color:var(--feed-heading-text-color,var(--colors-card-title))}.hgm-content-feed__subheading{margin-bottom:16px;margin-top:-12px}.hgm-content-feed__subheading h4{color:var(--feed-heading-text-color,var(--colors-card-title))}.hgm-content-feed__column{margin-bottom:24px}.hgm-content-feed-list{background-color:var(--feed-bg-color,transparent);border:1px solid var(--colors-card-border);border-radius:4px;padding:24px 15px}.hgm-content-feed-list__heading,.hgm-content-feed-list__link,.hgm-content-feed-list__subheading{display:flex;justify-content:center}.hgm-content-feed-list__heading{border-bottom:1px solid var(--colors-card-border);margin-bottom:12px;padding-bottom:6px}.hgm-content-feed-list__heading h2,.hgm-content-feed-list__heading h6{color:var(--feed-heading-text-color,var(--colors-card-title))}.hgm-content-feed-list__link{padding-top:10px}.hgm-content-feed-list__listing{border-bottom:1px solid var(--colors-card-border);margin-bottom:12px;padding-bottom:10px;position:relative}.hgm-content-feed-list__listing .auto-link{bottom:0;left:0;position:absolute;right:0;text-indent:-9999px;top:0}.hgm-content-feed-list__provider{display:flex;flex-direction:row}@media(max-width:1199px){.hgm-content-feed-list__provider{flex-direction:column}}@media(max-width:575px){.hgm-content-feed-list__provider{flex-direction:row}}.hgm-content-feed-list__provider .img{flex:1 1 auto;margin-bottom:8px;margin-right:4%;max-width:30%}@media(max-width:1199px){.hgm-content-feed-list__provider .img{align-self:center;margin-right:0;max-width:80%}}@media(max-width:575px){.hgm-content-feed-list__provider .img{margin-right:4%;max-width:32%}}.hgm-content-feed-list__provider .img img{border-radius:3px;height:98px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media(max-width:767px){.hgm-content-feed-list__provider .img img{height:150px}}@media(max-width:575px){.hgm-content-feed-list__provider .img img{height:128px}}.hgm-content-feed-list__provider .details{flex:1 1 auto;max-width:66%}@media(max-width:1199px){.hgm-content-feed-list__provider .details{max-width:100%}}@media(max-width:575px){.hgm-content-feed-list__provider .details{max-width:64%}}.hgm-content-feed-list__provider .details .hgm-badge.distance{margin-bottom:5px;padding-bottom:.35em}.hgm-content-feed-list__provider .details h6{color:var(--colors-secondary-50)}@media(max-width:1199px){.hgm-content-feed-list__provider .details h6{text-align:center}}@media(max-width:575px){.hgm-content-feed-list__provider .details h6{font-size:92%;line-height:1.5;text-align:left}}.hgm-content-feed-list__provider .details p{font-size:14px;margin-bottom:.35em}@media(max-width:1199px){.hgm-content-feed-list__provider .details p{text-align:center}}@media(max-width:575px){.hgm-content-feed-list__provider .details p{text-align:left}}.hgm-content-feed-list__provider .details i{align-items:center;display:inline-flex;font-size:.8em;height:20px;justify-content:center;margin-right:.25em;width:20px}.hgm-content-feed-list__provider .details i:before{left:.5px;position:relative}.hgm-content-feed-list__provider .details .virtual{display:flex;font-size:13px;line-height:normal}@media(max-width:1199px){.hgm-content-feed-list__provider .details .virtual{display:block}}@media(max-width:991px){.hgm-content-feed-list__provider .details .virtual{display:flex}}@media(max-width:767px){.hgm-content-feed-list__provider .details .virtual{display:block}}@media(max-width:575px){.hgm-content-feed-list__provider .details .virtual{display:flex}}.hgm-content-feed-list__provider .details .virtual i{color:var(--colors-provider-page-virtual-visits-icon-color,var(--colors-primary-30))}.hgm-content-feed-list__provider .details .badge{display:flex;font-size:13px;font-weight:400;justify-content:start;line-height:normal;text-transform:none}@media(max-width:1199px){.hgm-content-feed-list__provider .details .badge{display:block}}@media(max-width:991px){.hgm-content-feed-list__provider .details .badge{display:flex}}@media(max-width:767px){.hgm-content-feed-list__provider .details .badge{display:block}}@media(max-width:575px){.hgm-content-feed-list__provider .details .badge{display:flex}}.hgm-content-feed-list__provider .details .badge i{color:var(--colors-provider-page-new-patients-icon-color,var(--colors-success-50))}.hgm-content-feed-list__provider .details .specialties{white-space:pre-line}@media(max-width:1199px){.hgm-content-feed-list__provider .details .specialties{text-align:center}}@media(max-width:767px){.hgm-content-feed-list__provider .details .specialties{white-space:normal}}@media(max-width:575px){.hgm-content-feed-list__provider .details .specialties{text-align:left}}.hgm-content-feed-list__provider .details .specialties span{background-color:var(--colors-gray-5);border:none;border-radius:4px;color:var(--colors-base-text);font-weight:700;padding:2px 5px}.hgm-content-feed-list__provider .details .specialties span.primary{border:none}.hgm-content-feed-list__provider .actions,.hgm-content-feed-list__provider .provider__ratings{display:none}.hgm-content-feed-list__provider .provider__affiliation-region{display:flex;justify-content:center;padding:0 0 12px}.hgm-content-feed-list__provider .provider__affiliation-region p{color:var(--colors-base-text);font-size:13px;font-weight:700;line-height:1.5;text-align:center}.hgm-content-feed-list__provider .provider__affiliation-region img{border-radius:0;max-height:none;max-width:100px}.hgm-content-feed-list__provider.slim{flex-direction:column!important}.hgm-content-feed-list__provider.slim .details{max-width:100%!important}@media(max-width:767px){.hgm-content-feed-list__provider.slim .details .specialties,.hgm-content-feed-list__provider.slim .details h6{text-align:center}}@media(max-width:575px){.hgm-content-feed-list__provider.slim .details .specialties,.hgm-content-feed-list__provider.slim .details h6{text-align:left}}.hgm-content-feed-list__location .details .hgm-badge.distance{margin-bottom:10px;padding-bottom:.35em}.hgm-content-feed-list__health-library .three-lines,.hgm-content-feed-list__news .three-lines,.hgm-content-feed-list__service .three-lines{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.hgm-content-feed-list__event,.hgm-content-feed-list__health-library,.hgm-content-feed-list__location,.hgm-content-feed-list__news,.hgm-content-feed-list__service{align-items:center;display:flex;flex-direction:row;font-size:14px}.hgm-content-feed-list__event .img,.hgm-content-feed-list__health-library .img,.hgm-content-feed-list__location .img,.hgm-content-feed-list__news .img,.hgm-content-feed-list__service .img{flex:0 0 35%;margin-right:5%;max-width:35%}@media(max-width:1199px){.hgm-content-feed-list__event .img,.hgm-content-feed-list__health-library .img,.hgm-content-feed-list__location .img,.hgm-content-feed-list__news .img,.hgm-content-feed-list__service .img{align-self:center;max-width:80%}}@media(max-width:575px){.hgm-content-feed-list__event .img,.hgm-content-feed-list__health-library .img,.hgm-content-feed-list__location .img,.hgm-content-feed-list__news .img,.hgm-content-feed-list__service .img{max-width:32%}}.hgm-content-feed-list__event .img img,.hgm-content-feed-list__health-library .img img,.hgm-content-feed-list__location .img img,.hgm-content-feed-list__news .img img,.hgm-content-feed-list__service .img img{aspect-ratio:1/1;border-radius:3px;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.hgm-content-feed-list__event .location__types,.hgm-content-feed-list__event .news__category,.hgm-content-feed-list__health-library .location__types,.hgm-content-feed-list__health-library .news__category,.hgm-content-feed-list__location .location__types,.hgm-content-feed-list__location .news__category,.hgm-content-feed-list__news .location__types,.hgm-content-feed-list__news .news__category,.hgm-content-feed-list__service .location__types,.hgm-content-feed-list__service .news__category{margin-bottom:8px}.hgm-content-feed-list__event .details,.hgm-content-feed-list__health-library .details,.hgm-content-feed-list__location .details,.hgm-content-feed-list__news .details,.hgm-content-feed-list__service .details{flex:1 1 auto;max-width:100%}.hgm-content-feed-list__event .details a,.hgm-content-feed-list__health-library .details a,.hgm-content-feed-list__location .details a,.hgm-content-feed-list__news .details a,.hgm-content-feed-list__service .details a{text-decoration:none!important}.hgm-content-feed-list__event .details h6,.hgm-content-feed-list__health-library .details h6,.hgm-content-feed-list__location .details h6,.hgm-content-feed-list__news .details h6,.hgm-content-feed-list__service .details h6{color:var(--colors-secondary-50)}@media(max-width:575px){.hgm-content-feed-list__event .details h6,.hgm-content-feed-list__health-library .details h6,.hgm-content-feed-list__location .details h6,.hgm-content-feed-list__news .details h6,.hgm-content-feed-list__service .details h6{font-size:92%;line-height:1.5}}.hgm-content-feed-list__event .details p,.hgm-content-feed-list__health-library .details p,.hgm-content-feed-list__location .details p,.hgm-content-feed-list__news .details p,.hgm-content-feed-list__service .details p{line-height:1.4em}@media(max-width:575px){.hgm-content-feed-list__event.default,.hgm-content-feed-list__health-library.default,.hgm-content-feed-list__location.default,.hgm-content-feed-list__news.default,.hgm-content-feed-list__service.default{flex-direction:row}.hgm-content-feed-list__event.default .details,.hgm-content-feed-list__health-library.default .details,.hgm-content-feed-list__location.default .details,.hgm-content-feed-list__news.default .details,.hgm-content-feed-list__service.default .details{max-width:56%}.hgm-content-feed-list__event .details{max-width:100%!important}}.hgm-content-feed-list__event .details .subdetails p{margin-bottom:.5em}.hgm-content-feed-list__event .hgm-card__body{padding:0;width:100%}.hgm-content-feed-list__event .hgm-card__body h6{color:var(--colors-secondary-50)}@media(max-width:575px){.hgm-content-feed-list__event .hgm-card__body h6{font-size:92%;line-height:1.5}}.hgm-content-feed-list__event .hgm-card__body .event__category{font-size:14px}.hgm-content-feed-list__event .hgm-card__body .event__category p{align-items:center;color:var(--colors-card-label);display:flex;flex-direction:row;text-transform:uppercase}.hgm-content-feed-list__event .hgm-card__body .event__category p i{font-size:20px;margin-right:.25em;position:relative;top:-2px}.hgm-content-feed-list__health-library .details .hgm-badge{margin-bottom:12px}.hgm-content-feed-list--wide{border:none;border-radius:0}.hgm-content-feed-list--wide .hgm-content-feed-list__heading{border-bottom:none;margin-bottom:24px;padding-bottom:0}.hgm-content-feed-list--wide .hgm-content-feed-list__subheading{border-bottom:none;margin-bottom:16px;margin-top:-12px;padding-bottom:0}.hgm-content-feed-list--wide .hgm-content-feed-list__listing{background-color:var(--colors-white);border:1px solid var(--colors-card-border);padding:16px}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__listing{padding-left:0;padding-right:0}}@media(max-width:575px){.hgm-content-feed-list--wide .hgm-content-feed-list__event.hide-xs{display:none}}.hgm-content-feed-list--wide .hgm-content-feed-list__event.show-xs{display:none}@media(max-width:575px){.hgm-content-feed-list--wide .hgm-content-feed-list__event.show-xs{display:block;padding-left:0;padding-right:0}}.hgm-content-feed-list--wide .hgm-content-feed-list__event.show-xs .hgm-card.feed{border:none;box-shadow:none;margin-bottom:-16px;margin-top:-16px}.hgm-content-feed-list--wide .hgm-content-feed-list__event .hgm-card__body h6{font-size:var(--fonts-h6-size-min);line-height:var(--fonts-h6-line-height-min)}@media(min-width:375px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .hgm-card__body h6{font-size:max(var(--fonts-h6-size-min),min(var(--fonts-h6-size),4.70588vw))}}@media(min-width:1300px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .hgm-card__body h6{font-size:var(--fonts-h6-size)}}@media(min-width:375px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .hgm-card__body h6{line-height:max(var(--fonts-h6-line-height-min),min(var(--fonts-h6-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .hgm-card__body h6{line-height:var(--fonts-h6-line-height)}}.hgm-content-feed-list--wide .hgm-content-feed-list__event .hgm-card__body p.small{font-size:100%}@media(max-width:1199px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider{flex-direction:row}}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider{flex-wrap:wrap;padding-left:16px;padding-right:16px}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .img{align-self:flex-start;display:flex;margin-bottom:0;margin-right:2%;max-width:12%}@media(max-width:1199px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .img{max-width:15%}}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .img{max-width:20%}}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .img{max-width:24%}}@media(max-width:575px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .img{min-width:120px}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .img img{height:190px}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .img img{height:180px}}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .img img{margin-right:3%}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details{display:flex;flex-direction:column;justify-content:center;max-width:86%}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details{max-width:78%}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details h6{font-size:var(--fonts-h6-size-min);line-height:var(--fonts-h6-line-height-min)}@media(min-width:375px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details h6{font-size:max(var(--fonts-h6-size-min),min(var(--fonts-h6-size),4.70588vw))}}@media(min-width:1300px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details h6{font-size:var(--fonts-h6-size)}}@media(min-width:375px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details h6{line-height:max(var(--fonts-h6-line-height-min),min(var(--fonts-h6-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details h6{line-height:var(--fonts-h6-line-height)}}@media(max-width:1199px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details h6{text-align:left}}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details h6{white-space:pre-line}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:start;margin-bottom:4px}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails{align-items:center;flex-direction:column}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__affiliation-region{display:flex;justify-content:center;padding:0 0 0 16px}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__affiliation-region p{color:var(--colors-base-text);font-size:13px;font-weight:700;line-height:1.5}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__affiliation-region img{border-radius:0;max-height:none;max-width:100px}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .specialties{font-size:12px;margin-bottom:0;margin-right:4px;white-space:normal;width:auto}@media(max-width:1199px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .specialties{text-align:left}}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .specialties{width:100%}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings{display:block}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating{display:flex;gap:8px}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars{align-items:center;display:flex}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars .star{display:inline-block;line-height:1;margin-left:2px;margin-right:2px;position:relative}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars .star:before{color:var(--colors-providers-review-stars);font-size:100%;margin-bottom:0}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating .stars .star:before{font-size:87.5%}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating p{font-size:14px;margin-bottom:0}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating p{font-size:12px}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating p span{font-weight:700}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .subdetails .provider__ratings .overall-rating p a{text-decoration:none}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .distance{margin-bottom:0;position:absolute;right:16px;top:16px}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .distance{margin-bottom:5px;position:relative;right:auto;top:auto;width:-moz-fit-content;width:fit-content}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .specialties{margin-bottom:16px;white-space:normal;width:auto}@media(max-width:1199px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .specialties{text-align:left}}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .specialties{white-space:pre-line}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .specialties span{background-color:var(--colors-gray-5);border:none;border-radius:4px;color:var(--colors-base-text);font-weight:700;padding:2px 5px}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .specialties span.primary{border:none}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details i{font-size:1em}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .badge,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .virtual{display:inline}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .badge,.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .virtual{display:flex;text-align:left}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .badge+.virtual{margin-left:16px}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .badge+.virtual{margin-left:0}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .actions{border-top:1px solid var(--colors-gray-20);display:flex;flex-direction:row;gap:16px;justify-content:space-between;margin-top:4px;padding-top:8px;width:100%}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .actions div{display:flex;flex-direction:row;justify-content:space-between;width:100%}}@media(max-width:575px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .actions div{align-items:center;display:flex;flex-direction:column}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .actions .simple-action{font-size:14px;padding-right:8px;text-decoration:none}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .actions .simple-action i{color:var(--colors-gray-85);margin-right:4px}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .actions .simple-action:hover{text-decoration:none}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .details .cta{display:none}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider .cta.mobile{display:none}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider .cta.mobile{display:block;margin:8px 0 0;width:100%}}.hgm-content-feed-list--wide .hgm-content-feed-list__provider.slim{padding-bottom:16px}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider.slim .details{margin-left:16px}}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider.slim .details .cta{display:none}.hgm-content-feed-list--wide .hgm-content-feed-list__provider.slim .cta.mobile{display:flex;margin-top:16px;width:-moz-max-content;width:max-content}}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider.slim .cta.mobile{margin-bottom:0}}@media(max-width:575px){.hgm-content-feed-list--wide .hgm-content-feed-list__provider.slim .cta.mobile{justify-content:center;width:auto}}.hgm-content-feed-list--wide .hgm-content-feed-list__news,.hgm-content-feed-list--wide .hgm-content-feed-list__service{flex-direction:row}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__news,.hgm-content-feed-list--wide .hgm-content-feed-list__service{flex-direction:column}}.hgm-content-feed-list--wide .hgm-content-feed-list__news .img,.hgm-content-feed-list--wide .hgm-content-feed-list__service .img{flex:1 1 16%;margin-right:2%;max-width:16%}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__news .img,.hgm-content-feed-list--wide .hgm-content-feed-list__service .img{flex:1 1 32%;max-width:32%}}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__news .img,.hgm-content-feed-list--wide .hgm-content-feed-list__service .img{flex:1 1 100%;margin-right:0;max-width:100%;width:100%}.hgm-content-feed-list--wide .hgm-content-feed-list__news .img img,.hgm-content-feed-list--wide .hgm-content-feed-list__service .img img{height:auto;max-height:275px}}.hgm-content-feed-list--wide .hgm-content-feed-list__news .details h6,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details h6{font-size:var(--fonts-h6-size-min);line-height:var(--fonts-h6-line-height-min)}@media(min-width:375px){.hgm-content-feed-list--wide .hgm-content-feed-list__news .details h6,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details h6{font-size:max(var(--fonts-h6-size-min),min(var(--fonts-h6-size),4.70588vw))}}@media(min-width:1300px){.hgm-content-feed-list--wide .hgm-content-feed-list__news .details h6,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details h6{font-size:var(--fonts-h6-size)}}@media(min-width:375px){.hgm-content-feed-list--wide .hgm-content-feed-list__news .details h6,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details h6{line-height:max(var(--fonts-h6-line-height-min),min(var(--fonts-h6-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-content-feed-list--wide .hgm-content-feed-list__news .details h6,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details h6{line-height:var(--fonts-h6-line-height)}}.hgm-content-feed-list--wide .hgm-content-feed-list__news.default .details,.hgm-content-feed-list--wide .hgm-content-feed-list__service.default .details{flex:1 1 82%;max-width:82%}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__news.default .details,.hgm-content-feed-list--wide .hgm-content-feed-list__service.default .details{flex:1 1 66%;max-width:66%}}@media(max-width:991px)and (max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__news.default .details,.hgm-content-feed-list--wide .hgm-content-feed-list__service.default .details{flex:1 1 100%;max-width:100%;width:100%}}.hgm-content-feed-list--wide .hgm-content-feed-list__news.img-right .img,.hgm-content-feed-list--wide .hgm-content-feed-list__service.img-right .img{margin-left:2%;margin-right:0;order:2}.hgm-content-feed-list--wide .hgm-content-feed-list__health-library,.hgm-content-feed-list--wide .hgm-content-feed-list__news,.hgm-content-feed-list--wide .hgm-content-feed-list__service{align-items:center}.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .details,.hgm-content-feed-list--wide .hgm-content-feed-list__news .details,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details{padding-bottom:12px}.hgm-content-feed-list--wide .hgm-content-feed-list__link .hgm-button,.hgm-content-feed-list--wide .hgm-content-feed-list__link .hgm-health-library-article .hgm-body-region input[type=button],.hgm-health-library-article .hgm-body-region .hgm-content-feed-list--wide .hgm-content-feed-list__link input[type=button]{width:auto}.hgm-content-feed-list--wide .hgm-content-feed-list__link .hgm-button i,.hgm-content-feed-list--wide .hgm-content-feed-list__link .hgm-health-library-article .hgm-body-region input[type=button] i,.hgm-health-library-article .hgm-body-region .hgm-content-feed-list--wide .hgm-content-feed-list__link input[type=button] i{bottom:auto;left:auto;padding-right:0;position:relative;right:0;top:auto;transform:none}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__event,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library,.hgm-content-feed-list--wide .hgm-content-feed-list__location,.hgm-content-feed-list--wide .hgm-content-feed-list__news,.hgm-content-feed-list--wide .hgm-content-feed-list__service{flex-direction:row;flex-wrap:wrap;padding-left:16px;padding-right:16px}}.hgm-content-feed-list--wide .hgm-content-feed-list__event .img,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .img,.hgm-content-feed-list--wide .hgm-content-feed-list__location .img,.hgm-content-feed-list--wide .hgm-content-feed-list__news .img,.hgm-content-feed-list--wide .hgm-content-feed-list__service .img{display:flex;flex:0 0 16%;height:130px;margin-right:2%;max-width:16%}@media(max-width:1199px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .img,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .img,.hgm-content-feed-list--wide .hgm-content-feed-list__location .img,.hgm-content-feed-list--wide .hgm-content-feed-list__news .img,.hgm-content-feed-list--wide .hgm-content-feed-list__service .img{flex:0 0 22%;margin-right:2%;max-width:22%}}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .img,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .img,.hgm-content-feed-list--wide .hgm-content-feed-list__location .img,.hgm-content-feed-list--wide .hgm-content-feed-list__news .img,.hgm-content-feed-list--wide .hgm-content-feed-list__service .img{flex:0 0 38%;height:150px;margin-right:2%;max-width:38%}}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .img,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .img,.hgm-content-feed-list--wide .hgm-content-feed-list__location .img,.hgm-content-feed-list--wide .hgm-content-feed-list__news .img,.hgm-content-feed-list--wide .hgm-content-feed-list__service .img{flex:1 1 38%;margin-right:2%;max-width:38%}}@media(max-width:575px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .img,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .img,.hgm-content-feed-list--wide .hgm-content-feed-list__location .img,.hgm-content-feed-list--wide .hgm-content-feed-list__news .img,.hgm-content-feed-list--wide .hgm-content-feed-list__service .img{margin-right:3%}}.hgm-content-feed-list--wide .hgm-content-feed-list__event .img img,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .img img,.hgm-content-feed-list--wide .hgm-content-feed-list__location .img img,.hgm-content-feed-list--wide .hgm-content-feed-list__news .img img,.hgm-content-feed-list--wide .hgm-content-feed-list__service .img img{aspect-ratio:auto}.hgm-content-feed-list--wide .hgm-content-feed-list__event .details,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .details,.hgm-content-feed-list--wide .hgm-content-feed-list__location .details,.hgm-content-feed-list--wide .hgm-content-feed-list__news .details,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details{display:flex;flex-direction:column;justify-content:center;padding-bottom:0}.hgm-content-feed-list--wide .hgm-content-feed-list__event .details .hide-wide,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .details .hide-wide,.hgm-content-feed-list--wide .hgm-content-feed-list__location .details .hide-wide,.hgm-content-feed-list--wide .hgm-content-feed-list__news .details .hide-wide,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details .hide-wide{display:none}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .details,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .details,.hgm-content-feed-list--wide .hgm-content-feed-list__location .details,.hgm-content-feed-list--wide .hgm-content-feed-list__news .details,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details{flex:1 1 60%!important;max-width:60%!important;width:60%!important}}@media(max-width:575px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .details,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .details,.hgm-content-feed-list--wide .hgm-content-feed-list__location .details,.hgm-content-feed-list--wide .hgm-content-feed-list__news .details,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details{flex:1 1 58%!important;max-width:58%!important;width:58%!important}}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .details .cta,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .details .cta,.hgm-content-feed-list--wide .hgm-content-feed-list__location .details .cta,.hgm-content-feed-list--wide .hgm-content-feed-list__news .details .cta,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details .cta{display:none}}.hgm-content-feed-list--wide .hgm-content-feed-list__event .details .distance,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .details .distance,.hgm-content-feed-list--wide .hgm-content-feed-list__location .details .distance,.hgm-content-feed-list--wide .hgm-content-feed-list__news .details .distance,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details .distance{margin-bottom:0;position:absolute;right:16px;top:16px}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .details .distance,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .details .distance,.hgm-content-feed-list--wide .hgm-content-feed-list__location .details .distance,.hgm-content-feed-list--wide .hgm-content-feed-list__news .details .distance,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details .distance{margin-bottom:5px;position:relative;right:auto;top:auto}}.hgm-content-feed-list--wide .hgm-content-feed-list__event .details .subdetails p,.hgm-content-feed-list--wide .hgm-content-feed-list__event .details p,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .details .subdetails p,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .details p,.hgm-content-feed-list--wide .hgm-content-feed-list__location .details .subdetails p,.hgm-content-feed-list--wide .hgm-content-feed-list__location .details p,.hgm-content-feed-list--wide .hgm-content-feed-list__news .details .subdetails p,.hgm-content-feed-list--wide .hgm-content-feed-list__news .details p,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details .subdetails p,.hgm-content-feed-list--wide .hgm-content-feed-list__service .details p{margin-bottom:8px}.hgm-content-feed-list--wide .hgm-content-feed-list__event .cta.mobile,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .cta.mobile,.hgm-content-feed-list--wide .hgm-content-feed-list__location .cta.mobile,.hgm-content-feed-list--wide .hgm-content-feed-list__news .cta.mobile,.hgm-content-feed-list--wide .hgm-content-feed-list__service .cta.mobile{display:none}@media(max-width:767px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .cta.mobile,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .cta.mobile,.hgm-content-feed-list--wide .hgm-content-feed-list__location .cta.mobile,.hgm-content-feed-list--wide .hgm-content-feed-list__news .cta.mobile,.hgm-content-feed-list--wide .hgm-content-feed-list__service .cta.mobile{display:block;margin:8px 0 0;width:100%}}.hgm-content-feed-list--wide .hgm-content-feed-list__event .location__types,.hgm-content-feed-list--wide .hgm-content-feed-list__event .news__category,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .location__types,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .news__category,.hgm-content-feed-list--wide .hgm-content-feed-list__location .location__types,.hgm-content-feed-list--wide .hgm-content-feed-list__location .news__category,.hgm-content-feed-list--wide .hgm-content-feed-list__news .location__types,.hgm-content-feed-list--wide .hgm-content-feed-list__news .news__category,.hgm-content-feed-list--wide .hgm-content-feed-list__service .location__types,.hgm-content-feed-list--wide .hgm-content-feed-list__service .news__category{margin-bottom:8px}.hgm-content-feed-list--wide .hgm-content-feed-list__event .open-status,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .open-status,.hgm-content-feed-list--wide .hgm-content-feed-list__location .open-status,.hgm-content-feed-list--wide .hgm-content-feed-list__news .open-status,.hgm-content-feed-list--wide .hgm-content-feed-list__service .open-status{background-color:var(--colors-white);color:var(--colors-success-50);font-weight:700;left:2em;margin-left:auto;order:2;position:absolute;text-align:left;text-transform:uppercase;top:2em;width:auto}@media(max-width:991px){.hgm-content-feed-list--wide .hgm-content-feed-list__event .open-status,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .open-status,.hgm-content-feed-list--wide .hgm-content-feed-list__location .open-status,.hgm-content-feed-list--wide .hgm-content-feed-list__news .open-status,.hgm-content-feed-list--wide .hgm-content-feed-list__service .open-status{left:auto;position:relative;top:0}}.hgm-content-feed-list--wide .hgm-content-feed-list__event .open-status i,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .open-status i,.hgm-content-feed-list--wide .hgm-content-feed-list__location .open-status i,.hgm-content-feed-list--wide .hgm-content-feed-list__news .open-status i,.hgm-content-feed-list--wide .hgm-content-feed-list__service .open-status i{color:var(--colors-gray-85)}.hgm-content-feed-list--wide .hgm-content-feed-list__event .event__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__event .location__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .event__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .location__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__location .event__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__location .location__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__news .event__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__news .location__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__service .event__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__service .location__footer{align-items:center;border-top:1px solid var(--colors-gray-20);display:flex;justify-content:space-between;margin-top:4px;min-height:30px;padding-top:8px}.hgm-content-feed-list--wide .hgm-content-feed-list__event .event__footer .simple-action,.hgm-content-feed-list--wide .hgm-content-feed-list__event .location__footer .simple-action,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .event__footer .simple-action,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .location__footer .simple-action,.hgm-content-feed-list--wide .hgm-content-feed-list__location .event__footer .simple-action,.hgm-content-feed-list--wide .hgm-content-feed-list__location .location__footer .simple-action,.hgm-content-feed-list--wide .hgm-content-feed-list__news .event__footer .simple-action,.hgm-content-feed-list--wide .hgm-content-feed-list__news .location__footer .simple-action,.hgm-content-feed-list--wide .hgm-content-feed-list__service .event__footer .simple-action,.hgm-content-feed-list--wide .hgm-content-feed-list__service .location__footer .simple-action{padding-right:8px}.hgm-content-feed-list--wide .hgm-content-feed-list__event .event__footer .simple-action i,.hgm-content-feed-list--wide .hgm-content-feed-list__event .location__footer .simple-action i,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .event__footer .simple-action i,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .location__footer .simple-action i,.hgm-content-feed-list--wide .hgm-content-feed-list__location .event__footer .simple-action i,.hgm-content-feed-list--wide .hgm-content-feed-list__location .location__footer .simple-action i,.hgm-content-feed-list--wide .hgm-content-feed-list__news .event__footer .simple-action i,.hgm-content-feed-list--wide .hgm-content-feed-list__news .location__footer .simple-action i,.hgm-content-feed-list--wide .hgm-content-feed-list__service .event__footer .simple-action i,.hgm-content-feed-list--wide .hgm-content-feed-list__service .location__footer .simple-action i{color:var(--colors-gray-85);margin-right:4px}.hgm-content-feed-list--wide .hgm-content-feed-list__event .location__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .location__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__location .location__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__news .location__footer,.hgm-content-feed-list--wide .hgm-content-feed-list__service .location__footer{display:flex;flex-direction:row;gap:16px;width:100%}.hgm-content-feed-list--wide .hgm-content-feed-list__event .remaining-capacity,.hgm-content-feed-list--wide .hgm-content-feed-list__health-library .remaining-capacity,.hgm-content-feed-list--wide .hgm-content-feed-list__location .remaining-capacity,.hgm-content-feed-list--wide .hgm-content-feed-list__news .remaining-capacity,.hgm-content-feed-list--wide .hgm-content-feed-list__service .remaining-capacity{background-color:var(--colors-white);border:1px solid var(--colors-gray-20);color:var(--colors-success-50);margin-right:auto;order:2;position:absolute;right:2em;text-align:right;top:2em;width:auto}body.content-type-hg_local_search_page .hgm-form.local-search-node{margin:54px 0}body.content-type-hg_local_search_page .hgm-form.local-search-node .search-wrapper{align-items:flex-end;flex-direction:row;flex-wrap:wrap}body.content-type-hg_local_search_page .hgm-form.local-search-node .search-wrapper .hgm-autocomplete-container .hgm-autocomplete-container__clear-icon{bottom:-26px;top:0;transform:translateY(0)}@media(max-width:767px){body.content-type-hg_local_search_page .hgm-form.local-search-node .search-wrapper div[class*=col]{margin-bottom:16px}}body.content-type-hg_local_search_page .hgm-form.local-search-node .search-wrapper div[class*=col]:first-of-type .hgm-autocomplete-container .hgm-autocomplete-results{z-index:1011}body.content-type-hg_local_search_page .hgm-form.local-search-node .search-wrapper div[class*=col]:last-of-type{margin-bottom:0}@media(max-width:767px){body.content-type-hg_local_search_page .hgm-form.local-search-node .search-wrapper div[class*=col]:last-of-type{display:flex;justify-content:center}}body.content-type-hg_local_search_page .hgm-form.local-search-node .search-wrapper label{color:var(--marquee-text-color,var(--colors-white))}.hgm-health-library-article .hgm-body-region body.content-type-hg_local_search_page .hgm-form.local-search-node .search-wrapper input[type=button],body.content-type-hg_local_search_page .hgm-form.local-search-node .search-wrapper .hgm-button,body.content-type-hg_local_search_page .hgm-form.local-search-node .search-wrapper .hgm-health-library-article .hgm-body-region input[type=button]{padding:10px 14px 10px 4px}body.content-type-hg_local_search_page .hgm-form.local-search-node .error-detail{text-align:center}body.content-type-hg_local_search_page .hgm-form.local-search-node .error-detail p{color:var(--marquee-text-color,var(--colors-white));margin-top:16px}body.content-type-hg_local_search_page .hgm-content-feed__banner.show{display:flex}#block-browsedoctorsbycity>h2{display:none}#block-browsedoctorsbycity section{padding:40px 0}#block-browsedoctorsbycity .container .row>div,#block-browsedoctorsbycity body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset .row>div,#block-browsedoctorsbycity body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset .row>div,body.page__user_reset_ #block-hg-mercury-dxe-content #block-browsedoctorsbycity form#user-pass-reset .row>div,body.page__user_reset_ #block-hg-webdv-child-content #block-browsedoctorsbycity form#user-pass-reset .row>div{align-items:center;display:flex;flex-direction:column}#block-browsedoctorsbycity .container .hgm-button:after,#block-browsedoctorsbycity .container .hgm-health-library-article .hgm-body-region input[type=button]:after,#block-browsedoctorsbycity body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset .hgm-button:after,#block-browsedoctorsbycity body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset .hgm-health-library-article .hgm-body-region input[type=button]:after,#block-browsedoctorsbycity body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset .hgm-button:after,#block-browsedoctorsbycity body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset .hgm-health-library-article .hgm-body-region input[type=button]:after,.hgm-health-library-article .hgm-body-region #block-browsedoctorsbycity .container input[type=button]:after,.hgm-health-library-article .hgm-body-region #block-browsedoctorsbycity body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset input[type=button]:after,.hgm-health-library-article .hgm-body-region #block-browsedoctorsbycity body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset input[type=button]:after,body.page__user_reset_ #block-hg-mercury-dxe-content #block-browsedoctorsbycity form#user-pass-reset .hgm-button:after,body.page__user_reset_ #block-hg-mercury-dxe-content #block-browsedoctorsbycity form#user-pass-reset .hgm-health-library-article .hgm-body-region input[type=button]:after,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-health-library-article .hgm-body-region #block-browsedoctorsbycity form#user-pass-reset input[type=button]:after,body.page__user_reset_ #block-hg-webdv-child-content #block-browsedoctorsbycity form#user-pass-reset .hgm-button:after,body.page__user_reset_ #block-hg-webdv-child-content #block-browsedoctorsbycity form#user-pass-reset .hgm-health-library-article .hgm-body-region input[type=button]:after,body.page__user_reset_ #block-hg-webdv-child-content .hgm-health-library-article .hgm-body-region #block-browsedoctorsbycity form#user-pass-reset input[type=button]:after{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:400;padding-left:.66666em;padding-right:.25em;text-rendering:auto}.hgm-site-search{margin-top:24px}.hgm-site-search .hgm-tabs{align-items:center}.hgm-site-search .hgm-tabs h5{margin-bottom:0;margin-left:16px;margin-right:16px}@media(max-width:991px){.hgm-site-search .hgm-tabs h5{display:block;margin-bottom:16px;margin-left:0;margin-right:0;width:100%}}.hgm-site-search .hgm-tabs__label{font-weight:400}.hgm-site-search .hgm-tabs__content{padding:48px 14px 24px}@media(max-width:991px){.hgm-site-search .hgm-tabs__content{padding:24px 0}}@media(max-width:767px){.hgm-site-search .hgm-tabs__content{border-bottom:none!important;border-left:none!important;border-right:none!important;padding:24px 14px}}.hgm-site-search .site-search-all,.hgm-site-search .site-search-locations,.hgm-site-search .site-search-providers{margin-bottom:64px}.hgm-site-search__quick-links h5{margin-bottom:16px;margin-left:0!important;margin-right:0!important}.hgm-site-search__quick-links .hgm-list-group.multi{justify-content:space-between}.hgm-site-search__quick-links .hgm-list-group.multi .hgm-list-group__item{border-bottom:1px solid var(--colors-lists-divider);margin-right:0;width:45%}@media(max-width:1199px){.hgm-site-search__quick-links .hgm-list-group.multi .hgm-list-group__item{width:40%}}@media(max-width:991px){.hgm-site-search__quick-links .hgm-list-group.multi .hgm-list-group__item{width:100%}}.hgm-site-search__quick-links .hgm-list-group.multi .hgm-list-group__item:before{display:none}.hgm-site-search__locations{align-items:flex-end;display:flex;justify-content:flex-start}@media(max-width:991px){.hgm-site-search__locations{flex-wrap:wrap}}.hgm-site-search__locations div[class^=col]{padding-right:26px}.hgm-site-search__locations div[class^=col]:last-child{padding-right:0}@media(max-width:991px){.hgm-site-search__locations div[class^=col]{flex:1 1 100%;margin-bottom:16px;padding-right:0}}.hgm-health-library-article .hgm-body-region .hgm-site-search__locations input[type=button] i.left,.hgm-site-search__locations .hgm-button i.left,.hgm-site-search__locations .hgm-health-library-article .hgm-body-region input[type=button] i.left{right:0}.hgm-site-search__locations:first-of-type div[class^=col]{margin-bottom:16px}.hgm-site-search__locations:first-of-type div[class^=col]>div{width:calc(100% - 6px)}@media(max-width:991px){.hgm-site-search__locations:first-of-type div[class^=col]>div{width:100%}}.hgm-search-results__autocomplete{margin-top:48px}@media(max-width:767px){.hgm-search-results__autocomplete{margin-top:32px}}.hgm-search-results__total-count{margin-bottom:50px;margin-top:30px}.hgm-search-results__total-count-row{border-bottom:1px solid var(--colors-lists-divider);width:100%}.hgm-search-results__total-count-row h6{display:inline-block;margin-bottom:0;margin-left:8px;margin-right:40px;padding:8px 0}.hgm-search-results__filter-group{margin-bottom:50px;margin-top:30px}.hgm-search-results__filter-group-row{border-bottom:1px solid var(--colors-lists-divider);width:100%}.hgm-search-results__filter-group-row h6{display:inline-block;margin-bottom:0;margin-left:8px;margin-right:40px;padding:8px 0}@media(max-width:767px){.hgm-search-results__filter-group-row h6{display:none}}.hgm-search-results__filter-group-row button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-bottom:3px solid transparent;border-radius:0;color:var(--colors-accordion-and-tabs-background-open);cursor:pointer;line-height:normal;padding:8px 16px;text-align:center;transition:all .4s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.hgm-search-results__filter-group-row button:hover{color:var(--colors-accordion-and-tabs-text-hover)}.hgm-search-results__filter-group-row button.active{border-bottom-color:var(--colors-accordion-and-tabs-text);color:var(--colors-accordion-and-tabs-text);cursor:default}.hgm-search-results__filter-group-row button:disabled{color:var(--colors-gray-40);cursor:default}.hgm-search-results__filter-group-row button .hgm-badge{font-weight:400;margin-left:4px;padding:.3em .45em}.hgm-search-results__results-list ul{list-style:none;margin:0;padding:0}.hgm-search-results__results-list ul li{margin-bottom:32px}@media(max-width:767px){.hgm-search-results__results-list ul li a{text-decoration-color:transparent!important}}.hgm-search-results__results-list ul li a>h5{color:var(--colors-links-and-buttons-text-link);transition:color .4s}.hgm-search-results__results-list ul li a>h5:hover{color:var(--colors-links-and-buttons-text-link-hover);transition:color .4s}.hgm-search-results__results-list ul li h5{align-items:center;display:inline-flex;margin-bottom:0}@media(max-width:767px){.hgm-search-results__results-list ul li h5{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap}}.hgm-search-results__results-list ul li h5 .hgm-badge{font-size:13px;margin-left:8px}@media(max-width:767px){.hgm-search-results__results-list ul li h5 .hgm-badge{margin-left:0;margin-top:4px}}.hgm-search-results__results-list ul li h6{color:var(--colors-gray-60);font-weight:400;margin-top:1rem}.hgm-search-results__results-list ul li p{margin-bottom:0;margin-top:8px}.hgm-search-results__results-list ul li p.start-time{font-size:var(--fonts-h6-size-min);line-height:var(--fonts-h6-line-height-min)}@media(min-width:375px){.hgm-search-results__results-list ul li p.start-time{font-size:max(var(--fonts-h6-size-min),min(var(--fonts-h6-size),4.70588vw))}}@media(min-width:1300px){.hgm-search-results__results-list ul li p.start-time{font-size:var(--fonts-h6-size)}}@media(min-width:375px){.hgm-search-results__results-list ul li p.start-time{line-height:max(var(--fonts-h6-line-height-min),min(var(--fonts-h6-line-height),4.70588vw))}}@media(min-width:1300px){.hgm-search-results__results-list ul li p.start-time{line-height:var(--fonts-h6-line-height)}}.set-link-color .hgm-search-results__results-list ul li a>h5{color:var(--search-results--link-color,var(--colors-links-and-buttons-text-link));opacity:1;transition:color .4s,opacity .4s}.set-link-color .hgm-search-results__results-list ul li a>h5:hover{color:var(--search-results--link-color,var(--colors-links-and-buttons-text-link));opacity:.75;transition:color .4s,opacity .4s}.hgm-search-results .hgm-pagination{margin-bottom:55px}@media(max-width:767px){.hgm-search-results .hgm-pagination{margin-bottom:48px}.hgm-search-results .hgm-pagination__item{margin-left:0;margin-right:0}.hgm-search-results .hgm-pagination__item:first-of-type:not(:disabled){margin-right:4px}.hgm-search-results .hgm-pagination__item:last-of-type:not(:disabled){margin-left:4px}.hgm-search-results .hgm-pagination__item>a{margin-left:0;margin-right:0}}.hgm-search-bar h3{margin-bottom:18px}.hgm-search-bar__overlay{background:rgba(var(--colors-page-overlay),.75);height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.hgm-search-bar .fade-overlay-enter-active,.hgm-search-bar .fade-overlay-leave-active{transition:opacity .6s ease}.hgm-search-bar .fade-overlay-enter,.hgm-search-bar .fade-overlay-leave-to{opacity:0}.hgm-search-bar .hgm-autocomplete-container-wrapper{position:relative;z-index:1000}.hgm-search-bar.js-lpb-component .hgm-autocomplete-container-wrapper{z-index:1}@media(max-width:767px){.hgm-featured-region__grouped-row div.col{flex:1 0 100%}}body.page__services .hgm-featured-services .container,body.page__services .hgm-featured-services body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,body.page__services .hgm-featured-services body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content body.page__services .hgm-featured-services form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content body.page__services .hgm-featured-services form#user-pass-reset{border-bottom:1px solid var(--colors-gray-10)}.hgm-featured-services .container,.hgm-featured-services body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-featured-services body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-featured-services form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-featured-services form#user-pass-reset{padding-bottom:64px;padding-top:64px}.hgm-featured-services .card-col{margin-bottom:24px}@media(max-width:767px){.hgm-featured-services .card-col:last-child{margin-bottom:0}}.hgm-featured-services .hgm-card img{height:200px;-o-object-fit:cover;object-fit:cover;width:100%}.hgm-marquee-featured-image .container,.hgm-marquee-featured-image body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-marquee-featured-image body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-featured-image form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-featured-image form#user-pass-reset{padding-bottom:32px}.hgm-marquee-featured-image span[itemprop=name]{color:unset;font-style:normal}.hgm-posts-search .container,.hgm-posts-search body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-posts-search body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-posts-search form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-posts-search form#user-pass-reset{margin-bottom:64px;margin-top:48px}@media(max-width:767px){.hgm-posts-search .container,.hgm-posts-search body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-posts-search body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-posts-search form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-posts-search form#user-pass-reset{margin-bottom:32px;margin-top:32px}}@media(min-width:768px){.hgm-posts-search__drawer{display:none}}.hgm-posts-search__close{align-items:center;color:var(--colors-modals-close-link);cursor:pointer;display:flex;font-size:14px;font-weight:700;justify-content:flex-end;margin-top:10px;text-decoration:none}.hgm-posts-search__close i{font-size:18px;margin-left:6px}.hgm-posts-search__mobile-filter-container{background-color:var(--colors-card-background);border:1px solid var(--colors-card-border);border-radius:4px;box-shadow:0 2px 3px rgba(0,0,0,.15);box-sizing:border-box;padding:1.75em 1.5em}@media(max-width:767px){.hgm-posts-search__mobile-filter-container{height:100%}.hgm-posts-search__mobile-filter-container form{-webkit-overflow-scrolling:touch;height:auto;max-height:calc(100vh - 150px);overflow-y:scroll}}@media(max-width:575px){.hgm-posts-search__mobile-filter-container form{max-height:calc(100vh - 225px)}}.hgm-posts-search__mobile-filter-container form .filter{border-bottom:1px solid var(--colors-gray-20);padding-bottom:12px;padding-top:12px}.hgm-posts-search__mobile-filter-container form .filter .hgm-multiselect-checkbox__button{background-color:transparent;border:none;padding-left:0;padding-right:0}.hgm-posts-search__mobile-filter-container form .filter .hgm-multiselect-checkbox__button:focus{background-color:transparent!important;border-color:transparent!important}.hgm-posts-search__mobile-filter-container form .filter .hgm-multiselect-checkbox__fieldset{border:none!important;box-shadow:none;position:relative}.hgm-posts-search__mobile-filter-container form .filter .hgm-multiselect-checkbox__search{margin-left:0!important;margin-right:0!important;padding:0!important}.hgm-posts-search__mobile-filter-container form .filter .hgm-multiselect-checkbox__checkboxes{max-height:none;overflow-x:visible}.hgm-posts-search__mobile-filter-container form .filter .hgm-multiselect-checkbox__checkbox{padding-left:0!important;padding-right:0!important}.hgm-posts-search__mobile-filter-cta{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:24px 0}.hgm-health-library-article .hgm-body-region .hgm-posts-search__mobile-filter-cta input[type=button],.hgm-posts-search__mobile-filter-cta .hgm-button,.hgm-posts-search__mobile-filter-cta .hgm-health-library-article .hgm-body-region input[type=button]{margin-bottom:14px;width:100%}.hgm-health-library-article .hgm-body-region .hgm-posts-search__mobile-filter-cta input.no_results[type=button],.hgm-posts-search__mobile-filter-cta .hgm-button.no_results,.hgm-posts-search__mobile-filter-cta .hgm-health-library-article .hgm-body-region input.no_results[type=button]{background-color:var(--colors-gray-5);color:var(--colors-gray-40)}.hgm-posts-search__mobile-filter-cta a{font-size:90%;opacity:0;text-decoration:none;transition:opacity .4s}.hgm-posts-search__mobile-filter-cta a:hover{text-decoration:none}.hgm-posts-search__mobile-filter-cta a.show{opacity:1}.hgm-posts-search__filter-toggle-container{display:none}@media(max-width:767px){.hgm-posts-search__filter-toggle-container{display:block}}.hgm-posts-search__filter-toggle-container .filter-toggle-btn{border-color:var(--colors-forms-field-border);color:var(--colors-forms-text);display:flex;font-size:16px;font-weight:700;height:48px;justify-content:center;width:100%}.hgm-posts-search__results-list{margin-top:24px}.hgm-posts-search__results-list .cards{display:flex;flex-wrap:wrap}.hgm-posts-search__results-list .card-col,.hgm-posts-search__results-list .list-col{margin-bottom:24px}.hgm-posts-search__results-list .hgm-card img{height:200px;-o-object-fit:cover;object-fit:cover;width:100%}.hgm-posts-search__results-list .hgm-card.horizontal .hgm-card__body.image{padding-left:calc(32% + 3em)}.hgm-posts-search__results-list .hgm-card.horizontal .hgm-card__body.no-image{padding-left:1.5em}.hgm-posts-search__results-list .hgm-card.horizontal img{width:32%}.hgm-posts-search__results-list .hgm-card.full-width .hgm-card__body.image{padding-left:calc(20% + 3em)}.hgm-posts-search__results-list .hgm-card.full-width .hgm-card__body.image.no-image{padding-left:1.5em}@media(max-width:991px){.hgm-posts-search__results-list .hgm-card.full-width .hgm-card__body.image{padding-left:1.5em}}.hgm-posts-search__results-list .hgm-card.full-width img{width:20%}@media(max-width:991px){.hgm-posts-search__results-list .hgm-card.full-width img{height:275px!important}}@media(max-width:767px){.hgm-posts-search__results-list .hgm-card.full-width img{height:200px!important}}@media(max-width:991px){.hgm-posts-search__results-list .hgm-card.narrow .hgm-card__body.image{padding-left:1.5em}}.hgm-posts-search__results-list .two-card-layout{max-width:48.5%}@media(max-width:1199px){.hgm-posts-search__results-list .two-card-layout{max-width:48%}}@media(max-width:991px){.hgm-posts-search__results-list .two-card-layout{max-width:none}}.hgm-posts-search__results-list .two-card-layout:nth-of-type(odd){margin-right:12px}@media(max-width:1199px){.hgm-posts-search__results-list .two-card-layout:nth-of-type(odd){margin-right:2%}}@media(max-width:991px){.hgm-posts-search__results-list .two-card-layout:nth-of-type(odd){margin-right:0}}.hgm-posts-search__results-list .two-card-layout:nth-of-type(2n){margin-left:12px}@media(max-width:1199px){.hgm-posts-search__results-list .two-card-layout:nth-of-type(2n){margin-left:2%}}@media(max-width:991px){.hgm-posts-search__results-list .two-card-layout:nth-of-type(2n){margin-left:0}}.hgm-posts-search__results-list .three-card-layout{max-width:32%}@media(max-width:991px){.hgm-posts-search__results-list .three-card-layout{max-width:48%}}@media(max-width:767px){.hgm-posts-search__results-list .three-card-layout{max-width:none}}.hgm-posts-search__results-list .three-card-layout:nth-child(3n+1){margin-right:24px}@media(max-width:1519px){.hgm-posts-search__results-list .three-card-layout:nth-child(3n+1){margin-right:16px}}@media(max-width:991px){.hgm-posts-search__results-list .three-card-layout:nth-child(3n+1){margin-right:0}}.hgm-posts-search__results-list .three-card-layout:nth-child(3n){margin-left:24px}@media(max-width:1519px){.hgm-posts-search__results-list .three-card-layout:nth-child(3n){margin-left:16px}}@media(max-width:991px){.hgm-posts-search__results-list .three-card-layout:nth-child(3n){margin-left:0}.hgm-posts-search__results-list .three-card-layout:nth-of-type(odd){margin-right:2%}}@media(max-width:767px){.hgm-posts-search__results-list .three-card-layout:nth-of-type(odd){margin-right:0}}@media(max-width:991px){.hgm-posts-search__results-list .three-card-layout:nth-of-type(2n){margin-left:2%}}@media(max-width:767px){.hgm-posts-search__results-list .three-card-layout:nth-of-type(2n){margin-left:0}}.hgm-posts-search__main-filters .hgm-autocomplete-container__clear-icon,.hgm-posts-search__main-filters .hgm-autocomplete-container__search-icon{top:40px;transform:none}.hgm-posts-search__main-filters .hgm-multiselect-checkbox__button{min-height:44px}@media(max-width:767px){.hgm-posts-search__main-filters .hgm-multiselect-checkbox{display:none}}.hgm-posts-search__sidebar{padding-right:24px;position:relative}.hgm-posts-search__sidebar:after{background-color:var(--colors-gray-20);content:"";height:100%;position:absolute;right:0;top:0;width:1px}@media(max-width:767px){.hgm-posts-search__sidebar:after{display:none}}.hgm-posts-search__sidebar-filters .hgm-autocomplete-container__clear-icon,.hgm-posts-search__sidebar-filters .hgm-autocomplete-container__search-icon{top:50%;transform:translateY(-50%)}.hgm-posts-search__sidebar-filters .heading{margin-bottom:24px}@media(max-width:767px){.hgm-posts-search__sidebar-filters .heading{display:none}}.hgm-posts-search__sidebar-filters .filter{border-top:1px solid var(--colors-gray-20);padding-top:16px}@media(max-width:767px){.hgm-posts-search__sidebar-filters .filter{display:none}}.hgm-posts-search__sidebar-filters .filter h5{margin-bottom:8px}.hgm-posts-search__active-filters{margin-top:16px}.hgm-posts-search__active-filters ul{list-style:none;margin:0;padding:0}.hgm-posts-search__active-filters ul .count{display:inline;padding-right:.5rem}.hgm-posts-search__active-filters ul .count span{color:var(--colors-base-text);font-weight:700;text-transform:uppercase}.hgm-posts-search__active-filters ul .clear-all,.hgm-posts-search__active-filters ul>div{display:inline}.hgm-posts-search__active-filters ul .clear-all a{text-decoration:none}.hgm-posts-search__active-filters ul .badge{display:inline-block;margin:0;padding:0}.hgm-posts-search__active-filters ul .badge .hgm-badge{background-color:var(--colors-gray-10);border-radius:4px!important;color:var(--colors-base-text);font-size:90%;font-weight:400;margin-bottom:.5rem;margin-right:.5rem;text-decoration:none!important}.hgm-posts-search-result-count .hgm-badge{margin-right:16px;padding:.7em}@media(max-width:767px){.hgm-posts-search-result-count .hgm-badge{display:inline-flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:-moz-max-content;width:max-content}}.hgm-health-library-article .hgm-body-region .hgm-posts-search-result-count input[type=button] i,.hgm-posts-search-result-count .hgm-button i,.hgm-posts-search-result-count .hgm-health-library-article .hgm-body-region input[type=button] i{right:0}.hgm-services-search{margin-bottom:34px;margin-top:34px}.hgm-service-search-result-count{margin-bottom:8px;margin-top:16px}.hgm-service-search-result-count .hgm-badge{margin-right:16px;padding:.7em}@media(max-width:767px){.hgm-service-search-result-count .hgm-badge{display:flex;margin-bottom:16px;margin-right:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100vw - 180px)}}@media(max-width:575px){.hgm-service-search-result-count .hgm-badge{display:block;max-width:calc(100vw - 80px);width:auto}}.hgm-health-library-article .hgm-body-region .hgm-service-search-result-count input[type=button],.hgm-service-search-result-count .hgm-button,.hgm-service-search-result-count .hgm-health-library-article .hgm-body-region input[type=button]{border-radius:.25em;padding:.2em .75em}.hgm-health-library-article .hgm-body-region .hgm-service-search-result-count input[type=button] i,.hgm-service-search-result-count .hgm-button i,.hgm-service-search-result-count .hgm-health-library-article .hgm-body-region input[type=button] i{right:0}.hgm-service-search-result{margin-bottom:32px;position:relative;z-index:1}.hgm-service-search-result:first-of-type{margin-top:32px}.hgm-service-search-result h3{margin-bottom:16px}.hgm-service-search-result .hgm-list-group.multi{margin:0}.hgm-service-search-result .hgm-list-group.multi .hgm-list-group__item{padding:6px 12px}.hgm-service-search-result .hgm-list-group.multi .hgm-list-group__item:before{display:none}.hgm-service-search-result .hgm-list-group.multi .hgm-list-group__item a{display:inline-flex;margin-left:-12px}@media(max-width:767px){.hgm-service-search-result .hgm-list-group.multi .hgm-list-group__item{border-bottom:none}}.hgm-services-search-alpha-browse{border-bottom:1px solid var(--colors-gray-10);margin-top:32px}.hgm-services-search-alpha-browse__track nav ul{display:flex;flex-wrap:wrap;justify-content:left;list-style:none;margin:0;padding:0}@media(max-width:991px){.hgm-services-search-alpha-browse__track nav ul{flex-wrap:nowrap;overflow:scroll}}.hgm-services-search-alpha-browse__track nav ul li{margin:0 .1rem;padding-left:0;text-align:center}.hgm-services-search-alpha-browse__track nav ul li:first-of-type{margin-left:0}.hgm-services-search-alpha-browse__track nav ul li:last-of-type{margin-right:0}.hgm-services-search-alpha-browse__track nav ul li a{align-items:center;cursor:default;display:flex;height:40px;justify-content:center;line-height:1;opacity:.2;position:relative;text-decoration:none;transition:opacity .4s,color .4s;width:32px}.hgm-services-search-alpha-browse__track nav ul li a:after{background-color:transparent;bottom:0;content:"";height:3px;position:absolute;transition:background-color .4s;width:100%}.hgm-services-search-alpha-browse__track nav ul li:not(.disabled) a{cursor:pointer;opacity:1}.hgm-services-search-alpha-browse__track nav ul li:not(.disabled) a:hover{color:var(--colors-gray-60)}.hgm-services-search-alpha-browse__track nav ul li:not(.disabled) a:hover:after{background-color:var(--colors-gray-60)}.hgm-services-search-alpha-browse__track nav ul li:not(.disabled) a.active{color:var(--colors-gray-60);font-weight:700}.hgm-services-search-alpha-browse__track nav ul li:not(.disabled) a.active:after{background-color:var(--colors-gray-60)}.hgm-section{background-color:var(--section-bg-color,transparent);position:relative}.hgm-section.padding{padding-bottom:4em;padding-top:4em}@media(max-width:991px){.hgm-section.padding{padding-bottom:1.5em;padding-top:1.5em}}@media(max-width:767px){.hgm-section.padding{padding-bottom:2em;padding-top:2em}}.hgm-section__bg{background-position-x:center;background-position-y:center;background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s linear;width:100%}.hgm-section__bg.hgm-lazy-loaded{opacity:1}.hgm-section__bg.hide{display:none!important}.bg-repeat .hgm-section__bg{background-repeat:repeat;background-size:auto}.hgm-section__container{position:relative}.hgm-section__description-row{margin-bottom:16px;text-align:center}.text-left .hgm-section__description-row{text-align:left}@media(max-width:767px){.hgm-section__description-row div.col{flex:1 0 100%}}.align-horizontal-left .hgm-section__component-row{justify-content:flex-start}.align-horizontal-center .hgm-section__component-row{justify-content:center}.align-horizontal-right .hgm-section__component-row{justify-content:flex-end}.align-vertical-top .hgm-section__component-row{align-items:flex-start}.align-vertical-center .hgm-section__component-row{align-items:center}@media(max-width:767px){.align-vertical-center .hgm-section__component-row{align-items:flex-start}}.align-vertical-bottom .hgm-section__component-row{align-items:flex-end}@media(max-width:767px){.align-vertical-bottom .hgm-section__component-row{align-items:flex-start}.hgm-section__component-row div.col{flex:1 0 100%}}.hgm-section .hgm-cta,.hgm-section .hgm-marquee-featured-image,.hgm-section .hgm-marquee-hero,.hgm-section .hgm-marquee-two-column{margin-left:-15px;margin-right:-15px}.hgm-section .hgm-cta.sticky{margin-left:auto;margin-right:auto}.node--type-hg-post .hgm-card.author{border-radius:0;border-top:1px solid var(--colors-gray-20);margin-bottom:32px;margin-top:32px;padding-top:32px}.node--type-hg-post .hgm-card.author .hgm-card__body{padding:0}.hgm-sidebar .margin-vertical{margin-top:0}@media(max-width:767px){.hgm-sidebar .margin-vertical{margin-top:1rem}}.hgm-body-region h1:not(:first-child),.hgm-body-region h2:not(:first-child),.hgm-body-region h3:not(:first-child),.hgm-location-main-region h1:not(:first-child),.hgm-location-main-region h2:not(:first-child),.hgm-location-main-region h3:not(:first-child){padding-top:1.5rem}.hgm-body-region h4:not(:first-child),.hgm-body-region h5:not(:first-child),.hgm-location-main-region h4:not(:first-child),.hgm-location-main-region h5:not(:first-child){padding-top:1rem}.hgm-body-region h6:not(:first-child),.hgm-location-main-region h6:not(:first-child){padding-top:.5rem}.hgm-body-region .hgm-blockquote:not(:first-child),.hgm-location-main-region .hgm-blockquote:not(:first-child){padding-top:1rem}.hgm-event-main-page{margin-top:5rem}@media(max-width:767px){.hgm-event-main-page{margin-top:3rem}}.hgm-event-main-page .event-sidebar{border:1px solid var(--colors-card-border);border-radius:4px;padding:26px;word-break:break-word}@media(max-width:1199px){.hgm-event-main-page .event-sidebar{padding:18px}}@media(max-width:767px){.hgm-event-main-page .event-sidebar{margin-bottom:1rem;padding:26px}}.hgm-event-main-page .event-sidebar .detail{display:flex;justify-content:space-between;margin-bottom:24px}.hgm-event-main-page .event-sidebar .detail .cost{font-size:var(--fonts-h4-size-min)}@media(min-width:375px){.hgm-event-main-page .event-sidebar .detail .cost{font-size:max(var(--fonts-h4-size-min),min(var(--fonts-h4-size),4.70588vw))}}@media(min-width:1300px){.hgm-event-main-page .event-sidebar .detail .cost{font-size:var(--fonts-h4-size)}}.hgm-event-main-page .event-sidebar .detail .openings{color:var(--colors-success-50);font-weight:700}@media(max-width:1199px){.hgm-event-main-page .event-sidebar .detail{flex-direction:column}.hgm-event-main-page .event-sidebar .detail span+span{margin-top:12px}}@media(max-width:767px){.hgm-event-main-page .event-sidebar .detail{flex-direction:row}.hgm-event-main-page .event-sidebar .detail span+span{margin-top:0}}.hgm-event-main-page .event-sidebar .detail.no-openings{align-items:flex-start!important;flex-direction:column!important;justify-content:flex-start!important}.hgm-event-main-page .event-sidebar .detail.no-openings span+span{margin-top:12px}.hgm-event-main-page .event-sidebar .detail.no-openings .hgm-badge{font-size:85%}.hgm-event-main-page .event-sidebar .detail.no-openings p{font-size:85%;margin-bottom:0;margin-top:6px}.hgm-event-main-page .event-sidebar .cta{margin-bottom:24px}.hgm-event-main-page .hgm-body-region h3{margin-top:40px}@media(max-width:991px){.hgm-event-main-page .hgm-body-region h3{margin-top:32px}}.hgm-event-main-page .hgm-body-region>h3{margin-top:0}.hgm-event-main-page .hgm-body-region .hgm-event{border-radius:4px;display:flex;justify-content:space-between;margin-bottom:40px;padding:24px}.hgm-event-main-page .hgm-body-region .hgm-event h5{margin-bottom:0}.hgm-event-main-page .hgm-body-region .hgm-event i{color:var(--colors-primary-50);font-size:28px}@media(max-width:991px){.hgm-event-main-page .hgm-body-region .hgm-event i{font-size:24px}.hgm-event-main-page .hgm-body-region .hgm-event{margin-bottom:24px}}.hgm-event-main-page .hgm-body-region .hgm-event>div{flex:0 0 auto;width:94%}@media(max-width:1199px){.hgm-event-main-page .hgm-body-region .hgm-event>div{width:92%}}@media(max-width:991px){.hgm-event-main-page .hgm-body-region .hgm-event>div{width:88%}}.hgm-event-main-page .hgm-body-region .hgm-event--virtual{background-color:var(--colors-gray-5)}.hgm-event-main-page .hgm-body-region .hgm-event--multi{border:1px solid var(--colors-gray-20)}.hgm-event-main-page .hgm-body-region .hgm-event__events-list{list-style-type:none;padding:0}.hgm-event-main-page .hgm-body-region .hgm-event__events-list li{display:flex;margin-bottom:8px}@media(max-width:991px){.hgm-event-main-page .hgm-body-region .hgm-event__events-list li{flex-direction:column}}.hgm-event-main-page .hgm-body-region .hgm-event__events-list span:first-of-type{flex:0 1 50%;max-width:50%}@media(max-width:991px){.hgm-event-main-page .hgm-body-region .hgm-event__events-list span:first-of-type{flex:0 1 100%;max-width:100%}}.hgm-event-main-page .hgm-body-region .hgm-event__events-list span:last-of-type{color:var(--colors-gray-60);flex:0 1 40%;max-width:40%}@media(max-width:991px){.hgm-event-main-page .hgm-body-region .hgm-event__events-list span:last-of-type{flex:0 1 100%;max-width:100%}}.hgm-event-main-page .hgm-body-region .hgm-event-location__location{padding:24px 0}.hgm-event-main-page .hgm-body-region .hgm-event-location__location address{font-style:normal}@media(max-width:575px){.hgm-event-main-page .hgm-body-region .hgm-event-location__location>div{flex-direction:column}}.hgm-event-main-page .hgm-body-region .hgm-event-location__location-detail h5{padding-right:36px}@media(max-width:991px){.hgm-event-main-page .hgm-body-region .hgm-event-location__location-detail h5{padding-right:0}}.hgm-event-main-page .hgm-body-region .hgm-event-location__location-detail h5 a{color:var(--colors-base-h5);text-decoration:none!important}@media(max-width:991px){.hgm-event-main-page .hgm-body-region .hgm-event-location__location-detail>div{display:flex;flex-direction:column}}@media(max-width:575px){.hgm-event-main-page .hgm-body-region .hgm-event-location__location-detail>div{flex-direction:row}}.hgm-event-main-page .hgm-body-region .hgm-event-location__location-detail>div a:first-of-type{margin-right:16px}@media(max-width:991px){.hgm-event-main-page .hgm-body-region .hgm-event-location__location-detail>div a:first-of-type{margin-bottom:12px}}.hgm-event-main-page .hgm-body-region .hgm-event-location__location-detail>div a i{color:var(--colors-gray-60);margin-right:6px}@media(max-width:575px){.hgm-event-main-page .hgm-body-region .hgm-event-location__location-image-wrapper{margin-top:16px}}.hgm-event-main-page .hgm-body-region .hgm-event-location__location-image-gmap>a{background-position:50%;display:block;height:140px;width:100%}@media(max-width:991px){.hgm-event-main-page .hgm-body-region .hgm-event-location__location-image-gmap>a{height:120px;height:140px}}.hgm-event-main-page .hgm-body-region .instructions{border:1px solid var(--colors-card-border);border-radius:4px;margin-top:24px;padding:26px}.hgm-event-main-page .hgm-body-region .materials{display:flex;flex-direction:column}.hgm-event-main-page .hgm-body-region .materials a{margin-bottom:24px}.hgm-event-main-page .hgm-body-region .materials a i{margin-right:12px}.hgm-event-main-page .hgm-body-region .materials a:last-child{margin-bottom:0}.pac-container{border:none;border-radius:4px;box-shadow:0 6px 14px rgba(0,0,0,.15);margin-top:3px;z-index:1051}.pac-container:after{margin-bottom:4px;margin-right:16px;margin-top:4px}.pac-icon{display:none}.pac-item{background-color:var(--colors-white);border-top:none;cursor:pointer;font-family:var(--fonts-default-family);font-size:var(--fonts-default-size);line-height:var(--fonts-default-line-height);padding:8px 16px;transition:color .4s,background-color .4s}@media(min-width:375px){.pac-item{font-size:max(var(--fonts-default-size),min(var(--fonts-default-size),4.70588vw))}}@media(min-width:1300px){.pac-item{font-size:var(--fonts-default-size)}}@media(min-width:375px){.pac-item{line-height:max(var(--fonts-default-line-height),min(var(--fonts-default-line-height),4.70588vw))}}@media(min-width:1300px){.pac-item{line-height:var(--fonts-default-line-height)}}.pac-item .pac-item-query{font-family:var(--fonts-default-family);font-size:var(--fonts-default-size);font-weight:700;line-height:var(--fonts-default-line-height)}@media(min-width:375px){.pac-item .pac-item-query{font-size:max(var(--fonts-default-size),min(var(--fonts-default-size),4.70588vw))}}@media(min-width:1300px){.pac-item .pac-item-query{font-size:var(--fonts-default-size)}}@media(min-width:375px){.pac-item .pac-item-query{line-height:max(var(--fonts-default-line-height),min(var(--fonts-default-line-height),4.70588vw))}}@media(min-width:1300px){.pac-item .pac-item-query{line-height:var(--fonts-default-line-height)}}.pac-item .pac-item-query .pac-matched{background:transparent;font-weight:400;transition:color .4s}.pac-item:hover{background-color:var(--colors-forms-field-focus-fill)}.hgm-marquee-two-column.health-library .cluster_label{color:var(--colors-secondary-50);font-family:Source Sans Pro;font-size:1em;font-style:normal;font-weight:700;letter-spacing:.07em;line-height:21px;text-transform:uppercase}.hgm-marquee-two-column.health-library .hgm-marquee-two-column__anchor-links{border-top:1px solid #cdcdcd}.hgm-marquee-two-column.health-library .container,.hgm-marquee-two-column.health-library body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-marquee-two-column.health-library body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-marquee-two-column.health-library form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-marquee-two-column.health-library form#user-pass-reset{margin-bottom:24px;padding-bottom:24px}.hgm-health-library-article .hgm-marquee-two-column .container,.hgm-health-library-article .hgm-marquee-two-column body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-health-library-article .hgm-marquee-two-column body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-health-library-article .hgm-marquee-two-column form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-health-library-article .hgm-marquee-two-column form#user-pass-reset{margin-bottom:0;padding-bottom:0}.hgm-health-library-article .hgm-body-region input:not([type=button]),.hgm-health-library-article .hgm-body-region select{border-color:var(--colors-forms-field-border);border-radius:4px;color:var(--colors-forms-text);line-height:var(--fonts-default-line-height);padding:.5em;transition:border-color .4s,background-color .4s}.hgm-health-library-article .hgm-body-region input[type=checkbox]:checked{background-color:var(--colors-forms-field-focus-border);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJtNDM1LjggODMuNS0yNjMgMjYzLTk2LjctOTYuN2MtNC43LTQuNy0xMi4zLTQuNy0xNyAwbC0yOC4zIDI4LjNjLTQuNyA0LjctNC43IDEyLjMgMCAxN2wxMzMuNCAxMzMuNGM0LjcgNC43IDEyLjMgNC43IDE3IDBMNDgxIDEyOC43YzQuNy00LjcgNC43LTEyLjMgMC0xN2wtMjguMy0yOC4zYy00LjYtNC42LTEyLjItNC42LTE2LjkuMXoiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=);background-position:50% 50%;background-repeat:no-repeat;background-size:10px auto}.hgm-health-library-article .hgm-body-region input[type=checkbox]{border:2px solid var(--colors-forms-field-border);height:16px;margin-left:-1.5em;margin-right:.5em;margin-top:4px;width:16px!important}.hgm-health-library-article .hgm-body-region input:not([type=button]){border:1px solid;box-sizing:border-box;display:block;line-height:1.5;padding:.375em .75em;width:100%}.hgm-health-library-article .hgm-body-region input:not([type=button]):hover{border-color:var(--colors-forms-field-border-hover)}.hgm-health-library-article .hgm-body-region input:not([type=button]) select{display:block;width:100%}.hgm-health-library-article .hgm-body-region input:not([type=button]) select,.hgm-health-library-article .hgm-body-region select{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJtNDQxLjkgMTY3LjMtMTkuOC0xOS44Yy00LjctNC43LTEyLjMtNC43LTE3IDBMMjI0IDMyOC4yIDQyLjkgMTQ3LjVjLTQuNy00LjctMTIuMy00LjctMTcgMEw2LjEgMTY3LjNjLTQuNyA0LjctNC43IDEyLjMgMCAxN2wyMDkuNCAyMDkuNGM0LjcgNC43IDEyLjMgNC43IDE3IDBsMjA5LjQtMjA5LjRjNC43LTQuNyA0LjctMTIuMyAwLTE3eiIvPjwvc3ZnPg==);background-position-x:calc(100% - 8px);background-position-y:50%;background-repeat:no-repeat;background-size:16px auto;border:1px solid;box-sizing:border-box;line-height:1.5;padding:.375em 28px .375em .75em}.hgm-health-library-article .hgm-body-region select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.hgm-health-library-article .hgm-body-region .CalculatorBox{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;flex-wrap:nowrap;justify-content:space-between}.hgm-health-library-article .hgm-body-region .CalculatorBox .Button,.hgm-health-library-article .hgm-body-region .CalculatorBox h2{width:100%}.hgm-health-library-article .hgm-body-region .CalculatorBox .Question{margin-top:5em!important;padding-bottom:0!important;position:relative;width:100%}.hgm-health-library-article .hgm-body-region .CalculatorBox .Question:after{border-top:1px solid #c2c2c2;content:"";display:block;left:0;position:absolute;top:-2.5em;width:100%}.hgm-health-library-article .hgm-body-region .CalculatorBox .Question .QuestionText{color:var(--colors-forms-text);font-size:1.25em;font-weight:700;margin-bottom:.25em;max-width:80%}.hgm-health-library-article .hgm-body-region .CalculatorBox .Question .Options{display:block;min-height:1.5rem;padding-left:1.5em}.hgm-health-library-article .hgm-body-region .CalculatorBox .Question [role=textbox],.hgm-health-library-article .hgm-body-region .CalculatorBox .Question input[type=text]{margin:0 .5em;margin-top:.5em!important;min-width:100px}.hgm-health-library-article .hgm-body-region .CalculatorBox .Question span.Option{align-items:flex-start;display:flex;margin:1em 0;margin-bottom:.25rem!important;padding-left:1.5em;position:relative}.hgm-health-library-article .hgm-body-region .CalculatorBox .Question span.Option br{display:none}.hgm-health-library-article .hgm-body-region .CalculatorBox .Question span.Option input[type=radio]{border:2px solid var(--colors-forms-field-border);float:left;height:20px!important;margin-left:-1.5em;margin-right:.5em;margin-top:2px!important;-webkit-print-color-adjust:exact;transition:border-color .4s,background-color .4s;width:20px!important}.hgm-health-library-article .hgm-body-region .Questions .CalculatorBox .Question span.Option{align-items:center;padding-left:0}.hgm-health-library-article .hgm-body-region .Questions .CalculatorBox .Question span.Option input[type=textbox],.hgm-health-library-article .hgm-body-region .Questions .CalculatorBox .Question span.Option select{margin:0 .5em}.hgm-health-library-article .hgm-body-region .Questions .CalculatorBox .Question span.Option input[type=radio]{margin-left:.5em}.hgm-health-library-article .hgm-body-region .Questions .CalculatorBox .Question span.Option p{margin-bottom:0}.hgm-health-library-article .hgm-body-region .Questions .CalculatorBox .Question span.Option [role=textbox]{margin:0 .5em;width:auto}.hgm-health-library-article .hgm-body-region .Resources{margin-top:1em}.hgm-health-library-article .hgm-body-region .Result{background:var(--colors-gray-5);border-radius:4px;margin-bottom:1em;margin-top:.5em;padding:1em}.hgm-health-library-article .hgm-body-region input[type=button]{margin:2em 0 1em}.hgm-health-library-article .hgm-body-region table:not([class]){border-collapse:collapse;border-spacing:0;caption-side:bottom;empty-cells:show;margin:0;table-layout:fixed;width:100%}.hgm-health-library-article .hgm-body-region table:not([class]) caption{padding-bottom:.5em;padding-top:.5em;text-align:left}.hgm-health-library-article .hgm-body-region table:not([class]) tfoot,.hgm-health-library-article .hgm-body-region table:not([class]) thead{text-align:left;vertical-align:bottom}.hgm-health-library-article .hgm-body-region table:not([class]) tr.row{--bs-gutter-x:0;display:table-row;margin:0;width:100%}.hgm-health-library-article .hgm-body-region table:not([class]) tr.row th{width:auto}.hgm-health-library-article .hgm-body-region table:not([class]) td,.hgm-health-library-article .hgm-body-region table:not([class]) th{margin:0;overflow:hidden;padding:6px 8px;text-align:left!important;text-overflow:ellipsis;vertical-align:top}.hgm-health-library-article .hgm-body-region table:not([class]) thead tr{border-bottom:2px solid var(--colors-base-table-border)}.hgm-health-library-article .hgm-body-region table:not([class]) tbody tr,.hgm-health-library-article .hgm-body-region table:not([class]) tfoot tr{border-bottom:1px solid var(--colors-base-table-border)}.hgm-health-library-article .hgm-body-region table:not([class]).scrolling{display:block;max-width:100%;overflow-x:auto;width:-moz-fit-content;width:fit-content}@media(max-width:767px){.hgm-health-library-article .hgm-body-region table:not([class]).scrolling td,.hgm-health-library-article .hgm-body-region table:not([class]).scrolling th{padding-left:15px;padding-right:15px;white-space:nowrap}}.hgm-health-library-article .hgm-body-region table:not([class]).striped tbody tr:nth-of-type(odd),.hgm-health-library-article .hgm-body-region table:not([class]).striped tfoot tr:nth-of-type(odd){background-color:var(--colors-base-table-alternating-background)}.hgm-health-library-article .hgm-body-region table.CalculatorTable{border-collapse:collapse;border-spacing:0;caption-side:bottom;empty-cells:show;margin:0 0 1em;table-layout:fixed}.hgm-health-library-article .hgm-body-region table.CalculatorTable tr td{align-items:center}.hgm-health-library-article .hgm-body-region table.CalculatorTable tr td input,.hgm-health-library-article .hgm-body-region table.CalculatorTable tr td select{border-color:var(--colors-forms-field-border);border-radius:4px;color:var(--colors-forms-text);line-height:var(--fonts-default-line-height);padding:.5em;transition:border-color .4s,background-color .4s}.hgm-health-library-article .hgm-body-region table.CalculatorTable tr td input{border:1px solid;box-sizing:border-box;display:block;line-height:1.5;padding:.375em .75em;width:100%}.hgm-health-library-article .hgm-body-region table.CalculatorTable tr td input:hover{border-color:var(--colors-forms-field-border-hover)}.hgm-health-library-article .hgm-body-region table.CalculatorTable tr td input select{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJtNDQxLjkgMTY3LjMtMTkuOC0xOS44Yy00LjctNC43LTEyLjMtNC43LTE3IDBMMjI0IDMyOC4yIDQyLjkgMTQ3LjVjLTQuNy00LjctMTIuMy00LjctMTcgMEw2LjEgMTY3LjNjLTQuNyA0LjctNC43IDEyLjMgMCAxN2wyMDkuNCAyMDkuNGM0LjcgNC43IDEyLjMgNC43IDE3IDBsMjA5LjQtMjA5LjRjNC43LTQuNyA0LjctMTIuMyAwLTE3eiIvPjwvc3ZnPg==);background-position-x:calc(100% - 8px);background-position-y:50%;background-repeat:no-repeat;background-size:16px auto;border:1px solid;box-sizing:border-box;display:block;line-height:1.5;padding:.375em 28px .375em .75em;width:100%}.hgm-health-library-article .hgm-body-region table.CalculatorTable tr:nth-of-type(2){align-items:center;display:inline-flex;justify-content:space-between;width:100%}.hgm-health-library-article .hgm-body-region table.CalculatorTable tr:nth-of-type(2) td{align-items:center;display:flex;justify-content:space-between}.hgm-health-library-article .hgm-body-region section h2{padding-top:0}.hgm-health-library-article .hgm-body-region section ul li p{margin-bottom:0}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz{display:flex;flex-direction:column}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz p.intro{font-size:1.25em;margin-bottom:.25em;width:90%}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Score{font-size:1.5em;font-weight:700;margin-bottom:1em;order:-1}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question{margin-top:5em!important;padding-bottom:0!important;position:relative}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question:after{border-top:1px solid #c2c2c2;content:"";display:block;left:0;position:absolute;top:-2.5em;width:100%}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .QuestionText{color:var(--colors-forms-text);font-size:1.25em;font-weight:700;margin-bottom:.25em;max-width:80%}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .NoAnswer{align-items:flex-end;display:flex;font-weight:600;justify-content:space-between;line-height:var(--fonts-h5-line-height);position:absolute;right:0;top:0;width:auto}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .CorrectAnswer,.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .YourAnswer{display:flex;font-weight:600;width:100%}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .CorrectAnswer span,.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .YourAnswer span{margin-left:.5em}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .YourAnswer{position:absolute;right:0;top:0;width:auto}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .CorrectAnswer{margin-top:1em}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .Options{display:block;min-height:1.5rem;padding-left:1.5em}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .Options span.Option{display:block;margin:1em 0;margin-bottom:.25rem!important;position:relative}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .Options span.Option br{display:none}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .Options span.Option input[type=radio]{border:2px solid var(--colors-forms-field-border);float:left;height:20px!important;margin-left:-1.5em;margin-right:.5em;margin-top:2px!important;-webkit-print-color-adjust:exact;transition:border-color .4s,background-color .4s;width:20px!important}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .Options span.Option input[type=radio]:checked{background:radial-gradient(circle,var(--colors-forms-field-focus-border) 40%,var(--colors-white) 60%);border-color:var(--colors-forms-field-focus-border)}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Question .Options span.Option input[type=radio]:checked+span label{color:var(--colors-forms-field-focus-border)}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Button{margin:2em 0}.hgm-health-library-article .hgm-body-region .JavaScriptQuiz .Button input[type=button]{align-items:center;background-color:var(--colors-links-and-buttons-button-background);border-color:var(--colors-links-and-buttons-button-background);border-radius:.25em;border-style:solid;border-width:0;color:#fff;cursor:pointer;display:inline-flex;font-size:20px;justify-content:space-around;padding:.5em 1em;position:relative;text-decoration:none}.hgm-health-library-article__article-collections{align-items:flex-start;align-self:stretch;border:1px solid var(--Gray-20,#cdcdcd);border-radius:4px;display:flex;gap:10px;margin:2em 0;padding:16px}.hgm-health-library-article__article-collections p{font-weight:700;margin-bottom:0}.hgm-health-library-article__article-collections ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.hgm-health-library-article__article-collections ul li{margin-left:1em}.hgm-health-library-article__article-review{background:var(--colors-gray-5);border-radius:4px;margin-top:.5em;padding:1em}.hgm-health-library-article__article-review p{margin-bottom:0}.hgm-health-library-article__article-review p:last-of-type{margin-top:1em}.health-library-cluster-index .cluster-sibling{border-bottom:1px solid var(--colors-gray-10);display:block;margin-top:1.5em;z-index:10}@media(max-width:767px){.health-library-cluster-index .cluster-sibling{display:none}}.health-library-cluster-index .cluster-sibling-wrapper ul{align-items:center;display:flex;flex-wrap:wrap;list-style:none;margin:0 0 .75em;padding:0}.health-library-cluster-index .cluster-sibling-wrapper ul li{align-items:center;border:1px solid var(--colors-secondary-10);border-radius:4px;display:flex;gap:8px;margin-bottom:.75em;margin-right:.75em}.health-library-cluster-index .cluster-sibling-wrapper ul li a{color:var(--colors-secondary-50);height:100%;padding:6px 8px;text-decoration:none;width:100%}.health-library-cluster-index .cluster-sibling-wrapper ul li a:hover{text-decoration:none}.health-library-cluster-index .cluster-sibling-wrapper ul li.active{background:var(--colors-secondary-50);border:1px solid var(--colors-secondary-50);color:var(--colors-white)}.health-library-cluster-index .cluster-sibling-wrapper ul li.active a{color:var(--colors-white)}@media(max-width:767px){.health-library-cluster-index .cluster-sibling-wrapper ul{margin:0}.health-library-cluster-index .cluster-sibling-wrapper ul li{margin-bottom:.5em;margin-right:.5em}.health-library-cluster-index .cluster-sibling-wrapper ul li a{padding:4px 6px}}.health-library-cluster-index .cluster-search-mobile{display:none}@media(max-width:767px){.health-library-cluster-index .cluster-search-mobile{display:block;z-index:10}.health-library-cluster-index .cluster-search-mobile .hgm-accordion .hgm-accordion__label{flex-direction:row;font-weight:500!important;justify-content:space-between}.health-library-cluster-index .cluster-search-mobile .hgm-accordion .hgm-accordion__label:after{line-height:1.5;margin-right:0}.health-library-cluster-index .cluster-search-mobile .hgm-accordion:first-of-type .hgm-accordion__label{border-bottom:none}.health-library-cluster-index .cluster-search-mobile .hgm-accordion:last-of-type .hgm-accordion__label{border:1px solid var(--colors-gray-20)}.health-library-cluster-index .cluster-search-mobile .hgm-accordion:last-of-type .hgm-accordion__content{background:transparent;border-top:none}.health-library-cluster-index .cluster-search-mobile .hgm-accordion:last-of-type input[type=checkbox]:checked~.hgm-accordion__label{border-bottom:none}.health-library-cluster-index .cluster-search-mobile .hgm-accordion:last-of-type input[type=checkbox]:checked~.hgm-accordion__content{background:var(--colors-white);border:1px solid var(--colors-gray-20);border-bottom:1px solid var(--colors-gray-20)!important;border-top:none}.health-library-cluster-index .cluster-search-mobile .hgm-accordion .hgm-accordion__item input[type=checkbox]:checked~.hgm-accordion__label,.health-library-cluster-index .cluster-search-mobile .hgm-accordion .hgm-accordion__item input[type=radio]:checked~.hgm-accordion__label{background-color:#fff;color:var(--colors-secondary-50)}.health-library-cluster-index .cluster-search-mobile .hgm-accordion .hgm-accordion__item input[type=checkbox]:checked~.hgm-accordion__label:after,.health-library-cluster-index .cluster-search-mobile .hgm-accordion .hgm-accordion__item input[type=radio]:checked~.hgm-accordion__label:after{color:var(--colors-secondary-50)}}.health-library-cluster-index .hgm-generic-search{min-height:50vh;padding-top:2.5em}@media(max-width:767px){.health-library-cluster-index .hgm-generic-search{padding-top:0}}.hgm-section.term-list{padding-bottom:2em;padding-top:2em}.hgm-section.term-list .container,.hgm-section.term-list body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-section.term-list body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-section.term-list form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-section.term-list form#user-pass-reset{border-bottom:1px solid var(--colors-lists-divider);padding-bottom:3rem}.hgm-section.term-list:last-of-type .container,.hgm-section.term-list:last-of-type body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,.hgm-section.term-list:last-of-type body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset,body.page__user_reset_ #block-hg-mercury-dxe-content .hgm-section.term-list:last-of-type form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content .hgm-section.term-list:last-of-type form#user-pass-reset{border-bottom:none;padding-bottom:0}body.page__user_reset_ #block-hg-mercury-dxe-content,body.page__user_reset_ #block-hg-webdv-child-content{background:var(--colors-system-primary);padding:3em 0}body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset,body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset{background:var(--colors-white);border-radius:4px;box-shadow:1px 4px 4px rgba(0,0,0,.15);max-width:800px;padding:2em;width:100%}body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset p,body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset p{font-size:16px;margin-bottom:.25em}body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset p:first-of-type,body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset p:first-of-type{align-items:center;display:flex;font-size:18px;font-weight:700}body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset p:first-of-type:before,body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset p:first-of-type:before{-webkit-font-smoothing:antialiased;color:var(--colors-system-primary);content:"";display:block;font-family:Font Awesome\ 6 Pro;font-size:4em;font-weight:400;font-weight:900;margin-bottom:.25em;margin-right:.25em;position:relative;text-rendering:auto}body.page__user_reset_ #block-hg-mercury-dxe-content form#user-pass-reset #edit-actions,body.page__user_reset_ #block-hg-webdv-child-content form#user-pass-reset #edit-actions{margin-top:1em}body.path-user .user-form-page{align-items:center;display:flex;height:100%}
.hgm-button{background-color:#003fc5;border-color:#003fc5;font-weight:600}.hgm-button,.hgm-button.ghost,.hgm-button.ghost-white{padding:.75em .5em}.hgm-button.ghost-white:hover,.hgm-button.ghost:hover{background-color:#003fc5;color:var(--colors-white)}.hgm-button:hover{background-color:var(--colors-primary-30);border-color:var(--colors-primary-30)}.hgm-button.blue-dark{color:#0033a1}.hgm-body-region .hgm-button[data-icon]{padding:.7em 1.5em}.hgm-body-region .hgm-button[data-icon] i{margin-right:20px}nav[aria-label=breadcrumb] .hgm-breadcrumb__item+li:before{color:var(--colors-links-and-buttons-text-link);position:relative;top:-2px}nav[aria-label=breadcrumb] .hgm-breadcrumb__item.active{font-weight:700}nav[aria-label=breadcrumb] .hgm-breadcrumb__item a{color:var(--colors-gray-70)}nav[aria-label=breadcrumb] .hgm-breadcrumb__item a:hover{text-decoration-color:var(--colors-gray-70)}body.content-type-mercury_standard_layout .hgm-breadcrumb,body.node--type-hg-post .hgm-breadcrumb{background:none}body.content-type-mercury_standard_layout .hgm-breadcrumb__item+li,body.node--type-hg-post .hgm-breadcrumb__item+li{color:var(--colors-white)}body.content-type-mercury_standard_layout .hgm-breadcrumb__item+li:before,body.node--type-hg-post .hgm-breadcrumb__item+li:before{color:var(--colors-links-and-buttons-text-link-hover)}body.content-type-mercury_standard_layout .hgm-breadcrumb__item a,body.node--type-hg-post .hgm-breadcrumb__item a{color:var(--colors-white)}body.content-type-mercury_standard_layout .hgm-breadcrumb__item a:hover,body.node--type-hg-post .hgm-breadcrumb__item a:hover{text-decoration-color:var(--colors-links-and-buttons-text-link-hover)}body.content-type-mercury_services .hgm-marquee-two-column:not(.top-level) .hgm-breadcrumb{background:none}body.content-type-mercury_services .hgm-marquee-two-column:not(.top-level) .hgm-breadcrumb__item+li{color:var(--colors-white)}body.content-type-mercury_services .hgm-marquee-two-column:not(.top-level) .hgm-breadcrumb__item+li:before{color:var(--colors-links-and-buttons-text-link-hover)}body.content-type-mercury_services .hgm-marquee-two-column:not(.top-level) .hgm-breadcrumb__item a{color:var(--colors-white)}body.content-type-mercury_services .hgm-marquee-two-column:not(.top-level) .hgm-breadcrumb__item a:hover{text-decoration-color:var(--colors-links-and-buttons-text-link-hover)}.block-hg-content-feed .hgm-content-feed[data-content-type=hg_provider] .hgm-card.feed .hgm-card__body .provider__details h6{font-family:Montserrat,sans-serif}.block-hg-content-feed .hgm-content-feed[data-content-type=hg_provider] .hgm-card.feed .hgm-card__body .provider__details p{align-items:center;color:var(--colors-gray-70);display:flex}.block-hg-content-feed .hgm-content-feed[data-content-type=hg_provider] .hgm-card.feed .hgm-card__body .provider__details p i{color:var(--colors-success-50);font-size:1.25em;font-weight:700}.block-hg-content-feed .hgm-content-feed[data-content-type=hg_provider] .hgm-card.feed .hgm-card__body .provider__details p i.fa-video:before{content:""}.block-hg-content-feed .hgm-content-feed[data-content-type=hg_provider] .hgm-card.feed .hgm-card__body .provider__specialties span{color:var(--colors-gray-70)}.block-hg-content-feed .hgm-content-feed[data-content-type=hg_provider] .hgm-card.feed .hgm-card__body .provider__specialties span.primary{border-color:var(--colors-gray-70)}.block-hg-content-feed .hgm-card-carousel__header p{color:var(--colors-gray-70);font-size:21px;font-weight:var(--fa-font-regular);margin-bottom:0}.block-hg-content-feed .hgm-card-carousel .glide__track ul li .hgm-card{border:1px solid var(--colors-gray-20);box-shadow:none}.block-hg-content-feed .hgm-card-carousel .glide__track ul li .hgm-card__body{padding:1.5em}.block-hg-content-feed .hgm-card-carousel .glide__track ul li .hgm-card__body .hgm-button.full-width{border:0;color:var(--colors-primary-50);font-weight:600;padding:0;width:-moz-fit-content!important;width:fit-content!important}.block-hg-content-feed .hgm-card-carousel .glide__track ul li .hgm-card__body .hgm-button.full-width:hover{background:none}.block-hg-content-feed .hgm-card-carousel .glide__track ul li .hgm-card img{border-radius:0}.block-hg-content-feed .hgm-card-carousel .glide__track ul li .hgm-card h4,.block-hg-content-feed .hgm-card-carousel .glide__track ul li .hgm-card h5,.block-hg-content-feed .hgm-card-carousel .glide__track ul li .hgm-card h6{font-family:Montserrat,sans-serif}.block-hg-content-feed .hgm-card-carousel .glide__track ul li .hgm-card p{color:var(--colors-gray-85);margin:1.5em 0}.block-hg-content-feed .hgm-card-carousel .glide__arrows .glide__arrow{border:2px solid var(--colors-tertiary-10);color:var(--colors-tertiary-10);font-size:1.75em;transition:all .4s}.block-hg-content-feed .hgm-card-carousel .glide__arrows .glide__arrow:hover{border:2px solid var(--colors-gray-20);color:var(--colors-gray-20)}.block-hg-content-feed .hgm-card-carousel .glide__arrows .glide__arrow--left:after{content:""}.block-hg-content-feed .hgm-card-carousel .glide__arrows .glide__arrow--right:after{content:""}.block-hg-content-feed .hgm-card-carousel .glide__bullets .glide__bullet{border:2px solid var(--colors-gray-40)}.block-hg-content-feed .hgm-card-carousel .glide__bullets .glide__bullet:hover{background:var(--colors-gray-40)}.block-hg-content-feed .hgm-card-carousel .glide__bullets .glide__bullet--active{background:var(--colors-tertiary-10);border:2px solid var(--colors-tertiary-10)}.block-hg-content-feed .hgm-card-carousel .glide__bullets .glide__bullet--active:hover{background:var(--colors-tertiary-10)}.hgm-sidebar .block-menu.navigation:not(:only-child){margin-bottom:2em}.hgm-sidebar .block-menu.navigation h5{display:none}.hgm-sidebar .block-menu.navigation ul{-webkit-padding-start:0;list-style-type:none;padding-inline-start:0}.hgm-sidebar .block-menu.navigation>ul{border:1px solid var(--colors-gray-20);border-radius:5px}.hgm-sidebar .block-menu.navigation>ul>li>a{background-color:var(--colors-gray-10);color:var(--colors-black);display:block;font-weight:700;padding:18px 15px;text-decoration-color:transparent}.hgm-sidebar .block-menu.navigation>ul>li>a:hover{text-decoration-color:var(--colors-black)}.hgm-sidebar .block-menu.navigation>ul>li>ul li:not(:last-of-type){border-bottom:1px solid var(--colors-gray-20)}.hgm-sidebar .block-menu.navigation>ul>li>ul li a,.hgm-sidebar .block-menu.navigation>ul>li>ul li span{color:var(--colors-primary-50);display:block;padding:9px 15px;text-decoration-color:transparent}.hgm-sidebar .block-menu.navigation>ul>li>ul li a:hover,.hgm-sidebar .block-menu.navigation>ul>li>ul li span:hover{cursor:pointer;text-decoration-color:var(--colors-primary-50)}.hgm-sidebar .block-menu.navigation>ul>li>ul li a.is-active{background-color:var(--colors-primary-50);color:var(--colors-white)}.hgm-sidebar .block-menu.navigation>ul>li>ul li a.is-active:hover{text-decoration-color:var(--colors-white)}.hgm-card-basic.card-white .hgm-card{background-color:var(--colors-white)}@media screen and (max-width:991px){.hgm-card-basic.two-col .col .hgm-card{margin-bottom:1rem;margin-top:1rem}}@media screen and (min-width:992px){.hgm-card-basic.two-col .col:first-of-type{padding-right:calc(var(--bs-gutter-x)/4)}.hgm-card-basic.two-col .col:last-of-type{padding-left:calc(var(--bs-gutter-x)/4)}}.hgm-card-basic .hgm-card{background-color:var(--colors-gray-10);border:1px solid var(--colors-gray-20)}.hgm-card.vertical img{min-width:100%}.hgm-card h4,.hgm-card h5,.hgm-card h6{font-family:Montserrat,sans-serif}.hgm-card a:empty,.hgm-card p:empty{display:none}@media screen and (min-width:1400px){.hgm-card .hgm-card__body h4{font-size:31px}}body.page__patient_stories .hgm-card.feed .hgm-card__body.health-library img,body.page__patient_stories .hgm-card.feed .hgm-card__body.news img{-o-object-position:top;object-position:top}body.node--type-mercury-standard-layout .hgm-card:not(.feed):not(.horizontal) .hgm-card__body{display:flex;flex-direction:column}body.node--type-mercury-standard-layout .hgm-card:not(.feed):not(.horizontal) img{max-height:225px;min-height:225px;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width:576px){body.node--type-mercury-standard-layout .hgm-card:not(.feed):not(.horizontal) img{max-height:300px;min-height:300px}}@media screen and (min-width:768px){body.node--type-mercury-standard-layout .hgm-card:not(.feed):not(.horizontal) img{max-height:225px;min-height:225px}}@media screen and (min-width:992px){body.node--type-mercury-standard-layout .hgm-card:not(.feed):not(.horizontal) img{max-height:250px;min-height:250px}}@media screen and (min-width:1200px){body.node--type-mercury-standard-layout .hgm-card:not(.feed):not(.horizontal) img{max-height:300px;min-height:300px}}body.node--type-mercury-standard-layout .hgm-card:not(.feed):not(.horizontal) .hgm-button{margin-top:auto;width:-moz-fit-content;width:fit-content}.hgm-main-page section.hgm-section.image-top .hgm-card img{-o-object-position:top;object-position:top}.hgm-main-page section.hgm-section.card-img-height .hgm-card img{width:100%}.node--type-hg-location section[data-content-type=hg_provider] .hgm-card.feed{min-height:unset}.node--type-hg-location section[data-content-type=hg_provider] .hgm-card.feed .hgm-button{position:static}.hgm-card.feed .hgm-button{background-color:var(--colors-primary-50);position:static}.hgm-card.feed .hgm-button:hover{background-color:var(--colors-primary-30);border-color:var(--colors-primary-30)}.hgm-card.feed .hgm-button.ghost{background-color:var(--colors-white)}.hgm-card.feed .hgm-button.ghost:hover{color:var(--colors-tertiary-30)}.hgm-card.feed .hgm-card__body p.date{color:var(--colors-gray-70)}.icon-cards .hgm-card.horizontal .hgm-card__body.image.full img{height:170px;top:15px;width:170px}@media screen and (max-width:1199px)and (min-width:992px){.icon-cards .hgm-card.horizontal .hgm-card__body.image.full img{height:130px;width:130px}}@media screen and (max-width:991px)and (min-width:768px){.icon-cards .hgm-card.horizontal .hgm-card__body.image.full img{height:144px}}@media screen and (max-width:768px){.icon-cards .hgm-card.horizontal .hgm-card__body.image.full img{height:200px;-o-object-fit:contain;object-fit:contain}}.bottom-cta .hgm-card.horizontal .hgm-card__body .hgm-button{position:static}@media screen and (min-width:992px){.bottom-cta .hgm-card.horizontal .hgm-card__body{min-height:152px;padding-left:230px}.bottom-cta .hgm-card.horizontal .hgm-card__body img{height:200px;width:200px}}@media screen and (max-width:991px){.bottom-cta .hgm-card.horizontal .hgm-card__body img{height:300px;margin-left:auto;margin-right:auto;min-width:unset;position:static;width:300px}}.static-page-feed .hgm-card.feed{height:auto!important;min-height:unset}.static-page-feed .hgm-card.feed .hgm-button{position:static}.cta-card-foundation .hgm-card{border-radius:25px}.cta-card-foundation .hgm-card__body{border:1px solid var(--colors-gray-20);position:relative}.cta-card-foundation .hgm-card__body h4{color:var(--colors-primary-darkest);width:calc(100% - 45px)}.cta-card-foundation .hgm-card__body p{width:calc(100% - 45px)}.cta-card-foundation .hgm-card__body .hgm-button{border:0;bottom:15px;color:var(--colors-white);margin:0;position:absolute;right:15px;top:25px;width:30px}.cta-card-foundation .hgm-card__body .hgm-button:after{color:var(--colors-primary-90);content:"";font-family:Font Awesome\ 6 Pro;margin:7px}.cta-card-foundation .hgm-card__body .hgm-button:hover{background-color:var(--colors-white)}.cta-card-foundation .hgm-card__body .hgm-button:hover:after{color:var(--colors-primary-50)}.cta-card-foundation .hgm-card img{border-radius:25px 25px 0 0}@media screen and (min-width:992px){.cta-card-foundation-two .hgm-card:nth-child(2n) .hgm-card__body.image{padding-left:1.5em;padding-right:calc(38% + 3em)}.cta-card-foundation-two .hgm-card:nth-child(2n) .hgm-card__body.image img{left:unset;right:1.5em}}.cta-card-foundation-two .hgm-card:nth-child(2n) .hgm-card__body.image .hgm-button{margin-bottom:0;position:static}@media screen and (min-width:992px){.full-width-horiz .image{min-height:225px}}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars .star:before,.hgm-provider-card .hgm-provider-ratings-reviews__stars .star:before{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:400;text-rendering:auto}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="0"] .star:nth-child(-n+0):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="0.5"] .star:nth-child(-n+0):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="1"] .star:nth-child(-n+1):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="1.5"] .star:nth-child(-n+1):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="2"] .star:nth-child(-n+2):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="2.5"] .star:nth-child(-n+2):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="3"] .star:nth-child(-n+3):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="3.5"] .star:nth-child(-n+3):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="4"] .star:nth-child(-n+4):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="4.5"] .star:nth-child(-n+4):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="5"] .star:nth-child(-n+5):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="5.5"] .star:nth-child(-n+5):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="6"] .star:nth-child(-n+6):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="6.5"] .star:nth-child(-n+6):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="7"] .star:nth-child(-n+7):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="7.5"] .star:nth-child(-n+7):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="8"] .star:nth-child(-n+8):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="8.5"] .star:nth-child(-n+8):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="0"] .star:nth-child(-n+0):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="0.5"] .star:nth-child(-n+0):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="1"] .star:nth-child(-n+1):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="1.5"] .star:nth-child(-n+1):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="2"] .star:nth-child(-n+2):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="2.5"] .star:nth-child(-n+2):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="3"] .star:nth-child(-n+3):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="3.5"] .star:nth-child(-n+3):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="4"] .star:nth-child(-n+4):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="4.5"] .star:nth-child(-n+4):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="5"] .star:nth-child(-n+5):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="5.5"] .star:nth-child(-n+5):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="6"] .star:nth-child(-n+6):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="6.5"] .star:nth-child(-n+6):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="7"] .star:nth-child(-n+7):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="7.5"] .star:nth-child(-n+7):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="8"] .star:nth-child(-n+8):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="8.5"] .star:nth-child(-n+8):before{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:900;text-rendering:auto}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="0.5"] .star:first-child:before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="1.5"] .star:nth-child(2):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="2.5"] .star:nth-child(3):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="3.5"] .star:nth-child(4):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="4.5"] .star:nth-child(5):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="5.5"] .star:nth-child(6):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="6.5"] .star:nth-child(7):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="7.5"] .star:nth-child(8):before,.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars[data-rating="8.5"] .star:nth-child(9):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="0.5"] .star:first-child:before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="1.5"] .star:nth-child(2):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="2.5"] .star:nth-child(3):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="3.5"] .star:nth-child(4):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="4.5"] .star:nth-child(5):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="5.5"] .star:nth-child(6):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="6.5"] .star:nth-child(7):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="7.5"] .star:nth-child(8):before,.hgm-provider-card .hgm-provider-ratings-reviews__stars[data-rating="8.5"] .star:nth-child(9):before{-webkit-font-smoothing:antialiased;content:"";font-family:Font Awesome\ 6 Pro;font-weight:400;text-rendering:auto}.hgm-provider-card .hgm-provider-ratings-reviews{border:none;order:4;padding-bottom:0;padding-top:0}.hgm-provider-card .hgm-provider-ratings-reviews__ratings{display:flex;flex-wrap:nowrap;margin-bottom:0;padding-bottom:0;position:relative}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .rating_header{border-right:none;display:flex;margin-right:2em;padding-right:1em}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .rating_header .overall_rating{align-items:flex-start;display:flex;flex-direction:column;justify-content:left}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .rating_header .overall_rating p{margin-bottom:0}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .rating_label{font-size:14px;width:100%}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div{display:flex;flex-direction:row;flex-wrap:nowrap}@media(max-width:1519px){.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div{flex-direction:column}}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars span{display:inline-block;font-weight:700;margin-left:2em;width:50px}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars .star{display:inline-block;margin-left:2px;margin-right:2px;position:relative}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars .star:first-child{margin-left:0}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-stars .star:before{color:var(--colors-providers-review-stars);font-size:18px}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-label{max-width:450px}@media(max-width:1519px){.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-label{margin-bottom:16px;margin-top:12px}}@media(max-width:1199px){.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-label{max-width:400px}}@media(max-width:991px){.hgm-provider-card .hgm-provider-ratings-reviews__ratings .field-hg-category-ratings>div .hgm-provider-ratings-category-label{max-width:none}}@media(max-width:767px){.hgm-provider-card .hgm-provider-ratings-reviews__ratings{align-items:center;flex-direction:column;flex-wrap:nowrap;justify-content:center}.hgm-provider-card .hgm-provider-ratings-reviews__ratings .rating_header{border-right:none;justify-content:left;margin:0;min-width:100%;padding:0}}.hgm-provider-card .hgm-provider-ratings-reviews__ratings.has-categories{flex-wrap:wrap}@media(max-width:767px){.hgm-provider-card .hgm-provider-ratings-reviews__ratings.has-categories{align-items:flex-start}}.hgm-provider-card .hgm-provider-ratings-reviews__ratings.has-categories .rating_header .overall_rating{justify-content:flex-start}@media(max-width:991px){.hgm-provider-card .hgm-provider-ratings-reviews__ratings.has-categories .rating_header{border-right:none}}@media(max-width:767px){.hgm-provider-card .hgm-provider-ratings-reviews__ratings.has-categories .rating_header{justify-content:flex-start}}.hgm-provider-card .hgm-provider-ratings-reviews__ratings.has-categories .rating_label{margin-top:24px}.hgm-provider-card .hgm-provider-ratings-reviews__wrapper{height:0;max-height:100%;opacity:0;overflow:hidden;transition:max-height .4s linear,opacity .4s linear .1s;width:100%}.hgm-provider-card .hgm-provider-ratings-reviews__wrapper.reveal{height:100%;max-height:-moz-max-content;max-height:max-content;opacity:1;overflow:visible}.hgm-provider-card .hgm-provider-ratings-reviews__reviews{display:flex;flex-direction:column}.hgm-provider-card .hgm-provider-ratings-reviews__reviews .review{margin-bottom:1em}.hgm-provider-card .hgm-provider-ratings-reviews__reviews .review_header{align-items:center;display:flex;justify-content:flex-start;margin-bottom:.5em}.hgm-provider-card .hgm-provider-ratings-reviews__reviews .review_header .hgm-provider-ratings-reviews__stars{margin-bottom:0;margin-right:1em}.hgm-provider-card .hgm-provider-ratings-reviews__reviews .review_header .star:before{font-size:18px}.hgm-provider-card .hgm-provider-ratings-reviews__reviews .review_header .review_date{font-weight:700;margin-bottom:0;margin-right:1em}.hgm-provider-card .hgm-provider-ratings-reviews__reviews .review_header .reviewer_name{font-style:italic;margin-bottom:0}@media(max-width:767px){.hgm-provider-card .hgm-provider-ratings-reviews__reviews .review_header{align-items:flex-start;flex-direction:column;justify-content:flex-start}.hgm-provider-card .hgm-provider-ratings-reviews__reviews .review_header .hgm-provider-ratings-reviews__stars{margin-bottom:0}}.hgm-provider-card .hgm-provider-ratings-reviews__reviews .hgm-button{display:block;margin:20px auto;width:-moz-max-content;width:max-content}.hgm-provider-card .hgm-provider-ratings-reviews__stars{margin-bottom:0}.hgm-provider-card .hgm-provider-ratings-reviews__stars .star{display:inline-block;margin-left:2px;margin-right:2px;position:relative}.hgm-provider-card .hgm-provider-ratings-reviews__stars .star:first-child{margin-left:0!important}.hgm-provider-card .hgm-provider-ratings-reviews__stars .star:before{color:var(--colors-providers-review-stars);font-size:20px}.hgm-provider-card .hgm-provider-ratings-reviews__stars cite>span{color:var(--colors-secondary-50)}.hgm-provider-card .hgm-provider-ratings-reviews.sidebar .rating_header{align-items:center;border-right:none;justify-content:left;margin-right:0;max-width:100%;padding-right:0;width:100%}.hgm-provider-card .hgm-provider-ratings-reviews.sidebar .rating_header .hgm-provider-ratings-reviews__stars .star:before{font-size:18px}#providerGroups.hgm-provider-provider-groups.card .affiliations .hg-affiliation-logo{display:flex!important;justify-content:left;margin:10px 0 0;padding:0}#providerGroups.hgm-provider-provider-groups.card .affiliations .hg-affiliation-logo:last-child{margin-bottom:10px}#providerGroups.hgm-provider-provider-groups.card .affiliations .hg-affiliation-logo .affiliation-img{display:flex;height:auto;justify-content:left;margin:0;max-width:-moz-fit-content;max-width:fit-content;padding:0;width:70%}.hgm-list-group.multi .link{color:var(--colors-primary-30);padding:12px 15px}.hgm-list-group.multi .link:hover{background-color:var(--colors-primary-30);color:var(--colors-white)}@media(max-width:991px){.search-modal-hgm{overflow-y:scroll}}form.hgm-form{box-shadow:0 2px 6px rgba(0,0,0,.15);padding:15px 30px}@media screen and (min-width:992px){form.hgm-form{padding:20px 25px}}form.hgm-form h1,form.hgm-form h2,form.hgm-form h3,form.hgm-form h4,form.hgm-form h5,form.hgm-form h6{font-family:Montserrat,sans-serif;font-size:30px}@media screen and (max-width:767px){form.hgm-form h1,form.hgm-form h2,form.hgm-form h3,form.hgm-form h4,form.hgm-form h5,form.hgm-form h6{margin-top:30px}}form.hgm-form .form-item-markup .form-field-container p{margin-bottom:20px;margin-top:20px}form.hgm-form .js-form-type-radio>div{align-items:center;display:flex}form.hgm-form .js-form-type-radio>div label{margin-bottom:0;margin-left:7px;margin-top:2px}form.hgm-form input[type=checkbox],form.hgm-form input[type=radio]{height:22px;margin-right:10px;width:22px}form.hgm-form input[type=radio]:checked{background:radial-gradient(circle,var(--colors-success-50) 40%,var(--colors-white) 60%);border-color:var(--colors-success-50)}form.hgm-form input[type=radio]:checked+label.option{color:var(--colors-success-50)}form.hgm-form .js-form-item:not(.js-webform-type-radios):not(.js-form-type-radio) label:not(.js-form-required){margin-bottom:11.5px;margin-top:4px}form.hgm-form .js-form-item:not(.js-webform-type-radios):not(.js-form-type-radio) label.js-form-required:after{padding-left:2px}form.hgm-form .js-form-item label{line-height:1;margin-bottom:5px}form.hgm-form .js-form-item input:not([type=radio]){border-radius:5px;margin-bottom:20px;padding:5px 8px}form.hgm-form .js-form-item input:hover,form.hgm-form .js-form-item select:hover,form.hgm-form .js-form-item textarea:hover{border-color:var(--colors-success-50);cursor:pointer}form.hgm-form .webform-flexbox{flex-wrap:wrap}@media screen and (min-width:768px){form.hgm-form .webform-flexbox .webform-flex{flex:unset;width:100%}}@media screen and (min-width:992px){form.hgm-form .webform-flexbox .webform-flex{flex:unset}form.hgm-form .webform-flexbox .webform-flex--1{width:8.33333%}form.hgm-form .webform-flexbox .webform-flex--2{width:16.66667%}form.hgm-form .webform-flexbox .webform-flex--3{width:25%}form.hgm-form .webform-flexbox .webform-flex--4{width:33.33333%}form.hgm-form .webform-flexbox .webform-flex--5{width:41.66667%}form.hgm-form .webform-flexbox .webform-flex--6{width:50%}form.hgm-form .webform-flexbox .webform-flex--7{width:58.33333%}form.hgm-form .webform-flexbox .webform-flex--8{width:66.66667%}form.hgm-form .webform-flexbox .webform-flex--9{width:75%}form.hgm-form .webform-flexbox .webform-flex--10{width:83.33333%}form.hgm-form .webform-flexbox .webform-flex--11{width:91.66667%}form.hgm-form .webform-flexbox .webform-flex--12{width:100%}}.hgm-sidebar .contextual-region .field .hgm-section__container{padding:0}.hgm-sidebar .contextual-region .field .hgm-section__container form{padding:1.5em}.hgm-sidebar .contextual-region .field .hgm-section__container form h1,.hgm-sidebar .contextual-region .field .hgm-section__container form h2,.hgm-sidebar .contextual-region .field .hgm-section__container form h3,.hgm-sidebar .contextual-region .field .hgm-section__container form h4,.hgm-sidebar .contextual-region .field .hgm-section__container form h5,.hgm-sidebar .contextual-region .field .hgm-section__container form h6{margin-top:0}.hgm-sidebar .contextual-region .field .hgm-section__container form .webform-flex{width:100%}.hgm-process-list.vertical li .hgm-process-list__marker:before{font-family:Montserrat,sans-serif;font-size:18px;height:35px;width:35px}.hgm-process-list.vertical li .hgm-process-list__marker:after{left:16px;width:2px}.hgm-process-list.vertical li .hgm-process-list__marker:after,.hgm-process-list.vertical li .hgm-process-list__marker:before{background-color:var(--colors-tertiary-10)}.hgm-process-list.vertical li .hgm-process-list__text{padding-left:5px}.hgm-process-list.vertical li .hgm-process-list__text h4{font-family:Montserrat,sans-serif;margin:.25rem 0 0}.hgm-process-list.vertical li .hgm-process-list__text h4 p{margin-bottom:.5rem}.hgm-process-list.vertical li .hgm-process-list__text>p{color:var(--colors-gray-70);font-weight:300}@media screen and (min-width:992px){.hgm-description-list{display:flex;flex-wrap:wrap}.hgm-description-list__wrapper{margin-bottom:20px;width:50%}}.hgm-description-list dt p{font-family:Montserrat,sans-serif;font-size:21px;font-weight:600;margin-bottom:10px}.hgm-description-list dt i{font-size:24px;margin-right:26px!important}.hgm-description-list dt i.green{color:var(--colors-tertiary-10)}.hgm-description-list dt i.yellow{color:var(--colors-tertiary-90)}.hgm-description-list dt i.blue{color:var(--colors-secondary-50)}.hgm-description-list dt i.red{color:var(--colors-tertiary-30)}.hgm-description-list dd{color:var(--colors-gray-70);margin-bottom:30px;margin-left:46px!important;margin-top:3px}@media screen and (min-width:992px){.hgm-description-list dd{margin-bottom:0;margin-right:20px}}.hgm-accordion__item input[type=radio]:checked+label.hgm-accordion__label{background-color:var(--colors-secondary-50)}.hgm-accordion__item input[type=radio]:checked+label.hgm-accordion__label+div.hgm-accordion__content{border-bottom-color:var(--colors-gray-10);border-left-color:var(--colors-gray-10);border-right-color:var(--colors-gray-10)}.hgm-accordion__item input[type=radio]+label.hgm-accordion__label{background-color:#1fa2dd}.hgm-gallery-light{margin:2rem -1rem}@media screen and (max-width:575px){.hgm-gallery-light{justify-content:center}}.hgm-gallery-light a.hgm-gallery-light__item{flex:1;height:unset!important;max-width:unset!important}@media screen and (max-width:575px){.hgm-gallery-light a.hgm-gallery-light__item{flex:0 1 50%}.hgm-image-carousel>.container{padding-left:0;padding-right:0}}.hgm-image-carousel>.container .glide__track{margin-bottom:20px}.hgm-image-carousel__footer .glide__arrows{display:flex;justify-content:space-between;left:0;padding-left:calc(var(--bs-gutter-x)/5);padding-right:calc(var(--bs-gutter-x)/5);position:absolute;text-align:unset;top:calc(50% - 30px);width:100%}@media screen and (max-width:767px){.hgm-image-carousel__footer .glide__arrows{top:calc(50% - 54px)}}@media screen and (max-width:991px)and (min-width:768px){.hgm-image-carousel__footer .glide__arrows{top:calc(50% - 48px)}}@media screen and (min-width:768px){.hgm-image-carousel__footer .glide__arrows{padding-left:calc(var(--bs-gutter-x)/4);padding-right:calc(var(--bs-gutter-x)/4)}}.hgm-image-carousel__footer .glide__arrows .glide__arrow{background:rgba(0,0,0,.45);border:unset;color:var(--colors-white);font-size:1.25em}.hgm-image-carousel__footer .glide__arrows .glide__arrow:hover{background-color:rgba(0,0,0,.75)}.hgm-image-carousel__footer .glide__bullets{text-align:center;width:100%}.hgm-image-carousel__footer .glide__bullets .glide__bullet{border-color:var(--colors-gray-40)}.hgm-image-carousel__footer .glide__bullets .glide__bullet:hover{background-color:var(--colors-gray-40)}.hgm-image-carousel__footer .glide__bullets .glide__bullet--active,.hgm-image-carousel__footer .glide__bullets .glide__bullet--active:hover{background-color:var(--colors-tertiary-10);border-color:var(--colors-tertiary-10)}.hgm-tabs div.hgm-tabs__content{border-top-color:var(--colors-gray-40);padding:24px 0}.hgm-tabs input[type=radio]:checked+label.hgm-tabs__label{color:var(--colors-accordion-and-tabs-text)}.hgm-tabs label.hgm-tabs__label{color:var(--colors-primary-50);font-weight:400}#hgmOffCanvas .hgm-off-canvas__cta{display:none}@media screen and (max-width:767px){#hgmOffCanvas .hgm-off-canvas__body .hgm-drill-down__heading{display:none}}#hgmOffCanvas .hgm-off-canvas__body .hgm-drill-down__menu li.tertiary-menu__item a{font-weight:700}#hgmOffCanvas .hgm-off-canvas__body .hgm-drill-down__menu li:not(.tertiary-menu__item){display:none}body.offcanvas-open{height:100vh}.hgm-video .hgm-video__poster:hover:after{background-color:var(--colors-secondary-10)}.hgm-video .hgm-video__poster:after{align-items:center;background-color:rgba(82,198,243,.8);border:0;border-radius:50%;color:var(--colors-white);content:"";display:flex;font-family:Font Awesome\ 6 Pro;font-size:27px;font-weight:600;height:75px;justify-content:center;margin-left:0;padding-left:5px;transition:.4s ease;width:70px}table{border-collapse:collapse;width:100%}@media screen and (max-width:600px){table td,table th{font-size:14px;line-height:1.125}}table thead tr th{border-bottom:2px solid var(--colors-black);padding:8px 4px;text-align:left}table tbody tr td{border-bottom:1px solid var(--colors-gray-40);padding:8px 4px}.hgm-sidebar .navigation-cta{background:transparent linear-gradient(205deg,#0a44c3,#052262) 0 0 no-repeat padding-box;border-radius:24px 0;padding:50px 35px}@media screen and (min-width:992px){.hgm-sidebar .navigation-cta{margin-bottom:30px}.hgm-sidebar .navigation-cta h5{font-family:Montserrat,sans-serif}.hgm-sidebar .navigation-cta h5,.hgm-sidebar .navigation-cta p{color:var(--colors-white)}.hgm-sidebar .navigation-cta p{font-weight:100}}@media(max-width:991px){.hgm-sidebar .navigation-cta .dash-magenta{color:#fff}}.hgm-sidebar .navigation-cta .dash-magenta:before{background-color:#eb3987;border:1px solid #eb3987;border-radius:50px;content:"";height:5px;position:absolute;top:10%;width:2em}@media(max-width:991px){.hgm-sidebar .navigation-cta .questions{color:#fff}}.hgm-sidebar .navigation-cta a.btn{color:#fff!important;padding:10px 20px!important;text-decoration:none!important}.dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__wrapper a.hgm-off-canvas__close:after{position:relative;top:-2px}.dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__wrapper .hgm-off-canvas__body .hgm-drill-down ul li a{font-size:18px}.dialog-off-canvas-main-canvas #hgmOffCanvas .hgm-off-canvas__wrapper .hgm-off-canvas__body .hgm-drill-down ul li a.active:hover{color:var(--colors-offcanvas-menu-text-hover)}.hgm-card--testimonial .hgm-card__header.vertical .hgm-card__header-photo{max-height:unset!important;min-height:unset!important}.page__hgm_provider_search .returning-patient-callout{display:none}.returning-patient-callout{align-items:center;background-color:#0033a1;background-position:100%;background-position-x:89%;background-repeat:no-repeat;background-size:cover;border-radius:.313rem;box-shadow:0 3px 4px rgba(0,0,0,.25);display:flex;padding:2rem 4rem 2rem 2rem}@media(max-width:1199px){.returning-patient-callout{background-position-x:94%}}@media(max-width:767px){.returning-patient-callout{padding:1.5rem 2rem 1.5rem 1rem}}.returning-patient-callout.hidden{display:none}.returning-patient-callout.providers-list{display:flex;margin-bottom:1rem;margin-inline:.5rem;width:calc(100% - 1rem)}@media(max-width:991px){.returning-patient-callout.providers-list{margin-inline:1rem;width:calc(100% - 2rem)}}.returning-patient-callout .icon-wrapper{color:var(--colors-secondary-30);font-size:4rem}.returning-patient-callout .content-container{color:var(--colors-white);display:flex;flex-direction:column;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:600;gap:.2rem}.returning-patient-callout .content-container p{margin:0}.returning-patient-callout .content-container a{font-size:1rem}header.hgm-header{border-bottom:1px solid var(--colors-gray-20)}@media screen and (max-width:767px){header.hgm-header .hgm-header__brand img{max-height:170px}}header.hgm-header .hgm-header__main-menu-cta{background-color:var(--colors-gray-85)}header.hgm-header .hgm-header__main-menu-cta:hover{background-color:var(--colors-gray-70)}header.hgm-header .mobile-icon:hover{color:var(--colors-tertiary-30)}@media(max-width:991px){.hgm-header__sub-header{background-color:var(--colors-header-subheader-background)!important;order:1}}.region-footer{background:#001f61;color:var(--colors-white)}.region-footer .footer-body__top{padding-bottom:3em}@media screen and (max-width:767px){.region-footer .footer-body__top{padding-bottom:2em}}.region-footer .footer-body__top>.container{padding-top:3em}@media screen and (max-width:767px){.region-footer .footer-body__top>.container>.row{flex-direction:column}.region-footer .footer-body__top>.container>.row>.col:not(:last-of-type){border-bottom:1px solid #405688;margin-bottom:2em;padding-bottom:2em}}@media screen and (max-width:991px)and (min-width:768px){.region-footer .footer-body__top>.container>.row{flex-direction:row}.region-footer .footer-body__top>.container>.row>.col:first-of-type{border-bottom:1px solid #405688;margin-bottom:2em;padding-bottom:2em;width:100%}.region-footer .footer-body__top>.container>.row>.col:not(:first-of-type){width:33.33333%}}@media screen and (max-width:991px){.region-footer .footer-body__top>.container>.row .footer-nav{margin-bottom:0}}@media screen and (min-width:992px){.region-footer .footer-body__top>.container>.row>.col:first-of-type{border-right:1px solid #405688}}.region-footer .footer-body__top>.container>.row>.col>.margin-vertical{margin-bottom:0;margin-top:0}.region-footer .footer-body__top-info{align-items:center;display:flex;flex-direction:column}.region-footer .footer-body__top-info img{max-height:125px}.region-footer .footer-body__top-info>p{text-align:center;width:100%}.region-footer .footer-body__top-info>p:last-of-type{margin-bottom:0;margin-top:.25em}.region-footer .footer-body__top-info .footer-phone{color:var(--colors-white);display:block;font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;margin-top:1em}.region-footer .footer-body__top .footer-nav{margin-top:0;padding-left:0}.region-footer .footer-body__top .footer-nav>li{list-style-type:none}.region-footer .footer-body__top .footer-nav h6{color:var(--colors-white);font-family:Montserrat,sans-serif;font-size:20px;margin-bottom:1em}.region-footer .footer-body__top .footer-nav ul{list-style-type:none;padding-left:0}.region-footer .footer-body__top .footer-nav ul li:not(:last-of-type){margin-bottom:1em}.region-footer .footer-body__top .footer-nav ul li a{color:var(--colors-white)}.region-footer .footer-social-media{border-bottom:1px solid #405688;border-top:1px solid #405688}.region-footer .footer-social-media .container{margin-bottom:2rem;margin-top:2rem}.region-footer .footer-social-media .container>.row{align-items:center}@media screen and (max-width:767px){.region-footer .footer-social-media .container>.row>.col:first-of-type{margin-bottom:1em}.region-footer .footer-social-media .container>.row>.col:last-of-type .hgm-text{text-align:center}}@media screen and (max-width:1399px)and (min-width:768px){.region-footer .footer-social-media .container>.row>.col{width:50%}}@media screen and (max-width:767px){.region-footer .footer-social-media .footer-social-icons{display:flex;justify-content:space-between}}.region-footer .footer-social-media .footer-social-icons a{color:var(--colors-secondary-30);display:inline-block;font-size:36px;text-align:center;width:45px}@media screen and (min-width:768px){.region-footer .footer-social-media .footer-social-icons a{font-size:30px}}@media screen and (min-width:1400px){.region-footer .footer-social-media .footer-social-icons a{font-size:36px}}.region-footer .footer-social-media .footer-social-icons a:hover{color:var(--colors-secondary-10)}.region-footer .footer-social-media .footer-social-icons a:not(:last-of-type){margin-right:5px}.region-footer .footer-social-media .margin-vertical{margin-bottom:0;margin-top:0}.region-footer .footer-social-media p{margin-bottom:0}@media screen and (max-width:767px){.region-footer .footer-social-media p{margin-top:1em;text-align:center}}.region-footer .footer-social-media .newsletter-link{color:var(--colors-white);font-family:Montserrat,sans-serif;font-size:24px;font-weight:700}@media screen and (min-width:768px){.region-footer .footer-social-media .newsletter-link{font-size:20px}}@media screen and (min-width:1400px){.region-footer .footer-social-media .newsletter-link{font-size:19px}}.region-footer .footer-accesibility-disclaimer{border-bottom:1px solid #405688}.region-footer .footer-accesibility-disclaimer .ada-compliance-banner{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700}.region-footer .footer-accesibility-disclaimer .ada-compliance-banner a{color:var(--colors-secondary-30)}.region-footer .footer-accesibility-disclaimer .ada-compliance-banner a:hover{color:var(--colors-secondary-10)}.region-footer .footer-copyright-wrapper .hgm-text{display:flex}@media screen and (max-width:767px){.region-footer .footer-copyright-wrapper .hgm-text{flex-direction:column}.region-footer .footer-copyright-wrapper .hgm-text div.footer-copyright-links{margin-left:0;margin-top:.75em}}.region-footer .footer-copyright-wrapper .hgm-text p{margin-bottom:0}.region-footer .footer-copyright-wrapper .hgm-text .footer-copyright-links{margin-left:5px}.region-footer .footer-copyright-wrapper .hgm-text .footer-copyright-links a{color:var(--colors-white)}@media screen and (max-width:767px){body.content-type-mercury_standard_layout .hgm-body-region .container{padding-left:5px;padding-right:5px}}body.content-type-mercury_standard_layout .hgm-marquee-two-column[data-bg-color="#FFFFFF"] .hgm-blockquote p{color:var(--colors-gray-60)}body.content-type-mercury_standard_layout .hgm-marquee-two-column[data-bg-color="#FFFFFF"] .container>.row>.col{grid-column-gap:0;grid-row-gap:0;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(2,1fr)}body.content-type-mercury_standard_layout .hgm-marquee-two-column[data-bg-color="#FFFFFF"] .container>.row>.col h1{font-weight:700;grid-column:span 8}@media screen and (max-width:1199px)and (min-width:768px){body.content-type-mercury_standard_layout .hgm-marquee-two-column[data-bg-color="#FFFFFF"] .container>.row>.col h1{line-height:1.25;margin-bottom:0}}body.content-type-mercury_standard_layout .hgm-marquee-two-column[data-bg-color="#FFFFFF"] .container>.row>.col figure{grid-column:span 7;margin-bottom:0;padding-right:30px}@media screen and (max-width:1199px)and (min-width:768px){body.content-type-mercury_standard_layout .hgm-marquee-two-column[data-bg-color="#FFFFFF"] .container>.row>.col figure{margin-top:0}}body.content-type-mercury_standard_layout .hgm-marquee-two-column[data-bg-color="#FFFFFF"] .container>.row>.col .hgm-button{align-self:center;display:inline-flex;font-weight:700;grid-column:span 1;height:50px;margin-top:10px}body.content-type-mercury_standard_layout .hgm-marquee-two-column[data-bg-color="#FFFFFF"] .container>.row>.col .hgm-button:hover,body.content-type-mercury_standard_layout .hgm-marquee-two-column[data-bg-color="#FFFFFF"] .container>.row>.col .hgm-button:hover i{color:var(--colors-white)}body.content-type-mercury_standard_layout .hgm-marquee-two-column[data-bg-color="#FFFFFF"] .container>.row>.col .hgm-button i{transition:color .4s}body.content-type-mercury_standard_layout .hgm-marquee-two-column:not([data-bg-color="#FFFFFF"]) .container .hgm-slideshow__dot{border:1px solid var(--colors-secondary-10)}body.content-type-mercury_standard_layout .hgm-marquee-two-column:not([data-bg-color="#FFFFFF"]) .container .hgm-slideshow__dot.is-active{background-color:var(--colors-secondary-10)}body.content-type-mercury_standard_layout .hgm-marquee-two-column hr{display:none}body.content-type-mercury_standard_layout .hgm-marquee-two-column .container>.row.two>.col:first-of-type .hgm-button{background-color:var(--colors-white);color:#003fc5}body.content-type-mercury_standard_layout .hgm-marquee-two-column .container>.row.two>.col:first-of-type .hgm-button:hover i{color:var(--colors-tertiary-30)}body.content-type-mercury_standard_layout .hgm-marquee-two-column .container>.row.two>.col:first-of-type .hgm-button i{padding-left:5px;transition:color .4s}body.content-type-mercury_standard_layout .hgm-marquee-two-column .container>.row.two>.col:first-of-type .hgm-marquee-two-column__link{color:var(--colors-primary-lightest)}body.content-type-mercury_standard_layout .hgm-marquee-two-column .container>.row.two>.col:first-of-type .hgm-marquee-two-column__link:hover{color:var(--colors-primary-lightest);text-decoration-color:var(--colors-primary-lightest)}body.content-type-mercury_standard_layout .hgm-marquee-two-column .container>.row.two>.col:nth-of-type(2) img{max-height:375px;-o-object-fit:cover;object-fit:cover;width:100%}body.content-type-mercury_standard_layout .hgm-marquee-two-column .container>.row>.col h1{font-weight:700}body.content-type-mercury_standard_layout .hgm-marquee-two-column .container .hgm-blockquote{margin-bottom:0}body.content-type-mercury_standard_layout .hgm-marquee-two-column .container .hgm-blockquote p{font-family:Montserrat,sans-serif;font-weight:300;margin-bottom:0}body.content-type-mercury_standard_layout .hgm-marquee-two-column .container hr{background:var(--colors-white);border:0;height:1px}@media screen and (min-width:768px){body.content-type-mercury_standard_layout .hgm-main-page>.container>.row .hgm-sidebar{padding-right:calc(var(--bs-gutter-x)/3)}body.content-type-mercury_standard_layout .hgm-main-page>.container>.row .hgm-body-region{padding-left:calc(var(--bs-gutter-x)/3)}body.content-type-mercury_standard_layout .hgm-main-page>.container>.row .hgm-body-region .container{padding-left:0;padding-right:0}body.content-type-mercury_standard_layout .hgm-main-page>.container>.row .hgm-body-region>:nth-child(2) .margin-vertical{margin-top:0}}body.content-type-mercury_standard_layout .hgm-main-page .field-hgm-layout>div:first-of-type>.hgm-section[data-bg-hex],body.content-type-mercury_standard_layout .hgm-main-page .field-hgm-layout>div:first-of-type>.hgm-section[data-img]{margin-top:-32px}body.content-type-mercury_standard_layout .hgm-main-page .hgm-section.wide[data-bg-hex],body.content-type-mercury_standard_layout .hgm-main-page .hgm-section.wide[data-img]{width:100vw}@media screen and (min-width:768px){body.content-type-mercury_standard_layout .hgm-main-page .hgm-section.wide[data-bg-hex],body.content-type-mercury_standard_layout .hgm-main-page .hgm-section.wide[data-img]{margin-left:calc(50% - 50vw + 10px);margin-right:calc(50% - 50vw)}}@media screen and (max-width:767px){body.content-type-mercury_standard_layout .hgm-main-page .hgm-section.wide[data-bg-hex],body.content-type-mercury_standard_layout .hgm-main-page .hgm-section.wide[data-img]{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0 15px}body.content-type-mercury_standard_layout .hgm-main-page .hgm-section.wide[data-bg-hex]>.container,body.content-type-mercury_standard_layout .hgm-main-page .hgm-section.wide[data-img]>.container{padding-right:30px}}body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers{border-bottom:1px solid var(--colors-gray-40)}@media(min-width:375px){body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers h2{font-size:max(var(--fonts-h2-size-min),min(var(--fonts-h2-size),4.70588vw))!important}}@media screen and (min-width:1300px){body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers h2{font-size:var(--fonts-h2-size)!important}}@media screen and (min-width:1200px){body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div{margin-left:auto;margin-right:auto;max-width:1140px}}@media screen and (min-width:1400px){body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div{max-width:1320px}}@media screen and (min-width:768px){body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:first-of-type .providerWrapper,body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(2) .providerWrapper,body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(3) .providerWrapper{margin-bottom:25px!important}body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(4) .providerWrapper,body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(5) .providerWrapper,body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(6) .providerWrapper{margin-top:0!important}body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:first-of-type .providerWrapper,body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(2) .providerWrapper,body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(4) .providerWrapper,body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(5) .providerWrapper{margin-right:1.125em!important}body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(2) .providerWrapper,body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(3) .providerWrapper,body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(5) .providerWrapper,body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .provider-list-item:nth-of-type(6) .providerWrapper{margin-left:1.125em!important}}body.content-type-mercury_standard_layout .region-pre-footer .field .hg-powered-providers>div .pagination .paginationWrapper .totals{font-family:--fonts-Montserrat;font-size:18px;font-weight:700;text-transform:capitalize}body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_event],body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location]{background-color:#e3e3e3;margin-bottom:0}@media screen and (min-width:1200px){body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .container{max-width:1110px}}@media screen and (min-width:1400px){body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .container{max-width:1290px}}body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column{margin-bottom:25px}@media screen and (max-width:991px)and (min-width:768px){body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:first-of-type,body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(3),body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(5){padding-right:calc(var(--bs-gutter-x)/4)}body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(2),body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(4),body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(6){padding-left:calc(var(--bs-gutter-x)/4)}}@media screen and (min-width:992px){body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:first-of-type,body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(2),body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(4),body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(5){padding-right:calc(var(--bs-gutter-x)/4)}body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(2),body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(3),body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(5),body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column:nth-of-type(6){padding-left:calc(var(--bs-gutter-x)/4)}}body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column .hgm-card .location__category p{color:var(--colors-gray-60);font-size:14px}body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column .hgm-card .location__category h6{font-family:Montserrat,sans-serif}body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column .hgm-card p{color:var(--colors-gray-70)}body.content-type-mercury_standard_layout .region-pre-footer .block-hg-content-feed [data-content-type=hg_location] .hgm-content-feed__column .hgm-card p a{color:var(--colors-primary-50)}.hgm-section.section-wave-pattern{margin-bottom:200px}.hgm-section.section-wave-pattern:after{background-image:url(https://live-hgwf-tmh.pantheonsite.io/sites/default/files/2023-11/TMH-wave-02.png);background-repeat:repeat-x;background-size:contain;bottom:-100px;content:"";display:block;height:100px;position:absolute;width:200%}.hgm-section.marginless-section{background-color:var(--colors-primary-50);color:var(--colors-white);transition:opacity .2s}.hgm-section.marginless-section:not(.visible){opacity:0}.hgm-section.marginless-section h1,.hgm-section.marginless-section h2,.hgm-section.marginless-section h3,.hgm-section.marginless-section h4,.hgm-section.marginless-section h5,.hgm-section.marginless-section h6{color:var(--colors-white);font-family:Montserrat,sans-serif}.hgm-section.marginless-section .container{max-width:unset;padding:0!important}@media screen and (max-width:1199px){.hgm-section.marginless-section .hgm-section__component-row{margin:0;width:100vw}}@media screen and (max-width:767px){.hgm-section.marginless-section .hgm-section__component-row .col:first-child{order:1}.hgm-section.marginless-section .hgm-section__component-row .col:nth-child(2){order:2}.hgm-section.marginless-section .hgm-section__component-row .col:nth-child(3){order:4}.hgm-section.marginless-section .hgm-section__component-row .col:nth-child(4){order:3}.hgm-section.marginless-section .hgm-section__component-row .col:nth-child(5){order:5}.hgm-section.marginless-section .hgm-section__component-row .col:nth-child(6){order:6}}.hgm-section.marginless-section .hgm-section__component-row .col:not(.padded){padding:0}@media screen and (max-width:767px){.hgm-section.marginless-section .hgm-section__component-row .col.padded{padding-left:15px;padding-right:15px}}@media screen and (min-width:768px){.hgm-section.marginless-section .hgm-section__component-row .col.padded{align-items:center;display:flex}}@media screen and (min-width:992px){.hgm-section.marginless-section .hgm-section__component-row .col.padded.right-hand{margin-right:auto}.hgm-section.marginless-section .hgm-section__component-row .col.padded.left-hand{margin-left:auto}}@media screen and (min-width:1200px){.hgm-section.marginless-section .hgm-section__component-row .col.padded{width:617px}}@media screen and (min-width:1400px){.hgm-section.marginless-section .hgm-section__component-row .col.padded{width:705px}}.hgm-section.marginless-section img{margin:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width:767px){.hgm-section.marginless-section img{max-height:300px}}@media screen and (min-width:768px){.hgm-section.marginless-section img{height:400px}}@media screen and (min-width:1200px){.hgm-section.marginless-section img{height:500px}}.hgm-section.section-gradient-background{color:var(--colors-white);padding:55px 0}.hgm-section.section-gradient-background h1,.hgm-section.section-gradient-background h2,.hgm-section.section-gradient-background h3,.hgm-section.section-gradient-background h4,.hgm-section.section-gradient-background h5,.hgm-section.section-gradient-background h6{color:var(--colors-white);font-family:Montserrat,sans-serif}.hgm-section.section-gradient-background .hgm-card{border:0}.hgm-section.section-gradient-background .hgm-card h1,.hgm-section.section-gradient-background .hgm-card h2,.hgm-section.section-gradient-background .hgm-card h3,.hgm-section.section-gradient-background .hgm-card h4,.hgm-section.section-gradient-background .hgm-card h5,.hgm-section.section-gradient-background .hgm-card h6{color:var(--colors-black)}.hgm-section.section-gradient-background .hgm-card p{color:var(--colors-gray-70)}.hgm-section.section-gradient-background .hgm-section__description-row{margin-bottom:40px}.hgm-section.section-gradient-background .hgm-section__description-row p{margin-bottom:0}.hgm-section.section-gradient-background .hgm-section__description-row p strong{font-family:Montserrat,sans-serif;font-size:18px}.hgm-section.section-gradient-background .hgm-section__component-row .margin-vertical{margin-bottom:0;margin-top:0}.hgm-section.section-gradient-background .hgm-section__component-row .hgm-gallery-light__item{flex:1 0 100%}@media screen and (min-width:576px){.hgm-section.section-gradient-background .hgm-section__component-row .hgm-gallery-light__item{flex:1 0 50%}}@media screen and (min-width:992px){.hgm-section.section-gradient-background .hgm-section__component-row .hgm-gallery-light__item{flex:1 0 33.33333%}}.hgm-section.section-gradient-background .hgm-section__component-row .hgm-tabs__radio:checked+label{background-color:hsla(0,0%,100%,.85);border-radius:5px}@media screen and (max-width:767px){.hgm-section.section-gradient-background .hgm-section__component-row .hgm-tabs__radio:checked+label:first-of-type{border-radius:5px 5px 0 0}.hgm-section.section-gradient-background .hgm-section__component-row .hgm-tabs__radio:checked+label:not(:first-of-type){border-radius:0}.hgm-section.section-gradient-background .hgm-section__component-row .hgm-tabs__radio:checked+label:after{display:none}}.hgm-section.section-gradient-background .hgm-section__component-row .hgm-tabs__radio:not(:checked)+label{color:var(--colors-white)}.hgm-section.section-gradient-background .hgm-section__component-row .hgm-tabs__radio:not(:checked)+label:hover{background-color:hsla(0,0%,100%,.1)}.hgm-section.section-gradient-background .hgm-section__component-row .hgm-tabs__label{border-bottom:0}.hgm-section.section-gradient-background .hgm-section__component-row .hgm-tabs__content{border-top:0}@media screen and (max-width:767px){.hgm-section.section-gradient-background .hgm-section__component-row .hgm-tabs__content{padding:20px}}div.hgm-section__description-row{margin-bottom:0;text-align:left}h3{color:var(--colors-primary-50)}.intro{font-family:Montserrat,Helvetica,Arial,sans-serif;font-size:2em;font-weight:600;line-height:1.25;margin-bottom:35px}@media screen and (max-width:1199px)and (min-width:768px){.intro{font-size:1.5em}}@media screen and (max-width:767px){.intro{font-size:1.125em}}.intro.purple{color:#a15dc0}.intro.primary{color:#003fc6}.intro.blue,.intro.secondary{color:#00a1e0}.intro.green{color:#76bd22}.intro.yellow{color:#ffd200}.intro.orange{color:#f39a34}.intro.magenta{color:#eb3987}.intro.red{color:#f32836}.intro.burgundy{color:#ab0033}.intro.light-yellow{color:#fee123}.intro.light-purple{color:#cb8bdb}.intro.golden{color:#ffaf00}.intro.dark-golden{color:#f39a34}.intro.light-pink{color:#f578c5}.intro.light-green{color:#a3d55f}.intro.dark-green{color:#76bd22}.intro.dark-purple{color:#a15dc0}.intro.sky-blue{color:#00a1e0}.hgm-main-page a{text-decoration-color:inherit}.field-hgm-marquee-car-component .glide .hgm-marquee-carousel__slide-component-content.container{align-items:end;padding-bottom:45px}.field-hgm-marquee-car-component .glide .hgm-marquee-carousel__slide-component-content.container .hgm-text,.field-hgm-marquee-car-component .glide .hgm-marquee-carousel__slide-component-content.container .hgm-text h1{color:var(--colors-white)}.field-hgm-marquee-car-component .glide .hgm-marquee-carousel__slide-component-content.container .hgm-text p{line-height:1.375}body.content-type-mercury_standard_layout .hgm-marquee-carousel__controls{display:none}body.content-type-mercury_standard_layout .hgm-description-list .hgm-description-list__wrapper{width:100%}body.content-type-mercury_standard_layout .hgm-description-list .hgm-description-list__wrapper:not(:nth-of-type(2n)):not(:nth-of-type(3n)) dt i:before{color:var(--colors-quinary-50)}body.content-type-mercury_standard_layout .hgm-description-list .hgm-description-list__wrapper:nth-of-type(2n):not(:nth-of-type(3n)) dt i:before{color:var(--colors-warning-50)}body.content-type-mercury_standard_layout .hgm-description-list .hgm-description-list__wrapper:nth-of-type(3n):not(:nth-of-type(2n)) dt i:before{color:var(--colors-tertiary-30)}.hgm-section[data-bg-hex="#001F61"] .hgm-text,.hgm-section[data-bg-hex="#001F61"] .hgm-text h2,.hgm-section[data-bg-hex="#001F61"] .hgm-text h3,.hgm-section[data-bg-hex="#001F61"] .hgm-text h4,.hgm-section[data-bg-hex="#001F61"] .hgm-text h5,.hgm-section[data-bg-hex="#001F61"] .hgm-text h6{color:var(--colors-white)}ol.order-secondary li::marker{color:var(--colors-secondary-50)}.text-primary{color:var(--colors-primary-50)}.text-secondary{color:var(--colors-secondary-50)}.text-tertiary{color:var(--colors-tertiary-50)}.text-quaternary{color:var(--colors-quaternary-50)}.text-quinary{color:var(--colors-quinary-50)}.translucent-cards .hgm-card{background-color:hsla(0,0%,100%,.8)}.key-items .hgm-card{margin:0}.key-items .hgm-card .hgm-card__body{padding:2em 1.5em;text-align:center}.key-items .hgm-card .hgm-card__body p{color:var(--colors-black)}.key-items .hgm-card .hgm-card__body a.hgm-button{margin:0;position:static}.key-items .hgm-card .hgm-card__body a.hgm-button i{margin-right:5px}.hgm-text h2,.hgm-text h3,.hgm-text h4,.hgm-text h5,.hgm-text h6{color:var(--colors-black);font-family:Montserrat,sans-serif}.hgm-process-list.vertical li p{margin-top:10px}.no-margin-section .container{max-width:unset;padding:0}.no-margin-section .container .row{margin:0}.no-margin-section .container .row .col{padding:0}.no-margin-section .container .row .col:nth-of-type(2) img{margin:0}.no-margin-section:not(.nms-reverse) .container .row .col:first-of-type .hgm-text{margin-left:auto;margin-right:30px;max-width:630px}.no-margin-section.nms-reverse{padding:0}.no-margin-section.nms-reverse .container .row .col:first-of-type img{margin:0}.no-margin-section.nms-reverse .container .row .col:nth-of-type(2) .hgm-text{margin-left:30px;margin-right:auto;max-width:630px}.hgm-section__container .hgm-section__component-row .col:not(:only-of-type) .hgm-gallery-light a{padding:5px!important}.gradient-bg-one h2,.gradient-bg-one h3,.gradient-bg-one h4,.gradient-bg-one h5,.gradient-bg-one h6{color:var(--colors-black)}.gradient-bg-one .hgm-tabs input[type=radio]+label.hgm-tabs__label{border-bottom:0}.gradient-bg-one .hgm-tabs input[type=radio]:checked+label.hgm-tabs__label{background-color:#e0f6ff;border-radius:5px}.gradient-bg-one .hgm-tabs .hgm-tabs__content{border-top:0}.gradient-bg-two .hgm-section__description-row p,.gradient-bg-two h2,.gradient-bg-two h3{color:var(--colors-white)}.gradient-bg-two .container .row .col .hgm-card.vertical img{height:200px;max-height:unset;min-height:unset}.gradient-bg-two .container .row .col .hgm-card .hgm-card__body p{color:var(--colors-gray-70);font-weight:lighter;line-height:1.5}.gradient-bg-two .container .row .col .hgm-card.horizontal .hgm-card__body .hgm-button{position:static}.gradient-bg-three .hgm-section__description-row p,.gradient-bg-three h2,.gradient-bg-three h3{color:var(--colors-white)}.gradient-bg-three .container .row .col .hgm-card .hgm-card__body p{color:var(--colors-gray-70);font-weight:lighter;line-height:1.5}.gradient-bg-three .container .row .col .hgm-card.horizontal .hgm-card__body .hgm-button{position:static}.hgm-table tr td p,.hgm-table tr th p{margin-bottom:0}@media screen and (min-width:1200px){.field-hgm-marquee-car-component .glide .hgm-marquee-carousel__slide-component-content.container .hgm-text h1{font-size:56px}}@media screen and (max-width:991px){.hgm-section[data-bg-hex="#001F61"] .col{width:100%}.key-items .row .col{padding-left:15px;padding-right:15px;width:100%}.key-items .row .col:not(:last-of-type){margin-bottom:30px}}@media screen and (min-width:992px){.key-items .row .col:first-of-type{padding-right:0}.key-items .row .col:last-of-type{padding-left:0}.hgm-section__container .hgm-section__component-row .col:not(:only-of-type) .hgm-gallery-light a{flex:33.33333%}}@media screen and (max-width:1199px)and (min-width:992px){.no-margin-section.nms-reverse .container .row .col:nth-of-type(2) .hgm-text,.no-margin-section:not(.nms-reverse) .container .row .col:first-of-type .hgm-text{max-width:450px}}@media screen and (max-width:991px)and (min-width:768px){.no-margin-section:not(.nms-reverse) .container .row .col:first-of-type .hgm-text{margin-bottom:1.75em;margin-top:1.75em;max-width:330px}.no-margin-section:not(.nms-reverse) .container .row .col:first-of-type .hgm-text p{line-height:1.25;margin-bottom:8px}.no-margin-section .container .row .col:nth-of-type(2) img{height:100%;-o-object-fit:cover;object-fit:cover}.no-margin-section.nms-reverse .container .row .col:nth-of-type(2) .hgm-text{margin-bottom:1.75em;margin-top:1.75em;max-width:330px}.no-margin-section.nms-reverse .container .row .col:nth-of-type(2) .hgm-text p{line-height:1.25;margin-bottom:8px}.no-margin-section.nms-reverse .container .row .col:first-of-type img{height:100%;-o-object-fit:cover;object-fit:cover}.hgm-section__container .hgm-section__component-row .col:not(:only-of-type) .hgm-gallery-light a{flex:50%}}@media screen and (max-width:767px){.no-margin-section:not(.nms-reverse) .container .row{display:flex;flex-direction:column-reverse}.no-margin-section.nms-reverse .container .row .col:nth-of-type(2) .hgm-text,.no-margin-section:not(.nms-reverse) .container .row .col:first-of-type .hgm-text{margin-left:auto;margin-right:auto;max-width:unset;width:calc(100% - 60px)}.hgm-section__container .hgm-section__component-row .col:not(:only-of-type) .hgm-gallery-light{padding:0 15px}.hgm-section__container .hgm-section__component-row .col:not(:only-of-type) .hgm-gallery-light a{flex:100%;padding:5px 0!important}}body.page__blogs .hgm-posts-search__results-list .hgm-card__body.news .hgm-button{width:calc(100% - 30px)!important}body.node--type-hg-post .hgm-marquee-featured-image__bg{background-color:var(--colors-primary-50)}body.node--type-hg-post .hgm-marquee-featured-image .marquee-title{font-weight:600}body.node--type-hg-post .hgm-marquee-featured-image .marquee-title+span{font-weight:300}body.node--type-hg-post .hgm-marquee-featured-image .hgm-marquee-featured-image__row a{color:var(--colors-secondary-10)!important;font-weight:700}body.node--type-hg-post .hgm-marquee-featured-image .hgm-marquee-featured-image__row a:hover{color:var(--colors-secondary-10)!important;text-decoration-color:var(--colors-secondary-10)!important}body.node--type-hg-post .hgm-main-page .hgm-body-region .hgm-card.author .hgm-card__body .author__wrapper{width:20%}body.node--type-hg-post .hgm-main-page .hgm-body-region .hgm-card.author .hgm-card__body .author__wrapper .hgm-button{font-size:14px}body.node--type-hg-post .hgm-main-page .hgm-body-region .hgm-card.author .hgm-card__body .author__details{width:calc(80% - 15px)}body.node--type-hg-post .hgm-main-page .hgm-body-region .hgm-card.author .hgm-card__body .author__details h4{font-family:Montserrat,sans-serif;font-size:21px;margin-bottom:10px}body.node--type-hg-post .hgm-main-page .hgm-body-region .hgm-card.author .hgm-card__body .author__details .title{color:var(--colors-gray-70)}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider]{margin-bottom:30px;padding-bottom:35px;padding-top:35px}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider]>.container{padding:0 60px}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-content-feed__heading{padding-left:0;padding-right:0}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-content-feed__heading h2{font-size:24px;line-height:1.25;text-align:center}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-featured-region__grouped-row{flex-direction:column}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-featured-region__grouped-row .hgm-content-feed__column{padding:0;width:100%}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-featured-region__grouped-row .hgm-content-feed__column .hgm-card .hgm-button{display:none}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-featured-region__grouped-row .hgm-content-feed__column .hgm-card .provider__wrapper{margin-bottom:0}@media screen and (max-width:1199px)and (min-width:768px){body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-featured-region__grouped-row .hgm-content-feed__column .hgm-card .provider__wrapper{flex-direction:column}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-featured-region__grouped-row .hgm-content-feed__column .hgm-card .provider__wrapper .provider__image{flex:unset;margin-bottom:10px}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-featured-region__grouped-row .hgm-content-feed__column .hgm-card .provider__wrapper .provider__details{flex:unset;margin-left:0}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-featured-region__grouped-row .hgm-content-feed__column .hgm-card .provider__wrapper .provider__details .badge{line-height:1.25}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-featured-region__grouped-row .hgm-content-feed__column .hgm-card .provider__wrapper .provider__details .badge i{margin-right:10px}}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-content-feed__link .hgm-button{background:none!important;color:var(--colors-secondary-50);padding:0;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .4s}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-content-feed__link .hgm-button:hover{background-color:none!important;color:var(--colors-secondary-50);text-decoration-color:var(--colors-secondary-50)}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar .hgm-content-feed[data-content-type=hg_provider] .hgm-content-feed__link .hgm-button i{display:none}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar #healthyLivingCategories{display:none;margin-top:30px}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar #healthyLivingCategories.visible{display:block}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar #healthyLivingCategories h3{font-family:Montserrat,sans-serif;font-size:24px}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar #healthyLivingCategories ul{list-style-type:none;padding-left:0}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar #healthyLivingCategories ul li{align-items:center;display:flex;justify-content:space-between;padding:8px 0 8px 8px}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar #healthyLivingCategories ul li.hidden{display:none}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar #healthyLivingCategories ul li.counted{border-bottom:1px solid var(--colors-gray-40)}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar #healthyLivingCategories ul li.counted-last{border-bottom:0}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar #healthyLivingCategories ul li a{color:var(--colors-primary-30)!important;text-decoration:none!important}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar #healthyLivingCategories ul li a:hover{color:var(--colors-secondary-30)!important}body.node--type-hg-post .hgm-main-page .hgm-sidebar .region-right-sidebar #healthyLivingCategories ul li span.category-count{background-color:var(--colors-success-75);border-radius:5px;color:var(--colors-white);font-size:14px;font-weight:600;min-width:25px;padding:3px;text-align:center}@media screen and (max-width:767px){body.path-frontpage #block-hg-webdv-child-content .hgm-marquee-hero,body.path-tmh-physician-partners #block-hg-webdv-child-content .hgm-marquee-hero{min-height:400px}}body.path-frontpage #block-hg-webdv-child-content .hgm-marquee-hero .hgm-marquee-hero__content,body.path-tmh-physician-partners #block-hg-webdv-child-content .hgm-marquee-hero .hgm-marquee-hero__content{bottom:45px;position:absolute;right:0}@media screen and (max-width:575px){body.path-frontpage #block-hg-webdv-child-content .hgm-marquee-hero .hgm-marquee-hero__content,body.path-tmh-physician-partners #block-hg-webdv-child-content .hgm-marquee-hero .hgm-marquee-hero__content{bottom:0}}body.path-frontpage #block-hg-webdv-child-content .hgm-marquee-hero .hgm-marquee-hero__overlay,body.path-tmh-physician-partners #block-hg-webdv-child-content .hgm-marquee-hero .hgm-marquee-hero__overlay{background:linear-gradient(0,var(--colors-primary-50),rgba(3,39,112,0) 75%);display:block}body.path-frontpage #iconCTA,body.path-tmh-physician-partners #iconCTA{background:linear-gradient(90deg,#01216b,#00319d)}body.path-frontpage #iconCTA>.container,body.path-tmh-physician-partners #iconCTA>.container{background:var(--colors-white);border-radius:40px;position:relative;top:-50px}@media screen and (max-width:575px){body.path-frontpage #iconCTA>.container,body.path-tmh-physician-partners #iconCTA>.container{border-radius:0;top:0}}body.path-frontpage #iconCTA>.container .row,body.path-tmh-physician-partners #iconCTA>.container .row{padding:30px 0}@media screen and (max-width:767px)and (min-width:576px){body.path-frontpage #iconCTA>.container .row,body.path-tmh-physician-partners #iconCTA>.container .row{display:flex;flex-wrap:wrap}body.path-frontpage #iconCTA>.container .row .col,body.path-tmh-physician-partners #iconCTA>.container .row .col{flex:1 0 50%}}body.path-frontpage #iconCTA>.container .row .col>div p,body.path-tmh-physician-partners #iconCTA>.container .row .col>div p{text-align:center}body.path-frontpage #iconCTA>.container .row .col>div p a,body.path-tmh-physician-partners #iconCTA>.container .row .col>div p a{color:var(--colors-black);display:flex;flex-direction:column;font-weight:700;text-decoration:none}body.path-frontpage #iconCTA>.container .row .col>div p a:before,body.path-tmh-physician-partners #iconCTA>.container .row .col>div p a:before{color:var(--colors-system-secondary);font-family:Font Awesome\ 6 Pro;font-size:42px;font-weight:var(--fa-font-regular);margin-bottom:25px;transition:color .4s}body.path-frontpage #iconCTA>.container .row .col>div p a:hover:before,body.path-tmh-physician-partners #iconCTA>.container .row .col>div p a:hover:before{color:var(--colors-tertiary-30)}body.path-frontpage #iconCTA>.container .row .col:first-child>div p a:before,body.path-tmh-physician-partners #iconCTA>.container .row .col:first-child>div p a:before{content:""}body.path-frontpage #iconCTA>.container .row .col:nth-child(2)>div p a:before,body.path-tmh-physician-partners #iconCTA>.container .row .col:nth-child(2)>div p a:before{content:""}body.path-frontpage #iconCTA>.container .row .col:nth-child(3)>div p a:before,body.path-tmh-physician-partners #iconCTA>.container .row .col:nth-child(3)>div p a:before{content:""}body.path-frontpage #iconCTA>.container .row .col:nth-child(3)>div p a.physician-link:before,body.path-tmh-physician-partners #iconCTA>.container .row .col:nth-child(3)>div p a.physician-link:before{content:""}body.path-frontpage #iconCTA>.container .row .col:last-child>div p a:before,body.path-tmh-physician-partners #iconCTA>.container .row .col:last-child>div p a:before{content:""}body.path-frontpage #iconCTA>.container .row .col:last-child>div p a.physician-link:before,body.path-tmh-physician-partners #iconCTA>.container .row .col:last-child>div p a.physician-link:before{content:""}body.path-frontpage #fullBody,body.path-tmh-physician-partners #fullBody{background:linear-gradient(90deg,#01216b,#00319d);padding-top:2em}body.path-frontpage #fullBody>.container,body.path-tmh-physician-partners #fullBody>.container{max-width:unset}@media screen and (min-width:768px){body.path-frontpage #fullBody>.container,body.path-tmh-physician-partners #fullBody>.container{margin-left:77.5px;width:calc(100vw - 77.5px)}}@media screen and (min-width:992px){body.path-frontpage #fullBody>.container,body.path-tmh-physician-partners #fullBody>.container{margin-left:57px;width:1142px}}@media screen and (min-width:1200px){body.path-frontpage #fullBody>.container,body.path-tmh-physician-partners #fullBody>.container{margin-left:73.5px;width:1274.5px}}@media screen and (min-width:1400px){body.path-frontpage #fullBody>.container,body.path-tmh-physician-partners #fullBody>.container{margin-left:216.5px;width:calc(100vw - 216.5px)}}@media screen and (max-width:767px){body.path-frontpage #fullBody>.container>.row>.col:last-of-type,body.path-tmh-physician-partners #fullBody>.container>.row>.col:last-of-type{padding-right:0}}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-text>p,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-text>p{color:var(--colors-white)}@media screen and (max-width:767px){body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-text:first-child,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-text:first-child{margin-top:0}}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3),body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3){margin-top:10px}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3)>.row:first-of-type,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3)>.row:first-of-type{margin-bottom:10px}@media screen and (max-width:767px){body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3)>.row:first-of-type .col:first-of-type .hgm-list-group,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3)>.row:first-of-type .col:first-of-type .hgm-list-group{margin-bottom:0}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3)>.row:first-of-type .col:not(:first-of-type) .hgm-list-group,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3)>.row:first-of-type .col:not(:first-of-type) .hgm-list-group{margin-top:0}}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3)>.row:first-of-type .hgm-list-group__item.link,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3)>.row:first-of-type .hgm-list-group__item.link{color:var(--colors-secondary-10)}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3)>.row:first-of-type .hgm-list-group__item.link:hover,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-text:nth-child(3)>.row:first-of-type .hgm-list-group__item.link:hover{color:var(--colors-white)}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-text .hgm-button,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-text .hgm-button{background:var(--colors-white);color:var(--colors-primary-50);font-weight:700;padding:12px 24px}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-text .hgm-button:hover:after,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-text .hgm-button:hover:after{color:var(--colors-tertiary-30)}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-text .hgm-button:after,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-text .hgm-button:after{content:"";font-family:Font Awesome\ 6 Pro;font-size:22px;font-weight:var(--fa-font-regular);margin-left:10px;transition:color .4s}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-search-bar,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-search-bar{margin-bottom:10px}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-search-bar .hgm-autocomplete-container-wrapper .hgm-form>input,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-search-bar .hgm-autocomplete-container-wrapper .hgm-form>input{line-height:32px}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-search-bar .hgm-autocomplete-container-wrapper .hgm-form>input::-moz-placeholder,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-search-bar .hgm-autocomplete-container-wrapper .hgm-form>input::-moz-placeholder{color:var(--colors-gray-60)}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-search-bar .hgm-autocomplete-container-wrapper .hgm-form>input::placeholder,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-search-bar .hgm-autocomplete-container-wrapper .hgm-form>input::placeholder{color:var(--colors-gray-60)}body.path-frontpage #fullBody>.container .row .col:first-of-type>.hgm-search-bar .hgm-autocomplete-container-wrapper .hgm-form .hgm-autocomplete-container__search-icon i,body.path-tmh-physician-partners #fullBody>.container .row .col:first-of-type>.hgm-search-bar .hgm-autocomplete-container-wrapper .hgm-form .hgm-autocomplete-container__search-icon i{color:var(--colors-tertiary-30)}body.path-frontpage #fullBody>.container .row .col:last-of-type img,body.path-tmh-physician-partners #fullBody>.container .row .col:last-of-type img{border-radius:30px 0 0 30px;max-height:600px;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:767px){body.path-frontpage #fullBody>.container .row .col:last-of-type img,body.path-tmh-physician-partners #fullBody>.container .row .col:last-of-type img{max-height:300px}}body.path-frontpage #fullBody h2,body.path-tmh-physician-partners #fullBody h2{color:var(--colors-white)}@media screen and (min-width:992px){body.path-frontpage #fullBody h2,body.path-tmh-physician-partners #fullBody h2{font-size:42px;line-height:1.25}}@media screen and (min-width:1200px){body.path-frontpage #fullBody h2,body.path-tmh-physician-partners #fullBody h2{font-size:48px}}body.path-frontpage #fullBody h2 .highlighted-text,body.path-tmh-physician-partners #fullBody h2 .highlighted-text{color:var(--colors-system-secondary-light)}body.path-frontpage #honorSection,body.path-tmh-physician-partners #honorSection{background-color:#01216b}@media screen and (min-width:576px){body.path-frontpage #honorSection>.container,body.path-tmh-physician-partners #honorSection>.container{max-width:unset;width:calc(100% - 30px)}}@media screen and (max-width:767px){body.path-frontpage #honorSection>.container>.row>.col>.hgm-text,body.path-tmh-physician-partners #honorSection>.container>.row>.col>.hgm-text{margin-top:1rem}}@media screen and (min-width:768px){body.path-frontpage #honorSection>.container,body.path-tmh-physician-partners #honorSection>.container{max-width:690px}}@media screen and (min-width:1200px){body.path-frontpage #honorSection>.container,body.path-tmh-physician-partners #honorSection>.container{max-width:870px}}@media screen and (min-width:1400px){body.path-frontpage #honorSection>.container,body.path-tmh-physician-partners #honorSection>.container{max-width:1050px}}body.path-frontpage #honorSection>.container .honor-section-wrapper,body.path-tmh-physician-partners #honorSection>.container .honor-section-wrapper{background-color:#00319d;border:1px solid var(--colors-white);border-radius:20px;color:var(--colors-white);display:flex;height:200px}@media screen and (max-width:575px){body.path-frontpage #honorSection>.container .honor-section-wrapper,body.path-tmh-physician-partners #honorSection>.container .honor-section-wrapper{align-items:center;flex-direction:column;height:unset}}body.path-frontpage #honorSection>.container .honor-section-wrapper h3,body.path-tmh-physician-partners #honorSection>.container .honor-section-wrapper h3{color:var(--colors-white)}body.path-frontpage #honorSection>.container .honor-section-image,body.path-tmh-physician-partners #honorSection>.container .honor-section-image{position:absolute;top:-15px}@media screen and (max-width:575px){body.path-frontpage #honorSection>.container .honor-section-image img,body.path-tmh-physician-partners #honorSection>.container .honor-section-image img{width:200px}}@media screen and (min-width:576px){body.path-frontpage #honorSection>.container .honor-section-image,body.path-tmh-physician-partners #honorSection>.container .honor-section-image{left:10px}body.path-frontpage #honorSection>.container .honor-section-image img,body.path-tmh-physician-partners #honorSection>.container .honor-section-image img{width:275px}}@media screen and (min-width:768px){body.path-frontpage #honorSection>.container .honor-section-image,body.path-tmh-physician-partners #honorSection>.container .honor-section-image{left:20px;top:-15px}body.path-frontpage #honorSection>.container .honor-section-image img,body.path-tmh-physician-partners #honorSection>.container .honor-section-image img{width:300px}}@media screen and (min-width:1200px){body.path-frontpage #honorSection>.container .honor-section-image,body.path-tmh-physician-partners #honorSection>.container .honor-section-image{left:35px}}body.path-frontpage #honorSection>.container .honor-section-body,body.path-tmh-physician-partners #honorSection>.container .honor-section-body{display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:575px){body.path-frontpage #honorSection>.container .honor-section-body,body.path-tmh-physician-partners #honorSection>.container .honor-section-body{align-items:center;margin:175px 30px 30px}}@media screen and (min-width:576px){body.path-frontpage #honorSection>.container .honor-section-body,body.path-tmh-physician-partners #honorSection>.container .honor-section-body{margin-left:50%;margin-right:15px}}@media screen and (min-width:768px){body.path-frontpage #honorSection>.container .honor-section-body,body.path-tmh-physician-partners #honorSection>.container .honor-section-body{margin-left:45%;margin-right:4%}}@media screen and (min-width:1200px){body.path-frontpage #honorSection>.container .honor-section-body,body.path-tmh-physician-partners #honorSection>.container .honor-section-body{margin-left:40%;margin-right:6%}}@media screen and (min-width:1400px){body.path-frontpage #honorSection>.container .honor-section-body,body.path-tmh-physician-partners #honorSection>.container .honor-section-body{margin-left:35%;margin-right:6%}}body.path-frontpage #honorSection>.container .honor-section-body h3,body.path-tmh-physician-partners #honorSection>.container .honor-section-body h3{font-family:Montserrat,sans-serif}@media screen and (max-width:767px){body.path-frontpage #honorSection>.container .honor-section-body p:not(:last-child),body.path-tmh-physician-partners #honorSection>.container .honor-section-body p:not(:last-child){font-size:14px;line-height:1.125}}body.path-frontpage #honorSection>.container .honor-section-body p:last-child,body.path-tmh-physician-partners #honorSection>.container .honor-section-body p:last-child{bottom:-5px;margin-bottom:0;position:absolute}@media screen and (min-width:576px){body.path-frontpage #honorSection>.container .honor-section-body p:last-child,body.path-tmh-physician-partners #honorSection>.container .honor-section-body p:last-child{bottom:-5px}}@media screen and (min-width:768px){body.path-frontpage #honorSection>.container .honor-section-body p:last-child,body.path-tmh-physician-partners #honorSection>.container .honor-section-body p:last-child{bottom:10px}}body.path-frontpage #honorSection>.container .honor-section-body p:last-child a,body.path-tmh-physician-partners #honorSection>.container .honor-section-body p:last-child a{background:var(--colors-white);color:var(--colors-primary-50);font-weight:700;padding:12px 24px}body.path-frontpage #honorSection>.container .honor-section-body p:last-child a:hover:after,body.path-tmh-physician-partners #honorSection>.container .honor-section-body p:last-child a:hover:after{color:var(--colors-tertiary-30)}body.path-frontpage #honorSection>.container .honor-section-body p:last-child a:after,body.path-tmh-physician-partners #honorSection>.container .honor-section-body p:last-child a:after{content:"";font-family:Font Awesome\ 6 Pro;font-size:22px;font-weight:var(--fa-font-regular);margin-left:10px;transition:color .4s}@media screen and (max-width:767px){body.path-frontpage .region-pre-footer .block-hg-content-feed#block-hg-webdv-child-contentfeed-3,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed#block-hg-webdv-child-contentfeed-3{margin-bottom:30px}body.path-frontpage .region-pre-footer .block-hg-content-feed#block-hg-webdv-child-contentfeed-3>.glide>.container,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed#block-hg-webdv-child-contentfeed-3>.glide>.container{margin:0 15px;max-width:unset;padding:0;width:calc(100% - 30px)}}@media screen and (max-width:575px){body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel__header,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel__header{justify-content:space-between;margin:0 auto 24px;width:100%}body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel__header .col-sm-8,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel__header .col-sm-8{padding:0;width:calc(100% - 115px)}body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel__header .glide__arrows,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel__header .glide__arrows{display:flex;padding-left:0;width:100px}}body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel__header .col-sm-8 h2,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel__header .col-sm-8 h2{margin-bottom:1rem;margin-top:2.5rem}@media screen and (max-width:767px){body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel__header .col-sm-8 h2,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel__header .col-sm-8 h2{margin-top:15px}}@media screen and (max-width:991px){body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel__footer .col-md-4,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel__footer .col-md-4{display:flex;justify-content:center;width:100%}body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel__footer .col-md-4 .feed-link,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel__footer .col-md-4 .feed-link{float:unset}}body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel__footer .feed-link,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel__footer .feed-link{color:var(--colors-primary-50);float:right;font-weight:700;text-decoration:none}body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel__footer .feed-link:hover:after,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel__footer .feed-link:hover:after{color:var(--colors-tertiary-30)}body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel__footer .feed-link:after,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel__footer .feed-link:after{content:"";font-family:Font Awesome\ 6 Pro;font-size:22px;font-weight:var(--fa-font-regular);margin-left:10px;position:relative;top:3px;transition:color .4s}body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel .glide__track .glide__slides .glide__slide .hgm-card .hgm-button,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel .glide__track .glide__slides .glide__slide .hgm-card .hgm-button{background-color:var(--colors-white)}body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel .hgm-card__body .date,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel .hgm-card__body .date{display:none}body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel .hgm-card__body h4,body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel .hgm-card__body h5,body.path-frontpage .region-pre-footer .block-hg-content-feed .hgm-card-carousel .hgm-card__body h6,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel .hgm-card__body h4,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel .hgm-card__body h5,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed .hgm-card-carousel .hgm-card__body h6{font-size:24px;line-height:1.25}body.path-frontpage .region-pre-footer .block-hg-content-feed section[data-content-type=hg_event].hgm-content-feed,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed section[data-content-type=hg_event].hgm-content-feed{margin-bottom:0}body.path-frontpage .region-pre-footer .block-hg-content-feed section[data-content-type=hg_event].hgm-content-feed__link .hgm-button,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed section[data-content-type=hg_event].hgm-content-feed__link .hgm-button{background:#00319d;font-size:14px;font-weight:700}body.path-frontpage .region-pre-footer .block-hg-content-feed section[data-content-type=hg_event].hgm-content-feed__link .hgm-button:hover i,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed section[data-content-type=hg_event].hgm-content-feed__link .hgm-button:hover i{color:var(--colors-tertiary-30)}body.path-frontpage .region-pre-footer .block-hg-content-feed section[data-content-type=hg_event].hgm-content-feed__link .hgm-button i,body.path-tmh-physician-partners .region-pre-footer .block-hg-content-feed section[data-content-type=hg_event].hgm-content-feed__link .hgm-button i{transition:color .4s}body.path-frontpage .region-pre-footer #newsletterSection,body.path-tmh-physician-partners .region-pre-footer #newsletterSection{background:linear-gradient(90deg,#01216b,#00319d)}body.path-frontpage .region-pre-footer #newsletterSection .container,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container{max-width:unset}@media screen and (min-width:992px){body.path-frontpage .region-pre-footer #newsletterSection .container,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container{width:800px}}body.path-frontpage .region-pre-footer #newsletterSection .container .row,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container .row{align-items:center;display:flex;justify-content:space-between}body.path-frontpage .region-pre-footer #newsletterSection .container .row .col:first-of-type,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container .row .col:first-of-type{flex:1 0 30%;padding-right:calc(var(--bs-gutter-x)/3)}@media screen and (max-width:575px){body.path-frontpage .region-pre-footer #newsletterSection .container .row .col:first-of-type,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container .row .col:first-of-type{flex:1 0 40%}}body.path-frontpage .region-pre-footer #newsletterSection .container .row .col:last-of-type,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container .row .col:last-of-type{flex:1 0 70%;padding-left:calc(var(--bs-gutter-x)/3)}@media screen and (max-width:575px){body.path-frontpage .region-pre-footer #newsletterSection .container .row .col:last-of-type,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container .row .col:last-of-type{flex:1 0 60%}}body.path-frontpage .region-pre-footer #newsletterSection .container .row .col h3,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container .row .col h3{color:var(--colors-white);font-family:Montserrat,sans-serif}body.path-frontpage .region-pre-footer #newsletterSection .container .row .col p,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container .row .col p{color:var(--colors-white);margin-bottom:2em}body.path-frontpage .region-pre-footer #newsletterSection .container .row .col a,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container .row .col a{background:var(--colors-white);color:var(--colors-primary-50);font-weight:700;padding:12px 36px}body.path-frontpage .region-pre-footer #newsletterSection .container .row .col img,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container .row .col img{float:right;height:155px;width:155px}@media screen and (max-width:575px){body.path-frontpage .region-pre-footer #newsletterSection .container .row .col img,body.path-tmh-physician-partners .region-pre-footer #newsletterSection .container .row .col img{height:auto;width:100%}}body.page__providers .views-element-container>.hg-providers{background:transparent}body.page__providers .views-element-container>.hg-providers+div{background-color:var(--colors-white)!important}body.page__providers .views-element-container>.hg-providers+div>.hg-providers-list{background-color:var(--colors-white)}body.page__providers .views-element-container>.hg-providers+div>.hg-providers-list .hg-filters .filter-title{margin-bottom:15px}body.page__providers .views-element-container>.hg-providers+div>.hg-providers-list .hg-filters .views-exposed-form{box-shadow:none;padding:0}body.page__providers .views-element-container>.hg-providers+div>.hg-providers-list .hg-filters .hg-filter-actions{width:100%}body.page__providers .views-element-container>.hg-providers+div>.hg-providers-list .hg-filters .form-item-specialties{border-bottom:1px solid var(--colors-lists-divider);margin-bottom:15px!important}body.page__providers .views-element-container>.hg-providers+div>.hg-providers-list .hg-filters .form-item-specialties .selection>span>ul>li:after{top:calc(33.33333% - 3px)!important}body.page__providers .views-element-container>.hg-providers+div>.hg-providers-list .js-form-item input[type=search]:after{top:22px}body.page__providers .views-element-container>.hg-providers+div>.hg-providers-list .rows-container .views-row .appointments .accepting-new-patients,body.page__providers .views-element-container>.hg-providers+div>.hg-providers-list .rows-container a:empty{display:none}body.page__providers .views-element-container>.hg-providers .result-tab{background:var(--colors-white)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__breadcrumbs .hgm-breadcrumb{background-color:transparent;padding:6px 8px 6px 6px}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__breadcrumbs .hgm-breadcrumb__item:before{color:var(--colors-white);margin:0 8px 0 4px;position:relative;top:-2px;transition:.4s ease}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__breadcrumbs .hgm-breadcrumb__item:hover:before{color:var(--colors-white)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__breadcrumbs .hgm-breadcrumb__item:hover a{color:var(--colors-white);text-decoration:underline;text-decoration-color:var(--colors-white)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__breadcrumbs .hgm-breadcrumb__item a{color:var(--colors-white);font-weight:700;text-decoration:none;text-decoration-color:transparent}@media screen and (min-width:768px){body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__data-left{padding-right:15px}}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__data-left-bio-image img{border-color:var(--colors-gray-60)}@media screen and (min-width:768px){body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__data-right{padding-left:15px}}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__data-right-actions h5 a i{color:var(--colors-white)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__data-right-actions .hgm-button{background-color:var(--colors-white);border:1px solid transparent;color:var(--colors-primary-50)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__data-right-actions .hgm-button:hover{background-color:var(--colors-primary-50);border:1px solid var(--colors-white);color:var(--colors-white)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-marquee-provider__data-right-actions .hgm-button:empty{display:none}@media screen and (min-width:768px){body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-left{padding-right:15px}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right{padding-left:15px}}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location{border-color:var(--colors-gray-40);padding-top:32px}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location>.row:last-of-type{margin-bottom:0}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location-detail h4{font-family:Montserrat,sans-serif}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location-detail address p{margin-bottom:.5em}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location-detail address p span{color:var(--colors-gray-70);font-size:14px}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location-detail address p span:first-of-type:after{content:"•";margin:0 2px}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location-hours-status a{color:var(--colors-primary-50)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location-hours-status a:hover{text-decoration-color:var(--colors-primary-50)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location-hours-status a i{color:var(--colors-primary-50)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location-links:before{background-color:var(--colors-gray-40)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location-links-flex>.col:first-of-type a{color:var(--colors-primary-50)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location-links-flex>.col:first-of-type a:hover{text-decoration-color:var(--colors-primary-50)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-locations__location-links .hgm-button{font-size:14px}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-bio{margin-top:32px}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-bio h4{font-family:Montserrat,sans-serif}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-taxonomies .hgm-provider-list-group-wrapper{border-color:var(--colors-gray-40)}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-taxonomies h3{font-family:Montserrat,sans-serif}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-taxonomies .hgm-list-group{margin-bottom:40px}body.content-type-hg_provider #block-hg-webdv-child-content .hgm-provider-main__col-right .hgm-provider-taxonomies .hgm-list-group__item:before{background-color:var(--colors-gray-40)}#relatedProvidersWrapper div.pagination div.totals button.action_color_bg{background-color:var(--colors-primary-50)}#relatedProvidersWrapper div.pagination div.totals button.action_color_bg:hover{background-color:var(--colors-primary-30)}#relatedProvidersWrapper div.pagination div.totals button.action_color_bg a{text-decoration:none}body.page__locations .hgm-locations-search{background-color:var(--colors-gray-5)}body.page__locations .hgm-locations-search__body{background:none;justify-content:end}body.page__locations .hgm-locations-search__body.list+#hgmQuickViewModal .hgm-modal__wrapper .list-modal.hgm-modal__body{display:block}body.page__locations .hgm-locations-search__body .locations-list{margin-top:25px}body.page__locations .hgm-locations-search__body .locations-list .hgm-card.search-result__group{background:none;border:0;box-shadow:none;padding:0}body.page__locations .hgm-locations-search__body .locations-list .hgm-card.search-result__group .group-status{display:none}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image{display:flex}@media screen and (max-width:1199px)and (min-width:992px){body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image{padding:16px 16px 8px}}@media screen and (min-width:576px){body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .location_image{width:35%}}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .location_image img{height:auto}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information{margin-left:auto;margin-top:0}@media screen and (min-width:576px){body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information{width:calc(65% - 15px)}}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information .primary{flex-wrap:unset}@media screen and (max-width:575px){body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information .primary{justify-content:space-between}}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information .primary .location-types{margin-bottom:0;order:1;width:50%}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information .primary .location-types span{font-size:14px}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information .primary span{position:static}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information .primary span.open-status{font-size:14px;margin-bottom:0;margin-right:5px;order:2}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information .primary span.open-status i{margin-right:5px}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information .primary span.distance{font-size:14px;margin-left:unset;order:3;padding:.4em .35em}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information .secondary h4{font-size:18px}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__body.image .information .tertiary p{color:var(--colors-gray-60);font-size:15px}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer{align-items:center;justify-content:space-between;padding-top:1em}@media screen and (min-width:576px){body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer{flex-direction:row}}@media screen and (max-width:1199px)and (min-width:992px){body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer{padding:16px 16px 20px}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer .primary{justify-content:unset}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer .primary a{font-size:14px}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer .primary a:not(:last-of-type){margin-right:5px}}@media screen and (min-width:1400px){body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer>div{width:calc(50% - 7.5px)}}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer .primary{padding-top:0}@media screen and (max-width:575px){body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer .primary{width:100%}}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer .primary a{color:var(--colors-primary-30)}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer .primary a:hover{text-decoration-color:inherit}@media screen and (max-width:575px){body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer .secondary,body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer .secondary a{width:100%}}@media screen and (max-width:1199px){body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer .secondary{width:auto}}body.page__locations .hgm-locations-search__body .locations-list .hgm-card__footer .secondary a{float:right;font-size:14px;margin-top:0;padding:8px;width:auto}@media screen and (min-width:992px){body.page__locations .hgm-locations-search__list.list-view .hgm-locations-search__list-details{margin:15px auto 0}body.page__locations .hgm-locations-search__list.list-view .locations-list .hgm-card .information .primary{flex-wrap:wrap}body.page__locations .hgm-locations-search__list.list-view .locations-list .hgm-card .information .primary .location-types{margin-bottom:5px;width:100%}body.page__locations .hgm-locations-search__list.list-view .locations-list .hgm-card__footer .primary{flex-direction:column}body.page__locations .hgm-locations-search__list.list-view .locations-list .hgm-card__footer .primary a:not(:last-of-type){margin-bottom:5px}}body.page__locations .hgm-locations-search__list.map-view{background:none}@media screen and (min-width:992px){body.page__locations .hgm-locations-search__list.map-view{width:525px}}@media screen and (min-width:1200px){body.page__locations .hgm-locations-search__list.map-view{width:617px}}@media screen and (min-width:1400px){body.page__locations .hgm-locations-search__list.map-view{width:45%}}body.page__locations .hgm-locations-search__list-details{background:none;border-bottom:1px solid var(--colors-gray-40);margin:15px 15px 0;padding-left:0!important;padding-right:0!important}@media screen and (max-width:575px){body.page__locations .hgm-locations-search__list-details>.container{width:100vw}body.page__locations .hgm-locations-search__list-details>.container>.details-wrapper{width:calc(100% - 45px)}}@media screen and (max-width:991px)and (min-width:576px){body.page__locations .hgm-locations-search__list-details>.container{padding-left:50px}}body.page__locations .hgm-locations-search__list-details h5{font-family:Montserrat,sans-serif}body.page__locations .hgm-locations-search__list-details .hgm-button{font-size:14px}@media screen and (min-width:1400px){body.page__locations .hgm-locations-search__map{width:55%!important}}@media screen and (max-width:1399px)and (min-width:992px){body.page__locations .hgm-locations-search__map{width:50%!important}}body.page__locations .hgm-locations-search__quick-view:not(.active){background:none;display:none}body.page__locations .hgm-locations-search__quick-view.list-modal{overflow-y:auto}@media screen and (max-width:991px)and (min-width:768px){body.page__locations .hgm-locations-search__quick-view.list-modal .hgm-card.search-result .hgm-card__body .information .secondary{flex-direction:column}body.page__locations .hgm-locations-search__quick-view.list-modal .hgm-card.search-result .hgm-card__body .information .secondary>div{margin-right:0;max-width:unset;width:100%}}@media screen and (max-width:525px){body.page__locations .hgm-locations-search__quick-view.list-modal .hgm-card.search-result .hgm-card__body .information .secondary{flex-direction:column}body.page__locations .hgm-locations-search__quick-view.list-modal .hgm-card.search-result .hgm-card__body .information .secondary>div{margin-right:0;max-width:unset;width:100%}}body.content-type-hg_location .hgm-breadcrumb{background-color:transparent;padding:6px 8px 6px 6px}body.content-type-hg_location .hgm-breadcrumb__item:before{color:var(--colors-white);margin:0 8px 0 4px;position:relative;top:-2px;transition:.4s ease}body.content-type-hg_location .hgm-breadcrumb__item:hover:before{color:var(--colors-white)}body.content-type-hg_location .hgm-breadcrumb__item:hover a{color:var(--colors-white);text-decoration:underline;text-decoration-color:var(--colors-white)}body.content-type-hg_location .hgm-breadcrumb__item a{color:var(--colors-white);font-weight:700;text-decoration:none;text-decoration-color:transparent}body.content-type-hg_location .hgm-marquee-two-column #hgmLocationMarqueeHoursStatus a.hgm-marquee-two-column__link,body.content-type-hg_location .hgm-marquee-two-column #hgmLocatonPhone a.hgm-marquee-two-column__link{color:var(--colors-white)}body.content-type-hg_location .hgm-marquee-two-column #hgmLocationMarqueeHoursStatus a.hgm-marquee-two-column__link:hover,body.content-type-hg_location .hgm-marquee-two-column #hgmLocatonPhone a.hgm-marquee-two-column__link:hover{color:var(--colors-white);text-decoration-color:inherit}body.content-type-hg_location .hgm-marquee-two-column .hgm-button{background-color:var(--colors-white);color:var(--colors-primary-30);font-size:14px}body.content-type-hg_location .hgm-marquee-two-column .hgm-button:hover i{color:var(--colors-tertiary-30)}body.content-type-hg_location .hgm-marquee-two-column .hgm-button i{margin-left:5px;padding-left:0}body.content-type-hg_location .hgm-marquee-two-column h1{font-size:2.5em;margin-bottom:12px}@media screen and (max-width:1399px){body.content-type-hg_location .hgm-marquee-two-column h1{line-height:1}}@media screen and (min-width:1400px){body.content-type-hg_location .hgm-marquee-two-column h1{font-size:2.25em;line-height:1.25}}body.content-type-hg_location .hgm-marquee-two-column>.container .hgm-badge.pill{background-color:var(--colors-primary-30);color:var(--colors-white);font-weight:400}body.content-type-hg_location .hgm-marquee-two-column>.container .field-hg-address+p .fa-location-dot{color:var(--colors-secondary-10);font-weight:700}body.content-type-hg_location .hgm-marquee-two-column>.container .field-hg-address+p a{color:var(--colors-secondary-10)}body.content-type-hg_location .hgm-marquee-two-column>.container .field-hg-address+p a:hover{color:var(--colors-secondary-10);text-decoration-color:inherit}@media screen and (min-width:768px){body.content-type-hg_location .hgm-marquee-two-column>.container.two>.row.two>.col:first-child{flex:unset;width:50%}body.content-type-hg_location .hgm-marquee-two-column>.container.two>.row.two>.col:nth-child(2){position:absolute;right:0;width:50%}}@media screen and (min-width:1200px){body.content-type-hg_location .hgm-marquee-two-column>.container.two>.row.two>.col:nth-child(2){bottom:-45px}}@media screen and (min-width:1400px){body.content-type-hg_location .hgm-marquee-two-column>.container.two>.row.two>.col:nth-child(2){bottom:-80px}}body.content-type-hg_location #hgmLocationDetails{margin-top:2rem}@media screen and (min-width:768px){body.content-type-hg_location #hgmLocationDetails{margin-top:4rem}}@media screen and (min-width:1400px){body.content-type-hg_location #hgmLocationDetails{margin-top:8rem}}body.content-type-hg_location #hgmLocationDetails>.container{border-color:var(--colors-gray-60);padding:0 30px}body.content-type-hg_location #hgmLocationDetails>.container .map{border-color:var(--colors-gray-60)}body.content-type-hg_location .hgm-location-details__block--content{flex-direction:row}body.content-type-hg_location .hgm-location-details__block--content a{color:var(--colors-primary-30)}body.content-type-hg_location .hgm-location-details__block--content a:hover{text-decoration-color:var(--colors-primary-30)}body.content-type-hg_location .hgm-location-details__block--heading h3{font-family:Montserrat,sans-serif}body.content-type-hg_location .hgm-location-details__rides .hgm-button.ghost:hover{background-color:#003fc5;color:var(--colors-white)}body.content-type-hg_location .hgm-location-details__rides .hgm-button.ghost:hover i{color:var(--colors-white)}body.content-type-hg_location .hgm-location-details__rides .hgm-button.ghost i{transition:color .2s}body.content-type-hg_location .hgm-location-details__rides .hgm-button.ghost i.fa-uber{color:var(--colors-black)}body.content-type-hg_location .hgm-location-details__rides .hgm-button.ghost i.fa-lyft{color:#ff00bf}body.content-type-hg_location .hgm-location-main-region .field-hg-video{display:none}body.content-type-hg_location .hgm-location-main-region .field-hgm-menu-component .hgm-drill-down__heading a{color:var(--colors-black)}body.content-type-hg_location .region-pre-footer .block-hg-content-feed:not(:last-of-type) .hgm-content-feed{border-bottom:1px solid var(--colors-gray-40)}body.content-type-hg_location .region-pre-footer .block-hg-content-feed .hgm-content-feed{margin-bottom:0}@media(max-width:575px){body.page__hgm_provider_search .hgm-address .locate{bottom:-40px}body.page__hgm_provider_search #hgmMarqueeHeroLocationSearch{padding-bottom:30px}}body.page__services .hgm-marquee-two-column .hgm-breadcrumb{background-color:transparent}body.page__services .hgm-marquee-two-column .hgm-breadcrumb .hgm-breadcrumb__item a{color:var(--colors-white)}body.page__services .hgm-marquee-two-column .hgm-breadcrumb .hgm-breadcrumb__item a:hover{text-decoration-color:var(--colors-white)}body.content-type-mercury_services #block-hg-webdv-child-tabs{background:#fff;z-index:999999}@media screen and (min-width:768px){body.content-type-mercury_services .hgm-sidebar{padding-right:15px}}body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul{margin-top:0}body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered{display:flex;flex-wrap:wrap}body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a{display:inline-flex}body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a.back-arrow{align-items:center;text-decoration:none;width:27px}body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a.back-arrow:hover i{color:var(--colors-tertiary-30)}body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a.back-arrow i{border-right:1px solid var(--colors-gray-40);color:var(--colors-secondary-30);font-size:24px;padding-right:15px;transition:color .4s;width:100%}body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a.back-arrow+a{padding-left:0;width:calc(100% - 72px)}@media screen and (min-width:768px){body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a.back-arrow+a{width:138.5px}}@media screen and (min-width:992px){body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a.back-arrow+a{width:133px}}@media screen and (min-width:1200px){body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a.back-arrow+a{width:178px}}@media screen and (min-width:1400px){body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a.back-arrow+a{width:223px}}body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a.back-arrow+a+ul,body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a.back-arrow+a+ul li{width:100%}body.content-type-mercury_services .hgm-sidebar .block-menu.navigation ul li.altered a.back-arrow+a+ul li a{display:flex}@media screen and (min-width:768px){body.content-type-mercury_services .hgm-body-region{padding-left:15px}}body.content-type-mercury_services .hgm-body-region .hgm-section__container{padding-left:0;padding-right:0}body.content-type-mercury_services .hgm-marquee-two-column.top-level{background:none;height:600px}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container{max-width:unset}@media screen and (max-width:767px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container{position:static}}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.hgm-marquee-two-column__breadcrumbs{background-color:var(--colors-white);margin-bottom:0;padding:0 15px;position:relative;z-index:301}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.hgm-marquee-two-column__breadcrumbs>.col-md-auto{margin:0 15px;padding:0;width:calc(100% - 30px)}@media screen and (min-width:768px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.hgm-marquee-two-column__breadcrumbs>.col-md-auto{margin:0 auto;width:720px}}@media screen and (min-width:992px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.hgm-marquee-two-column__breadcrumbs>.col-md-auto{width:960px}}@media screen and (min-width:1200px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.hgm-marquee-two-column__breadcrumbs>.col-md-auto{width:1140px}}@media screen and (min-width:1400px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.hgm-marquee-two-column__breadcrumbs>.col-md-auto{width:1320px}}@media screen and (max-width:767px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.hgm-marquee-two-column__breadcrumbs>.col-md-auto .hgm-breadcrumb{margin-left:0}}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two{width:auto}@media screen and (max-width:767px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two{flex-direction:column-reverse}}@media screen and (min-width:768px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two{height:450px;margin:0 auto;width:720px}}@media screen and (min-width:992px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two{width:960px}}@media screen and (min-width:1200px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two{width:1140px}}@media screen and (min-width:1400px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two{width:1320px}}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two h1{font-weight:700;margin-bottom:10px}@media screen and (min-width:768px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two h1{margin-bottom:0}}@media screen and (min-width:992px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two h1{font-size:32px}}@media screen and (min-width:1200px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two h1{font-size:42px}}@media screen and (min-width:1400px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two h1{font-size:56px}}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two figure{margin-bottom:15px}@media screen and (min-width:768px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two figure{margin:15px 0}}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two figure .hgm-blockquote{margin:0}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two figure .hgm-blockquote p{font-family:Montserrat,sans-serif;font-size:21px;font-weight:300;line-height:1.25}@media screen and (max-width:1399px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two figure .hgm-blockquote p{font-size:18px}}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two .hgm-button{font-weight:700}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two .hgm-button:hover,body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two .hgm-button:hover i{color:var(--colors-white)}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two .hgm-button i{transition:color .4s}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two>.col:first-of-type{bottom:35px;display:flex;flex:.45 0 0%;flex-direction:column;justify-content:space-between;padding:calc(var(--bs-gutter-x)/1.25) calc(var(--bs-gutter-x)/2);position:absolute;top:125px;width:33.33333%;z-index:300}@media screen and (max-width:767px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two>.col:first-of-type{padding:calc(var(--bs-gutter-x)/2);position:static;width:100%}}@media screen and (max-width:991px)and (min-width:768px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two>.col:first-of-type{top:100px;width:50%}}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two>.col:last-of-type{left:0;padding:0;position:absolute;right:0;width:100vw}@media screen and (max-width:767px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two>.col:last-of-type{position:static}}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two>.col:last-of-type img{max-height:600px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:767px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two>.col:last-of-type img{margin-top:0;min-height:300px}}@media screen and (min-width:768px)and (max-width:991px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two>.col:last-of-type img{height:575px}}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two hr{display:none}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two .hgm-marquee-two-column__link{color:var(--colors-primary-50)}@media screen and (max-width:767px){body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two .hgm-marquee-two-column__link:last-child{margin-left:20px}}body.content-type-mercury_services .hgm-marquee-two-column.top-level>.container>.row.two .hgm-marquee-two-column__link:hover{text-decoration:underline}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region:not(.visible){display:none}@media screen and (max-width:991px){body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper>.container>.row{display:flex;flex-direction:column}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper>.container>.row>.col{width:100%}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper>.container>.row>.col .margin-vertical{margin-bottom:0;margin-top:15px}}@media screen and (min-width:992px){body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .col:not(:first-of-type){padding-left:15px}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .col:not(:last-of-type){padding-right:15px}}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item{border-radius:5px;padding:20px;text-align:center}@media screen and (max-width:1199px)and (min-width:992px){body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item{padding:20px 12px}}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item.light-bg{background-image:url(https://live-hgwf-tmh.pantheonsite.io/sites/default/files/2023-10/TMH-Gradient__4.jpg);background-size:cover;color:var(--colors-black)}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item.light-bg .hgm-button{border:1px solid transparent}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item.light-bg .hgm-button:hover{border:1px solid var(--colors-primary-50)}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item.dark-bg{background-image:url(https://live-hgwf-tmh.pantheonsite.io/sites/default/files/2023-10/TMH-Gradient__2.jpg);background-size:cover;color:var(--colors-white)}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item.dark-bg .hgm-button{background-color:transparent;border:1px solid var(--colors-white)}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item.gray-bg{background-color:var(--colors-gray-10);color:var(--colors-black)}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item.gray-bg .hgm-button{border:1px solid transparent}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item.gray-bg .hgm-button:hover{border:1px solid var(--colors-primary-50)}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item__title{font-family:Montserrat,sans-serif;font-size:27px;font-weight:700;line-height:1}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item__phone{font-weight:700}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item__phone a{color:inherit}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item__phone a:hover{text-decoration-color:inherit}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item__link{color:var(--colors-white)}@media screen and (max-width:1199px)and (min-width:992px){body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item__link .hgm-button{font-size:14px;max-width:175px;width:100%}}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item__link .hgm-button:hover{background-color:var(--colors-white);color:var(--colors-primary-50)}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item__link .hgm-button i{margin-right:10px}body.content-type-mercury_services .hgm-marquee-two-column+div.contextual-region .key-items-wrapper .key-item>div:not(:last-child){margin-bottom:20px}body.content-type-mercury_services .hgm-marquee-two-column .container .marquee-title+hr:last-child{display:none}body.content-type-mercury_services .hgm-main-page .field-hgm-layout>div:first-of-type>.hgm-section[data-bg-hex],body.content-type-mercury_services .hgm-main-page .field-hgm-layout>div:first-of-type>.hgm-section[data-img]{margin-top:-32px}body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section[data-bg-hex],body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section[data-img]{width:100vw}@media screen and (min-width:768px){body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section[data-bg-hex],body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section[data-img]{margin-left:calc(50% - 50vw + 10px);margin-right:calc(50% - 50vw)}}@media screen and (max-width:767px){body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section[data-bg-hex],body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section[data-img]{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0 15px}body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section[data-bg-hex]>.container,body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section[data-img]>.container{padding-right:30px}}body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container{padding:0}@media screen and (min-width:992px){body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:first-of-type,body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:nth-of-type(4){padding-right:calc(var(--bs-gutter-x)/5)}body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:nth-of-type(2),body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:nth-of-type(5){padding-left:calc(var(--bs-gutter-x)/5);padding-right:calc(var(--bs-gutter-x)/5)}body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:nth-of-type(3),body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:nth-of-type(6){padding-left:calc(var(--bs-gutter-x)/5)}}@media screen and (max-width:991px)and (min-width:768px){body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:first-of-type,body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:nth-of-type(3),body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:nth-of-type(5){padding-right:calc(var(--bs-gutter-x)/5)}body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:nth-of-type(2),body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:nth-of-type(4),body.content-type-mercury_services .hgm-main-page .field-hgm-layout .hgm-section section.hgm-content-feed .container>.row>div:nth-of-type(6){padding-left:calc(var(--bs-gutter-x)/5)}}.field-cp-id,.field-external-id,.field-integration-source,.field-integration-source-url{display:none}body.page__healthy_living .hgm-marquee-two-column .container{margin-bottom:0}body.page__healthy_living .hgm-main-page{background-color:var(--colors-secondary-10);margin:0;padding-bottom:2rem;padding-top:2rem}body.page__healthy_living .hgm-main-page .container .hgm-list-group__item{color:var(--colors-black)}body.page__healthy_living .hgm-main-page .container .hgm-list-group__item:hover{color:var(--colors-white)}body.page__healthy_living .block-hg-content-feed .hgm-content-feed{border-top:1px solid var(--colors-gray-40)}body.page__healthy_living .block-hg-content-feed .hgm-content-feed__heading{justify-content:start}body.page__healthy_living .block-hg-content-feed .hgm-card__body .hgm-button{margin-right:0;width:calc(100% - 32px)!important}body.page__blogs main{margin-bottom:-64px;padding-bottom:50px}body.page__blogs .hgm-marquee-featured-image .hgm-marquee-featured-image__bg{background-color:var(--colors-primary-50);opacity:1}body.page__blogs .hgm-marquee-featured-image .container h1,body.page__blogs .hgm-marquee-featured-image .container label{color:var(--colors-white)}body.page__blogs .hgm-marquee-featured-image .container h1{font-weight:700}body.page__blogs .hgm-marquee-featured-image .ss-main .ss-multi-selected .ss-values .ss-disabled{color:var(--colors-black);font-weight:400}body.page__blogs .hgm-marquee-featured-image .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-text{margin-bottom:0}body.page__blogs .hgm-marquee-featured-image .ss-main .ss-single-selected{padding-left:3px;padding-right:0}body.page__blogs .hgm-marquee-featured-image .ss-main .ss-single-selected .placeholder{margin-bottom:0}body.page__blogs .hgm-marquee-featured-image .ss-main .ss-single-selected .placeholder .ss-disabled{color:var(--colors-black);font-weight:400;margin:2px 0;padding:4px 5px}body.page__blogs .hgm-marquee-featured-image #postFilterAuthors+.ss-main .placeholder:not(:has(span)){align-items:center;animation-duration:.2s;animation-fill-mode:both;animation-name:scaleIn;animation-timing-function:ease-out;background-color:var(--select-search-option-chosen-background-color,var(--colors-forms-field-focus-border));border-radius:var(--select-search-border-radius);color:var(--select-search-multi-selected-text-color,var(--colors-forms-multi-select-text));display:flex;font-size:12px;letter-spacing:.04em;margin:3px 5px 3px 0;padding:3px 5px}body.page__blogs .hgm-posts-search__results-list .hgm-card__body.news{justify-content:flex-start}body.page__blogs .hgm-posts-search__results-list .hgm-card__body.news h4{font-size:18px;line-height:1.25}body.page__blogs .hgm-posts-search__results-list .hgm-card__body.news p{color:var(--colors-gray-70)!important}body.page__blogs .hgm-posts-search__results-list .hgm-card__body.news .author,body.page__blogs .hgm-posts-search__results-list .hgm-card__body.news .date{font-size:14px}body.page__blogs .hgm-posts-search__results-list .hgm-card__body.news .hgm-button{margin-top:auto}@media screen and (max-width:767px){body.page__blogs .hgm-posts-search .hgm-pagination{margin-top:20px}}body.page__blogs .hgm-posts-search .hgm-pagination__item.active a{background-color:var(--colors-gray-40);border-color:var(--colors-gray-40)}body.page__blogs .hgm-posts-search .hgm-pagination__item:not(.active):not(.disabled) a{background-color:var(--colors-white)}body.page__blogs .hgm-posts-search .hgm-pagination__item:not(.active):not(.disabled) a:hover{background-color:var(--colors-links-and-buttons-button-background)}body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) .hgm-blockquote{width:50%}body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) .hgm-blockquote p{font-family:inherit;font-size:16px;line-height:1.5}body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) hr{display:none}body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) .dropdown-container{width:100%}@media screen and (max-width:991px){body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) .dropdown-container{margin:0}body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) .dropdown-container>div{padding:0}body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) .dropdown-container>div:not(:last-of-type){margin-bottom:20px}}body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) .dropdown-container>div{position:relative}body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) .dropdown-container>div:before{bottom:5px;color:var(--colors-black);content:"";font-family:Font Awesome\ 6 Pro;font-size:20px;font-weight:400;pointer-events:none;position:absolute;right:45px}@media screen and (max-width:991px){body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) .dropdown-container>div:before{right:9px}}body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) .dropdown-container label{color:var(--colors-white);font-weight:600}body.page__healthy_living_blogs_healthy_living .hgm-marquee-two-column>.container .row:nth-child(2) .dropdown-container select{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:5px;padding:8px 36px 8px 10px;width:100%}body.node--type-hg-post .hgm-main-page .hgm-card.feed .hgm-button .fa-feed:before,body.node--type-hg-post .hgm-main-page .hgm-card.feed .hgm-button .fa-rss:before{color:var(--colors-white)}body.node--type-hg-post .hgm-main-page .hgm-card.feed .hgm-button:hover{background-color:var(--colors-primary-30)!important;color:var(--colors-white)}body.node--type-hg-post .region-pre-footer .hgm-content-feed .hgm-card.feed .hgm-card__body .hgm-button.ghost{color:var(--colors-white)}body.node--type-hg-post .region-pre-footer .hgm-content-feed .hgm-card.feed .hgm-card__body .hgm-button.ghost:hover{background-color:var(--colors-primary-30)!important}body.page__providers .hgm-header__main-menu-navigation-item a,body[class*=page__provider] .hgm-header__main-menu-navigation-item a{color:#0033a1}body.page__providers .hgm-marquee-hero,body[class*=page__provider] .hgm-marquee-hero{background-color:#0033a1!important}body.page__providers .hgm-marquee-hero__content,body[class*=page__provider] .hgm-marquee-hero__content{display:block}body.page__providers .hgm-marquee-hero__content h1,body[class*=page__provider] .hgm-marquee-hero__content h1{color:var(--colors-white);text-align:center}body.page__providers .hgm-providers-search-filters-desktop,body[class*=page__provider] .hgm-providers-search-filters-desktop{box-shadow:none}body.page__providers .hgm-providers-search-filters-desktop .col-md-6,body[class*=page__provider] .hgm-providers-search-filters-desktop .col-md-6{width:100%}body.page__providers .hgm-providers-search-filters-desktop .col-md-6 label,body[class*=page__provider] .hgm-providers-search-filters-desktop .col-md-6 label{display:none}body.page__providers .hgm-providers-search-filters-desktop .mb-4.hgm-form-element.col-sm-12.col-md-6:has(.hgm-provider-address),body[class*=page__provider] .hgm-providers-search-filters-desktop .mb-4.hgm-form-element.col-sm-12.col-md-6:has(.hgm-provider-address){display:none}body.page__providers .hgm-provider-locations__location-links-flex .ghost,body.page__providers .provider__footer .actions .simple-action,body[class*=page__provider] .hgm-provider-locations__location-links-flex .ghost,body[class*=page__provider] .provider__footer .actions .simple-action{border:1px solid #0033a1;border-radius:2rem;color:#0033a1;padding:.6rem .9rem}@media(max-width:767px){body.page__providers .hgm-provider-locations__location-links-flex .ghost,body.page__providers .provider__footer .actions .simple-action,body[class*=page__provider] .hgm-provider-locations__location-links-flex .ghost,body[class*=page__provider] .provider__footer .actions .simple-action{margin-left:0;margin-top:1rem}body.page__providers .hgm-provider-locations__location-links-flex .col:first-of-type,body.page__providers .provider__footer .col:first-of-type,body[class*=page__provider] .hgm-provider-locations__location-links-flex .col:first-of-type,body[class*=page__provider] .provider__footer .col:first-of-type{margin-bottom:0}}body.page__providers .hgm-provider-locations__location-links-flex i,body.page__providers .provider__footer i,body[class*=page__provider] .hgm-provider-locations__location-links-flex i,body[class*=page__provider] .provider__footer i{display:none}@media(max-width:767px){body.page__providers .hgm-provider-locations .hgm-horizontal-scroll__unit.single,body[class*=page__provider] .hgm-provider-locations .hgm-horizontal-scroll__unit.single{margin-left:0}body.page__providers .hgm-provider-locations__location-gmap>a,body[class*=page__provider] .hgm-provider-locations__location-gmap>a{background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;margin:0 auto;max-width:100%;width:100%}}body.page__providers .provider__footer .actions .simple-action:has(.fa-info-circle),body[class*=page__provider] .provider__footer .actions .simple-action:has(.fa-info-circle){margin-right:8px}body.page__providers .hgm-button.ml-3,body[class*=page__provider] .hgm-button.ml-3{margin-left:1rem}body.page__providers .clear-all a,body[class*=page__provider] .clear-all a{color:transparent;position:relative;text-decoration:none}body.page__providers .clear-all a:after,body[class*=page__provider] .clear-all a:after{color:initial;color:#00a1e0;content:"Disable TMH Physician Partners filter to display all doctors";left:0;position:absolute;top:-5px}body.page__providers .field-display-log-in-to-mychart,body.page__providers .field-show-hide-cta-button,body.page__providers .field-show-hide-external-links,body[class*=page__provider] .field-display-log-in-to-mychart,body[class*=page__provider] .field-show-hide-cta-button,body[class*=page__provider] .field-show-hide-external-links{display:none}@media(max-width:767px){body.page__providers .hgm-provider-sticky-cta,body[class*=page__provider] .hgm-provider-sticky-cta{display:none}body.page__providers .hgm-marquee-provider__data-mobile-actions .hgm-provider-list-group-wrapper,body[class*=page__provider] .hgm-marquee-provider__data-mobile-actions .hgm-provider-list-group-wrapper{padding-top:10px}body.page__providers .hgm-marquee-provider__data-mobile-actions h3,body[class*=page__provider] .hgm-marquee-provider__data-mobile-actions h3{display:none}body.page__providers .hgm-marquee-provider__data-mobile-actions .hgm-list-group.multi .link,body[class*=page__provider] .hgm-marquee-provider__data-mobile-actions .hgm-list-group.multi .link{align-items:center;background-color:#003fc5;border:0 solid #003fc5;border-radius:.25em;color:#fff;display:inline-flex;font-weight:600;justify-content:space-around;padding:.5em;position:relative;text-decoration:none;transition:all .4s}}body.page__patient_stories main{margin-bottom:-64px;padding-bottom:50px}body.page__patient_stories nav[aria-label=breadcrumb] ol.hgm-breadcrumb{background-color:transparent}body.page__patient_stories nav[aria-label=breadcrumb] ol.hgm-breadcrumb li.hgm-breadcrumb__item a,body.page__patient_stories nav[aria-label=breadcrumb] ol.hgm-breadcrumb li.hgm-breadcrumb__item+li:before{color:var(--colors-white)}body.page__patient_stories .hgm-marquee-featured-image .hgm-marquee-featured-image__bg{background-color:var(--colors-primary-50);opacity:1}body.page__patient_stories .hgm-marquee-featured-image .container h1,body.page__patient_stories .hgm-marquee-featured-image .container label{color:var(--colors-white)}body.page__patient_stories .hgm-marquee-featured-image .container h1{font-weight:700}body.page__patient_stories .hgm-marquee-featured-image .ss-main .ss-multi-selected .ss-values .ss-disabled{color:var(--colors-black);font-weight:400}body.page__patient_stories .hgm-marquee-featured-image .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-text{margin-bottom:0}body.page__patient_stories .hgm-marquee-featured-image .ss-main .ss-single-selected{padding-left:3px;padding-right:0}body.page__patient_stories .hgm-marquee-featured-image .ss-main .ss-single-selected .placeholder{margin-bottom:0}body.page__patient_stories .hgm-marquee-featured-image .ss-main .ss-single-selected .placeholder .ss-disabled{color:var(--colors-black);font-weight:400;margin:2px 0;padding:4px 5px}body.page__patient_stories .hgm-marquee-featured-image #postFilterAuthors+.ss-main .placeholder:not(:has(span)){align-items:center;animation-duration:.2s;animation-fill-mode:both;animation-name:scaleIn;animation-timing-function:ease-out;background-color:var(--select-search-option-chosen-background-color,var(--colors-forms-field-focus-border));border-radius:var(--select-search-border-radius);color:var(--select-search-multi-selected-text-color,var(--colors-forms-multi-select-text));display:flex;font-size:12px;letter-spacing:.04em;margin:3px 5px 3px 0;padding:3px 5px}body.page__patient_stories .hgm-posts-search__results-list .hgm-card__body.news{justify-content:flex-start}body.page__patient_stories .hgm-posts-search__results-list .hgm-card__body.news h4{font-size:18px;line-height:1.25}body.page__patient_stories .hgm-posts-search__results-list .hgm-card__body.news p{color:var(--colors-gray-70)!important}body.page__patient_stories .hgm-posts-search__results-list .hgm-card__body.news .author,body.page__patient_stories .hgm-posts-search__results-list .hgm-card__body.news .date{font-size:14px}body.page__patient_stories .hgm-posts-search__results-list .hgm-card__body.news .hgm-button{margin-top:auto}body.page__patient_stories .hgm-posts-search__results-list .hgm-card__body.news .hgm-button.ghost{color:var(--colors-primary-50)}body.page__patient_stories .hgm-posts-search__results-list .hgm-card__body.news .hgm-button.ghost:hover{background-color:var(--colors-primary-30);color:var(--colors-white)}@media screen and (max-width:767px){body.page__patient_stories .hgm-posts-search .hgm-pagination{margin-top:20px}}body.page__patient_stories .hgm-posts-search .hgm-pagination__item.active a{background-color:var(--colors-gray-40);border-color:var(--colors-gray-40)}body.page__patient_stories .hgm-posts-search .hgm-pagination__item:not(.active):not(.disabled) a{background-color:var(--colors-white)}body.page__patient_stories .hgm-posts-search .hgm-pagination__item:not(.active):not(.disabled) a:hover{background-color:var(--colors-links-and-buttons-button-background)}body.page__news main{margin-bottom:-64px;padding-bottom:50px}body.page__news nav[role=navigation] ol.hgm-breadcrumb{background-color:transparent}body.page__news nav[role=navigation] ol.hgm-breadcrumb li.hgm-breadcrumb__item a,body.page__news nav[role=navigation] ol.hgm-breadcrumb li.hgm-breadcrumb__item+li:before{color:var(--colors-white)}body.page__news .hgm-marquee-featured-image .hgm-marquee-featured-image__bg{background-color:var(--colors-primary-50);opacity:1}body.page__news .hgm-marquee-featured-image .container h1,body.page__news .hgm-marquee-featured-image .container label{color:var(--colors-white)}body.page__news .hgm-marquee-featured-image .container h1{font-weight:700}body.page__news .hgm-marquee-featured-image .ss-main .ss-multi-selected .ss-values .ss-disabled{color:var(--colors-black);font-weight:400}body.page__news .hgm-marquee-featured-image .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-text{margin-bottom:0}body.page__news .hgm-marquee-featured-image .ss-main .ss-single-selected{padding-left:3px;padding-right:0}body.page__news .hgm-marquee-featured-image .ss-main .ss-single-selected .placeholder{margin-bottom:0}body.page__news .hgm-marquee-featured-image .ss-main .ss-single-selected .placeholder .ss-disabled{color:var(--colors-black);font-weight:400;margin:2px 0;padding:4px 5px}body.page__news .hgm-posts-search__results-list .hgm-card__body.news{justify-content:flex-start}body.page__news .hgm-posts-search__results-list .hgm-card__body.news img{display:none}body.page__news .hgm-posts-search__results-list .hgm-card__body.news h4{font-size:18px;line-height:1.25}body.page__news .hgm-posts-search__results-list .hgm-card__body.news p{color:var(--colors-gray-70)!important}body.page__news .hgm-posts-search__results-list .hgm-card__body.news .author,body.page__news .hgm-posts-search__results-list .hgm-card__body.news .date{font-size:14px}body.page__news .hgm-posts-search__results-list .hgm-card__body.news .hgm-button{margin-top:auto}body.page__news .hgm-posts-search__results-list .hgm-card__body.news .hgm-button.ghost{color:var(--colors-primary-50)}body.page__news .hgm-posts-search__results-list .hgm-card__body.news .hgm-button.ghost:hover{background-color:var(--colors-primary-30);color:var(--colors-white)}@media screen and (max-width:767px){body.page__news .hgm-posts-search .hgm-pagination{margin-top:20px}}body.page__news .hgm-posts-search .hgm-pagination__item.active a{background-color:var(--colors-gray-40);border-color:var(--colors-gray-40)}body.page__news .hgm-posts-search .hgm-pagination__item:not(.active):not(.disabled) a{background-color:var(--colors-white)}body.page__news .hgm-posts-search .hgm-pagination__item:not(.active):not(.disabled) a:hover{background-color:var(--colors-links-and-buttons-button-background)}body.page__events_search #hgmMarqueeHeroEventsSearch[data-default-bg-color="var(--colors-primary-50)"]{background-color:var(--colors-primary-50)}body.page__events_search #hgmMarqueeHeroEventsSearch[data-default-bg-color="var(--colors-primary-50)"] .hgm-breadcrumb{background-color:transparent}body.page__events_search #hgmMarqueeHeroEventsSearch[data-default-bg-color="var(--colors-primary-50)"] .hgm-autocomplete-container-wrapper .hgm-autocomplete-container label,body.page__events_search #hgmMarqueeHeroEventsSearch[data-default-bg-color="var(--colors-primary-50)"] .hgm-breadcrumb li,body.page__events_search #hgmMarqueeHeroEventsSearch[data-default-bg-color="var(--colors-primary-50)"] .hgm-breadcrumb li a,body.page__events_search #hgmMarqueeHeroEventsSearch[data-default-bg-color="var(--colors-primary-50)"] .hgm-breadcrumb li:not(:first-of-type):before{color:var(--colors-white)}body.page__events_search #hgmMarqueeHeroEventsSearch[data-default-bg-color="var(--colors-primary-50)"] .hgm-autocomplete-container-wrapper .hgm-autocomplete-container .hgm-autocomplete-results ul li.grouping div{color:var(--colors-system-primary-dark)}@media screen and (max-width:991px){body.page__events_search #eventsSearchFilterDrawer .hgm-events-search-filters .vdp-datepicker{width:100%}body.page__events_search #eventsSearchFilterDrawer .hgm-events-search-filters .vdp-datepicker__calendar{position:relative}}body.page__events_search #eventsSearchFilterDrawer .hgm-events-search-filters .vdp-datepicker__calendar{width:100%}body.page__events_search .hgm-events-search__list-group .hgm-card.event-listing .hgm-card__body .event-summary .event-types .hgm-badge.light{background-color:var(--colors-secondary-10)}body.page__events_search .hgm-events-search__list-group .hgm-card.event-listing .hgm-card__body .event-details{align-items:center}body.page__events_search .hgm-events-search__list-group .hgm-card.event-listing .hgm-card__body .event-details .openings{color:var(--colors-primary-50);font-weight:600}body.page__events_search .hgm-events-search__list-group .hgm-card.event-listing .hgm-card__body .event-details .openings span{color:var(--colors-error-50);font-weight:600}body.page__events_search .hgm-events-search__list-group .hgm-card.event-listing .hgm-card__body .event-details .hgm-button{margin-bottom:0;position:static}body.path-event-occurrence .event-detail .event-topic-container .hgm-badge.light{background-color:var(--colors-secondary-10)}body.path-event-occurrence .hgm-event-main-page .event-sidebar .hgm-badge.light{background-color:var(--colors-error-50);color:#fff}body.path-event-occurrence .hgm-event-main-page .event-details{align-items:center}body.path-event-occurrence .hgm-event-main-page .event-details .openings{color:var(--colors-primary-50);font-weight:600}body.path-event-occurrence .hgm-event-main-page .event-details .openings span{color:var(--colors-error-50);font-weight:600}body.path-event-occurrence .hgm-event-main-page .event-details .hgm-button{margin-bottom:0;position:static}body.page__tmh_foundation #block-hg-webdv-child-tmhfoundationlinksblock{background-color:var(--colors-secondary-10)}body.page__tmh_foundation #block-hg-webdv-child-tmhfoundationlinksblock .body{margin:0 auto;padding:40px 0;width:calc(100% - 30px)}@media screen and (min-width:1400px){body.page__tmh_foundation #block-hg-webdv-child-tmhfoundationlinksblock .body{width:1330px}}@media screen and (max-width:1399px)and (min-width:1200px){body.page__tmh_foundation #block-hg-webdv-child-tmhfoundationlinksblock .body{width:1140px}}@media screen and (max-width:1199px)and (min-width:992px){body.page__tmh_foundation #block-hg-webdv-child-tmhfoundationlinksblock .body{width:940px;width:710px}}@media screen and (max-width:767px){body.page__tmh_foundation #block-hg-webdv-child-tmhfoundationlinksblock .body .row>.col:not(:last-of-type){margin-bottom:30px}}body.page__tmh_foundation #block-hg-webdv-child-tmhfoundationlinksblock .body a:not(.hgm-button){color:var(--colors-white)}body.page__tmh_foundation #block-hg-webdv-child-tmhfoundationlinksblock .body a:not(.hgm-button):hover{color:var(--colors-white);text-decoration-color:var(--colors-white)}body.page__tmh_foundation #block-hg-webdv-child-tmhfoundationlinksblock .body .hgm-button{width:100%}
:root{--colors-base-text:var(--colors-gray-70);--colors-base-h1:var(--colors-primary-50);--colors-base-h2:var(--colors-primary-50);--colors-base-h3:var(--colors-gray-85);--colors-base-h4:var(--colors-gray-85);--colors-base-h5:var(--colors-gray-85);--colors-base-h6:var(--colors-gray-85);--colors-base-table-border:var(--colors-gray-20);--colors-base-table-alternating-background:var(--colors-gray-5);--colors-system-primary:var(--colors-primary-50);--colors-system-primary-dark:var(--colors-primary-70);--colors-system-secondary:var(--colors-secondary-50);--colors-system-secondary-light:var(--colors-secondary-30);--colors-system-tertiary:var(--colors-tertiary-50);--colors-system-error:var(--colors-error-50);--colors-system-warning:var(--colors-warning-50);--colors-system-success:var(--colors-success-50);--colors-system-light:var(--colors-gray-5);--colors-system-mid:var(--colors-gray-10);--colors-system-dark:var(--colors-gray-85);--colors-image-caption-background-color:var(--colors-gray-10);--colors-image-caption-text-color:var(--colors-gray-85);--colors-links-and-buttons-text-link:var(--colors-secondary-50);--colors-links-and-buttons-text-link-hover:var(--colors-tertiary-30);--colors-links-and-buttons-button-label:var(--colors-white);--colors-links-and-buttons-button-background:var(--colors-primary-30);--colors-links-and-buttons-button-background-hover:var(--colors-secondary-30);--colors-links-and-buttons-button-background-active:var(--colors-secondary-70);--colors-links-and-buttons-main-dropdown-background-open:var(--colors-secondary-90);--colors-links-and-buttons-ghost-button-label:var(--colors-primary-50);--colors-links-and-buttons-ghost-button-background:var(--colors-white);--colors-links-and-buttons-ghost-button-border:var(--colors-primary-50);--colors-links-and-buttons-ghost-button-border-hover:var(--colors-primary-30);--colors-links-and-buttons-ghost-button-border-active:var(--colors-primary-70);--colors-forms-text:var(--colors-gray-85);--colors-forms-field-border:var(--colors-gray-40);--colors-forms-field-border-hover:var(--colors-secondary-30);--colors-forms-field-focus-border:var(--colors-secondary-50);--colors-forms-field-focus-fill:var(--colors-secondary-5);--colors-forms-error:var(--colors-error-50);--colors-forms-dropdown-background:var(--colors-white);--colors-forms-multi-select-text:var(--colors-white);--colors-accordion-and-tabs-text:var(--colors-gray-85);--colors-accordion-and-tabs-text-hover:var(--colors-tertiary-30);--colors-accordion-and-tabs-text-open:var(--colors-white);--colors-accordion-and-tabs-background:var(--colors-gray-5);--colors-accordion-and-tabs-background-open:var(--colors-secondary-30);--colors-accordion-and-tabs-background-active:var(--colors-secondary-5);--colors-lists-title-text:var(--colors-gray-85);--colors-lists-body-text:var(--colors-gray-60);--colors-lists-link-text:var(--colors-secondary-50);--colors-lists-divider:var(--colors-gray-20);--colors-lists-process-steps:var(--colors-primary-50);--colors-lists-process-steps-hover:var(--colors-primary-30);--colors-modals-text:var(--colors-gray-85);--colors-modals-background:var(--colors-white);--colors-modals-close-link:var(--colors-secondary-50);--colors-offcanvas-close:var(--colors-primary-50);--colors-offcanvas-close-hover:var(--colors-secondary-30);--colors-offcanvas-overlay-background:var(--colors-gray-85);--colors-offcanvas-background:var(--colors-white);--colors-offcanvas-menu-bottom-border:var(--colors-gray-10);--colors-offcanvas-menu-text:var(--colors-primary-50);--colors-offcanvas-menu-text-hover:var(--colors-secondary-50);--colors-offcanvas-menu-text-active:var(--colors-primary-50);--colors-offcanvas-menu-button-background:var(--colors-gray-5);--colors-offcanvas-phone:var(--colors-secondary-50);--colors-offcanvas-phone-hover:var(--colors-secondary-30);--colors-offcanvas-call-to-action-button-background:var(--colors-secondary-50);--colors-offcanvas-call-to-action-button-background-hover:var(--colors-secondary-30);--colors-offcanvas-call-to-action-button-text:var(--colors-white);--colors-offcanvas-accordion-label-background:var(--colors-gray-20);--colors-offcanvas-accordion-label:var(--colors-primary-50);--colors-hero-default-text-small-screen:var(--colors-gray-85);--colors-hero-background-overlay:var(--colors-gray-85);--colors-hero-background-small-screen:var(--colors-gray-5);--colors-slideshow-caption:var(--colors-white);--colors-slideshow-thumbnail-and-dot-nav-background:var(--colors-white);--colors-slideshow-thumbnail-active:var(--colors-primary-50);--colors-slideshow-dot-nav-border-and-hover:var(--colors-secondary-50);--colors-slideshow-dot-nav-active:var(--colors-secondary-90);--colors-video-play-icon:var(--colors-white);--colors-video-background:var(--colors-quinary-50);--colors-video-caption:var(--colors-gray-85);--colors-card-title:var(--colors-primary-50);--colors-card-body:var(--colors-gray-85);--colors-card-label:var(--colors-gray-70);--colors-card-background:var(--colors-white);--colors-card-border:var(--colors-gray-10);--colors-card-provider-icon:var(--colors-white);--colors-card-provider-icon-background:var(--colors-success-50);--colors-card-event-icon:var(--colors-primary-50);--colors-carousel-nav-background:var(--colors-white);--colors-carousel-nav-border-and-hover:var(--colors-secondary-50);--colors-carousel-nav-active:var(--colors-secondary-90);--colors-carousel-nav-arrow-border:var(--colors-secondary-50);--colors-carousel-nav-arrow-border-hover:var(--colors-secondary-30);--colors-footer-text:var(--colors-white);--colors-footer-background:var(--colors-gray-85);--colors-footer-divider:var(--colors-gray-20);--colors-footer-cta-button-background:var(--colors-white);--colors-footer-menu-links:var(--colors-white);--colors-footer-menu-links-hover:var(--colors-white);--colors-footer-social-icons:var(--colors-gray-10);--colors-footer-social-icons-hover:var(--colors-gray-20);--colors-header-background:var(--colors-white);--colors-header-search-icon:var(--colors-primary-50);--colors-header-off-canvas-menu-icon:var(--colors-primary-50);--colors-header-cta-background:var(--colors-primary-50);--colors-header-cta-background-hover:var(--colors-tertiary-30);--colors-header-cta-text:var(--colors-white);--colors-header-primary-menu-link:var(--colors-primary-50);--colors-header-primary-menu-link-hover:var(--colors-secondary-50);--colors-header-primary-menu-link-active:var(--colors-tertiary-30);--colors-header-primary-menu-current:var(--colors-tertiary-30);--colors-header-primary-menu-current-border:var(--colors-secondary-50);--colors-header-submenu-dropdown-border:var(--colors-primary-10);--colors-header-submenu-heading:var(--colors-gray-85);--colors-header-submenu-dropdown-divider:var(--colors-gray-85);--colors-header-submenu-dropdown-background:var(--colors-white);--colors-header-submenu-menu-link:var(--colors-gray-85);--colors-header-submenu-menu-link-hover:var(--colors-secondary-50);--colors-header-submenu-menu-link-active:var(--colors-secondary-70);--colors-header-subheader-phone:var(--colors-gray-85);--colors-header-subheader-background:var(--colors-gray-20);--colors-header-subheader-dropdown-text:var(--colors-gray-70);--colors-header-subheader-menu-link:var(--colors-gray-85);--colors-header-subheader-menu-link-hover:var(--colors-secondary-50);--colors-header-subheader-menu-link-active:var(--colors-secondary-70);--colors-cta-band-background:var(--colors-gray-10);--colors-cta-expandable-content-text:var(--colors-white);--colors-cta-expandable-content-overlay:var(--colors-secondary-90);--colors-cta-expandable-content-divider:var(--colors-secondary-70);--colors-events-search-page-heading-text-color:var(--colors-white);--colors-events-search-page-heading-link-color:var(--colors-secondary-30);--colors-events-search-page-heading-background-color:var(--colors-primary-50);--colors-providers-search-title:var(--colors-white);--colors-providers-search-background:var(--colors-primary-50);--colors-providers-search-button:var(--colors-primary-30);--colors-providers-icon-background:var(--colors-success-50);--colors-providers-review-stars:var(--colors-warning-50);--colors-provider-page-marquee-background-color:var(--colors-primary-50);--colors-provider-page-marquee-text-color:var(--colors-white);--colors-provider-page-marquee-link-color:var(--colors-secondary-30);--colors-provider-page-new-patients-icon-color:var(--colors-success-50);--colors-provider-page-virtual-visits-icon-color:var(--colors-primary-30);--colors-provider-page-hours-open-status-color:var(--colors-success-50);--colors-provider-page-cta-background-color:var(--colors-primary-50);--colors-providers-search-page-heading-text-color:var(--colors-white);--colors-providers-search-page-heading-background-color:var(--colors-primary-50);--colors-providers-search-page-heading-label-color:var(--colors-gray-85);--colors-providers-search-page-heading-link-color:var(--colors-secondary-50);--colors-providers-search-page-heading-link-color-hover:var(--colors-secondary-50);--colors-providers-search-page-display-no-results-settings-overlay-background:var(--colors-gray-85);--colors-location-page-marquee-background-color:var(--colors-primary-50);--colors-location-page-marquee-text-color:var(--colors-white);--colors-location-page-marquee-link-color:var(--colors-secondary-50);--colors-location-page-hours-open-status-color:var(--colors-success-50);--colors-locations-search-page-heading-text-color:var(--colors-white);--colors-locations-search-page-heading-background-color:var(--colors-primary-50);--colors-locations-search-page-filters-styles-label-color:var(--colors-white);--colors-locations-search-page-filters-styles-link-color:var(--colors-secondary-5);--colors-locations-search-page-filters-styles-badge-text-color:var(--colors-white);--colors-locations-search-page-filters-styles-badge-background-color:var(--colors-secondary-30);--colors-locations-search-page-map-marker-color:var(--colors-primary-50);--colors-locations-search-page-map-marker-hover-color:var(--colors-secondary-50);--colors-locations-search-page-map-user-location-marker-color:var(--colors-tertiary-30);--colors-services-marquee-text-color:var(--colors-white);--colors-services-page-marquee-background-color:var(--colors-primary-50);--colors-services-page-marquee-text-color:var(--colors-white);--colors-services-page-marquee-link-color:var(--colors-white);--colors-health-library-header-brand:var(--colors-primary-50);--colors-health-library-header-background:var(--colors-white);--colors-health-library-header-primary-menu-link:var(--colors-gray-85);--colors-health-library-header-primary-menu-link-hover:var(--colors-secondary-50);--colors-health-library-header-primary-menu-link-active:var(--colors-secondary-70);--colors-health-library-header-primary-menu-link-current:var(--colors-primary-90);--colors-health-library-header-primary-menu-link-current-border:var(--colors-gray-85);--colors-health-library-header-submenu-dropdown-border:var(--colors-primary-10);--colors-health-library-header-submenu-heading:var(--colors-gray-85);--colors-health-library-header-submenu-dropdown-background:var(--colors-white);--colors-health-library-header-submenu-link:var(--colors-gray-85);--colors-health-library-header-submenu-link-hover:var(--colors-secondary-50);--colors-health-library-header-submenu-link-active:var(--colors-secondary-70);--colors-health-library-header-cta-background:var(--colors-secondary-50);--colors-health-library-header-cta-border:var(--colors-secondary-50);--colors-health-library-header-cta-background-hover:var(--colors-secondary-70);--colors-health-library-header-cta-text:var(--colors-white);--colors-health-library-header-mobile-text:var(--colors-gray-85);--colors-health-library-header-mobile-border:var(--colors-gray-20);--colors-health-library-header-mobile-background:var(--colors-gray-20);--colors-health-library-header-mobile-background-hover:var(--colors-gray-40);--colors-health-library-page-marquee-background-color:var(--colors-white);--colors-health-library-page-marquee-text-color:var(--colors-gray-85);--colors-health-library-page-marquee-link-color:var(--colors-secondary-50);--colors-posts-marquee-text-color:var(--colors-primary-90);--colors-posts-page-marquee-text-color:var(--colors-white);--colors-posts-page-marquee-link-color:var(--colors-secondary-50);--colors-standard-layout-page-marquee-background-color:var(--colors-primary-50);--colors-standard-layout-page-marquee-text-color:var(--colors-white);--colors-standard-layout-page-marquee-link-color:var(--colors-secondary-50);--colors-provider-directory-marquee-text-color:var(--colors-white);--colors-provider-directory-marquee-background-color:var(--colors-primary-50);--colors-trin-marquee-carousel-nav-arrow-background:var(--colors-gray-85);--colors-trin-marquee-carousel-nav-arrow-color:var(--colors-white);--colors-trin-marquee-carousel-nav-bullet-background:var(--colors-white);--colors-trin-marquee-carousel-nav-bullet-border-and-hover:var(--colors-secondary-50);--colors-trin-marquee-carousel-nav-bullet-background-hover:var(--colors-secondary-50);--colors-trin-marquee-carousel-nav-bullet-background-active:var(--colors-secondary-50);--colors-trin-marquee-carousel-caption-background:var(--colors-gray-85);--colors-trin-marquee-carousel-caption-background-mobile:var(--colors-gray-60);--colors-trin-marquee-carousel-caption-color:var(--colors-white);--colors-trin-marquee-carousel-caption-cta-button-background:var(--colors-secondary-50);--colors-trin-marquee-carousel-caption-cta-button-background-hover:var(--colors-secondary-30);--colors-trin-marquee-carousel-caption-cta-button-background-active:var(--colors-secondary-70);--colors-trin-marquee-carousel-caption-cta-button-color:var(--colors-white);--colors-global-search-result-link-color:var(--colors-secondary-50);}.row{--bs-gutter-x:4.5rem;}
