
    @view-transition { navigation: auto} :root { --hh-container: 0; --hh-grid-gap: 20px; --hh-default-bg-color: #ffffff; --hh-default-font-color: #231f20; --hh-primary: #004d86; --hh-secondary: #007cd9; --hh-accent: #f5f5f5; --hh-accent-dark: #dddddd; --hh-accent-darker: #505050; --hh-primarybutton-paddding: 11px; --hh-primarybutton-text-color: var(--hh-default-bg-color); --hh-primarybutton-icon-color: var(--hh-default-bg-color); --hh-primarybuttonhover-icon-color: var(--hh-primary); --hh-primarybuttonhover-text-color: var(--hh-primary); --hh-secondarybutton-text-color: var(--hh-default-bg-color); --hh-secondarybutton-icon-color: var(--hh-default-bg-color); --hh-secondarybuttonhover-icon-color: var(--hh-secondary); --hh-secondarybuttonhover-text-color: var(--hh-secondary); --hh-font-size: 16px; --hh-h1-size: 2em; --hh-h2-size: 1.5em; --hh-h3-size: 1.17em} .hh-module *, .hh-module *::before, .hh-module *::after { box-sizing: border-box} .hh-module { background-color: var(--hh-default-bg-color)} .hh-module a { color: var(--hh-primary)} .hh-module a:hover, .hh-module a:focus { color: var(--hh-secondary); text-decoration: none} .hh-hide { display: none !important} .hh-container { margin-top: var(--hh-container); margin-bottom: var(--hh-container)} .hh-main { display: grid; gap: var(--hh-grid-gap); grid-template-columns: 1fr; grid-template-areas: "sidebar" "main"} @media (min-width: 992px) { .hh-main { grid-template-columns: 3fr 1fr; grid-template-areas: "main sidebar"} .hh-main.hh-main-flipped { grid-template-columns: 1fr 3fr; grid-template-areas: "sidebar main"} } @media (min-width: 1200px) { .hh-main { grid-template-columns: 4fr 1fr} .hh-main.hh-main-flipped { grid-template-columns: 1fr 4fr} } .hh-listing { grid-area: main} .hh-header { margin-bottom: var(--hh-grid-gap)} .hh-header>*:last-child { margin-bottom: 0} .hh-listing .hh-results { --animation-speed: 0.3s; --icon-size: 25px; display: flex; justify-content: space-between; align-items: center; background-color: var(--hh-accent); font-size: 0.8em; padding: calc(var(--hh-grid-gap) * 0.5); margin-bottom: var(--hh-grid-gap)} .hh-listing .hh-results span { font-weight: bold} .hh-listing .hh-results .hh-toggle-listing { position: relative; width: var(--icon-size); height: var(--icon-size)} .hh-listing .hh-results .hh-toggle-listing button { cursor: pointer; background: transparent; border: none; padding: 0; position: absolute; top: 0; left: 0; opacity: 1; transition: opacity var(--animation-speed) ease-in-out, transform var(--animation-speed) ease-in-out} .hh-listing .hh-results .hh-toggle-listing button svg { width: var(--icon-size)} .hh-listing .hh-results .hh-toggle-listing button.hidden { opacity: 0; transform: scale(0.8); pointer-events: none} @media (max-width: 530px) { .hh-listing .hh-results .hh-toggle-listing { display: none} } .hh-listing .hh-filters { display: flex; gap: calc(var(--hh-grid-gap) * 0.25); margin-bottom: var(--hh-grid-gap); flex-wrap: wrap} .hh-listing .hh-filters .hh-selected-filter { display: inline-flex; cursor: pointer; font-weight: 400; font-size: 0.8em; background-color: var(--hh-accent-dark); padding: calc(var(--hh-grid-gap) * 0.2); border-radius: 0.4em; align-items: center; gap: calc(var(--hh-grid-gap) * 0.2); white-space: nowrap; color: var(--hh-default-font-color); border: solid 1px var(--hh-accent-dark); box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px} .hh-listing .hh-filters .filter-title { display: none; font-weight: 700} @media (min-width: 768px) { .hh-listing .hh-filters .filter-title { display: block} } .hh-listing .hh-filters .hh-active-filter { font-weight: 400} .hh-listing .hh-filters .hh-selected-filter svg { width: 1em; height: 1em; flex-shrink: 0; display: block} .hh-listing .hh-filters .hh-selected-filter:hover svg, .hh-listing .hh-filters .hh-selected-filter:focus svg { fill: red} .hh-listing .hh-items { display: grid; gap: calc(var(--hh-grid-gap) * 1.25)} .hh-listing .hh-item { display: grid; gap: calc(var(--hh-grid-gap) * 0.25); text-decoration: none; color: var(--hh-default-font-color); grid-template-columns: 1fr; position: relative; background-color: var(--hh-default-bg-color); box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px; padding: calc(var(--hh-grid-gap) * 0.75)} .hh-listing .hh-item .hh-details:only-child { grid-column: 1 / -1} .hh-listing .hh-item .hh-details a { position: absolute; content: ""; inset: 0; width: 100%; height: 100%; z-index: 5} @media (min-width: 600px) { .hh-listing .hh-item { grid-template-columns: 1fr 2fr; gap: var(--hh-grid-gap)} } @media (min-width: 992px) { .hh-listing .hh-item { grid-template-columns: 1fr 4fr} } @media (min-width: 1200px) { .hh-listing .hh-item { grid-template-columns: 1fr 5fr} } .hh-listing .hh-item:hover .hh-details .hh-name, .hh-listing .hh-item:focus .hh-details .hh-name { color: var(--hh-primary)} .hh-item .hh-image { aspect-ratio: 1 / 1} .hh-image { overflow: hidden; color: var(--hh-accent-dark); background-color: var(--hh-accent)} .hh-image img { width: 100%; height: 100%; object-fit: cover} .hh-item .hh-image img { min-height: 166px} .hh-details>* { line-height: 1.2} .hh-details .hh-name { font-size: var(--hh-h2-size); font-weight: bold; margin-bottom: 0; text-wrap: balance} @media (min-width: 768px) { .hh-details .hh-name { margin-bottom: calc(var(--hh-grid-gap) * 0.5)} } .hh-details .hh-departments, .hh-details .hh-title { display: block; font-size: 0.8em; text-transform: uppercase; margin-bottom: calc(var(--hh-grid-gap) * 0.5)} .hh-details .hh-departments { color: var(--hh-accent-darker)} .hh-details .hh-title { font-weight: bold; color: var(--hh-accent-darker)} .hh-listing .hh-items.hh-cards { --card-width: 240px; --image-height: 100%; --image-fit: cover; display: grid; gap: var(--hh-grid-gap); grid-template-columns: repeat(auto-fill, minmax(min(var(--card-width), 100%), 1fr))} .hh-listing .hh-items.hh-cards .hh-item { display: flex; flex-direction: column} .hh-listing .hh-items.hh-cards .hh-item .hh-image img { aspect-ratio: 1 / 1; width: 100%; max-height: var(--image-height); object-fit: var(--image-fit)} .hh-details .hh-summary { display: none; margin-block-end: calc(var(--hh-grid-gap) * 0.5); text-wrap: pretty} @media (min-width: 426px) { .hh-item .hh-details .hh-summary { display: block} } .hh-listing .hh-items.hh-cards .hh-item .hh-details .hh-summary { display: none} .hh-sidebar-item h2 { position: relative; font-size: var(--hh-h3-size); text-transform: uppercase} .hh-sidebar-item h2 span { background-color: var(--hh-default-bg-color); position: relative; z-index: 2; padding: 3px 8px 3px 0} .hh-sidebar-item h2:before { content: ""; display: inline-block; height: 2px; background-color: var(--hh-accent-dark); position: absolute; left: 0; right: 0; top: 50%; z-index: 1} .hh-sidebar-item input { font-size: calc(var(--hh-font-size)*.9); padding: var(--hh-primarybutton-paddding); color: var(--hh-accent-darker); display: inline-block; width: auto} .hh-sidebar { grid-area: sidebar} .hh-sidebar-item+.hh-sidebar-item { margin-top: calc(var(--hh-grid-gap) * 2)} .hh-sidebar-item.hh-sidebar-clear { margin-top: calc(var(--hh-grid-gap) * 1.5)} .hh-sidebar-item *:first-child { margin-top: 0} .hh-sidebar-item .hh-text-input, .hh-sidebar-item .hh-select { width: 100%} .hh-sidebar-item .hh-checkbox-filters label { display: block; padding: calc(var(--hh-grid-gap) * 0.2) 0; cursor: pointer; font-weight: 500} .hh-sidebar-item .hh-checkbox-filters label:hover, .hh-sidebar-item .hh-checkbox-filters label:focus { color: var(--hh-primary)} .hh-sidebar-item .hh-btn-primary+.hh-btn-primary { margin-top: calc(var(--hh-grid-gap) * 0.4)} .hh-checkbox-filters+.hh-checkbox-filters { margin-top: var(--hh-grid-gap)} .hh-sidebar .hh-sidebar-mobile-heading, .hh-sidebar .hh-sidebar-mobile-expand { display: none} @media (max-width: 991px) { .hh-sidebar .hh-sidebar-mobile { padding: var(--hh-grid-gap); border: 1px solid var(--hh-accent-dark); margin-top: calc(var(--hh-grid-gap) * -1.5)} .hh-sidebar .hh-sidebar-mobile .hh-gradient-overlay { margin-bottom: var(--hh-grid-gap)} .hh-sidebar .hh-sidebar-mobile.hh-collapsed .hh-gradient-overlay { color: black; mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0))); max-height: 200px; overflow: auto} .hh-sidebar .hh-sidebar-mobile-heading span, .hh-sidebar .hh-sidebar-mobile-expand span { display: inline-block; padding: calc(var(--hh-grid-gap) * 0.5); background-color: var(--hh-default-bg-color)} .hh-sidebar .hh-sidebar-mobile-heading { display: block; font-size: var(--hh-h2-size); text-transform: uppercase; font-weight: bold; margin-left: calc(var(--hh-grid-gap) * 0.5)} .hh-sidebar .hh-sidebar-mobile-expand { display: block; text-align: center; margin-top: calc(var(--hh-grid-gap) * -1.3)} .hh-sidebar .hh-sidebar-mobile-expand button { cursor: pointer; border: none; background-color: var(--hh-primary); color: #fff; border-radius: 50%; height: 32px; width: 32px; line-height: 1; padding: 0; margin: 0} .hh-sidebar .hh-sidebar-mobile-expand button.hh-expand:after, .hh-sidebar .hh-sidebar-mobile-expand button.hh-expand.hh-expanded:after { display: block; text-align: center; font-size: 2em; font-weight: bold} .hh-sidebar .hh-sidebar-mobile-expand button.hh-expand:after { content: "+"} .hh-sidebar .hh-sidebar-mobile-expand button.hh-expand.hh-expanded:after { content: "-"; line-height: 0.4} } .hh-sidebar .hh-wysiwyg { overflow: hidden} .hh-listing-controls { display: flex; justify-content: center; gap: calc(var(--hh-grid-gap) * 0.5)} .hh-listing-controls button { margin: calc(var(--hh-grid-gap) * 1.5) 0} details.hh-accordion { --_duration: .2s} @media (prefers-reduced-motion: no-preference) { details.hh-accordion { interpolate-size: allow-keywords} } .hh-accordion>.hh-accordion-title { cursor: pointer; font-weight: bold; padding: calc(var(--hh-grid-gap)*.5) 0; list-style: none; position: relative} .hh-accordion>.hh-accordion-title:hover, .hh-accordion>.hh-accordion-title:focus { color: var(--hh-primary)} .hh-accordion>.hh-accordion-title::marker, .hh-accordion>.hh-accordion-title::-webkit-details-marker { display: none} .hh-accordion-title span { margin-inline-end: 1em} .hh-accordion .hh-accordion-title:after { content: "+"; float: right; font-size: 1.5em; font-weight: normal; position: absolute; right: 0; top: 50%; transform: translateY(-50%)} details.hh-accordion::details-content { opacity: 0; block-size: 0; overflow-y: clip; transition: content-visibility var(--_duration) allow-discrete, opacity var(--_duration), block-size var(--_duration)} details[open].hh-accordion::details-content { opacity: 1; block-size: auto} details[open].hh-accordion .hh-accordion-title:after { content: "-"; float: right; font-size: 1.5em; font-weight: normal} .hh-accordion .hh-accordion-content { padding: 0 calc(var(--hh-grid-gap)*.1)} .hh-icon svg { display: block; height: 20px} .hh-btn-primary { display: inline-block; cursor: pointer; padding: var(--hh-primarybutton-paddding) calc(var(--hh-primarybutton-paddding)*4); text-align: center; font-weight: bold; background-color: var(--hh-primary); color: var(--hh-primarybutton-text-color) !important; text-transform: uppercase; text-decoration: none; border: solid 2px var(--hh-primary)} .hh-btn-primary:hover, .hh-btn-primary:focus { background-color: var(--hh-primarybutton-text-color); color: var(--hh-primary) !important; border: solid 2px var(--hh-primary)} .hh-btn-primary-inverted { display: inline-block; cursor: pointer; padding: var(--hh-primarybutton-paddding) calc(var(--hh-primarybutton-paddding)*4); text-align: center; font-weight: bold; background-color: var(--hh-primarybutton-text-color); color: var(--hh-primary) !important; text-transform: uppercase; text-decoration: none; border: solid 2px var(--hh-primary)} .hh-btn-primary-inverted:hover, .hh-btn-primary-inverted:focus { background-color: var(--hh-primary); color: var(--hh-primarybutton-text-color) !important; border: solid 2px var(--hh-primary)} .hh-btn-secondary { display: inline-block; cursor: pointer; padding: var(--hh-primarybutton-paddding) calc(var(--hh-primarybutton-paddding)*4); text-align: center; font-weight: bold; background-color: var(--hh-secondary); color: var(--hh-secondarybutton-text-color) !important; text-transform: uppercase; text-decoration: none; border: solid 2px var(--hh-secondary)} .hh-btn-secondary:hover, .hh-btn-secondary:focus { background-color: var(--hh-secondarybutton-text-color); color: var(--hh-secondary) !important; border: solid 2px var(--hh-secondary)} .hh-text-input, .hh-select { font-size: calc(var(--hh-font-size)*.9); color: var(--hh-accent-darker)} .hh-select { padding: var(--hh-primarybutton-paddding) calc(var(--hh-primarybutton-paddding)*2) var(--hh-primarybutton-paddding) var(--hh-primarybutton-paddding); background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat; background-position: calc(100% - 0.75rem) center !important; -moz-appearance: none !important; -webkit-appearance: none !important; appearance: none !important; padding-right: var(--hh-primarybutton-paddding) !important} .hh-sr-only { display: block; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important} .hh-italics { font-style: italic} .hh-experts .hh-listing .hh-item.hh-featured { background-color: var(--hh-accent)} .hh-experts .hh-listing .hh-item .hh-star { display: none} .hh-experts .hh-listing .hh-item.hh-featured .hh-star { display: block; position: absolute; width: 20px; right: 10px; bottom: 5px} .hh-experts .hh-listing .hh-item .hh-star svg { fill: var(--hh-primary)} @media (min-width: 600px) { .hh-experts .hh-listing .hh-item.hh-featured .hh-star { bottom: auto; right: 10px; top: 10px} } .hh-experts .hh-topics { display: inline-block; text-transform: capitalize} .hh-experts .hh-topics ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: calc(var(--hh-grid-gap) * 0.4)} .hh-experts .hh-topics li { display: inline-flex; background: var(--hh-accent); font-size: 0.8rem; padding: calc(var(--hh-grid-gap) * 0.4); gap: calc(var(--hh-grid-gap) * 0.5)} .hh-experts .hh-featured .hh-topics li { background: var(--hh-default-bg-color)} .hh-experts .hh-listing .hh-items.hh-cards .hh-item.hh-featured .hh-star { top: auto; right: 10px; bottom: 5px} .hh-experts .hh-sidebar-item .hh-btn-primary, .hh-experts .hh-sidebar-item .hh-btn-primary-inverted { display: block; width: 100%; padding: calc(var(--hh-grid-gap) * 0.6) calc(var(--hh-grid-gap) * 0.5)} .hh-experts .hh-sidebar-item .hh-alphabet-filters { display: grid; grid-template-columns: repeat(auto-fit, minmax(42px, 1fr)); gap: calc(var(--hh-grid-gap) * 0.25)} .hh-experts .hh-sidebar-item .hh-alphabet-filters .hh-alphabet-btn { padding: calc(var(--hh-grid-gap) * 0.5); cursor: pointer; background-color: var(--hh-primarybutton-text-color); color: var(--hh-primary); text-transform: uppercase; text-decoration: none; border: solid 1px var(--hh-accent-dark)} .hh-experts .hh-sidebar-item .hh-alphabet-filters .hh-alphabet-btn:hover, .hh-experts .hh-sidebar-item .hh-alphabet-filters .hh-alphabet-btn:focus { border: solid 1px var(--hh-primary)} .hh-experts .hh-sidebar-item .hh-alphabet-filters .hh-alphabet-btn.hh-disabled-btn, .hh-experts .hh-sidebar-item .hh-alphabet-filters .hh-alphabet-btn.hh-disabled-btn:hover, .hh-experts .hh-sidebar-item .hh-alphabet-filters .hh-alphabet-btn.hh-disabled-btn:focus { cursor: not-allowed; background-color: var(--hh-accent); color: var(--hh-accent-dark); border: solid 1px var(--hh-accent-dark)} .hh-experts .hh-sidebar-item .hh-alphabet-filters .hh-alphabet-btn.hh-selected-btn { border: solid 1px var(--hh-secondary); font-weight: bold; background-color: var(--hh-secondary); color: var(--hh-primarybutton-text-color)} .hh-profile .hh-header { display: grid; gap: calc(var(--hh-grid-gap) * 2); grid-template-columns: 1fr; grid-template-areas: "image" "details"; margin-bottom: calc(var(--hh-grid-gap) * 2)} @media (min-width: 540px) { .hh-profile .hh-header { grid-template-columns: minmax(210px, 1fr) 3fr; grid-template-areas: "image details"} } @media (min-width: 1200px) { .hh-profile .hh-header { grid-template-columns: minmax(238px, 1fr) 3fr} } .hh-profile .hh-header .hh-image { grid-area: image} .hh-profile .hh-header .hh-details { grid-area: details} .hh-profile .hh-header .hh-details h1 { line-height: 1; margin-top: 0; margin-bottom: calc(var(--hh-grid-gap) * 0.5)} .hh-profile .hh-header .hh-details .hh-departments, .hh-profile .hh-header .hh-details .hh-title { font-size: 1em; color: var(--hh-default-font-color)} .hh-profile .hh-details .hh-summary { display: block} .hh-profile .hh-details svg { height: 1em; width: 1em} .hh-profile .hh-details .hh-contact { display: inline-grid; gap: calc(var(--hh-grid-gap) * 0.5); border-bottom: solid 1px var(--hh-accent-dark); padding-bottom: calc(var(--hh-grid-gap) * 0.5); margin-bottom: calc(var(--hh-grid-gap) * 0.5); grid-template-areas: "email" "phone" "cv"} .hh-profile .hh-details .hh-contact>* { display: inline-flex; gap: calc(var(--hh-grid-gap) * 0.5); line-height: 1} @media (min-width: 992px) { .hh-profile .hh-details .hh-contact { gap: var(--hh-grid-gap); grid-template-areas: "email phone cv"} } .hh-profile .hh-details .hh-contact .hh-email-item { grid-area: email} .hh-profile .hh-details .hh-contact .hh-phone-item { grid-area: phone} .hh-profile .hh-details .hh-contact .hh-cv-item { grid-area: cv} .hh-profile .hh-section { display: block; padding: var(--hh-grid-gap) 0; border-top: solid 1px var(--hh-accent-dark)} .hh-profile .hh-section>*:first-child { margin-top: 0} .hh-profile .hh-section>*:last-child { margin-bottom: 0} .hh-profile .hh-articles .hh-item, .hh-profile .hh-mediaappearances .hh-item { position: relative; border-left: solid 1px var(--hh-accent-dark); padding-left: var(--hh-grid-gap)} .hh-profile .hh-articles .hh-item.hh-link, .hh-profile .hh-mediaappearances .hh-item.hh-link { border-left: solid 1px var(--hh-primary)} .hh-profile .hh-articles .hh-item a, .hh-profile .hh-mediaappearances .hh-item a { position: absolute; content: ""; inset: 0; width: 100%; height: 100%; z-index: 5} .hh-profile .hh-articles .hh-item.hh-link:hover .hh-title, .hh-profile .hh-articles .hh-item.hh-link:focus .hh-title, .hh-profile .hh-mediaappearances .hh-item.hh-link:hover .hh-title, .hh-profile .hh-mediaappearances .hh-item.hh-link:focus .hh-title { color: var(--hh-primary)} .hh-profile .hh-articles .hh-item .hh-title, .hh-profile .hh-articles .hh-item .hh-details>*, .hh-profile .hh-mediaappearances .hh-item .hh-title, .hh-profile .hh-mediaappearances .hh-item .hh-details>* { margin-bottom: calc(var(--hh-grid-gap) * 0.25)} .hh-profile .hh-articles .hh-item .hh-publication, .hh-profile .hh-mediaappearances .hh-item .hh-publication { font-weight: 600} .hh-profile .hh-articles .hh-item .hh-link, .hh-profile .hh-mediaappearances .hh-item .hh-link { font-weight: bold} .hh-module.hh-experts:has(.hh-sticky-socials) { display: grid; grid-template-columns: 1fr} .hh-sticky-socials { position: relative; inline-size: fit-content; margin-inline: auto; grid-column: 1/2; order: 1} .hh-module.hh-experts:has(.hh-sticky-socials)>*:not(.hh-sticky-socials) { grid-column: 1/2; order: 0} .hh-sticky-socials ul { list-style: none; margin: 0; padding-inline-start: 0; display: flex; flex-direction: row; gap: var(--hh-grid-gap); flex-wrap: wrap; justify-content: center} .hh-sticky-socials ul li a { display: block; position: relative} .hh-sticky-socials ul li a::after { --animation-speed: 0.3s; content: attr(data-tooltip); color: var(--hh-default-font-color); text-align: center; position: absolute; top: -100%; right: 50%; transform: translate(50%, -50%); opacity: 0; max-block-size: 0; transition: opacity var(--animation-speed) ease-in-out, max-block-size var(--animation-speed) ease-in-out; min-inline-size: 17ch; background: var(--hh-accent); padding: 0.25rem} @media (min-width: 992px) { body:has(.hh-sticky-socials) { overflow: clip visible} .hh-module.hh-experts:has(.hh-sticky-socials) { grid-template-columns: 1fr 56px; align-items: start} .hh-sticky-socials { position: sticky; top: 6.25rem; left: 100%; grid-column: 2/3; grid-row: 1/-3} .hh-sticky-socials ul { flex-direction: column; padding-inline-start: 2rem} .hh-sticky-socials ul li a::after { top: -15%; right: 0; transform: translate(102%, 0); margin-inline-end: 0} .hh-sticky-socials ul li a.after-left::after { top: -15%; right: 100%; transform: translate(0, 0); margin-inline-end: 0.25rem} } @media (hover: hover) { .hh-sticky-socials ul li a:hover::after { opacity: 1; max-block-size: 100vh} } .hh-sticky-socials svg { inline-size: 1.5rem; block-size: 1.5rem} .hh-experts .hh-topics ul { margin-left: 0 !important} .hh-sticky-socials ul li { list-style: none} .hh-module circle { animation: none; stroke: none; fill: currentColor} .hh-sidebar .hh-sidebar-mobile-heading span { line-height: 36px} .visible { visibility: visible !important; display: block} .visible { visibility: visible !important} .topButton { display: block; color: #fff; position: fixed; bottom: 15px; right: 15px; text-indent: -9999em; width: 43px; height: 43px; z-index: 999; line-height: 1.5; text-decoration: none; visibility: hidden; background: #004d86 url(https://www.unk.edu/_files/redesign/images/gallery-arrows3.png) center top no-repeat} .hh-experts-block { font-family: 'Roboto', 'sans-serif'} .hh-experts-block.customexample2 { padding: var(--hh-grid-gap) calc(var(--hh-grid-gap)*2) calc(var(--hh-grid-gap)*2); background-color: var(--hh-secondary); color: var(--hh-default-bg-color)} .hh-experts-block.customexample2 .hh-listing .hh-results { background-color: var(--hh-secondary); color: var(--hh-default-bg-color)} .hh-experts-block.customexample2 .hh-listing .hh-results .hh-toggle-listing { display: none} .hh-experts-block.customexample3 { margin-bottom: 75px} .hh-sidebar-item .hh-checkbox-filters label { display: flex; align-items: baseline} .hh-experts-block.customexample3 .splide__slide { width: 24%; grid-template-columns: 1fr} .hh-experts-block.customexample3 .splide__track { padding: 10px 0; width: 92%; margin: 0 auto} .hh-experts-block.customexample3 .splide__slide .hh-summary, .hh-experts-block.customexample3 .splide__slide .hh-departments { display: none} .hh-experts-block.customexample3 .splide__pagination { bottom: -1.5em} .hh-experts-block.customexample3 .splide__pagination__page.is-active { background: var(--hh-primary)}
    