<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?cm6dq7');
  src:  url('fonts/icomoon.eot?cm6dq7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?cm6dq7') format('truetype'),
    url('fonts/icomoon.woff?cm6dq7') format('woff'),
    url('fonts/icomoon.svg?cm6dq7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-spinner:before {
  content: "\e90b";
}
.icon-left:before {
  content: "\e900";
}
.icon-right:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e902";
}
.icon-humanitarian:before {
  content: "\e903";
}
.icon-outcomes:before {
  content: "\e904";
}
.icon-caret-down:before {
  content: "\e90a";
}
.icon-external-link:before {
  content: "\e905";
}
.icon-bluesky:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-facebook-f:before {
  content: "\e908";
}
.icon-close:before {
  content: "\e909";
}
.icon-remove:before {
  content: "\e909";
}
.icon-times:before {
  content: "\e909";
}

.ho-hhri-two-column {
  display: flex;
  flex-wrap: wrap;
}

.ho-hhri-column {
  flex: 50%;
  padding: 10px;
}
</pre></body></html>